summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...Marcel Apfelbaum2016-02-061-0/+7
* vhost-user-test: use correct ROM to speed up and avoid spurious failuresPaolo Bonzini2016-02-061-3/+2Star
* hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum2016-02-061-0/+2
* virtio: combine write of an entry into used ringVincenzo Maffione2016-02-061-13/+12Star
* virtio: read avail_idx from VQ only when necessaryVincenzo Maffione2016-02-061-4/+22
* virtio: cache used_idx in a VirtQueue fieldVincenzo Maffione2016-02-061-3/+9
* virtio: combine the read of a descriptorPaolo Bonzini2016-02-061-51/+35Star
* vring: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-17/+36
* virtio: slim down allocation of VirtQueueElementsPaolo Bonzini2016-02-061-31/+51
* virtio: introduce virtqueue_alloc_elementPaolo Bonzini2016-02-063-17/+105
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-065-19/+23
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-0622-142/+209
* virtio: move VirtQueueElement at the beginning of the structsPaolo Bonzini2016-02-043-10/+8Star
* tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobsIgor Mammedov2016-02-044-0/+0
* tests: pc: acpi: drop not needed 'expected SSDT' blobsIgor Mammedov2016-02-044-0/+0
* pc: acpi: merge SSDT into DSDTIgor Mammedov2016-02-041-135/+111Star
* Fix virtio migrationDr. David Alan Gilbert2016-02-042-13/+13
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-02-0357-137/+293
|\
| * log: add "-d trace:PATTERN"Paolo Bonzini2016-02-031-3/+13
| * trace: switch default backend to "log"Paolo Bonzini2016-02-031-1/+1
| * trace: convert stderr backend to logPaolo Bonzini2016-02-037-7/+24
| * log: move qemu-log.c into util/ directoryDenis V. Lunev2016-02-033-1/+1
| * log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-0341-59/+99
| * trace: add "-trace help"Paolo Bonzini2016-02-033-1/+29
| * trace: add "-trace enable=..."Paolo Bonzini2016-02-034-24/+54
| * trace: no need to call trace_backend_init in different branches nowDenis V. Lunev2016-02-031-10/+2Star
| * trace: split trace_init_file out of trace_init_backendsPaolo Bonzini2016-02-036-17/+38
| * trace: split trace_init_events out of trace_init_backendsPaolo Bonzini2016-02-034-11/+19
| * trace: fix documentationPaolo Bonzini2016-02-031-5/+5
| * trace: track enabled events in a separate arrayPaolo Bonzini2016-02-035-8/+14
| * trace: count number of enabled eventsPaolo Bonzini2016-02-032-1/+5
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell2016-02-037-20/+85
|\ \
| * | virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-034-0/+27
| * | virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-033-2/+8
| * | virtio-gpu: maintain command queueGerd Hoffmann2016-02-032-17/+37
| * | virtio-gpu: fix memory leak in error pathGerd Hoffmann2016-02-031-1/+2
| * | console: block rendering until client is doneGerd Hoffmann2016-02-032-0/+12
| * | zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann2016-02-031-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...Peter Maydell2016-02-033-13/+12Star
|\ \ | |/ |/|
| * hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller2016-02-033-13/+12Star
|/
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...Peter Maydell2016-02-0252-323/+1302
|\
| * block: qemu-iotests - add test for snapshot, commit, snapshot bugJeff Cody2016-02-023-0/+139
| * block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-023-12/+16
| * iotests: Add "qemu-img map" test for VMDK extentsFam Zheng2016-02-022-0/+35
| * qemu-img: Make MapEntry a QAPI structFam Zheng2016-02-022-29/+69
| * qemu-img: In "map", use the returned "file" from bdrv_get_block_statusFam Zheng2016-02-021-1/+1
| * block: Use returned *file in bdrv_co_get_block_statusFam Zheng2016-02-021-2/+2
| * vmdk: Return extent's file in bdrv_get_block_statusFam Zheng2016-02-021-2/+2
| * vmdk: Fix calculation of block status's offsetFam Zheng2016-02-021-2/+4
| * vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng2016-02-021-0/+2