]> git.proxmox.com Git - qemu.git/commit
rtc: Remove TARGET_I386 from qemu-config.c, enables driftfix
authorAmit Shah <amit.shah@redhat.com>
Wed, 23 Jun 2010 14:44:04 +0000 (20:14 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 19 Aug 2010 13:44:37 +0000 (08:44 -0500)
commit027c9e21e21bbe63f74ffb86381bb11315a1544c
tree5ae68670ca357e8ef4cbabcf11b2ac2239648235
parent5e77aaa0d7d2f4ceaa4fcaf50f3a26d5150f34a6
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>
qemu-config.c