qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Migration compatibility for serial


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] Migration compatibility for serial
Date: Wed, 17 Jun 2015 13:53:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0


On 17/06/2015 13:45, Michael S. Tsirkin wrote:
>> > Where, in the specific case of migration?
> Just look at hour compat flags.
> 
> For example (intentionally using serial here):
>         {\
>             .driver   = "pci-serial",\
>             .property = "prog_if",\
>             .value    = stringify(0),\
>         },\
>         {\
>             .driver   = "pci-serial-2x",\
>             .property = "prog_if",\
>             .value    = stringify(0),\
>         },\
>         {\
>             .driver   = "pci-serial-4x",\
>             .property = "prog_if",\
>             .value    = stringify(0),\
>         },\
> 
> apparently some clients check the specific prog if
> value, completely breaking if the value was incorrect.
> So we fixed it for new machine types but not old ones.

That has nothing to do with migration.

Paolo



reply via email to

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