Skip to content

Instantly share code, notes, and snippets.

@apahim
Last active August 29, 2015 14:23
Show Gist options
  • Save apahim/cf4f739ccb4bad2d5579 to your computer and use it in GitHub Desktop.
Save apahim/cf4f739ccb4bad2d5579 to your computer and use it in GitHub Desktop.
$ 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