summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* qemu-option: Add qemu_config_parse_qdict()Max Reitz2014-01-221-0/+6
* osdep: add qemu_set_tty_echo()Stefan Hajnoczi2014-01-221-0/+2
* readline: move readline to a generic locationStefan Hajnoczi2014-01-221-0/+62
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-142-1/+2
|\
| * qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+0
| * monitor: add object-add (QMP) and object_add (HMP) commandPaolo Bonzini2014-01-061-0/+2
* | bitmap: Add bitmap_zero_extend operationJuan Quintela2014-01-131-0/+9
* | bitmap: use long as indexJuan Quintela2014-01-132-45/+46
|/
* host-utils: add clrsb32/64 - count leading redundant sign bitsClaudio Fontana2013-12-171-0/+32
* util: Use qemu_getauxval in linux qemu_cache_utils_initRichard Henderson2013-11-301-2/+2
* osdep: Create qemu_getauxval and qemu_init_auxvalRichard Henderson2013-11-301-0/+25
* 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
OpenPOWER on IntegriCloud