Re: [kvm-devel] [PATCH] Fix compile time warnings in userspace component

2007-08-14 Thread Avi Kivity
Luca Tettamanti wrote: > Fix a few trivial warnings: > - use %zu when printing size_t arguments in printf > - include qemu-kvm.h where appropriate > - change the return type of kvm_eat_signals > > Applied, thanks. Watch trailing whitespace. -- Do not meddle in the internals of kernels, for t

[kvm-devel] [PATCH] Fix compile time warnings in userspace component

2007-08-13 Thread Luca Tettamanti
Fix a few trivial warnings: - use %zu when printing size_t arguments in printf - include qemu-kvm.h where appropriate - change the return type of kvm_eat_signals Signed-Off-By: Luca Tettamanti <[EMAIL PROTECTED]> --- qemu/hw/apic.c |4 qemu/migration.c |8