Re: [libvirt] [PATCH] send default USB controller in xml to destination during migration on PPC64

2016-04-29 Thread Cole Robinson
On 04/28/2016 03:05 AM, Shivaprasad bhat wrote: > Thanks Cole.. Here is the XML for a PPC64 guest. > https://paste.fedoraproject.org/360574/61826548/ > You can see the slot 1 is free as I unplugged a device there. > > On X86, Q35 seems to use the model ich9-ehci1 by default. So, may not be >

Re: [libvirt] [PATCH] send default USB controller in xml to destination during migration on PPC64

2016-04-28 Thread Shivaprasad bhat
Thanks Cole.. Here is the XML for a PPC64 guest. https://paste.fedoraproject.org/360574/61826548/ You can see the slot 1 is free as I unplugged a device there. On X86, Q35 seems to use the model ich9-ehci1 by default. So, may not be applicable there. For pc-i440fx, I couldn't force USB to occupy

Re: [libvirt] [PATCH] send default USB controller in xml to destination during migration on PPC64

2016-04-27 Thread Cole Robinson
On 03/02/2016 10:09 AM, Shivaprasad G Bhat wrote: > The default USB controller is not sent to destination as the older versions > of libvirt(0.9.4 or earlier as I see in commit log of 409b5f54) didn't > support them. For some archs where the support started much later can > safely send the USB

Re: [libvirt] [PATCH] send default USB controller in xml to destination during migration on PPC64

2016-04-26 Thread Shivaprasad bhat
Ping... Can someone review this simple patch ? Thanks, Shiva On Wed, Mar 2, 2016 at 8:39 PM, Shivaprasad G Bhat < shivaprasadb...@gmail.com> wrote: > The default USB controller is not sent to destination as the older versions > of libvirt(0.9.4 or earlier as I see in commit log of 409b5f54)

[libvirt] [PATCH] send default USB controller in xml to destination during migration on PPC64

2016-03-02 Thread Shivaprasad G Bhat
The default USB controller is not sent to destination as the older versions of libvirt(0.9.4 or earlier as I see in commit log of 409b5f54) didn't support them. For some archs where the support started much later can safely send the USB controllers without this worry. For now, changing the checks