mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Refactor RTC command line switches
Deprecate -localtime, -setdate and -rtc-td-hack in favor of a new unified command line switch: -rtc [base=utc|localtime|date][,driftfix=none|slew] Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
21d5d12bb0
commit
1ed2fc1fa3
4 changed files with 119 additions and 57 deletions
|
@ -4,6 +4,7 @@
|
|||
extern QemuOptsList qemu_drive_opts;
|
||||
extern QemuOptsList qemu_chardev_opts;
|
||||
extern QemuOptsList qemu_device_opts;
|
||||
extern QemuOptsList qemu_rtc_opts;
|
||||
|
||||
int qemu_set_option(const char *str);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue