mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
pvpanic: create pvpanic by default for machine 1.5
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: f840042f0e1205041f8feaf0d39ca639884f3a00.1366945969.git.hutao@cn.fujitsu.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b42ffe60d8
commit
3ab135f346
4 changed files with 29 additions and 0 deletions
|
@ -171,6 +171,9 @@ static inline bool isa_ne2000_init(ISABus *bus, int base, int irq, NICInfo *nd)
|
|||
extern bool pc_sysfw_flash_vs_rom_bug_compatible;
|
||||
void pc_system_firmware_init(MemoryRegion *rom_memory);
|
||||
|
||||
/* pvpanic.c */
|
||||
int pvpanic_init(ISABus *bus);
|
||||
|
||||
/* e820 types */
|
||||
#define E820_RAM 1
|
||||
#define E820_RESERVED 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue