aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-07tests/tcg: target/mips: Add README for MSA testsAleksandar Markovic3-0/+904
2019-06-07tests/tcg: target/mips: Add tests for MSA FP max/min instructionsAleksandar Markovic8-0/+1240
2019-06-07tests/tcg: target/mips: Add utility function reset_msa_registers()Aleksandar Markovic227-4/+504
2019-06-07tests/tcg: target/mips: Move four tests to a better locationAleksandar Markovic4-0/+0
2019-06-07tests/tcg: target/mips: Add tests for MSA shift instructionsAleksandar Markovic20-0/+3060
2019-06-07tests/tcg: target/mips: Amend and rearrange MSA wrappersAleksandar Markovic1-160/+300
2019-06-07target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic1-4/+40
2019-06-07target/mips: Outline places for future MSA helpersAleksandar Markovic1-0/+461
2019-06-07egl-helpers: add modifier support to egl_dmabuf_import_texture()Gerd Hoffmann1-9/+25
2019-06-07egl-helpers: add modifier support to egl_get_fd_for_texture().Gerd Hoffmann3-6/+9
2019-06-07vfio/display: set dmabuf modifier fieldGerd Hoffmann1-0/+1
2019-06-07console: add dmabuf modifier field.Gerd Hoffmann1-0/+1
2019-06-07ui/curses: Fix build with -m32Max Reitz1-4/+4
2019-06-06target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic1-15/+27
2019-06-06target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic1-14/+14
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell19-40/+28
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell37-164/+261
2019-06-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+9
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé3-4/+4
2019-06-06Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell6-23/+246
2019-06-06hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2-2/+2
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-2/+2
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2-2/+2
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-2/+2
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé1-2/+2
2019-06-06docs/devel/build-system: Update an examplePhilippe Mathieu-Daudé1-12/+7
2019-06-06test: Fix make target check-report.tapMarkus Armbruster1-1/+1
2019-06-06util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson1-1/+1
2019-06-06vhost: fix incorrect print typeJie Wang1-1/+1
2019-06-06migration: fix a typoLi Qiang1-1/+1
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia1-7/+0
2019-06-05bios-tables-test: ignore identical binariesMichael S. Tsirkin1-2/+14
2019-06-05vl: Document why objects are delayedMarkus Armbruster1-2/+8
2019-06-05vl: Fix -drive / -blockdev persistent reservation managementMarkus Armbruster1-2/+1
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang1-5/+13
2019-06-05migration-test: Add a test for fd protocolYury Kotov3-5/+227
2019-06-05migration: Fix fd protocol for incoming deferYury Kotov2-4/+6
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang1-5/+0
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang1-4/+0
2019-06-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell72-272/+1144
2019-06-04iotests: Fix duplicated diff output on failureKevin Wolf1-1/+0
2019-06-04iotests: test big qcow2 shrinkVladimir Sementsov-Ogievskiy3-0/+95
2019-06-04block/io: bdrv_pdiscard: support int64_t bytes parameterVladimir Sementsov-Ogievskiy2-10/+10
2019-06-04block/qcow2-refcount: add trace-point to qcow2_process_discardsVladimir Sementsov-Ogievskiy2-1/+9
2019-06-04block: Remove bdrv_set_aio_context()Kevin Wolf3-27/+16
2019-06-04test-bdrv-drain: Use bdrv_try_set_aio_context()Kevin Wolf1-3/+3