aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-29target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()Daniel Henrique Barboza
2020-01-29disas: Add a field for target-dependant data to disassemble_infoAleksandar Markovic
2020-01-29target/mips: Rectify documentation on deprecating MIPS r4k machineAleksandar Markovic
2020-01-28Merge remote-tracking branch 'remotes/rth/tags/pull-pa-20200127' into stagingPeter Maydell
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson
2020-01-27hw/hppa/machine: Map the PDC memory region with higher priorityPhilippe Mathieu-Daudé
2020-01-27hw/hppa/machine: Restrict the total memory size to 3GBPhilippe Mathieu-Daudé
2020-01-27hw/hppa/machine: Correctly check the firmware is in PDC rangePhilippe Mathieu-Daudé
2020-01-27hppa: Add emulation of Artist graphicsSven Schnelle
2020-01-27seabios-hppa: update to latest versionSven Schnelle
2020-01-27hppa: Switch to tulip NIC by defaultHelge Deller
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle
2020-01-27hppa: Add support for LASI chip with i82596 NICHelge Deller
2020-01-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-01-27hw/hppa/dino.c: Improve emulation of Dino PCI chipHelge Deller
2020-01-27iscsi: Don't access non-existent scsi_lba_status_descriptorKevin Wolf
2020-01-27iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)Felipe Franciosi
2020-01-27block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata
2020-01-27iotests: Test handling of AioContexts with some blockdev actionsSergio Lopez
2020-01-27blockdev: Return bs to the proper context on snapshot abortSergio Lopez
2020-01-27blockdev: Acquire AioContext on dirty bitmap functionsSergio Lopez
2020-01-27block/backup-top: Don't acquire context while dropping topSergio Lopez
2020-01-27blockdev: honor bdrv_try_set_aio_context() context requirementsSergio Lopez
2020-01-27blockdev: unify qmp_blockdev_backup and blockdev-backup transaction pathsSergio Lopez
2020-01-27blockdev: unify qmp_drive_backup and drive-backup transaction pathsSergio Lopez
2020-01-27blockdev: fix coding style issues in drive_backup_prepareSergio Lopez
2020-01-27iotests: Add more "skip_if_unsupported" statements to the python testsThomas Huth
2020-01-27iotests.py: Let wait_migration wait even moreMax Reitz
2020-01-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200127' into stagingPeter Maydell
2020-01-27s390x: sigp: Fix sense running reportingJanosch Frank
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson
2020-01-27target/s390x: Move struct DisasFields definition earlierRichard Henderson
2020-01-27target/s390x/kvm: Enable adapter interruption suppression againThomas Huth
2020-01-27docs/devel: fix stable process doc formattingCornelia Huck
2020-01-27target/s390x: Remove duplicated ifdef macroPhilippe Mathieu-Daudé
2020-01-27s390x/event-facility: fix error propagationCornelia Huck
2020-01-27s390x: adapter routes error handlingCornelia Huck
2020-01-27s390x/event-facility.c: remove unneeded labelsDaniel Henrique Barboza
2020-01-27intc/s390_flic_kvm.c: remove unneeded label in kvm_flic_load()Daniel Henrique Barboza
2020-01-27s390x/sclp.c: remove unneeded label in sclp_service_call()Daniel Henrique Barboza
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24build-sys: clean up flags included in the linker command linePaolo Bonzini
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy
2020-01-24qdev: use object_property_help()Marc-André Lureau