qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 2/3] Force driftfix=none on previous machines


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v5 2/3] Force driftfix=none on previous machines
Date: Wed, 11 Jul 2012 12:53:31 -0500
User-agent: Notmuch/0.13.2+60~g7ecf77d (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Crístian Viana <address@hidden> writes:

> The current value for the -rtc driftfix option is 'none'. This patch
> makes sure that the old machines configuration will work the same way
> even after that option changes its default value.
>
> Signed-off-by: Crístian Viana <address@hidden>

Reviewed-by: Anthony Liguori <address@hidden>

Regards,

Anthony Liguori

> ---
>  hw/pc_piix.c |    4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/hw/pc_piix.c b/hw/pc_piix.c
> index eae258c..2658ec2 100644
> --- a/hw/pc_piix.c
> +++ b/hw/pc_piix.c
> @@ -379,6 +379,10 @@ static QEMUMachine pc_machine_v1_1 = {
>              .driver   = TYPE_USB_DEVICE,\
>              .property = "full-path",\
>              .value    = "no",\
> +        },{\
> +            .driver   = "mc146818rtc",\
> +            .property = "lost_tick_policy",\
> +            .value    = "discard",\
>          }
>  
>  static QEMUMachine pc_machine_v1_0 = {
> -- 
> 1.7.9.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]