summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Drop some superfluous casts from void *Markus Armbruster2014-08-203-6/+6
* qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster2014-08-201-10/+1
* block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-208-16/+15
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-2022-47/+46
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-192-1/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-1962-308/+183
|\
| * mtree: remove write-only fieldPaolo Bonzini2014-08-181-7/+3
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-182-4/+1
| * memory: Use memory_region_name for name accessPeter Crosthwaite2014-08-181-4/+4
| * memory: constify memory_region_namePeter Crosthwaite2014-08-182-2/+2
| * exec: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-2/+2
| * loader: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-1/+1
| * tpm_tis: remove instance_finalize callbackPaolo Bonzini2014-08-181-8/+0
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-1842-193/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-189-14/+18
| * ioport: split deletion and destructionPaolo Bonzini2014-08-171-3/+8
| * nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2014-08-172-6/+0
| * vga: do not dynamically allocate chain4_aliasPaolo Bonzini2014-08-172-15/+12
| * sysbus: remove unused function sysbus_del_ioPaolo Bonzini2014-08-172-6/+0
| * qom: object: move unparenting to the child property's release callbackPaolo Bonzini2014-08-171-10/+4
| * qom: object: delete properties before calling instance_finalizePaolo Bonzini2014-08-171-1/+1
| * virtio-scsi: implement parse_cdbPaolo Bonzini2014-07-291-0/+25
| * scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini2014-07-294-2/+23
| * scsi-block: extract scsi_block_is_passthroughPaolo Bonzini2014-07-291-12/+26
| * scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini2014-07-292-3/+29
| * scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini2014-07-291-21/+30
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-08-194-25/+17
|\ \
| * | monitor: fix use after freeMichael S. Tsirkin2014-08-183-6/+7
| * | dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang2014-08-181-13/+5
| * | monitor: Remove hardcoded watchdog event namesHani Benhabiles2014-08-181-6/+5
* | | Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2014-08-182-0/+34
|\ \ \ | |/ / |/| |
| * | virtio-serial: search for duplicate port names before adding new portsAmit Shah2014-08-181-0/+22
| * | virtio-serial: create a linked list of all active devicesAmit Shah2014-08-182-0/+12
|/ /
* | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell2014-08-183-5/+26
|\ \
| * | target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko2014-08-171-1/+14
| * | apb: add IOMMU flush register implementationMark Cave-Ayland2014-08-171-2/+10
| * | sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland2014-08-171-2/+2
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-08-1833-238/+1991
|\ \ \
| * | | qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi2014-08-151-0/+1
| * | | image-fuzzer: Reduce number of generator functions in __init__Maria Kustova2014-08-151-161/+143
| * | | image-fuzzer: Add generators of L1/L2 tablesMaria Kustova2014-08-151-65/+190
| * | | image-fuzzer: Add fuzzing functions for L1/L2 table entriesMaria Kustova2014-08-151-0/+28
| * | | docs: Expand the list of supported image elements with L1/L2 tablesMaria Kustova2014-08-151-2/+1
| * | | image-fuzzer: Public API for image-fuzzer/runner/runner.pyMaria Kustova2014-08-151-0/+1
| * | | image-fuzzer: Generator of fuzzed qcow2 imagesMaria Kustova2014-08-151-0/+369
| * | | image-fuzzer: Fuzzing functions for qcow2 imagesMaria Kustova2014-08-151-0/+327
| * | | image-fuzzer: Tool for fuzz tests executionMaria Kustova2014-08-151-0/+405
| * | | docs: Specification for the image fuzzerMaria Kustova2014-08-151-0/+239
| * | | ide: only constrain read/write requests to drive size, not other typesMichael Tokarev2014-08-151-1/+2
| * | | virtio-blk: Correct bug in support for flexible descriptor layoutMarc MarĂ­2014-08-151-7/+7
OpenPOWER on IntegriCloud