Re: [libvirt] [PATCH v2 09/15] domain: Allow 'model' attribute for ide controller

2017-11-03 Thread John Ferlan
On 10/24/2017 03:35 PM, Dawid Zamirski wrote: > The optional values are 'piix3', 'piix4' or 'ich6'. Those will be > needed to allow setting IDE controller model in VirtualBox driver. > --- > docs/formatdomain.html.in | 4 > docs/schemas/domaincommon.rng | 18 -- > src/c

[libvirt] [PATCH v2 09/15] domain: Allow 'model' attribute for ide controller

2017-10-24 Thread Dawid Zamirski
The optional values are 'piix3', 'piix4' or 'ich6'. Those will be needed to allow setting IDE controller model in VirtualBox driver. --- docs/formatdomain.html.in | 4 docs/schemas/domaincommon.rng | 18 -- src/conf/domain_conf.c| 9 + src/conf/domain_con