mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 14:37:42 -07:00
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>
This commit is contained in:
parent
865906f7fd
commit
d644b11657
2 changed files with 0 additions and 47 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue