summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitops: Provide sextract32() and sextract64()Peter Maydell2013-07-221-0/+50
* add timestamp to error_report()Seiji Aguchi2013-07-101-0/+2
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-5/+21
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-082-0/+17
|\
| * pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin2013-07-041-0/+1
| * range: add Range structureMichael S. Tsirkin2013-07-041-0/+16
* | add a header file for atomic operationsPaolo Bonzini2013-07-041-32/+166
* | int128: optimize and add test casesPaolo Bonzini2013-07-021-8/+17
|/
* Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-06-281-1/+1
|\
| * cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+1
* | notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi2013-06-281-0/+29
|/
* audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil2013-06-211-3/+0
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-0/+19
* qemu-option: check_params() is now unused, drop itMarkus Armbruster2013-06-191-2/+0
* log.h: Supply missing includesMarkus Armbruster2013-06-141-0/+3
* error-report.h: Supply missing includeMarkus Armbruster2013-06-141-0/+1
* memory_mapping: Move MemoryMappingList typedef to qemu/typedefs.hAndreas Färber2013-06-111-0/+2
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-06-041-0/+1
|\
| * fw_cfg: move typedef to qemu/typedefs.hMichael S. Tsirkin2013-06-021-0/+1
* | osdep: add qemu_get_local_state_pathname()Laszlo Ersek2013-05-301-0/+11
|/
* remove some double-includesMichael Tokarev2013-05-181-1/+0
* osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini2013-05-141-0/+1
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-141-1/+1
* osdep.h: include sys/types.h for ssize_t definitionIgor Mitsyanko2013-05-121-1/+1
* qemu: add castagnoli crc32c checksum algorithmJeff Cody2013-05-031-0/+35
OpenPOWER on IntegriCloud