]> www.infradead.org Git - users/dwmw2/qemu.git/commit
Xen PCI passthrough: fix passthrough failure when no interrupt pin
authorBruce Rogers <brogers@suse.com>
Wed, 27 Jul 2016 15:30:48 +0000 (09:30 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 15 Aug 2016 13:57:24 +0000 (08:57 -0500)
commitbeeff749f64690c259bd5932a1ec20f473cbedd1
treed2e5d902b07e7dee55497a2510610b765be382aa
parent1f1b96a1dfb3d311fa467a8dbbb557111df10f9a
Xen PCI passthrough: fix passthrough failure when no interrupt pin

Commit 5a11d0f7 mistakenly converted a log message into an error
condition when no pin interrupt is found for the pci device being
passed through. Revert that part of the commit.

Signed-off-by: Bruce Rogers <brogers@suse.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
(cherry picked from commit 0968c91ce00f42487fb11de5da38e53b5dc6bc7f)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/xen/xen_pt.c