Re: [libvirt] [PATCH] qemu: Fix error message when PCI bridge has index <= bus

2016-05-26 Thread Andrea Bolognani
On Thu, 2016-05-26 at 09:51 -0400, Laine Stump wrote: > On 05/23/2016 12:00 PM, Andrea Bolognani wrote: > >  > > Commit ff2126225df0 changed the error message to be more > > detailed about the failure at hand; however, while the new > > error message claims that "bus must be <= index", the error >

Re: [libvirt] [PATCH] qemu: Fix error message when PCI bridge has index <= bus

2016-05-26 Thread Laine Stump
On 05/23/2016 12:00 PM, Andrea Bolognani wrote: Commit ff2126225df0 changed the error message to be more detailed about the failure at hand; however, while the new error message claims that "bus must be <= index", the error message is displayed if "idx <= addr->bus", ie. when bus is bigger than

[libvirt] [PATCH] qemu: Fix error message when PCI bridge has index <= bus

2016-05-23 Thread Andrea Bolognani
Commit ff2126225df0 changed the error message to be more detailed about the failure at hand; however, while the new error message claims that "bus must be <= index", the error message is displayed if "idx <= addr->bus", ie. when bus is bigger than or *equal to* index. Change the error message to