mirror of https://github.com/xemu-project/xemu.git
Register rtc options for -set
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>
This commit is contained in:
parent
e52eb611db
commit
5fdfbf7e3b
|
@ -176,6 +176,7 @@ static QemuOptsList *lists[] = {
|
|||
&qemu_drive_opts,
|
||||
&qemu_chardev_opts,
|
||||
&qemu_device_opts,
|
||||
&qemu_rtc_opts,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue