aboutsummaryrefslogtreecommitdiff
path: root/xen-all.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-09-09 13:13:27 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-09-09 13:13:27 -0500
commit282c355b174755ae53e2feeaf624c418ea009dc6 (patch)
treea63ec276e67b033ffd9b636eeda262e02b67307f /xen-all.c
parentda5391edd18a1d75d4ca13f2dffe70e02f851110 (diff)
parent56c119e52ca229869912b22a5bec283487b0cf9b (diff)
Merge remote-tracking branch 'sstabellini/xen-next' into staging
Diffstat (limited to 'xen-all.c')
-rw-r--r--xen-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-all.c b/xen-all.c
index 84420d83a9..1bc2c3c8de 100644
--- a/xen-all.c
+++ b/xen-all.c
@@ -620,7 +620,7 @@ static void cpu_ioreq_move(ioreq_t *req)
}
}
} else {
- target_ulong tmp;
+ uint64_t tmp;
if (req->dir == IOREQ_READ) {
for (i = 0; i < req->count; i++) {