From 027c9e21e21bbe63f74ffb86381bb11315a1544c Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Wed, 23 Jun 2010 20:14:04 +0530 Subject: 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 Signed-off-by: Anthony Liguori --- qemu-config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu-config.c b/qemu-config.c index 95abe61fab..730ffd9be3 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 */ } }, -- cgit v1.2.1