Re: [Qemu-devel] [PATCH] Fix busted driftfix option

2010-03-29 Thread Blue Swirl
On 3/30/10, Zachary Amsden wrote: > On 03/26/10 23:14, Blue Swirl wrote: > > On 3/26/10, Zachary Amsden wrote: > > > >> For some reason, this uses CONFIG_TARGET_I386 instead of TARGET_I386, so > >> the code is dead. > >> > > The code is also broken: it references undefined variable 'buf' >

Re: [Qemu-devel] [PATCH] Fix busted driftfix option

2010-03-29 Thread Zachary Amsden
On 03/26/10 23:14, Blue Swirl wrote: > On 3/26/10, Zachary Amsden wrote: > >> For some reason, this uses CONFIG_TARGET_I386 instead of TARGET_I386, so >> the code is dead. >> > The code is also broken: it references undefined variable 'buf' > instead of 'value'. > Sorry, that wasn't t

Re: [Qemu-devel] [PATCH] Fix busted driftfix option

2010-03-27 Thread Blue Swirl
On 3/26/10, Zachary Amsden wrote: > For some reason, this uses CONFIG_TARGET_I386 instead of TARGET_I386, so > the code is dead. The code is also broken: it references undefined variable 'buf' instead of 'value'.

[Qemu-devel] [PATCH] Fix busted driftfix option

2010-03-25 Thread Zachary Amsden
For some reason, this uses CONFIG_TARGET_I386 instead of TARGET_I386, so the code is dead. CONFIG_TARGET_XXX is wrong Signed-off-by: Zachary Amsden diff --git a/vl.c b/vl.c index 6e35cc6..9720619 100644 --- a/vl.c +++ b/vl.c @@ -1565,7 +1565,7 @@ static void configure_rtc(QemuOpts *opts)