diff options
author | Amit Shah <amit.shah@redhat.com> | 2010-06-23 20:14:04 +0530 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-08-19 08:44:37 -0500 |
commit | 027c9e21e21bbe63f74ffb86381bb11315a1544c (patch) | |
tree | 5ae68670ca357e8ef4cbabcf11b2ac2239648235 | |
parent | 5e77aaa0d7d2f4ceaa4fcaf50f3a26d5150f34a6 (diff) |
rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix
qemu-config.c doesn't contain any target-specific code, and the
TARGET_I386 conditional code didn't get compiled as a result. Removing
this enables the driftfix parameter for rtc.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | qemu-config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-config.c b/qemu-config.c index 95abe61fa..730ffd9be 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -247,11 +247,9 @@ QemuOptsList qemu_rtc_opts = { },{ .name = "clock", .type = QEMU_OPT_STRING, -#ifdef TARGET_I386 },{ .name = "driftfix", .type = QEMU_OPT_STRING, -#endif }, { /* end if list */ } }, |