diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-10-20 12:37:23 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-11-02 12:03:04 +0200 |
commit | 1e06f131fd9a44dd4af223875660802fd2a3441f (patch) | |
tree | 69107bc5f114b9e5b9bdcaffc262d86cfde4bfdb /tests/test-xbzrle.c | |
parent | 68a27b208a2328653faa09bc7a13d7ef0e2710bb (diff) |
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>
Diffstat (limited to 'tests/test-xbzrle.c')
0 files changed, 0 insertions, 0 deletions