| Submitter | Jes Sorensen |
|---|---|
| Date | June 15, 2010, 2:32 p.m. |
| Message ID | <1276612361-28604-8-git-send-email-Jes.Sorensen@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/55692/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/vl.c b/vl.c index e4a9aa9..b9a9a76 100644 --- a/vl.c +++ b/vl.c @@ -214,9 +214,7 @@ int smp_cores = 1; int smp_threads = 1; const char *vnc_display; int acpi_enabled = 1; -#ifdef TARGET_I386 int no_hpet = 0; -#endif int fd_bootchk = 1; int no_reboot = 0; int no_shutdown = 0;