mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
pc_sysfw: do not make it a device anymore
Move the code to hw/i386, the sole remaining property is available as !pci_enabled. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 1376069702-22330-4-git-send-email-aliguori@us.ibm.com Rebased. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a904410af5
commit
6dd2a5c98a
9 changed files with 10 additions and 59 deletions
|
@ -19,6 +19,7 @@ typedef struct PcPciInfo {
|
|||
|
||||
struct PcGuestInfo {
|
||||
bool has_pci_info;
|
||||
bool isapc_ram_fw;
|
||||
FWCfgState *fw_cfg;
|
||||
};
|
||||
|
||||
|
@ -200,7 +201,8 @@ static inline bool isa_ne2000_init(ISABus *bus, int base, int irq, NICInfo *nd)
|
|||
}
|
||||
|
||||
/* pc_sysfw.c */
|
||||
void pc_system_firmware_init(MemoryRegion *rom_memory);
|
||||
void pc_system_firmware_init(MemoryRegion *rom_memory,
|
||||
bool isapc_ram_fw);
|
||||
|
||||
/* pvpanic.c */
|
||||
void pvpanic_init(ISABus *bus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue