aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2019-10-17util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy1-0/+5
2019-10-11rcu: Add automatically released rcu_read_lock variantsDr. David Alan Gilbert1-0/+25
2019-09-25qemu/compiler.h: Add qemu_build_not_reachedRichard Henderson1-0/+15
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson1-0/+11
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant1-0/+2
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé1-0/+2
2019-09-16qemu-thread: Add qemu_cond_timedwaitYury Kotov1-0/+19
2019-09-16memory: fetch pmem size in get_file_size()Stefan Hajnoczi1-13/+0
2019-09-13Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-13/+0
2019-09-11linux-user: add memfd_createShu-Chun Weng1-0/+4
2019-09-10job: drop job_drainVladimir Sementsov-Ogievskiy1-13/+0
2019-09-03socket: Add backlog parameter to socket_listenJuan Quintela1-1/+1
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy1-0/+1
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy1-1/+1
2019-08-27util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy1-0/+7
2019-08-21module: return success on module loadMarc-André Lureau1-1/+1
2019-08-20util/qemu-timer: refactor deadline calculation for external timersPavel Dovgalyuk1-2/+6
2019-08-20timer: last, remove last bits of lastDr. David Alan Gilbert1-13/+0
2019-08-20timer: Remove reset notifiersDr. David Alan Gilbert1-22/+0
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-2/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-1/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+9
2019-08-16typedefs: Separate incomplete types and function typesMarkus Armbruster1-3/+23
2019-08-16queue: Drop superfluous #include qemu/atomic.hMarkus Armbruster1-2/+0
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-1/+1
2019-08-16include: Make headers more self-containedMarkus Armbruster3-1/+5
2019-07-15bitmap: Add bitmap_copy_with_{src|dst}_offset()Peter Xu1-0/+9
2019-07-14include/qemu/atomic.h: Add signal_barrierRichard Henderson1-0/+11
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster10-10/+0
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+27
2019-05-22util: Add qemu_guest_getrandom and associated routinesRichard Henderson1-0/+68
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2019-05-13Normalize header guard symbol definition.Markus Armbruster3-3/+3
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster2-5/+5
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2019-05-07osdep: Fix mingw compilation regarding stdio formatsCao Jiaxi1-5/+5
2019-05-07QEMU_PACKED: Remove gcc_struct attribute in Windows non x86 targetsCao Jiaxi1-1/+1
2019-04-29hw/devices: Move TI touchscreen declarations into a new headerPhilippe Mathieu-Daudé1-1/+0
2019-04-25util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmapZhang Yi1-1/+20
2019-04-18include: Move fprintf_function to disas/Markus Armbruster1-14/+0
2019-04-18qemu-print: New qemu_fprintf(), qemu_vfprintf()Markus Armbruster1-0/+4
2019-04-18qsp: Simplify how qsp_report() printsMarkus Armbruster1-4/+2
2019-04-18include: Include fprintf-fn.h only where neededMarkus Armbruster1-2/+0
2019-04-18qemu-print: New qemu_printf(), qemu_vprintf() etc.Markus Armbruster1-0/+19
2019-04-18monitor error: Make printf()-like functions return a valueMarkus Armbruster1-4/+4
2019-04-17log: Make glib logging go through QEMUChristophe Fergeau1-1/+2
2019-04-09include/qemu/bswap.h: Use __builtin_memcpy() in accessor functionsPeter Maydell1-10/+16