[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] machines and versions - why so many?
From: |
Alexey Kardashevskiy |
Subject: |
Re: [Qemu-devel] machines and versions - why so many? |
Date: |
Tue, 24 Jun 2014 19:10:41 +1000 |
User-agent: |
Mozilla/5.0 (X11; Linux i686 on x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 06/24/2014 06:17 PM, Markus Armbruster wrote:
> Alexey Kardashevskiy <address@hidden> writes:
>
>> On 06/24/2014 03:15 PM, Paolo Bonzini wrote:
>>> Il 23/06/2014 23:35, Alexey Kardashevskiy ha scritto:
>>>> nec-usb-xhci is off for PC_COMPAT_1_3 because of what? PIIX emulation was
>>>> broken in 1.3? Or nec-usb-xhci?
>>>
>>> nec-usb-xhci is not "off".
>>
>> Yes, my bad, I understood (but explained this wrong) that XHCI is enabled
>> but without MSI.
>>
>>
>>>
>>> .driver = "nec-usb-xhci",\
>>> .property = "msi",\
>>> .value = "off",\
>>>
>>> What's off is MSI (and MSI-X), because it wasn't implemented.
>>>
>>>> If it is the latter, why is the tweak limited by PC?
>>>
>>> Because at the time nobody cared about migration compatibility (even now
>>> only pSeries is starting to care).
>>
>>
>> "only pSeries"? There are plenty of x86 machines already and if it is not
>> for migration support, then what are they all for? :)
>
> At the time, nobody *else* cared. Only PC did.
Ah. Misinterpret. My bad. Ok.
>
> Back then gerd created a way to do the compatibility stuff without
> getting into the other target's hair: compat_props. They've served us
> well enough, but now that more targets get interested in migration,
> their shortcomings start to hurt. Having to duplicate device
> compatibility gunk in multiple places, all far away from the device, is
> decidedly suboptimal. Better ideas welcome.
I would suggest moving PC_COMPAT_X_Y things to platform-independent place
but "[RFC v2 00/39] Convert PC machine-types to QOM classes" is already
huge and complicated, and also "pseries" does not really need stuff below
1.6, may be it is not worth it...
--
Alexey
- Re: [Qemu-devel] machines and versions - why so many?, (continued)
- Re: [Qemu-devel] machines and versions - why so many?, Marcel Apfelbaum, 2014/06/24
- Re: [Qemu-devel] machines and versions - why so many?, Peter Maydell, 2014/06/23
- Re: [Qemu-devel] machines and versions - why so many?, Paolo Bonzini, 2014/06/24
- Re: [Qemu-devel] machines and versions - why so many?, Alexey Kardashevskiy, 2014/06/24
- Re: [Qemu-devel] machines and versions - why so many?, Markus Armbruster, 2014/06/24
- Re: [Qemu-devel] machines and versions - why so many?,
Alexey Kardashevskiy <=
- Re: [Qemu-devel] machines and versions - why so many?, Andreas Färber, 2014/06/24
- Re: [Qemu-devel] machines and versions - why so many?, Alexey Kardashevskiy, 2014/06/24
Re: [Qemu-devel] machines and versions - why so many?, Markus Armbruster, 2014/06/23