aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé
2019-02-22block: enhance QEMUIOVector structureVladimir Sementsov-Ogievskiy
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell
2019-02-06tcg: add early clober modifier in atomic16_cmpxchg on aarch64Catherine Ho
2019-02-05queue: fix QTAILQ_FOREACH_REVERSE_SAFEPaolo Bonzini
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell
2019-01-31Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-22linux-user: Fix compilation with clang 3.4Thomas Huth
2019-01-22ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé
2019-01-22ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-22hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé
2019-01-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-01-17qemu/compiler: Define QEMU_NONSTRINGPhilippe Mathieu-Daudé
2019-01-15Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy
2019-01-15dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2019-01-11qemu/queue.h: reimplement QTAILQ without pointer-to-pointersPaolo Bonzini
2019-01-11qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}Paolo Bonzini
2019-01-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2019-01-11build-sys: build with Vista API by defaultMarc-André Lureau
2019-01-11build-sys: move windows defines in osdep.h headerMarc-André Lureau
2019-01-09range: add some more functionsDavid Hildenbrand
2019-01-09typedefs: (Re-)sort entries alphabeticallyEric Blake
2019-01-03atomics: Set ATOMIC_REG_SIZE=8 for MIPS n32Paul Burton
2018-12-20Clean up includesMarkus Armbruster
2018-12-17xxhash: match output against the original xxhash32Emilio G. Cota
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand
2018-12-13cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth