aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-13blockjob: Update description of the 'id' fieldAlberto Garcia2-7/+1
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia1-5/+6
2016-07-13util: Fix MIN_NON_ZEROFam Zheng1-1/+2
2016-07-12disas: avoid including everything in headers compiled from C++Paolo Bonzini1-1/+1
2016-07-12scsi-bus: Use longer sense buffer with scannersJarkko Lavinen1-3/+4
2016-07-12scsi-bus: Add SCSI scanner supportJarkko Lavinen1-0/+6
2016-07-12Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...Peter Maydell204-467/+475
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster72-81/+92
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster71-200/+207
2016-07-12libdecnumber: Don't error out on decNumberLocal.h re-inclusionMarkus Armbruster1-2/+0
2016-07-12libdecnumber: Don't fool around with guards to avoid #includeMarkus Armbruster4-12/+4
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster56-141/+149
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster1-8/+0
2016-07-12spapr_pci: Include spapr.h instead of playing games with #errorMarkus Armbruster1-3/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster17-20/+22
2016-07-12bswap.h: Document cpu_to_* and *_to_cpu conversion functionsPeter Maydell1-0/+58
2016-07-12bswap.h: Fix comment typoPeter Maydell1-1/+1
2016-07-12bswap.h: Remove unused cpu_to_*w() and *_to_cpup()Peter Maydell1-10/+0
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin3-12/+13
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell4-0/+291
2016-07-12hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae1-0/+18
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae2-0/+11
2016-07-12hw/mips: implement Global Interrupt ControllerYongbok Kim1-0/+216
2016-07-12hw/mips: implement GIC Interval TimerYongbok Kim1-0/+46
2016-07-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell3-0/+50
2016-07-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell4-2/+6
2016-07-11gtk: fix buildGerd Hoffmann1-0/+1
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao1-0/+1
2016-07-11s390x/css: Factor out virtual css bridge and busJing Liu1-0/+31
2016-07-11s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe1-0/+18
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-1/+1
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost1-0/+1
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost1-0/+4
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost1-1/+0
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois2-2/+12
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell2-2/+2
2016-07-07tap: vhost busy polling supportJason Wang3-1/+6
2016-07-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into stagingPeter Maydell1-4/+12
2016-07-06Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell5-1/+8
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell12-92/+187
2016-07-06Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-1/+1
2016-07-06sockets: Use new QAPI cloningEric Blake3-5/+3
2016-07-06qapi: Add new clone visitorEric Blake3-33/+84
2016-07-06qapi: Add new visit_complete() functionEric Blake4-28/+49
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake1-1/+0
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake1-1/+0
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake1-5/+1
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake1-4/+1
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-3/+1
2016-07-06qapi: Add new visit_free() functionEric Blake3-7/+38