Revision d26d9e14 hw/i386/pc.c

b/hw/i386/pc.c
1000 1000
static void pc_fw_cfg_guest_info(PcGuestInfo *guest_info)
1001 1001
{
1002 1002
    PcRomPciInfo *info;
1003
    if (!guest_info->has_pci_info) {
1003
    if (!guest_info->has_pci_info || !guest_info->fw_cfg) {
1004 1004
        return;
1005 1005
    }
1006 1006

  

Also available in: Unified diff