aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé1-1/+1
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé1-5/+4
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé1-1/+1
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle8-1/+1482
2020-01-27seabios-hppa: update to latest versionSven Schnelle2-0/+0
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller1-2/+2
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle9-1/+332
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle1-0/+10
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller14-2/+1406
2020-01-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell19-239/+510
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller3-15/+89
2020-01-27iscsi: Don't access non-existent scsi_lba_status_descriptorKevin Wolf1-1/+1
2020-01-27iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)Felipe Franciosi1-2/+3
2020-01-27block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata1-1/+1
2020-01-27iotests: Test handling of AioContexts with some blockdev actionsSergio Lopez3-0/+253
2020-01-27blockdev: Return bs to the proper context on snapshot abortSergio Lopez1-0/+21
2020-01-27blockdev: Acquire AioContext on dirty bitmap functionsSergio Lopez1-4/+18
2020-01-27block/backup-top: Don't acquire context while dropping topSergio Lopez2-5/+3
2020-01-27blockdev: honor bdrv_try_set_aio_context() context requirementsSergio Lopez1-8/+60
2020-01-27blockdev: unify qmp_blockdev_backup and blockdev-backup transaction pathsSergio Lopez1-47/+13
2020-01-27blockdev: unify qmp_drive_backup and drive-backup transaction pathsSergio Lopez5-126/+117
2020-01-27blockdev: fix coding style issues in drive_backup_prepareSergio Lopez1-3/+5
2020-01-27iotests: Add more "skip_if_unsupported" statements to the python testsThomas Huth4-39/+8
2020-01-27iotests.py: Let wait_migration wait even moreMax Reitz4-8/+12
2020-01-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200127' into stagingPeter Maydell11-872/+874
2020-01-27s390x: sigp: Fix sense running reportingJanosch Frank1-2/+2
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth1-3/+13
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson1-11/+8
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson2-32/+30
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson2-574/+569
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson1-207/+210
2020-01-27target/s390x: Move struct DisasFields definition earlierRichard Henderson1-81/+83
2020-01-27target/s390x/kvm: Enable adapter interruption suppression againThomas Huth1-3/+6
2020-01-27docs/devel: fix stable process doc formattingCornelia Huck1-2/+4
2020-01-27target/s390x: Remove duplicated ifdef macroPhilippe Mathieu-Daudé1-4/+3
2020-01-27s390x/event-facility: fix error propagationCornelia Huck1-1/+1
2020-01-27s390x: adapter routes error handlingCornelia Huck2-0/+12
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza1-21/+12
2020-01-27intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza1-7/+3
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza1-11/+5
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell448-940/+1255
2020-01-24build-sys: clean up flags included in the linker command linePaolo Bonzini5-37/+38
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy1-0/+4
2020-01-24qdev: use object_property_help()Marc-André Lureau1-12/+16
2020-01-24qapi/qmp: add ObjectPropertyInfo.default-valueMarc-André Lureau2-1/+8
2020-01-24qom: introduce object_property_help()Marc-André Lureau2-17/+41
2020-01-24qom: simplify qmp_device_list_properties()Paolo Bonzini1-47/+5
2020-01-24vl: print default value in object helpMarc-André Lureau1-0/+6
2020-01-24qdev: register properties as class propertiesMarc-André Lureau3-60/+65
2020-01-24qdev: move instance properties to class propertiesMarc-André Lureau1-11/+13