Last active
August 29, 2015 14:23
-
-
Save apahim/cf4f739ccb4bad2d5579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff | |
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c | |
index e142f75..d1a1ace 100644 | |
--- a/hw/i386/pc_piix.c | |
+++ b/hw/i386/pc_piix.c | |
@@ -173,7 +173,7 @@ static void pc_init1(MachineState *machine) | |
if (smbios_defaults) { | |
MachineClass *mc = MACHINE_GET_CLASS(machine); | |
/* These values are guest ABI, do not change */ | |
- smbios_set_defaults("QEMU", "Standard PC (i440FX + PIIX, 1996)", | |
+ smbios_set_defaults("VMWARE", "VmWare do Laercio", | |
mc->name, smbios_legacy_mode, smbios_uuid_encoded); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment