]> Git Repo - qemu.git/blobdiff - hw/arm/virt.c
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into...
[qemu.git] / hw / arm / virt.c
index 1e8485ff7c9ec756bb4c143fb81d709152501e3c..ce2664a30b7f1d9d5712b25fdbda7fb7f33c5ab1 100644 (file)
@@ -1282,10 +1282,6 @@ static void virt_build_smbios(VirtMachineState *vms)
     size_t smbios_tables_len, smbios_anchor_len;
     const char *product = "QEMU Virtual Machine";
 
-    if (!vms->fw_cfg) {
-        return;
-    }
-
     if (kvm_enabled()) {
         product = "KVM Virtual Machine";
     }
This page took 0.020975 seconds and 4 git commands to generate.