mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
aio / timers: Remove alarm timers
Remove alarm timers from qemu-timers.c now we use g_poll / ppoll instead. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
54904d2a91
commit
6d32717155
4 changed files with 4 additions and 507 deletions
4
vl.c
4
vl.c
|
@ -3714,7 +3714,9 @@ int main(int argc, char **argv, char **envp)
|
|||
old_param = 1;
|
||||
break;
|
||||
case QEMU_OPTION_clock:
|
||||
configure_alarms(optarg);
|
||||
/* Clock options no longer exist. Keep this option for
|
||||
* backward compatibility.
|
||||
*/
|
||||
break;
|
||||
case QEMU_OPTION_startdate:
|
||||
configure_rtc_date_offset(optarg, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue