qtest: fix memread and memwrite on 32 bit hosts
commitce6bf17a97aa53496a385db5642a323ce3b877a1
authorBlue Swirl <blauwirbel@gmail.com>
Mon, 23 Apr 2012 18:53:38 +0000 (23 18:53 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 23 Apr 2012 19:28:14 +0000 (23 19:28 +0000)
tree9338641b31010dc69cbe4d22817b704a5718e7c3
parentcb4c2548ea7cceef7260465773c6b8e634c186d4
qtest: fix memread and memwrite on 32 bit hosts

Use PRIx64 to print 64 bit values to avoid truncation
on 32 bit hosts.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tests/libqtest.c