Re: [Xen-devel] [PATCH] Fix errornous negation for isstubdom, which breaks HVM pci-passthrough.

2016-12-12 Thread Sander Eikelenboom
On 12/12/16 10:14, Wei Liu wrote: > On Sat, Dec 10, 2016 at 06:59:08PM +0100, Sander Eikelenboom wrote: >> Commit 20b75251d9721d9c050a973c02baac396c794ade introduced an errornous >> negation which gave the isstubdom bool the opposite semantics, >> causing the subsequent code to take the wrong code

Re: [Xen-devel] [PATCH] Fix errornous negation for isstubdom, which breaks HVM pci-passthrough.

2016-12-12 Thread Wei Liu
On Mon, Dec 12, 2016 at 09:17:42AM +0100, Cedric Bosdonnat wrote: > Nice catch! > ACK from me, thought I don't know if it really counts ;) > It does. I will add your acked-by while committing. ___ Xen-devel mailing list Xen-devel@lists.xen.org

Re: [Xen-devel] [PATCH] Fix errornous negation for isstubdom, which breaks HVM pci-passthrough.

2016-12-12 Thread Wei Liu
On Sat, Dec 10, 2016 at 06:59:08PM +0100, Sander Eikelenboom wrote: > Commit 20b75251d9721d9c050a973c02baac396c794ade introduced an errornous > negation which gave the isstubdom bool the opposite semantics, > causing the subsequent code to take the wrong code path. > > Signed-off-by: Sander

Re: [Xen-devel] [PATCH] Fix errornous negation for isstubdom, which breaks HVM pci-passthrough.

2016-12-12 Thread Cedric Bosdonnat
Nice catch! ACK from me, thought I don't know if it really counts ;) -- Cedric On Sat, 2016-12-10 at 18:59 +0100, Sander Eikelenboom wrote: > Commit 20b75251d9721d9c050a973c02baac396c794ade introduced an errornous > negation which gave the isstubdom bool the opposite semantics, > causing the

[Xen-devel] [PATCH] Fix errornous negation for isstubdom, which breaks HVM pci-passthrough.

2016-12-10 Thread Sander Eikelenboom
Commit 20b75251d9721d9c050a973c02baac396c794ade introduced an errornous negation which gave the isstubdom bool the opposite semantics, causing the subsequent code to take the wrong code path. Signed-off-by: Sander Eikelenboom --- tools/libxl/libxl_pci.c | 2 +- 1 file