]> git.proxmox.com Git - mirror_qemu.git/history - qemu-timer.c
virtio-net: correctly drop truncated packets
[mirror_qemu.git] / qemu-timer.c
2015-07-22 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2015-07-22 Paolo Bonziniqemu-timer: initialize "timers_done_ev" to set
2015-06-23 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2015-06-22 Peter MaydellMerge remote-tracking branch 'remotes/afaerber/tags...
2015-06-22 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-06-19 Paul Donohueqemu-timer: Call clock reset notifiers on forward jumps
2015-01-27 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2015-01-26 Peter Maydellqemu-timer.c: Trim list of included headers
2015-01-26 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/xen...
2015-01-26 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-01-26 Paolo Bonziniqemu-timer: introduce timer_deinit
2015-01-14 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2015-01-14 Paolo Bonziniqemu-timer: rename timer_init to timer_init_tl
2014-12-16 Peter MaydellMerge remote-tracking branch 'remotes/amit-migration...
2014-12-15 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2014-12-15 Pavel Dovgalyuktimer: introduce new QEMU_CLOCK_VIRTUAL_RT clock
2014-11-27 Peter Maydellqemu-timer: Avoid overflows when converting timeout...
2014-05-22 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/scsi...
2014-05-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/scsi...
2014-05-15 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2014-05-15 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2014-05-13 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2014-05-13 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/configure...
2014-05-13 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-05-09 Kirill Batuzovvl.c: remove init_clocks call from main
2014-05-08 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2014-05-07 Peter MaydellMerge remote-tracking branch 'remotes/mjt/tags/trivial...
2014-05-07 Stefan Weilqemu-timer: Add missing 'static' attribute
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'kraxel/e820.1' into staging
2013-10-31 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-10-18 Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-10-17 Paolo Bonzinitimer: add timer_mod_anticipate and timer_mod_anticipate_ns
2013-10-17 Paolo Bonzinitimer: extract timer_mod_ns_locked and timerlist_rearm
2013-10-17 Liu Ping Fantimer: make qemu_clock_enable sync between disable...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'amit/char-remove-watch...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'kraxel/audio.1' into...
2013-09-30 Anthony LiguoriMerge remote-tracking branch 'borntraeger/tags/s390...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-09-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-09-18 Paolo Bonziniqemu-timer: do not take the lock in timer_pending
2013-09-18 Stefan Hajnocziqemu-timer: make qemu_timer_mod_ns() and qemu_timer_del...
2013-09-18 Stefan Hajnocziqemu-timer: drop outdated signal safety comments
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-08-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-08-22 Alex Blighaio / timers: Remove legacy interface
2013-08-22 Alex Blighaio / timers: Remove main_loop_timerlist
2013-08-22 Alex Blighaio / timers: Rearrange timer.h & make legacy functions...
2013-08-22 Alex Blighaio / timers: Remove legacy qemu_clock_deadline & qemu_...
2013-08-22 Alex Blighaio / timers: Remove alarm timers
2013-08-22 Alex Blighaio / timers: Use all timerlists in icount warp calcula...
2013-08-22 Alex Blighaio / timers: On timer modification, qemu_notify or...
2013-08-22 Alex Blighaio / timers: Add a notify callback to QEMUTimerList
2013-08-22 Alex Blighaio / timers: Add QEMUTimerListGroup and helper functions
2013-08-22 Alex Blighaio / timers: Split QEMUClock into QEMUClock and QEMUTi...
2013-08-22 Alex Blighaio / timers: Make qemu_run_timers and qemu_run_all_tim...
2013-08-22 Alex Blighaio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...)...
2013-08-22 Alex Blighaio / timers: add ppoll support with qemu_poll_ns
2013-08-22 Alex Blighaio / timers: Consistent treatment of disabled clocks...
2013-08-22 Alex Blighaio / timers: add qemu-timer.c utility functions
2013-08-22 Alex Blighaio / timers: Rename qemu_new_clock and expose clock...
2013-08-22 Alex Blighaio / timers: Rename qemu_timer_* functions
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-15 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-04-13 Aurelien JarnoMerge branch 'mingw' of git://qemu.weilnetz.de/qemu
2013-04-12 Paolo Bonziniqemu-timer: move timeBeginPeriod/timeEndPeriod to os...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimonitor: move include files to include/monitor/
2012-12-19 Paolo Bonziniui: move files to ui/ and include/ui/
2012-12-19 Paolo Bonzininet: do not include net.h everywhere
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.70' into staging
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v63' into...
2012-11-10 Stefan Weilqemu-timer: Fix compilation for non-POSIX hosts
2012-11-04 Anthony Liguoribuild: pthread_atfork() needs include of pthread.h
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-02 Paolo Bonziniqemu-timer: reinitialize timers after fork
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v3' into...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'bonzini/threadpool' into...
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-30 Paolo Bonziniqemu-timer: make initialization functions idempotent
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-10-29 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-10-29 Aurelien JarnoMerge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp...
next