[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Versioned machine types for ARM/non-x86 ? (Was Re: [PAT
From: |
Anthony Liguori |
Subject: |
Re: [Qemu-devel] Versioned machine types for ARM/non-x86 ? (Was Re: [PATCH v4 0/2] ARM: add 'virt' platform) |
Date: |
Mon, 05 Aug 2013 08:28:50 -0500 |
User-agent: |
Notmuch/0.15.2+202~g0c4b8aa (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) |
"Daniel P. Berrange" <address@hidden> writes:
> On Mon, Aug 05, 2013 at 12:18:10PM +0100, Peter Maydell wrote:
>> This patch series adds a 'virt' platform which uses the
>> kernel's mach-virt (fully device-tree driven) support
>> to create a simple minimalist platform intended for
>> use for KVM VM guests. It's based on John Rigby's
>> patches, but I've overhauled it a lot:
>
> On x86, we've long had versioned machine names, so that we can
> make changes in future QEMU releases without breaking guest ABI
> compatibility. AFAICT, the problem has basically been ignored
> on non-x86 platforms in QEMU. Given the increased interest in
> ARM in particular, should we use the addition of this new 'virt'
> machine type, as an opportunity to introduce versioning for
> ARM too. eg make this machine be called 'virt-1.0.6' and then
> have 'virt' simply be an alias that points to the most recent
> version.
I've been thinking about this for SPAPR too. Like virt, I'm not sure
the platform is stable enough for this but I expect it to be soon.
However, unlike PC, I'd like to do linear versioning and avoid bumping
at every release.
IOW, spapr-1, spapr-2, spapr-3, etc.
I think virt ought to try to do the same.
Regards,
Anthony Liguori
>
> Regards,
> Daniel
> --
> |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
> |: http://libvirt.org -o- http://virt-manager.org :|
> |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
> |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, (continued)
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Peter Maydell, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Anup Patel, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Peter Maydell, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Anup Patel, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Peter Maydell, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Anup Patel, 2013/08/05
- Re: [Qemu-devel] [PATCH v4 2/2] ARM: Add 'virt' platform, Peter Maydell, 2013/08/05
[Qemu-devel] Versioned machine types for ARM/non-x86 ? (Was Re: [PATCH v4 0/2] ARM: add 'virt' platform), Daniel P. Berrange, 2013/08/05