]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_conf: fix flag value
authorEric Blake <eblake@redhat.com>
Thu, 13 May 2010 03:07:00 +0000 (21:07 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 17 May 2010 22:28:02 +0000 (16:28 -0600)
commitf30ccb24588299c8c9eb9e9b02a7711b9976a423
tree70cfae96c8f6f018a20770c721ae56d7d8374ac3
parent07c621d09c1fb04bff62dae971b8b8d5445ec46e
qemu_conf: fix flag value

(gdb) p/x QEMUD_CMD_FLAG_VNET_HOST
$7 = 0xffffffff80000000

Oops - that meant we were incorrectly setting QEMU_CMD_FLAG_RTC_TD_HACK
for qemu-kvm-0.12.3 (and probably botching a few other settings as well).

Fixes Red Hat BZ#592070

* src/qemu/qemu_conf.h (QEMUD_CMD_FLAG_VNET_HOST): Avoid sign
extension.
* tests/qemuhelpdata/qemu-kvm-0.12.3: New file.
* tests/qemuhelptest.c (mymain): Add another case.
src/qemu/qemu_conf.h
tests/qemuhelpdata/qemu-kvm-0.12.3 [new file with mode: 0644]
tests/qemuhelptest.c