summaryrefslogtreecommitdiffstats
path: root/include/qemu
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-09-04 15:37:09 -0300
committerAndreas Färber <afaerber@suse.de>2015-09-19 16:40:30 +0200
commit3b53e45f43825caaaf4fad6a5b85ce6a9949ff02 (patch)
treece530f23d339d9c907cf50aeb02a3413b026b9c4 /include/qemu
parent8a661aea0e7f6e776c6ebc9abe339a85b34fea1d (diff)
downloadhqemu-3b53e45f43825caaaf4fad6a5b85ce6a9949ff02.zip
hqemu-3b53e45f43825caaaf4fad6a5b85ce6a9949ff02.tar.gz
machine: Eliminate QEMUMachine and qemu_register_machine()
The struct is not used anymore and can be eliminated. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 97ac727..ce82c64 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -67,7 +67,6 @@ typedef struct Property Property;
typedef struct QEMUBH QEMUBH;
typedef struct QemuConsole QemuConsole;
typedef struct QEMUFile QEMUFile;
-typedef struct QEMUMachine QEMUMachine;
typedef struct QEMUSGList QEMUSGList;
typedef struct QEMUSizedBuffer QEMUSizedBuffer;
typedef struct QEMUTimerListGroup QEMUTimerListGroup;
OpenPOWER on IntegriCloud