
18 Oct
2013
18 Oct
'13
9:32 p.m.
On Fri, Oct 18, 2013 at 18:31:27 +0200, Michal Privoznik wrote:
Commit e3ef20d7 allows user to configure migration ports range via qemu.conf. However, it forgot to update augeas definition file and even the test data was malicious.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Pushed under trivial and build breaker rules.
src/qemu/libvirtd_qemu.aug | 2 ++ src/qemu/test_libvirtd_qemu.aug.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-)
Oops, I used make -C tests check rather than make check and it of course skipped augeas checks :/ And I was wondering why the build didn't fail when I changed the config file. Thanks for fixing this. Jirka