On Tue, Sep 22, 2015 at 14:29:26 +0200, Michal Privoznik wrote:
> On 21.09.2015 19:21, Peter Krempa wrote:
> > Add a simple helper so that the code doesn't have to rewrite the same
> > condition multiple times.
> > ---
> > src/conf/domain_conf.c| 9 -
> > src/conf/domain_conf.h| 1
On 21.09.2015 19:21, Peter Krempa wrote:
> Add a simple helper so that the code doesn't have to rewrite the same
> condition multiple times.
> ---
> src/conf/domain_conf.c| 9 -
> src/conf/domain_conf.h| 1 +
> src/libvirt_private.syms | 1 +
> src/qemu/qemu_command.c | 2 +-
>
Add a simple helper so that the code doesn't have to rewrite the same
condition multiple times.
---
src/conf/domain_conf.c| 9 -
src/conf/domain_conf.h| 1 +
src/libvirt_private.syms | 1 +
src/qemu/qemu_command.c | 2 +-
src/qemu/qemu_domain.c| 2 +-
src/qemu/qemu_migration