Michael S. Tsirkin 1e06f131fd intel_iommu: fix VTD_SID_TO_BUS
(((sid) >> 8) && 0xff)  makes no sense
(((sid) >> 8) & 0xff) seems to be what was meant.

https://bugs.launchpad.net/qemu/+bug/1382477

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-11-02 12:03:04 +02:00
..
2014-06-19 16:41:53 +03:00
2014-11-02 12:03:04 +02:00
2013-12-24 18:02:18 +01:00
2014-05-21 15:47:50 +03:00