Register rtc options for -set
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 6 Oct 2009 11:16:50 +0000 (12:16 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 6 Oct 2009 19:36:09 +0000 (14:36 -0500)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-config.c

index ca93dc78e9968e69df97d79b82f1e81e21640c8a..2e396aef7c31fa2c9485fffea81254222e14c0b9 100644 (file)
@@ -176,6 +176,7 @@ static QemuOptsList *lists[] = {
     &qemu_drive_opts,
     &qemu_chardev_opts,
     &qemu_device_opts,
+    &qemu_rtc_opts,
     NULL,
 };