aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-28hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth3-49/+71
2018-08-28hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth3-98/+119
2018-08-28hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth3-47/+68
2018-08-28hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth4-47/+62
2018-08-28hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth3-55/+76
2018-08-28hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth3-48/+66
2018-08-28hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth3-53/+75
2018-08-28hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth3-104/+126
2018-08-28hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth3-49/+71
2018-08-28hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth4-59/+80
2018-08-28hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth1-15/+7
2018-08-28target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy3-3/+25
2018-08-28target/s390x: add EX support for TRT and TRTRPavel Zbitskiy4-0/+114
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy3-10/+30
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy4-3/+47
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy2-7/+50
2018-08-28tests/tcg: add a simple s390x testPavel Zbitskiy3-0/+11
2018-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...Peter Maydell3-59/+115
2018-08-27Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into ...Peter Maydell3-92/+19
2018-08-27intel-iommu: replace more vtd_err_* tracesPeter Xu2-30/+46
2018-08-27intel-iommu: start to use error_report_oncePeter Xu2-29/+37
2018-08-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell17-237/+139
2018-08-27check: Move wdt_ib700 test to commonJuan Quintela1-2/+2
2018-08-27check: Move endianess test to commonJuan Quintela1-13/+1
2018-08-27check: Move VMXNET3 test to commonJuan Quintela1-2/+2
2018-08-27check: Only test boot-serial when sga is compiled inJuan Quintela1-1/+1
2018-08-27check: Only test ivshm when it is compiled inJuan Quintela1-3/+4
2018-08-27x86_64-softmmu: Configuration is identical to i386-softmmuJuan Quintela1-66/+1
2018-08-27check: Only test usb-xhci-nec when it is compiled inJuan Quintela1-4/+6
2018-08-27check: Only test isa-testdev when it is compiled inJuan Quintela1-8/+8
2018-08-27configure: We don't want to clean configuration filesJuan Quintela1-1/+2
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau5-49/+76
2018-08-27qemu-error: introduce {error|warn}_report_oncePeter Xu1-0/+32
2018-08-25Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into ...Peter Maydell2-6/+37
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell3-3/+18
2018-08-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...Peter Maydell34-1329/+1472
2018-08-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell12-37/+5275
2018-08-24json: Update references to RFC 7159 to RFC 8259Markus Armbruster3-3/+3
2018-08-24json: Support %% in JSON strings when interpolatingMarkus Armbruster2-3/+4
2018-08-24json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster2-12/+17
2018-08-24json: Keep interpolation state in JSONParserContextMarkus Armbruster1-29/+30
2018-08-24tests/drive_del-test: Fix harmless JSON interpolation bugMarkus Armbruster1-2/+6
2018-08-24json: Clean up headersMarkus Armbruster10-76/+51
2018-08-24qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster9-9/+0
2018-08-24json: Make JSONToken opaque outside json-parser.cMarkus Armbruster4-14/+24
2018-08-24json: Unbox tokens queue in JSONMessageParserMarkus Armbruster3-21/+12
2018-08-24json: Streamline json_message_process_token()Markus Armbruster1-8/+5
2018-08-24json: Enforce token count and size limits more tightlyMarkus Armbruster1-18/+18
2018-08-24qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster4-12/+14
2018-08-24json: Assert json_parser_parse() consumes all tokens on successMarkus Armbruster1-0/+1