diff options
| author | Eduardo Habkost <ehabkost@redhat.com> | 2015-05-15 14:18:57 -0300 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2015-05-31 16:26:42 +0200 |
| commit | d644b11657ae047d50d8ea9ce285ecd6dae04ca2 (patch) | |
| tree | fb0757759158ef44af83e2eec5327cc2945b92f1 /include | |
| parent | 865906f7fdadd2732441ab158787f81f6a212bfe (diff) | |
| download | focaccia-qemu-d644b11657ae047d50d8ea9ce285ecd6dae04ca2.tar.gz focaccia-qemu-d644b11657ae047d50d8ea9ce285ecd6dae04ca2.zip | |
pc: Remove qemu_register_pc_machine() function
The helper is not needed anymore, as the PC machine classes are registered using QOM directly. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index f3bf500629..0510aeac89 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -73,8 +73,6 @@ typedef struct PCMachineClass PCMachineClass; #define PC_MACHINE_CLASS(klass) \ OBJECT_CLASS_CHECK(PCMachineClass, (klass), TYPE_PC_MACHINE) -void qemu_register_pc_machine(QEMUMachine *m); - /* PC-style peripherals (also used by other machines). */ typedef struct PcPciInfo { |