]> Git Repo - qemu.git/blobdiff - include/hw/boards.h
Merge tag 's390-ccw-bios-2019-05-08' into s390-next-staging
[qemu.git] / include / hw / boards.h
index e231860666a1c24e0f62404191e1a32f28ae0464..6f7916f88f02ebac488852e8d91f132e03470f46 100644 (file)
@@ -57,7 +57,6 @@ void memory_region_allocate_system_memory(MemoryRegion *mr, Object *owner,
 #define MACHINE_CLASS(klass) \
     OBJECT_CLASS_CHECK(MachineClass, (klass), TYPE_MACHINE)
 
-MachineClass *find_default_machine(void);
 extern MachineState *current_machine;
 
 void machine_run_board_init(MachineState *machine);
@@ -293,6 +292,9 @@ struct MachineState {
     } \
     type_init(machine_initfn##_register_types)
 
+extern GlobalProperty hw_compat_4_0[];
+extern const size_t hw_compat_4_0_len;
+
 extern GlobalProperty hw_compat_3_1[];
 extern const size_t hw_compat_3_1_len;
 
This page took 0.023633 seconds and 4 git commands to generate.