| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: Add MemoryListener to typedefs.h | Edgar E. Iglesias | 2014-02-11 | 1 | -0/+1 |
* | util/fifo8: implement push/pop of multiple bytes | Beniamino Galvani | 2014-02-08 | 1 | -0/+61 |
* | readline: Add missing GCC_FMT_ATTR | Stefan Weil | 2014-02-01 | 1 | -1/+2 |
* | Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging | Peter Maydell | 2014-01-30 | 1 | -3/+3 |
|\ |
|
| * | Fix typo of tiemr in timer.h | Namhyung Kim | 2014-01-15 | 1 | -3/+3 |
* | | qemu-option: Add qemu_config_parse_qdict() | Max Reitz | 2014-01-22 | 1 | -0/+6 |
* | | osdep: add qemu_set_tty_echo() | Stefan Hajnoczi | 2014-01-22 | 1 | -0/+2 |
* | | readline: move readline to a generic location | Stefan Hajnoczi | 2014-01-22 | 1 | -0/+62 |
|/ |
|
* | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias | 2014-01-14 | 2 | -1/+2 |
|\ |
|
| * | qemu-option: Remove qemu_opts_create_nofail | Peter Crosthwaite | 2014-01-06 | 1 | -1/+0 |
| * | monitor: add object-add (QMP) and object_add (HMP) command | Paolo Bonzini | 2014-01-06 | 1 | -0/+2 |
* | | bitmap: Add bitmap_zero_extend operation | Juan Quintela | 2014-01-13 | 1 | -0/+9 |
* | | bitmap: use long as index | Juan Quintela | 2014-01-13 | 2 | -45/+46 |
|/ |
|
* | host-utils: add clrsb32/64 - count leading redundant sign bits | Claudio Fontana | 2013-12-17 | 1 | -0/+32 |
* | util: Use qemu_getauxval in linux qemu_cache_utils_init | Richard Henderson | 2013-11-30 | 1 | -2/+2 |
* | osdep: Create qemu_getauxval and qemu_init_auxval | Richard Henderson | 2013-11-30 | 1 | -0/+25 |
* | atomic.h: Fix build with clang | Peter Maydell | 2013-11-21 | 1 | -3/+3 |
* | qmp: access the local QemuOptsLists for drive option | Amos Kong | 2013-11-14 | 1 | -0/+1 |
* | bswap.h: Remove cpu_to_32wu() | Peter Maydell | 2013-11-05 | 1 | -7/+0 |
* | bswap.h: Remove cpu_to_be64wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove cpu_to_be32wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove cpu_to_be16wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove be32_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove le32_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove le16_to_cpupu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove cpu_to_le32wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | bswap.h: Remove cpu_to_le16wu() | Peter Maydell | 2013-11-05 | 1 | -5/+0 |
* | timer: add timer_mod_anticipate and timer_mod_anticipate_ns | Paolo Bonzini | 2013-10-17 | 1 | -0/+26 |
* | timer: make qemu_clock_enable sync between disable and timer's cb | Liu Ping Fan | 2013-10-17 | 1 | -0/+6 |
* | qemu-thread: add QemuEvent | Paolo Bonzini | 2013-10-17 | 3 | -0/+19 |
* | timer: protect timers_state's clock with seqlock | Liu Ping Fan | 2013-10-17 | 1 | -0/+2 |
* | seqlock: introduce read-write seqlock | Paolo Bonzini | 2013-10-17 | 1 | -0/+72 |
* | blockdev: Separate ID generation from DriveInfo creation | Kevin Wolf | 2013-10-11 | 1 | -0/+1 |
* | Merge remote-tracking branch 'sweil/mingw' into staging | Anthony Liguori | 2013-10-09 | 1 | -0/+1 |
|\ |
|
| * | util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR | Sebastian Ottlik | 2013-10-02 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'sweil/tci' into staging | Anthony Liguori | 2013-10-09 | 1 | -0/+80 |
|\ \
| |/
|/| |
|
| * | bitops: Add rotate functions (rol8, ror8, ...) | Stefan Weil | 2013-09-25 | 1 | -0/+80 |
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2013-09-30 | 2 | -1/+20 |
|\ \
| |/
|/| |
|
| * | range: add min/max operations on ranges | Michael S. Tsirkin | 2013-09-15 | 1 | -0/+18 |
| * | range: add Range to typedefs | Michael S. Tsirkin | 2013-09-15 | 2 | -1/+2 |
* | | qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe | Stefan Hajnoczi | 2013-09-18 | 1 | -0/+17 |
|/ |
|
* | throttle: Add a new throttling API implementing continuous leaky bucket. | BenoƮt Canet | 2013-09-06 | 1 | -0/+110 |
* | option: Add assigned flag to QEMUOptionParameter | Max Reitz | 2013-08-30 | 1 | -0/+1 |
* | aio / timers: Remove legacy interface | Alex Bligh | 2013-08-22 | 1 | -212/+2 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -1/+1 |
* | aio / timers: Remove main_loop_timerlist | Alex Bligh | 2013-08-22 | 1 | -5/+1 |
* | aio / timers: Rearrange timer.h & make legacy functions call non-legacy | Alex Bligh | 2013-08-22 | 1 | -273/+341 |
* | aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms | Alex Bligh | 2013-08-22 | 1 | -0/+28 |
* | aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline | Alex Bligh | 2013-08-22 | 1 | -16/+0 |
* | aio / timers: Remove alarm timers | Alex Bligh | 2013-08-22 | 1 | -3/+0 |