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-26 16:49:24 +01:00
2015-05-29 11:28:59 +01:00
2015-04-27 18:24:18 +02:00
2015-06-01 14:18:55 +02:00
2015-04-28 15:36:08 +02:00
2015-06-01 14:18:55 +02:00
2015-06-01 14:18:55 +02:00
2014-11-03 19:51:56 +03:00
2015-04-11 20:03:57 +10:00
2015-05-29 09:56:01 +02:00
2015-04-26 16:49:24 +01:00
2015-04-28 15:36:08 +02:00
2015-05-29 11:28:59 +01:00
2015-06-01 21:40:22 +02:00
2015-05-22 15:58:22 -04:00
2015-06-01 14:18:55 +02:00
2015-05-12 11:57:18 +01:00
2015-02-26 12:42:16 +01:00
2015-04-02 15:30:28 +02:00
2015-04-10 14:12:20 +01:00
2015-03-25 14:35:24 +01:00
2015-03-19 11:17:36 +03: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-03-25 13:37:10 +01:00
2014-11-03 00:59:10 +03:00
2015-05-31 20:29:02 +02:00
2015-04-30 16:05:48 +03:00
2015-04-28 15:36:08 +02:00
2015-06-03 23:56:51 +02:00
2015-05-31 16:47:50 +02:00
2015-06-01 14:18:55 +02:00
2015-05-12 11:57:16 +01:00
2015-04-26 16:49:24 +01:00
2015-03-25 14:36:14 +01:00
2015-03-25 13:37:10 +01:00
2015-03-19 11:11:55 +03:00
2015-04-26 16:49:24 +01: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
2015-04-30 16:55:32 +02:00
2015-06-01 14:18:55 +02:00
2015-03-25 13:38:05 +01:00
2015-04-09 23:37:21 +01:00
2015-03-10 08:15:33 +03:00
2014-12-19 15:24:06 -07:00