Files
xemu/include
Thomas Huth f9ce8e0aa3 hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobn
The check "liobn & 0xFFFFFFFF00000000ULL" in spapr_tce_find_by_liobn()
is completely useless since liobn is only declared as an uint32_t
parameter. Fix this by using target_ulong instead (this is what most
of the callers of this function are using, too).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
2015-06-03 23:56:51 +02:00
..
2015-05-29 12:53:12 +02:00
2015-05-31 20:29:02 +02:00
2015-05-11 14:49:03 +01:00
2015-05-11 08:59:07 -04:00
2015-06-01 14:18:54 +02:00
2015-05-29 11:43:29 +02:00
2015-05-27 17:52:03 +02:00