diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2012-01-23 20:15:12 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-01 14:45:01 -0600 |
commit | 433acf0daceb12afd9680bcbc668002f9b274ad2 (patch) | |
tree | 86ec5cbe4909ac1b41fe2f63628b52d1fccc4f42 /sysemu.h | |
parent | 4f6dd9af9cf0a0138ff7733f45568c4e20b3bad1 (diff) |
mc146818rtc: Use lost_tick_policy property
Allow to configure the MC146818 RTC via the new lost tick policy
property and replace rtc_td_hack with this mechanism.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ extern int graphic_depth; extern DisplayType display_type; extern const char *keyboard_layout; extern int win2k_install_hack; -extern int rtc_td_hack; extern int alt_grab; extern int ctrl_grab; extern int usb_enabled; |