aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-09-18 12:31:30 +0200
committerMartin Kletzander <mkletzan@redhat.com>2012-09-20 16:41:01 +0200
commit94827a785d97e2ec83d488d664d10b28fbaed57e (patch)
treed2f786cfe2188ed6ba608201fabdeec0d5eaf58d /src/qemu/qemu_capabilities.h
parentAdd support for reboot-timeout (diff)
downloadlibvirt-94827a785d97e2ec83d488d664d10b28fbaed57e.tar.gz
libvirt-94827a785d97e2ec83d488d664d10b28fbaed57e.tar.bz2
libvirt-94827a785d97e2ec83d488d664d10b28fbaed57e.zip
qemu: Add support for reboot-timeout
This patch adds support for "-boot reboot-timeout=rb_time" that is added in QEMU.
Diffstat (limited to 'src/qemu/qemu_capabilities.h')
-rw-r--r--src/qemu/qemu_capabilities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h
index 4da2a292e..2201cb336 100644
--- a/src/qemu/qemu_capabilities.h
+++ b/src/qemu/qemu_capabilities.h
@@ -145,6 +145,7 @@ enum qemuCapsFlags {
QEMU_CAPS_IDE_DRIVE_WWN = 107, /* Is ide-drive.wwn available? */
QEMU_CAPS_SCSI_DISK_WWN = 108, /* Is scsi-disk.wwn available? */
QEMU_CAPS_SECCOMP_SANDBOX = 109, /* -sandbox */
+ QEMU_CAPS_REBOOT_TIMEOUT = 110, /* -boot reboot-timeout */
QEMU_CAPS_LAST, /* this must always be the last item */
};