aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-01armv7m: Don't assume the NVIC's CPU is CPU 0Peter Maydell2-4/+5
2019-02-01hw/arm/nrf51_soc: set object owner in memory_region_init_ramkumar sourav1-1/+2
2019-02-01Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190201-pull-request' i...Peter Maydell14-1499/+114
2019-02-01scsi-disk: Add device_id propertyKevin Wolf1-8/+16
2019-02-01scsi-disk: Don't use empty string as device idKevin Wolf1-6/+8
2019-02-01qtest.py: Wait for the result of qtest commandsAlberto Garcia1-0/+6
2019-02-01block: Fix invalidate_cache error path for parent activationKevin Wolf1-0/+1
2019-02-01iotests/236: fix transaction kwarg orderJohn Snow2-38/+39
2019-02-01iotests: Filter second BLOCK_JOB_ERROR from 229Max Reitz2-2/+5
2019-02-01virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia3-0/+49
2019-02-01scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia3-3/+54
2019-02-01virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia4-0/+114
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster3-79/+7
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth2-48/+11
2019-02-01block: Apply auto-read-only for ro-whitelist driversKevin Wolf1-7/+13
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell5-19/+17
2019-02-01block/vdi: Don't take address of fields in packed structsPeter Maydell1-13/+25
2019-02-01block/vpc: Don't take address of fields in packed structsPeter Maydell1-1/+3
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf4-13/+38
2019-02-01iotests: Add VMDK tests for blockdev-createKevin Wolf3-0/+581
2019-02-01iotests: Filter cid numbers in VMDK extent infoFam Zheng2-0/+2
2019-02-01vmdk: Implement .bdrv_co_create callbackFam Zheng3-134/+400
2019-02-01vmdk: Refactor vmdk_create_extentFam Zheng1-26/+43
2019-02-01iotests: Make 234 stableMax Reitz2-28/+38
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf9-3/+394
2019-02-01block: Replace qdict_put() by qdict_put_obj() where appropriateMarkus Armbruster1-3/+2
2019-02-01qemu-iotests: add test case for dmgyuchenlin5-0/+65
2019-02-01qcow2: Assert that refcount block offsets fit in the refcount tableAlberto Garcia1-0/+3
2019-02-01mirror: Block the source BlockDriverState in mirror_start_job()Alberto Garcia2-2/+10
2019-02-01mirror: Release the dirty bitmap if mirror_start_job() failsAlberto Garcia1-0/+3
2019-02-01ui: remove support for SDL1.2 in favour of SDL2Daniel P. Berrangé7-1431/+7
2019-02-01hw/display/milkymist-tmu2: Move inlined code from header to sourcePhilippe Mathieu-Daudé5-63/+92
2019-02-01hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGLPhilippe Mathieu-Daudé3-5/+5
2019-02-01configure: LM32 Milkymist Texture Mapping Unit (tmu2) also depends of X11Philippe Mathieu-Daudé1-0/+10
2019-02-01hw/display: Move Milkymist specific hardware out of common-obj listPhilippe Mathieu-Daudé1-2/+2
2019-01-31Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell19-136/+608
2019-01-31Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell63-107/+96
2019-01-31Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ...Peter Maydell10-88/+153
2019-01-31Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell15-21/+502
2019-01-31Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-5/+10
2019-01-31iotests: Allow 147 to be run concurrentlyMax Reitz1-30/+68
2019-01-31iotests: Bind qemu-nbd to localhost in 147Max Reitz1-1/+1
2019-01-31iotests.py: Add qemu_nbd_pipe()Max Reitz1-0/+14
2019-01-31nvme: use pci_dev directly in nvme_realizeLi Qiang1-4/+4
2019-01-31nvme: ensure the num_queues is not zeroLi Qiang1-0/+5
2019-01-31nvme: use TYPE_NVME instead of constant stringLi Qiang1-1/+1
2019-01-31qemu-io: Add generic function for reinitializing optind.Richard W.M. Jones4-2/+32
2019-01-31block/sheepdog: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-30/+31
2019-01-31block/file-posix: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-19/+13
2019-01-31block/curl: Convert from DPRINTF() macro to trace eventsLaurent Vivier2-21/+17