]> git.proxmox.com Git - mirror_qemu.git/commit
qom: make interface types abstract
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 4 Dec 2018 14:20:06 +0000 (18:20 +0400)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 11 Dec 2018 17:45:22 +0000 (15:45 -0200)
commitaa1b35b975d83a1ee3b5d1a1ae200a59ca44f8d2
treef9c797fb1b6eaa12c268d32f83ba484df9b5c4a3
parentef24052386d4a3c9cf10016cdf0f72b8a90728ae
qom: make interface types abstract

Interfaces don't have instance, let's make the interface type really
abstract to avoid confusion.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20181204142023.15982-3-marcandre.lureau@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
15 files changed:
include/hw/acpi/acpi_dev_interface.h
include/hw/arm/linux-boot-if.h
include/hw/fw-path-provider.h
include/hw/hotplug.h
include/hw/intc/intc.h
include/hw/ipmi/ipmi.h
include/hw/isa/isa.h
include/hw/mem/memory-device.h
include/hw/nmi.h
include/hw/stream.h
include/hw/timer/m48t59.h
include/qom/object_interfaces.h
include/sysemu/tpm.h
target/arm/idau.h
tests/check-qom-interface.c