Re: [libvirt] [PATCH v2 2/5] qemu: Automatically choose usable GIC version

2016-05-18 Thread Andrea Bolognani
On Tue, 2016-05-17 at 16:10 -0400, John Ferlan wrote: > >   * enabled and configure default values related to those features. > >   */ > >  static void > > -qemuDomainDefEnableDefaultFeatures(virDomainDefPtr def) > > +qemuDomainDefEnableDefaultFeatures(virDomainDefPtr def, > > +

Re: [libvirt] [PATCH v2 2/5] qemu: Automatically choose usable GIC version

2016-05-17 Thread John Ferlan
On 05/16/2016 06:00 PM, Andrea Bolognani wrote: > When the element in not present in the domain XML, use the > domain capabilities to figure out what GIC version is usable and > choose that one automatically. > > This allows guests to be created on hardware that only supports > GIC v3 without h

[libvirt] [PATCH v2 2/5] qemu: Automatically choose usable GIC version

2016-05-17 Thread Andrea Bolognani
When the element in not present in the domain XML, use the domain capabilities to figure out what GIC version is usable and choose that one automatically. This allows guests to be created on hardware that only supports GIC v3 without having to update virt-manager and similar tools. Keep using th