summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-07s390x/tcg: Implement VECTOR ISOLATE STRINGDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FIND ELEMENT NOT EQUALDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FIND ELEMENT EQUALDavid Hildenbrand
2019-06-07s390x/tcg: Implement VECTOR FIND ANY ELEMENT EQUALDavid Hildenbrand
2019-06-07Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-7-2019' i...Peter Maydell
2019-06-07tests/tcg: target/mips: Add README for MSA testsAleksandar Markovic
2019-06-07tests/tcg: target/mips: Add tests for MSA FP max/min instructionsAleksandar Markovic
2019-06-07tests/tcg: target/mips: Add utility function reset_msa_registers()Aleksandar Markovic
2019-06-07tests/tcg: target/mips: Move four tests to a better locationAleksandar Markovic
2019-06-07tests/tcg: target/mips: Add tests for MSA shift instructionsAleksandar Markovic
2019-06-07tests/tcg: target/mips: Amend and rearrange MSA wrappersAleksandar Markovic
2019-06-07target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic
2019-06-07target/mips: Outline places for future MSA helpersAleksandar Markovic
2019-06-06target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic
2019-06-06target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-06-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell
2019-06-06hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé
2019-06-06docs/devel/build-system: Update an examplePhilippe Mathieu-Daudé
2019-06-06test: Fix make target check-report.tapMarkus Armbruster
2019-06-06util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson
2019-06-06vhost: fix incorrect print typeJie Wang
2019-06-06migration: fix a typoLi Qiang
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia
2019-06-05bios-tables-test: ignore identical binariesMichael S. Tsirkin
2019-06-05vl: Document why objects are delayedMarkus Armbruster
2019-06-05vl: Fix -drive / -blockdev persistent reservation managementMarkus Armbruster
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang
2019-06-05migration-test: Add a test for fd protocolYury Kotov
2019-06-05migration: Fix fd protocol for incoming deferYury Kotov
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang
2019-06-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-06-04iotests: Fix duplicated diff output on failureKevin Wolf
2019-06-04iotests: test big qcow2 shrinkVladimir Sementsov-Ogievskiy
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf
2019-06-04test-bdrv-drain: Use bdrv_try_set_aio_context()Kevin Wolf