summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-20iotests: Add test for qcow2's cache optionsMax Reitz3-0/+129
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz2-11/+103
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz1-4/+9
2014-08-20qcow2: Constant cache size in bytesMax Reitz2-4/+21
2014-08-20runner: Kill a program under test by time-outMaria Kustova1-4/+25
2014-08-20runner: Add an argument for test durationMaria Kustova1-4/+17
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster3-6/+6
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster1-10/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster8-16/+15
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster22-47/+46
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell2-1/+4
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell62-308/+183
2014-08-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell4-25/+17
2014-08-18monitor: fix use after freeMichael S. Tsirkin3-6/+7
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang1-13/+5
2014-08-18monitor: Remove hardcoded watchdog event namesHani Benhabiles1-6/+5
2014-08-18Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2-0/+34
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah2-0/+12
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell3-5/+26
2014-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell33-238/+1991
2014-08-18mtree: remove write-only fieldPaolo Bonzini1-7/+3
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite2-4/+1
2014-08-18memory: Use memory_region_name for name accessPeter Crosthwaite1-4/+4
2014-08-18memory: constify memory_region_namePeter Crosthwaite2-2/+2
2014-08-18exec: Abstract away ref to memory region namesPeter Crosthwaite1-2/+2
2014-08-18loader: Abstract away ref to memory region namesPeter Crosthwaite1-1/+1
2014-08-18tpm_tis: remove instance_finalize callbackPaolo Bonzini1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini42-193/+0
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini9-14/+18
2014-08-17ioport: split deletion and destructionPaolo Bonzini1-3/+8
2014-08-17nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2-6/+0
2014-08-17vga: do not dynamically allocate chain4_aliasPaolo Bonzini2-15/+12
2014-08-17sysbus: remove unused function sysbus_del_ioPaolo Bonzini2-6/+0
2014-08-17qom: object: move unparenting to the child property's release callbackPaolo Bonzini1-10/+4
2014-08-17qom: object: delete properties before calling instance_finalizePaolo Bonzini1-1/+1
2014-08-17target-sparc64: implement Short Floating-Point Store InstructionsArtyom Tarasenko1-1/+14
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland1-2/+10
2014-08-17sun4u: switch second PCI-ebus bridge BAR over to PCI IO spaceMark Cave-Ayland1-2/+2
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell28-42/+62
2014-08-15qcow2: fix new_blocks double-free in alloc_refcount_block()Stefan Hajnoczi1-0/+1
2014-08-15image-fuzzer: Reduce number of generator functions in __init__Maria Kustova1-161/+143
2014-08-15image-fuzzer: Add generators of L1/L2 tablesMaria Kustova1-65/+190
2014-08-15image-fuzzer: Add fuzzing functions for L1/L2 table entriesMaria Kustova1-0/+28
2014-08-15docs: Expand the list of supported image elements with L1/L2 tablesMaria Kustova1-2/+1
2014-08-15image-fuzzer: Public API for image-fuzzer/runner/runner.pyMaria Kustova1-0/+1
2014-08-15image-fuzzer: Generator of fuzzed qcow2 imagesMaria Kustova1-0/+369
2014-08-15image-fuzzer: Fuzzing functions for qcow2 imagesMaria Kustova1-0/+327
2014-08-15image-fuzzer: Tool for fuzz tests executionMaria Kustova1-0/+405
2014-08-15docs: Specification for the image fuzzerMaria Kustova1-0/+239