aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-14hmp: Extend drive_del to delete nodes without BBKevin Wolf1-0/+9
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf4-2/+41
2016-03-14vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng1-6/+11
2016-03-14vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng1-1/+4
2016-03-14vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng1-11/+14
2016-03-14block: Fix cache mode defaults in bds_tree_init()Kevin Wolf1-0/+7
2016-03-14block: Fix snapshot=on cache modesKevin Wolf3-19/+25
2016-03-14blockdev: Snapshotting must not open second instance of old topKevin Wolf1-1/+6
2016-03-14quorum: modify vote rules for flush operationChanglong Xie1-5/+16
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie4-7/+41
2016-03-14docs: fix invalid node name in qmp eventChanglong Xie1-1/+1
2016-03-14block/vpc: add tests for image creation force_size parameterJeff Cody2-0/+83
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody1-7/+35
2016-03-14block/vpc: tests for auto-detecting VPC and Hyper-V VHD imagesJeff Cody6-0/+153
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody1-5/+82
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf1-15/+33
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf1-11/+20
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf1-63/+68
2016-03-14qemu-img: eliminate memory leakPaolo Bonzini1-5/+4
2016-03-14Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160311.0' i...Peter Maydell9-415/+549
2016-03-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...Peter Maydell6-19/+26
2016-03-14Merge remote-tracking branch 'remotes/berrange/tags/pull-io-win32-2016-03-11-...Peter Maydell24-244/+719
2016-03-14Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160311' into stagingPeter Maydell9-83/+289
2016-03-14trace: separate MMIO tracepoints from TB-access tracepointsHollis Blanchard2-0/+32
2016-03-14trace: include CPU index in trace_memory_region_*()Hollis Blanchard2-16/+24
2016-03-11ipmi: add some local variables in ipmi_sdr_initCédric Le Goater1-5/+10
2016-03-11ipmi: remove the need of an ending record in the SDR tableCédric Le Goater1-10/+3
2016-03-11ipmi: use a function to initialize the SDR tableCédric Le Goater1-21/+28
2016-03-11ipmi: add a realize function to the device classCédric Le Goater1-3/+4
2016-03-11ipmi: add rsp_buffer_set_error() helperCédric Le Goater1-55/+60
2016-03-11ipmi: remove IPMI_CHECK_RESERVATION() macroCédric Le Goater1-14/+19
2016-03-11ipmi: replace IPMI_ADD_RSP_DATA() macro with inline helpersCédric Le Goater1-253/+228
2016-03-11ipmi: remove IPMI_CHECK_CMD_LEN() macroCédric Le Goater1-80/+84
2016-03-11MAINTAINERS: machine coreMichael S. Tsirkin1-0/+6
2016-03-11MAINTAINERS: Add an entry for virtio header filesThomas Huth1-0/+1
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov1-0/+6
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov1-39/+14
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov1-14/+24
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov1-7/+12
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov1-3/+8
2016-03-11pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov1-14/+12
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov3-4/+67
2016-03-11pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov1-26/+19
2016-03-11pc: acpi: remove NOP assignmentIgor Mammedov1-1/+0
2016-03-11pxb: cleanupCao jin2-4/+4
2016-03-11qemu-char: make tcp_chr_disconnect() reentrant-safeMarc-André Lureau1-0/+4
2016-03-11qemu-char: remove all msgfds on disconnectMarc-André Lureau1-0/+1
2016-03-11qemu-char: avoid potential double-freeMarc-André Lureau1-0/+1
2016-03-11vhost-user: remove useless is_server fieldMarc-André Lureau1-2/+0
2016-03-11vhost-user: fix use after freeMarc-André Lureau1-1/+6