aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2013-12-17host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana
2013-11-30util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson
2013-11-30osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson
2013-11-21atomic.h: Fix build with clangPeter Maydell
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong
2013-11-05bswap.h: Remove cpu_to_32wu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell
2013-11-05bswap.h: Remove be32_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove le32_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove le16_to_cpupu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le32wu()Peter Maydell
2013-11-05bswap.h: Remove cpu_to_le16wu()Peter Maydell
2013-10-17timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini
2013-10-17timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan
2013-10-17qemu-thread: add QemuEventPaolo Bonzini
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan
2013-10-17seqlock: introduce read-write seqlockPaolo Bonzini
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf
2013-10-09Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-09-25bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi
2013-09-15range: add min/max operations on rangesMichael S. Tsirkin
2013-09-15range: add Range to typedefsMichael S. Tsirkin
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.BenoƮt Canet
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh
2013-08-22aio / timers: Remove alarm timersAlex Bligh
2013-08-22aio / timers: Add documentation and new format callsAlex Bligh
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh
2013-08-22aio / timers: Introduce new API timer_new and friendsAlex Bligh
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh