summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* contrib/elf2dmp: add kernel start address checkingViktor Prutyanov2019-03-111-0/+6
* block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé2019-03-111-0/+7
* hw/i386/pc: run the multiboot loader before the PVH loaderStefano Garzarella2019-03-111-6/+11
* tests: test-qgraph: fix a memory leakLi Qiang2019-03-111-1/+2
* riscv/Kconfig: enable PCI_DEVICESDavid Abdurachmanov2019-03-111-0/+3
* vfio-pci: enable by defaultPaolo Bonzini2019-03-111-1/+2
* memory: Do not update coalesced IO range in the case of NOPJagannathan Raman2019-03-111-4/+1Star
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190311-v2-pull-request...Peter Maydell2019-03-116-82/+243
|\
| * monitor: deprecate acl_show, acl_reset, acl_policy, acl_add, acl_removeDaniel P. Berrangé2019-03-112-0/+29
| * vnc: allow specifying a custom authorization object nameDaniel P. Berrange2019-03-113-19/+79
| * vnc: fix update stallsGerd Hoffmann2019-03-111-0/+6
| * curses: support wide inputSamuel Thibault2019-03-112-62/+127
| * Reduce curses escdelay from 1s to 25msSamuel Thibault2019-03-111-1/+2
* | Makefile: Don't install non-sphinx files in sphinx docs installPeter Maydell2019-03-111-1/+3
* | Makefile: Fix 'make distclean'Peter Maydell2019-03-111-1/+1
* | Makefile: Fix Sphinx documentation builds for in-tree buildsPeter Maydell2019-03-111-11/+19
|/
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-03-08' into st...Peter Maydell2019-03-0911-19/+93
|\
| * iotests: Wait for qemu to end in 223Eric Blake2019-03-062-0/+2
| * nbd: fix outdated qapi docs syntax for tls-credsDaniel P. Berrangé2019-03-061-1/+1
| * nbd: allow authorization with nbd-server-start QMP commandDaniel P. Berrange2019-03-064-6/+17
| * qemu-nbd: add support for authorization of TLS clientsDaniel P. Berrange2019-03-066-12/+73
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-094-57/+57
|\ \
| * | iothread: document about why we need explicit aio_poll()Peter Xu2019-03-081-0/+9
| * | iothread: push gcontext earlier in the thread_fnPeter Xu2019-03-081-3/+6
| * | iothread: create main loop unconditionallyPeter Xu2019-03-081-9/+3Star
| * | iothread: create the gcontext unconditionallyPeter Xu2019-03-082-23/+22Star
| * | iothread: replace init_done_cond with a semaphorePeter Xu2019-03-082-15/+5Star
| * | hw/block/virtio-blk: Clean req->dev repetitionsAnastasiia Rusakova2019-03-071-7/+9
| * | MAINTAINERS: add missing support status fieldsStefan Hajnoczi2019-03-071-0/+3
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-03-09215-422/+1584
|\ \ \
| * | | qcow2 spec: Describe string header extensionsKevin Wolf2019-03-081-2/+12
| * | | qemu-iotests: Add dependency to qemu-nbd toolPhilippe Mathieu-Daudé2019-03-081-1/+1
| * | | ahci-test: Add dependency to qemu-img toolPhilippe Mathieu-Daudé2019-03-081-1/+1
| * | | qemu-iotests: amend with external data fileKevin Wolf2019-03-082-1/+133
| * | | qemu-iotests: General tests for qcow2 with external data fileKevin Wolf2019-03-083-0/+326
| * | | qemu-iotests: Preallocation with external data fileKevin Wolf2019-03-082-0/+54
| * | | qcow2: Implement data-file-raw create optionKevin Wolf2019-03-086-3/+109
| * | | qcow2: Store data file name in the imageKevin Wolf2019-03-084-2/+128
| * | | qcow2: Creating images with external data fileKevin Wolf2019-03-083-0/+31
| * | | qcow2: Add basic data-file infrastructureKevin Wolf2019-03-083-4/+41
| * | | qcow2: Support external data file in qemu-img checkKevin Wolf2019-03-081-11/+30
| * | | qcow2: Return error for snapshot operation with data fileKevin Wolf2019-03-081-0/+15
| * | | qcow2: External file I/OKevin Wolf2019-03-087-37/+122
| * | | qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf2019-03-081-2/+2
| * | | qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf2019-03-084-30/+26Star
| * | | qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2019-03-082-32/+29Star
| * | | qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf2019-03-081-2/+2
| * | | qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf2019-03-081-1/+9
| * | | qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf2019-03-083-24/+26
| * | | qcow2: Basic definitions for external data filesKevin Wolf2019-03-085-23/+44