summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia2016-07-131-3/+5
* blockjob: Add block_job_get()Alberto Garcia2016-07-131-0/+10
* blockjob: Update description of the 'id' fieldAlberto Garcia2016-07-132-7/+1Star
* stream: Fix prototype of stream_start()Alberto Garcia2016-07-131-5/+6
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...Peter Maydell2016-07-12204-467/+475
|\
| * Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-1272-81/+92
| * Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-1271-200/+207
| * libdecnumber: Don't error out on decNumberLocal.h re-inclusionMarkus Armbruster2016-07-121-2/+0Star
| * libdecnumber: Don't fool around with guards to avoid #includeMarkus Armbruster2016-07-124-12/+4Star
| * Clean up header guards that don't match their file nameMarkus Armbruster2016-07-1256-141/+149
| * Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster2016-07-121-8/+0Star
| * spapr_pci: Include spapr.h instead of playing games with #errorMarkus Armbruster2016-07-121-3/+1Star
| * Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-1217-20/+22
* | bswap.h: Document cpu_to_* and *_to_cpu conversion functionsPeter Maydell2016-07-121-0/+58
* | bswap.h: Fix comment typoPeter Maydell2016-07-121-1/+1
* | bswap.h: Remove unused cpu_to_*w() and *_to_cpup()Peter Maydell2016-07-121-10/+0Star
|/
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-123-12/+13
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell2016-07-124-0/+291
|\
| * hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae2016-07-121-0/+18
| * hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-122-0/+11
| * hw/mips: implement Global Interrupt ControllerYongbok Kim2016-07-121-0/+216
| * hw/mips: implement GIC Interval TimerYongbok Kim2016-07-121-0/+46
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell2016-07-113-0/+50
|\ \
| * | s390x/pci: enforce zPCI state checkingYi Min Zhao2016-07-111-0/+1
| * | s390x/css: Factor out virtual css bridge and busJing Liu2016-07-111-0/+31
| * | s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe2016-07-111-0/+18
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-07-114-2/+6
|\ \ \
| * | | cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-1/+1
| * | | machine: Add machine_register_compat_props() functionEduardo Habkost2016-07-071-0/+1
| * | | qdev: GlobalProperty.errp fieldEduardo Habkost2016-07-071-0/+4
| * | | qdev: Eliminate qemu_add_globals() functionEduardo Habkost2016-07-071-1/+0Star
| |/ /
* / / gtk: fix buildGerd Hoffmann2016-07-111-0/+1
|/ /
* | i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois2016-07-072-2/+12
* | aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell2016-07-072-2/+2
* | tap: vhost busy polling supportJason Wang2016-07-073-1/+6
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into stagingPeter Maydell2016-07-061-4/+12
|\ \
| * | tcg: Improve the alignment check infrastructureSergey Sorokin2016-07-061-4/+12
* | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell2016-07-065-1/+8
|\ \ \
| * | | virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-063-0/+4
| * | | virgl: count the calls to gl_blockMarc-André Lureau2016-07-061-1/+1
| * | | spice: avoid .set_mm_time on >= 0.12.6John Snow2016-07-061-0/+3
| |/ /
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell2016-07-0612-92/+187
|\ \ \
| * | | sockets: Use new QAPI cloningEric Blake2016-07-063-5/+3Star
| * | | qapi: Add new clone visitorEric Blake2016-07-063-33/+84
| * | | qapi: Add new visit_complete() functionEric Blake2016-07-064-28/+49
| * | | qmp-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+0Star
| * | | string-output-visitor: Favor new visit_free() functionEric Blake2016-07-061-1/+0Star
| * | | qmp-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-5/+1Star
| * | | string-input-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+1Star
| * | | opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-3/+1Star