aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23target-i386: warns users when CPU threads>1 for non-Intel CPUsWei Huang
2014-10-23sysbus: Use TYPE_DEVICE GPIO functionalityPeter Crosthwaite
2014-10-23qdev: gpio: Define qdev_pass_gpios()Peter Crosthwaite
2014-10-23qdev: gpio: Remove qdev_init_gpio_out x1 restrictionPeter Crosthwaite
2014-10-23qdev: gpio: delete NamedGPIOList::outPeter Crosthwaite
2014-10-23irq: Remove qemu_irq_intercept_outPeter Crosthwaite
2014-10-23qtest/irq: Rework IRQ interceptionPeter Crosthwaite
2014-10-23qdev: gpio: Add API for intercepting a GPIOPeter Crosthwaite
2014-10-23qdev: gpio: Re-implement qdev_connect_gpio QOM stylePeter Crosthwaite
2014-10-23qom: Demote already-has-a-parent to a regular errorPeter Crosthwaite
2014-10-23qom: Allow clearing of a Link propertyPeter Crosthwaite
2014-10-23virtio-scsi: dataplane: stop trying on notifier errorCornelia Huck
2014-10-23virtio-scsi: dataplane: fail setup gracefullyCornelia Huck
2014-10-23virtio-scsi: dataplane: print why starting failedCornelia Huck
2014-10-23virtio-scsi-dataplane: Add op blockerFam Zheng
2014-10-23iotests: Add test for qcow2 L1 table updateMax Reitz
2014-10-23qcow2: Do not overflow when writing an L1 sectorMax Reitz
2014-10-23iotests: Add test for map commandsMax Reitz
2014-10-23qemu-io: Respect early image end for mapMax Reitz
2014-10-23block: Respect underlying file's EOFMax Reitz
2014-10-23docs/qcow2: Limit refcount_order to [0, 6]Max Reitz
2014-10-23docs/qcow2: Correct refcount_block_entriesMax Reitz
2014-10-23qcow2: Drop REFCOUNT_SHIFTMax Reitz
2014-10-23iotests: Add test for potentially damaging repairsMax Reitz
2014-10-23iotests: Fix test outputsMax Reitz
2014-10-23qcow2: Clean up after refcount rebuildMax Reitz
2014-10-23qcow2: Rebuild refcount structure during checkMax Reitz
2014-10-23qcow2: Do not perform potentially damaging repairsMax Reitz
2014-10-23qcow2: Fix refcount blocks beyond image endMax Reitz
2014-10-23qcow2: Reuse refcount table in calculate_refcounts()Max Reitz
2014-10-23qcow2: Let inc_refcounts() resize the reftableMax Reitz
2014-10-23qcow2: Let inc_refcounts() return -errnoMax Reitz
2014-10-23qcow2: Split fail code in L1 and L2 checksMax Reitz
2014-10-23qcow2: Use int64_t for in-memory reftable sizeMax Reitz
2014-10-23qcow2: Pull check_refblocks() upMax Reitz
2014-10-23qcow2: Use sizeof(**refcount_table)Max Reitz
2014-10-23qcow2: Split qcow2_check_refcounts()Max Reitz
2014-10-23qcow2: Fix leaks in dirty imagesMax Reitz
2014-10-23qcow2: Calculate refcount block entry countMax Reitz
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz
2014-10-23block: qemu-iotests change _supported_proto to file once more.Peter Lieven
2014-10-23block/vdi: Use {DIV_,}ROUND_UPMax Reitz
2014-10-23MAINTAINERS: add the image fuzzer to the block layerPaolo Bonzini
2014-10-23MAINTAINERS: qemu-iotests belongs to the block layerKevin Wolf
2014-10-23MAINTAINERS: add aio to block layerPaolo Bonzini
2014-10-23monitor: delete device_del_bus_completionZhu Guihua
2014-10-23monitor: add del completion for peripheral deviceZhu Guihua
2014-10-23qdev: add qdev_build_hotpluggable_device_list helperZhu Guihua
2014-10-23MAINTAINERS: add entry for qobject filesLuiz Capitulino
2014-10-23dump: Turn some functions to void to make code cleanerzhanghailiang