summaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori1-0/+1
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori1-0/+80
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik1-0/+1
2013-09-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-1/+20
2013-09-25bitops: Add rotate functions (rol8, ror8, ...)Stefan Weil1-0/+80
2013-09-18qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safeStefan Hajnoczi1-0/+17
2013-09-15range: add min/max operations on rangesMichael S. Tsirkin1-0/+18
2013-09-15range: add Range to typedefsMichael S. Tsirkin2-1/+2
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet1-0/+110
2013-08-30option: Add assigned flag to QEMUOptionParameterMax Reitz1-0/+1
2013-08-22aio / timers: Remove legacy interfaceAlex Bligh1-212/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-1/+1
2013-08-22aio / timers: Remove main_loop_timerlistAlex Bligh1-5/+1
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-273/+341
2013-08-22aio / timers: Add qemu_clock_get_ms and qemu_clock_get_msAlex Bligh1-0/+28
2013-08-22aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadlineAlex Bligh1-16/+0
2013-08-22aio / timers: Remove alarm timersAlex Bligh1-3/+0
2013-08-22aio / timers: Add documentation and new format callsAlex Bligh1-22/+184
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh1-0/+13
2013-08-22aio / timers: Introduce new API timer_new and friendsAlex Bligh1-0/+69
2013-08-22aio / timers: On timer modification, qemu_notify or aio_notifyAlex Bligh1-0/+9
2013-08-22aio / timers: Add a notify callback to QEMUTimerListAlex Bligh1-4/+23
2013-08-22aio / timers: Add QEMUTimerListGroup and helper functionsAlex Bligh2-0/+50
2013-08-22aio / timers: Untangle include filesAlex Bligh2-1/+2
2013-08-22aio / timers: Split QEMUClock into QEMUClock and QEMUTimerListAlex Bligh1-23/+325
2013-08-22aio / timers: Make qemu_run_timers and qemu_run_all_timers return progressAlex Bligh1-2/+19
2013-08-22aio / timers: add ppoll support with qemu_poll_nsAlex Bligh1-0/+12
2013-08-22aio / timers: add qemu-timer.c utility functionsAlex Bligh1-0/+42
2013-08-22aio / timers: Rename qemu_new_clock and expose clock typesAlex Bligh1-0/+4
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-3/+3
2013-08-05semaphore: fix a hangup problem under load on NetBSD hosts.Izumi Tsutsui1-1/+1
2013-07-29qdev: Add SIZE type to qdev propertiesVasilis Liaskovitis1-0/+2
2013-07-26QemuOpts: Add qemu_opt_unset()Kevin Wolf1-0/+1
2013-07-22bitops: Provide sextract32() and sextract64()Peter Maydell1-0/+50
2013-07-10add timestamp to error_report()Seiji Aguchi1-0/+2
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-5/+21
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-0/+17
2013-07-04add a header file for atomic operationsPaolo Bonzini1-32/+166
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-0/+1
2013-07-04range: add Range structureMichael S. Tsirkin1-0/+16
2013-07-02int128: optimize and add test casesPaolo Bonzini1-8/+17
2013-06-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+1
2013-06-28notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi1-0/+29
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil1-3/+0
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-0/+19
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster1-2/+0
2013-06-14log.h: Supply missing includesMarkus Armbruster1-0/+3
2013-06-14error-report.h: Supply missing includeMarkus Armbruster1-0/+1
2013-06-11memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber1-0/+2