aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-14vmdk: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14sheepdog: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14parallels: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-03-14hmp: Extend drive_del to delete nodes without BBKevin Wolf
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf
2016-03-14vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng
2016-03-14vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng
2016-03-14vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng
2016-03-14block: Fix cache mode defaults in bds_tree_init()Kevin Wolf
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-03-14blockdev: Snapshotting must not open second instance of old topKevin Wolf
2016-03-14quorum: modify vote rules for flush operationChanglong Xie
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie
2016-03-14docs: fix invalid node name in qmp eventChanglong Xie
2016-03-14block/vpc: add tests for image creation force_size parameterJeff Cody
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody
2016-03-14block/vpc: tests for auto-detecting VPC and Hyper-V VHD imagesJeff Cody
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf
2016-03-14qemu-img: eliminate memory leakPaolo Bonzini
2016-03-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell
2016-03-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...Peter Maydell
2016-03-14Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...Peter Maydell
2016-03-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160311' into stagingPeter Maydell
2016-03-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater
2016-03-11ipmi: add a realize function to the device classCédric Le Goater
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater
2016-03-11MAINTAINERS: machine coreMichael S. Tsirkin
2016-03-11MAINTAINERS: Add an entry for virtio header filesThomas Huth
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov