summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-19scripts: Add support for path as argument of qom-treeMartin Cerveny1-2/+7
2015-06-19tests: Use qtest_add_data_func() consistentlyAndreas Färber6-30/+23
2015-06-19qdev: Free property names after registering gpio aliasesEduardo Habkost1-0/+2
2015-06-19qom: strdup() target property name on object_property_add_alias()Eduardo Habkost1-2/+3
2015-06-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-06-18' into ...Peter Maydell11-194/+212
2015-06-18qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster1-6/+2
2015-06-18qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster1-6/+6
2015-06-18qapi-types: Drop unused members parametersMarkus Armbruster1-7/+7
2015-06-18qapi-types: Don't filter out expressions with 'gen'Markus Armbruster1-1/+0
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster2-11/+2
2015-06-18tests/qapi-schema: New flat union array branch test caseMarkus Armbruster5-1/+25
2015-06-18qapi: Better separate the different kinds of helpersMarkus Armbruster1-54/+74
2015-06-18qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster1-76/+66
2015-06-18qapi: Fix to reject stray 't', 'f' and 'n'Markus Armbruster1-14/+12
2015-06-18qapi: Simplify inclusion cycle detectionMarkus Armbruster1-10/+8
2015-06-18qapi: Fix file name in error messages for included filesMarkus Armbruster3-7/+6
2015-06-18qapi: Improve a couple of confusing variable namesMarkus Armbruster1-22/+23
2015-06-18qapi: Eliminate superfluous QAPISchema attribute input_dirMarkus Armbruster1-2/+2
2015-06-18qapi: Drop bogus command from docsMarkus Armbruster1-2/+0
2015-06-18MAINTAINERS: Fix up QAPI and QAPI schema file patternsMarkus Armbruster1-0/+4
2015-06-18Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2015-06-18vfio: fix build error on CentOS 5.7Leon Alrae1-1/+1
2015-06-17Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2015-06-17Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' in...Peter Maydell18-167/+651
2015-06-17s390x: Switch to s390-ccw machine as defaultAlexander Graf4-5/+5
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno4-11/+37
2015-06-17target-s390x: PER instruction-fetch nullification event supportAurelien Jarno1-0/+12
2015-06-17target-s390x: PER store-using-real-address event supportAurelien Jarno1-0/+16
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno5-3/+100
2015-06-17translate-all: fix watchpoints if retranslation not possibleAurelien Jarno1-5/+15
2015-06-17target-s390x: PER instruction-fetch event supportAurelien Jarno3-0/+17
2015-06-17target-s390x: PER successful-branching event supportAurelien Jarno3-0/+51
2015-06-17target-s390x: basic PER event handlingAurelien Jarno5-20/+71
2015-06-17target-s390x: add get_per_in_range functionAurelien Jarno1-0/+11
2015-06-17target-s390x: add get_per_atmid functionAurelien Jarno1-0/+12
2015-06-17target-s390x: add PER related constantsAurelien Jarno1-0/+16
2015-06-17target-s390x: mvc_fast_memmove: access memory through softmmuAurelien Jarno1-57/+27
2015-06-17target-s390x: mvc_fast_memset: access memory through softmmuAurelien Jarno1-41/+32
2015-06-17target-s390x: function to adjust the length wrt page boundaryAurelien Jarno1-0/+11
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno1-2/+6
2015-06-17target-s390x: wire up I/O instructions in TCG modeAlexander Graf4-14/+179
2015-06-17target-s390x: wire up DIAG REIPL in TCG modeAurelien Jarno1-0/+6
2015-06-17target-s390x: wire up DIAG IPL in TCG modeAurelien Jarno4-13/+20
2015-06-17target-s390x: fix s390_cpu_initial_resetAurelien Jarno1-0/+1
2015-06-17target-s390x: initialize I/O interrupt queueAurelien Jarno1-0/+8
2015-06-17target-s390x: correctly initialize ext interrupt queueAurelien Jarno1-1/+2
2015-06-17target-s390x: fix setcc in TCG modeAurelien Jarno1-0/+1
2015-06-17virtio-ccw: disable ioevent bit when ioeventfds are not enabledAurelien Jarno2-5/+5
2015-06-17s390/ioinst: fix endianness in ioinst_schib_validAlexander Graf1-3/+3
2015-06-17s390/ioinst: fix IO_INT_WORD_ISC macroAurelien Jarno1-1/+1