summaryrefslogtreecommitdiffstats
path: root/include/qemu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell2019-01-311-0/+16
|\
| * qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones2019-01-311-0/+16
* | Don't talk about the LGPL if the file is licensed under the GPLThomas Huth2019-01-301-6/+5Star
|/
* linux-user: Fix compilation with clang 3.4Thomas Huth2019-01-221-0/+4
* ui/console: Remove PixelFormat from qemu/typedefs.hPhilippe Mathieu-Daudé2019-01-221-1/+0Star
* ui/console: Remove MouseTransformInfo from qemu/typedefs.hPhilippe Mathieu-Daudé2019-01-221-1/+0Star
* ui/console: Remove DisplayState/DisplaySurface from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-2/+0Star
* ui/console: Remove QemuDmaBuf from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* audio: Remove AudioState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/i386: Remove PCMachineClass from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/char/serial: Remove SerialState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/bt: Remove HCIInfo from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/i2c/smbus: Remove SMBusDevice from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/pcmcia: Remove PCMCIACardState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* hw/input/ps2: Remove PS2State from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-1/+0Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-01-181-0/+15
|\
| * qemu/compiler: Define QEMU_NONSTRINGPhilippe Mathieu-Daudé2019-01-181-0/+15
* | Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy2019-01-161-4/+1Star
* | dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2019-01-161-0/+16
* | dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2019-01-161-3/+7
|/
* xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-141-0/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-116-116/+117
|\
| * avoid TABs in files that only contain a fewPaolo Bonzini2019-01-112-8/+8
| * qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-112-9/+9
| * qemu/queue.h: reimplement QTAILQ without pointer-to-pointersPaolo Bonzini2019-01-112-99/+85Star
| * qemu/queue.h: remove Q_TAILQ_{HEAD,ENTRY}Paolo Bonzini2019-01-111-8/+6Star
| * build-sys: build with Vista API by defaultMarc-André Lureau2019-01-111-2/+2
| * build-sys: move windows defines in osdep.h headerMarc-André Lureau2019-01-111-0/+17
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-01-111-0/+62
|\ \ | |/ |/|
| * range: add some more functionsDavid Hildenbrand2019-01-101-0/+62
* | typedefs: (Re-)sort entries alphabeticallyEric Blake2019-01-091-5/+5
|/
* atomics: Set ATOMIC_REG_SIZE=8 for MIPS n32Paul Burton2019-01-031-2/+3
* Clean up includesMarkus Armbruster2018-12-201-1/+0Star
* xxhash: match output against the original xxhash32Emilio G. Cota2018-12-171-4/+4
* include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2018-12-171-0/+122
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell2018-12-151-3/+5
|\
| * cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand2018-12-131-3/+3
| * cutils: Add qemu_strtod() and qemu_strtod_finite()David Hildenbrand2018-12-131-0/+2
* | Remove QEMU_ARTIFICIAL macroThomas Huth2018-12-121-6/+0Star
* | includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"Thomas Huth2018-12-122-3/+3
|/
* numa: Match struct to typedef nameEric Blake2018-12-111-1/+1
* move ObjectClass to typedefs.hGerd Hoffmann2018-12-111-0/+1
* range: pass const pointer where possibleDavid Hildenbrand2018-12-111-3/+3
* include/qemu/thread.h: Document qemu_thread_atexit* APIPeter Maydell2018-11-061-0/+22
* include: Add a comment to explain the origin of sizes' lookup tableLeonid Bloch2018-11-051-0/+18
* option: Make option help nicer to readMax Reitz2018-11-051-1/+1
* dirty-bitmap: make it possible to restore bitmap after mergeVladimir Sementsov-Ogievskiy2018-10-291-9/+16
* osdep: Work around MinGW assertRichard Henderson2018-10-231-0/+12
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-10-191-64/+62Star
|\