
28 Aug
2013
28 Aug
'13
4:43 p.m.
On 28.08.2013 15:14, Peter Krempa wrote:
Version 2 contains a fix of more callers in qemu and a whitespace cleanup.
Peter Krempa (2): qemu: Remove hostdev entry when freeing the depending network entry qemu_hotplug: Fix whitespace around addition in argument
src/conf/domain_conf.c | 26 ++++++++++++++++++-------- src/conf/domain_conf.h | 1 + src/libvirt_private.syms | 1 + src/qemu/qemu_hotplug.c | 9 +++++++-- src/qemu/qemu_process.c | 2 ++ 5 files changed, 29 insertions(+), 10 deletions(-)
ACK series. Although, the patch 2/2 - there is more of cases like that in our code base: $ git grep "[^ +]+[^ +]" src/ | wc -l 434 (yes, I know there are plenty of false positives) Michal