Re: [libvirt] [PATCH 2/7] Invert condition in qemuDomainDefAddDefaultDevices

2016-05-03 Thread Peter Krempa
On Tue, May 03, 2016 at 12:47:22 +0200, Ján Tomko wrote: > For all the other machine types, we use a positive condition. > > Be more positive and use it for i440fx too. > --- > src/qemu/qemu_domain.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) ACK signature.asc Description:

[libvirt] [PATCH 2/7] Invert condition in qemuDomainDefAddDefaultDevices

2016-05-03 Thread Ján Tomko
For all the other machine types, we use a positive condition. Be more positive and use it for i440fx too. --- src/qemu/qemu_domain.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index c17abbb..9519334 100644 ---