* [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
@ 2017-08-04 17:42 Peter Maydell
2017-08-04 17:48 ` Dr. David Alan Gilbert
2017-08-07 7:06 ` Andrew Jones
0 siblings, 2 replies; 6+ messages in thread
From: Peter Maydell @ 2017-08-04 17:42 UTC (permalink / raw)
To: QEMU Developers; +Cc: Andrew Jones, Dr. David Alan Gilbert
Hi; I noticed today that the virt board doesn't have a virt-2.10
machine type defined. Do we need to add it before release?
(I don't know if there have in fact been any changes between
2.9 and 2.10 that would be compatibility issues.)
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
2017-08-04 17:42 [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release? Peter Maydell
@ 2017-08-04 17:48 ` Dr. David Alan Gilbert
2017-08-04 17:51 ` Peter Maydell
2017-08-06 21:20 ` Paolo Bonzini
2017-08-07 7:06 ` Andrew Jones
1 sibling, 2 replies; 6+ messages in thread
From: Dr. David Alan Gilbert @ 2017-08-04 17:48 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers, Andrew Jones
* Peter Maydell (peter.maydell@linaro.org) wrote:
> Hi; I noticed today that the virt board doesn't have a virt-2.10
> machine type defined. Do we need to add it before release?
>
> (I don't know if there have in fact been any changes between
> 2.9 and 2.10 that would be compatibility issues.)
I think there's two sub questions:
a) The virt-2.9 needs to pick up HW_COMPAT_2_9 if anything
in it is relevant for ARM
b) If anything is relevant in it for ARM then you probably
want a virt-2.10 so that you can take advantage of whatever
was changed that needed compatibility adding in HW_COMPAT_2_9
(The other thing is figuring out what we missed in HW_COMPAT_2_9,
we normally miss something).
Dave
> thanks
> -- PMM
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
2017-08-04 17:48 ` Dr. David Alan Gilbert
@ 2017-08-04 17:51 ` Peter Maydell
2017-08-06 21:20 ` Paolo Bonzini
1 sibling, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2017-08-04 17:51 UTC (permalink / raw)
To: Dr. David Alan Gilbert; +Cc: QEMU Developers, Andrew Jones
On 4 August 2017 at 18:48, Dr. David Alan Gilbert <dgilbert@redhat.com> wrote:
> * Peter Maydell (peter.maydell@linaro.org) wrote:
>> Hi; I noticed today that the virt board doesn't have a virt-2.10
>> machine type defined. Do we need to add it before release?
>>
>> (I don't know if there have in fact been any changes between
>> 2.9 and 2.10 that would be compatibility issues.)
>
> I think there's two sub questions:
> a) The virt-2.9 needs to pick up HW_COMPAT_2_9 if anything
> in it is relevant for ARM
>
> b) If anything is relevant in it for ARM then you probably
> want a virt-2.10 so that you can take advantage of whatever
> was changed that needed compatibility adding in HW_COMPAT_2_9
...and also, do we as policy want to define a virt-X.Y for
every X.Y release even if it happens that there are no
changes between X.Y-1 and X.Y ? From a user point of view
it seems a bit odd for one to be missing.
thanks
-- PMM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
2017-08-04 17:48 ` Dr. David Alan Gilbert
2017-08-04 17:51 ` Peter Maydell
@ 2017-08-06 21:20 ` Paolo Bonzini
1 sibling, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2017-08-06 21:20 UTC (permalink / raw)
To: Dr. David Alan Gilbert, Peter Maydell; +Cc: Andrew Jones, QEMU Developers
On 04/08/2017 19:48, Dr. David Alan Gilbert wrote:
>>
>> (I don't know if there have in fact been any changes between
>> 2.9 and 2.10 that would be compatibility issues.)
> I think there's two sub questions:
> a) The virt-2.9 needs to pick up HW_COMPAT_2_9 if anything
> in it is relevant for ARM
Except for intel-iommu, everything else in HW_COMPAT_2_9 is relevant for
virt-2.9. This implies that a virt-2.10 would be useful too.
Paolo
> b) If anything is relevant in it for ARM then you probably
> want a virt-2.10 so that you can take advantage of whatever
> was changed that needed compatibility adding in HW_COMPAT_2_9
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
2017-08-04 17:42 [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release? Peter Maydell
2017-08-04 17:48 ` Dr. David Alan Gilbert
@ 2017-08-07 7:06 ` Andrew Jones
2017-08-07 7:10 ` Auger Eric
1 sibling, 1 reply; 6+ messages in thread
From: Andrew Jones @ 2017-08-07 7:06 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers, Dr. David Alan Gilbert, eric.auger
On Fri, Aug 04, 2017 at 06:42:54PM +0100, Peter Maydell wrote:
> Hi; I noticed today that the virt board doesn't have a virt-2.10
> machine type defined. Do we need to add it before release?
>
> (I don't know if there have in fact been any changes between
> 2.9 and 2.10 that would be compatibility issues.)
>
> thanks
> -- PMM
>
Yes, we should have separately posted that to make sure it
got in. Eric posted it, but as part of an RFC series:
https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg00045.html
Eric, would you like to post a separate patch for the 2.10
machine type that doesn't include no_iommu?
Thanks,
drew
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release?
2017-08-07 7:06 ` Andrew Jones
@ 2017-08-07 7:10 ` Auger Eric
0 siblings, 0 replies; 6+ messages in thread
From: Auger Eric @ 2017-08-07 7:10 UTC (permalink / raw)
To: Andrew Jones, Peter Maydell; +Cc: QEMU Developers, Dr. David Alan Gilbert
Hi Drew,
On 07/08/2017 09:06, Andrew Jones wrote:
> On Fri, Aug 04, 2017 at 06:42:54PM +0100, Peter Maydell wrote:
>> Hi; I noticed today that the virt board doesn't have a virt-2.10
>> machine type defined. Do we need to add it before release?
>>
>> (I don't know if there have in fact been any changes between
>> 2.9 and 2.10 that would be compatibility issues.)
>>
>> thanks
>> -- PMM
>>
>
> Yes, we should have separately posted that to make sure it
> got in. Eric posted it, but as part of an RFC series:
>
> https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg00045.html
>
> Eric, would you like to post a separate patch for the 2.10
> machine type that doesn't include no_iommu?
Yes I can send it. However is it really mandated as I don't think we
have changes between 2.9 and 2.10?
Thanks
Eric
>
> Thanks,
> drew
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-08-07 7:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-04 17:42 [Qemu-devel] Do we need a "virt-2.10" machine type before the 2.10 release? Peter Maydell
2017-08-04 17:48 ` Dr. David Alan Gilbert
2017-08-04 17:51 ` Peter Maydell
2017-08-06 21:20 ` Paolo Bonzini
2017-08-07 7:06 ` Andrew Jones
2017-08-07 7:10 ` Auger Eric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).