summary refs log tree commit diff stats
path: root/include/qemu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota2019-10-281-0/+10
| * plugin: add implementation of the apiAlex Bennée2019-10-281-3/+0
| * plugin: add core codeEmilio G. Cota2019-10-281-0/+255
| * plugin: add user-facing APIEmilio G. Cota2019-10-281-0/+351
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-282-0/+78
|\ \ | |/ |/|
| * include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-281-0/+7
| * util: introduce SharedResourceVladimir Sementsov-Ogievskiy2019-10-281-0/+71
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-2/+2
|/
* coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf2019-10-251-0/+15
* qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy2019-10-221-2/+21
* util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy2019-10-171-0/+5
* rcu: Add automatically released rcu_read_lock variantsDr. David Alan Gilbert2019-10-111-0/+25
* qemu/compiler.h: Add qemu_build_not_reachedRichard Henderson2019-09-251-0/+15
* cputlb: Disable __always_inline__ without optimizationRichard Henderson2019-09-251-0/+11
* xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-241-0/+2
* cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé2019-09-191-0/+2
* qemu-thread: Add qemu_cond_timedwaitYury Kotov2019-09-161-0/+19
* memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-161-13/+0
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-09-131-13/+0
|\
| * job: drop job_drainVladimir Sementsov-Ogievskiy2019-09-101-13/+0
* | linux-user: add memfd_createShu-Chun Weng2019-09-111-0/+4
|/
* socket: Add backlog parameter to socket_listenJuan Quintela2019-09-031-1/+1
* block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy2019-08-271-0/+1
* util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy2019-08-271-1/+1
* util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy2019-08-271-0/+7
* module: return success on module loadMarc-André Lureau2019-08-211-1/+1
* util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk2019-08-201-2/+6
* timer: last, remove last bits of lastDr. David Alan Gilbert2019-08-201-13/+0
* timer: Remove reset notifiersDr. David Alan Gilbert2019-08-201-22/+0
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include sysemu/hostmem.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-2/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-1/+0
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+9
* typedefs: Separate incomplete types and function typesMarkus Armbruster2019-08-161-3/+23
* queue: Drop superfluous #include qemu/atomic.hMarkus Armbruster2019-08-161-2/+0
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-1/+1
* include: Make headers more self-containedMarkus Armbruster2019-08-163-1/+5
* bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu2019-07-151-0/+9
* include/qemu/atomic.h: Add signal_barrierRichard Henderson2019-07-141-0/+11
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-1210-10/+0
* qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-111-0/+27
* util: Add qemu_guest_getrandom and associated routinesRichard Henderson2019-05-221-0/+68
* Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
* Normalize header guard symbol definition.Markus Armbruster2019-05-133-3/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-132-5/+5
* Clean up header guards that don't match their file nameMarkus Armbruster2019-05-131-3/+3
* osdep: Fix mingw compilation regarding stdio formatsCao Jiaxi2019-05-071-5/+5
* QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi2019-05-071-1/+1