Re: [Qemu-devel] [PATCH v3 02/16] x86: Convert debug printfs to QEMU_DPRINTF

2014-05-19 Thread Eric Blake
[resend, because I got: - The following addresses had permanent fatal errors - (reason: 550 Invalid address in message header) I think it was complaining about: CC: open list:X86 CC: open list:X86 where the RFCs say you should enclose : inside "", as in: CC: "open list:X86" <.

[Qemu-devel] [PATCH v3 02/16] x86: Convert debug printfs to QEMU_DPRINTF

2014-05-17 Thread Marc MarĂ­
Modify debug macros to have the same format through the codebase and use regular ifs instead of ifdef. Signed-off-by: Marc MarĂ­ --- hw/i386/kvm/pci-assign.c | 11 ++- hw/i386/multiboot.c |7 +-- target-i386/kvm.c|9 + xen-hvm.c|9 +++