Skip to content

Instantly share code, notes, and snippets.

@gtmanfred
Created July 11, 2015 03:10
Show Gist options
  • Save gtmanfred/231be802bc73d62ac4ff to your computer and use it in GitHub Desktop.
Save gtmanfred/231be802bc73d62ac4ff to your computer and use it in GitHub Desktop.
synth.diff
diff --git a/virtualbox/machine.go b/virtualbox/machine.go
index dca7ef6..6a27999 100644
--- a/virtualbox/machine.go
+++ b/virtualbox/machine.go
@@ -28,7 +28,6 @@ const (
F_cpuhotplug
F_pae
F_longmode
- F_synthcpu
F_hpet
F_hwvirtex
F_triplefaultreset
@@ -658,7 +657,6 @@ func (m *Machine) Modify() error {
"--cpuhotplug", m.Flag.Get(F_cpuhotplug),
"--pae", m.Flag.Get(F_pae),
"--longmode", m.Flag.Get(F_longmode),
- "--synthcpu", m.Flag.Get(F_synthcpu),
"--hpet", m.Flag.Get(F_hpet),
"--hwvirtex", m.Flag.Get(F_hwvirtex),
"--triplefaultreset", m.Flag.Get(F_triplefaultreset),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment