Age | Commit message (Expand) | Author |
2019-02-01 | uuid: Make qemu_uuid_bswap() take and return a QemuUUID | Peter Maydell |
2019-02-01 | block/vdi: Don't take address of fields in packed structs | Peter Maydell |
2019-02-01 | block/vpc: Don't take address of fields in packed structs | Peter Maydell |
2019-02-01 | vmdk: Reject excess extents in blockdev-create | Kevin Wolf |
2019-02-01 | iotests: Add VMDK tests for blockdev-create | Kevin Wolf |
2019-02-01 | iotests: Filter cid numbers in VMDK extent info | Fam Zheng |
2019-02-01 | vmdk: Implement .bdrv_co_create callback | Fam Zheng |
2019-02-01 | vmdk: Refactor vmdk_create_extent | Fam Zheng |
2019-02-01 | iotests: Make 234 stable | Max Reitz |
2019-02-01 | block: Fix hangs in synchronous APIs with iothreads | Kevin Wolf |
2019-02-01 | block: Replace qdict_put() by qdict_put_obj() where appropriate | Markus Armbruster |
2019-02-01 | qemu-iotests: add test case for dmg | yuchenlin |
2019-02-01 | qcow2: Assert that refcount block offsets fit in the refcount table | Alberto Garcia |
2019-02-01 | mirror: Block the source BlockDriverState in mirror_start_job() | Alberto Garcia |
2019-02-01 | mirror: Release the dirty bitmap if mirror_start_job() fails | Alberto Garcia |
2019-01-31 | Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2019-01-31 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-01-31 | iotests: Allow 147 to be run concurrently | Max Reitz |
2019-01-31 | iotests: Bind qemu-nbd to localhost in 147 | Max Reitz |
2019-01-31 | iotests.py: Add qemu_nbd_pipe() | Max Reitz |
2019-01-31 | nvme: use pci_dev directly in nvme_realize | Li Qiang |
2019-01-31 | nvme: ensure the num_queues is not zero | Li Qiang |
2019-01-31 | nvme: use TYPE_NVME instead of constant string | Li Qiang |
2019-01-31 | qemu-io: Add generic function for reinitializing optind. | Richard W.M. Jones |
2019-01-31 | block/sheepdog: Convert from DPRINTF() macro to trace events | Laurent Vivier |
2019-01-31 | block/file-posix: Convert from DPRINTF() macro to trace events | Laurent Vivier |
2019-01-31 | block/curl: Convert from DPRINTF() macro to trace events | Laurent Vivier |
2019-01-31 | block/ssh: Convert from DPRINTF() macro to trace events | Laurent Vivier |
2019-01-31 | scripts: add render_block_graph function for QEMUMachine | Vladimir Sementsov-Ogievskiy |
2019-01-31 | qapi: add x-debug-query-block-graph | Vladimir Sementsov-Ogievskiy |
2019-01-30 | virtio-blk: remove duplicate definition of VirtIOBlock *s pointer | Stefano Garzarella |
2019-01-30 | hw/block: clean up stale xen_disk trace entries | Paul Durrant |
2019-01-30 | target/m68k: Fix LGPL information in the file headers | Thomas Huth |
2019-01-30 | target/s390x: Fix LGPL version in the file header comments | Thomas Huth |
2019-01-30 | tcg: Fix LGPL version number | Thomas Huth |
2019-01-30 | target/tricore: Fix LGPL version number | Thomas Huth |
2019-01-30 | target/openrisc: Fix LGPL version number | Thomas Huth |
2019-01-30 | COPYING.LIB: Synchronize the LGPL 2.1 with the version from gnu.org | Thomas Huth |
2019-01-30 | Don't talk about the LGPL if the file is licensed under the GPL | Thomas Huth |
2019-01-30 | hw: sd: set category of the sd memory card | kumar sourav |
2019-01-30 | hw: input: set category of the i8042 device | kumar sourav |
2019-01-30 | typo: apci->acpi | Dr. David Alan Gilbert |
2019-01-30 | hw: edu: set category of the edu device | kumar sourav |
2019-01-30 | usb-mtp: replace the homebrew write with qemu_write_full | Bandan Das |
2019-01-30 | usb-mtp: breakup MTP write into smaller chunks | Bandan Das |
2019-01-30 | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ | Bandan Das |
2019-01-30 | usb: implement XHCI underrun/overrun events | Yuri Benditovich |