Re: [Qemu-devel] [PATCH 08/19] Convert RTC to use enumerations for configuration parameters

2010-06-09 Thread Luiz Capitulino
On Mon, 7 Jun 2010 15:42:21 +0100 Daniel P. Berrange berra...@redhat.com wrote: Convert the rtc clock and driftfix parameters to use enums for configuration. This ensures strict validation at time of config parsing. Also fixes a bug in qemu-config.c where 'driftfix' was never enabled

[Qemu-devel] [PATCH 08/19] Convert RTC to use enumerations for configuration parameters

2010-06-07 Thread Daniel P. Berrange
Convert the rtc clock and driftfix parameters to use enums for configuration. This ensures strict validation at time of config parsing. Also fixes a bug in qemu-config.c where 'driftfix' was never enabled because this is a target independant compliation unit, thus cannot include config-target.h