summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-09-21 19:31:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-09-21 19:31:10 +0100
commit79e66f89e2f6c27486476d7857da58feb491bf5c (patch)
tree9662544072c9d1f6b2558d6aff0c4284fc723829 /src
parent660daf31e23f2f7c65f29e1d57019af9ea9eba99 (diff)
downloadlibguestfs-79e66f89e2f6c27486476d7857da58feb491bf5c.tar.gz
libguestfs-79e66f89e2f6c27486476d7857da58feb491bf5c.tar.xz
libguestfs-79e66f89e2f6c27486476d7857da58feb491bf5c.zip
Enable APIC.
Originally this was disabled to work around RHBZ#502058. That bug was never officially fixed, but it may have fixed itself. In the meantime, KVM has broken ordinary PIC support (RHBZ#723822). Since APIC is the most common way that regular Linux and Windows guests run it makes sense to remove this hack.
Diffstat (limited to 'src')
-rw-r--r--src/launch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/launch.c b/src/launch.c
index 03ad39b4..515ccd56 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -606,7 +606,6 @@ launch_appliance (guestfs_h *g)
"panic=1 " /* force kernel to panic if daemon exits */ \
"console=ttyS0 " /* serial console */ \
"udevtimeout=300 " /* good for very slow systems (RHBZ#480319) */ \
- "noapic " /* workaround for RHBZ#502058 - ok if not SMP */ \
"acpi=off " /* we don't need ACPI, turn it off */ \
"printk.time=1 " /* display timestamp before kernel messages */ \
"cgroup_disable=memory " /* saves us about 5 MB of RAM */