summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* atomic.h: Fix build with clangPeter Maydell2013-11-211-3/+3
* qmp: access the local QemuOptsLists for drive optionAmos Kong2013-11-141-0/+1
* bswap.h: Remove cpu_to_32wu()Peter Maydell2013-11-051-7/+0
* bswap.h: Remove cpu_to_be64wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_be32wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_be16wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove be32_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove le32_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove le16_to_cpupu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_le32wu()Peter Maydell2013-11-051-5/+0
* bswap.h: Remove cpu_to_le16wu()Peter Maydell2013-11-051-5/+0
* timer: add timer_mod_anticipate and timer_mod_anticipate_nsPaolo Bonzini2013-10-171-0/+26
* timer: make qemu_clock_enable sync between disable and timer's cbLiu Ping Fan2013-10-171-0/+6
* qemu-thread: add QemuEventPaolo Bonzini2013-10-173-0/+19
* timer: protect timers_state's clock with seqlockLiu Ping Fan2013-10-171-0/+2
* seqlock: introduce read-write seqlockPaolo Bonzini2013-10-171-0/+72
* blockdev: Separate ID generation from DriveInfo creationKevin Wolf2013-10-111-0/+1
* Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori2013-10-091-0/+1
|\
| * util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik2013-10-021-0/+1
* | Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori2013-10-091-0/+80
|\ \ | |/ |/|
| * bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil2013-09-251-0/+80
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-302-1/+20
|\ \ | |/ |/|
| * range: add min/max operations on rangesMichael S. Tsirkin2013-09-151-0/+18
| * range: add Range to typedefsMichael S. Tsirkin2013-09-152-1/+2
* | qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi2013-09-181-0/+17
|/
* throttle: Add a new throttling API implementing continuous leaky bucket.BenoƮt Canet2013-09-061-0/+110
* option: Add assigned flag to QEMUOptionParameterMax Reitz2013-08-301-0/+1
* aio / timers: Remove legacy interfaceAlex Bligh2013-08-221-212/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-1/+1
* aio / timers: Remove main_loop_timerlistAlex Bligh2013-08-221-5/+1
* aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh2013-08-221-273/+341
* aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh2013-08-221-0/+28
* aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh2013-08-221-16/+0
* aio / timers: Remove alarm timersAlex Bligh2013-08-221-3/+0
* aio / timers: Add documentation and new format callsAlex Bligh2013-08-221-22/+184
* aio / timers: Use all timerlists in icount warp calculationsAlex Bligh2013-08-221-0/+13
* aio / timers: Introduce new API timer_new and friendsAlex Bligh2013-08-221-0/+69
* aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh2013-08-221-0/+9
* aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-221-4/+23
* aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2013-08-222-0/+50
* aio / timers: Untangle include filesAlex Bligh2013-08-222-1/+2
* aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh2013-08-221-23/+325
* aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh2013-08-221-2/+19
* aio / timers: add ppoll support with qemu_poll_nsAlex Bligh2013-08-221-0/+12
* aio / timers: add qemu-timer.c utility functionsAlex Bligh2013-08-221-0/+42
* aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh2013-08-221-0/+4
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-3/+3
* semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui2013-08-051-1/+1
* qdev: Add SIZE type to qdev propertiesVasilis Liaskovitis2013-07-291-0/+2
* QemuOpts: Add qemu_opt_unset()Kevin Wolf2013-07-261-0/+1
OpenPOWER on IntegriCloud