]> git.proxmox.com Git - mirror_qemu.git/commit - xen-hvm.c
xen: fix two errors when debug is enabled
authorWei Liu <wei.liu2@citrix.com>
Mon, 14 Oct 2013 12:53:53 +0000 (13:53 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Sun, 1 Dec 2013 18:25:48 +0000 (18:25 +0000)
commitd18e173a07a9c1e7f087384a8832d295043136bb
tree09d7a791b5f6bbf0dbbe974c7b87c0759ae536e9
parent7dc65c02fe3fb8f3146ce0b9ff5fec5945329f0e
xen: fix two errors when debug is enabled

This patch fixes:
1. build error in xen_pt.c when XEN_PT_LOGGING_ENABLED is defined
2. debug output format string error when DEBUG_XEN is defined

In the second case I also have the output info in consistent with the
output in mapping function - that is, print start_addr instead of
phys_offset.

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen/xen_pt.c
xen-all.c