aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-07target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini1-2/+3
2016-07-07target-sparc: Use sparc_cpu_parse_features() directlyIgor Mammedov1-3/+4
2016-07-07vl: Set errp to &error_abort on machine compat_propsEduardo Habkost1-0/+2
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost3-7/+19
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost2-3/+12
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost3-22/+16
2016-07-07qdev: Don't stop applying globals on first errorEduardo Habkost1-1/+0
2016-07-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707'...Peter Maydell15-30/+107
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois7-11/+84
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao1-2/+4
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell5-6/+6
2016-07-07aux: fix break that wanted to break two levels outPaolo Bonzini1-6/+6
2016-07-07xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini1-4/+6
2016-07-07target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'Peter Maydell1-1/+1
2016-07-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-6/+70
2016-07-07tap: vhost busy polling supportJason Wang11-6/+70
2016-07-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into stagingPeter Maydell16-198/+341
2016-07-06Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell14-65/+121
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell63-713/+1025
2016-07-06Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-1/+1
2016-07-06replay: Use new QAPI cloningEric Blake1-27/+3
2016-07-06sockets: Use new QAPI cloningEric Blake6-35/+10
2016-07-06qapi: Add new clone visitorEric Blake9-43/+497
2016-07-06qapi: Add new visit_complete() functionEric Blake23-160/+166
2016-07-06tests: Factor out common code in qapi output testsEric Blake2-72/+44
2016-07-06tests: Clean up test-string-output-visitorEric Blake1-32/+29
2016-07-06qmp-output-visitor: Favor new visit_free() functionEric Blake10-21/+14
2016-07-06string-output-visitor: Favor new visit_free() functionEric Blake7-16/+11
2016-07-06qmp-input-visitor: Favor new visit_free() functionEric Blake13-70/+36
2016-07-06string-input-visitor: Favor new visit_free() functionEric Blake5-51/+27
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake9-62/+42
2016-07-06qapi: Add new visit_free() functionEric Blake15-52/+114
2016-07-06qapi: Add parameter to visit_end_*Eric Blake20-105/+86
2016-07-06qemu-img: Don't leak errors when outputting JSONEric Blake1-6/+4
2016-07-06qapi: Improve use of qmp/types.hEric Blake12-30/+11
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau8-5/+14
2016-07-06spice: use the right head for multi-monitorMarc-André Lureau1-7/+6
2016-07-06virgl: count the calls to gl_blockMarc-André Lureau2-3/+9
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow3-0/+11
2016-07-06qxl: fix surface migrationGerd Hoffmann2-17/+22
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann2-5/+13
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann1-21/+38
2016-07-06qxl: handle no updates in interface_update_area_completeGerd Hoffmann1-1/+2
2016-07-06qxl: use uint64_t for vram sizeGerd Hoffmann2-6/+6
2016-07-06qom: Fix comment typoChanglong Xie1-1/+1
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin9-108/+159
2016-07-05tcg: Optimize spills of constantsRichard Henderson10-81/+169
2016-07-05tcg: Fix name for high-half registerRichard Henderson1-1/+1
2016-07-05build: Use $(CCAS) for compiling .S filesRichard Henderson2-8/+12
2016-07-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell44-652/+843