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-06-01 14:18:55 +02:00
2015-06-01 14:18:54 +02:00
2015-04-27 18:24:18 +02:00
2015-06-01 14:18:55 +02:00
2015-06-01 14:18:55 +02:00
2015-06-01 14:18:55 +02:00
2015-05-29 11:28:59 +01:00
2015-06-01 21:40:22 +02:00
2015-06-01 14:18:55 +02:00
2015-04-30 16:06:18 +03:00
2015-04-30 16:06:17 +03:00
2015-06-03 23:56:49 +02:00
2015-06-01 14:18:55 +02:00
2015-05-31 20:29:02 +02:00
2015-06-01 14:18:55 +02:00
2015-03-19 11:11:55 +03:00
2015-06-01 14:18:54 +02:00
2015-03-10 17:07:28 +01:00
2015-05-11 13:54:00 +01:00