aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-25block: Default to enabled write cache in blk_new()Kevin Wolf
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf
2016-05-25block: keep a list of block jobsAlberto Garcia
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-25block: Propagate .drained_begin/end callbacksKevin Wolf
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-25block: Make bdrv_drain() use bdrv_drained_begin/end()Kevin Wolf
2016-05-25block: Introduce bdrv_replace_child()Kevin Wolf
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25block: Drop bdrv_parent_cb_...() from bdrv_close()Max Reitz
2016-05-25block: Assert !bs->refcnt in bdrv_close()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop bdrv_new_root()Max Reitz
2016-05-25block: Drop blk_new_with_bs()Max Reitz
2016-05-25tests: Drop BDS from test-throttle.cMax Reitz
2016-05-25block: Let bdrv_open_inherit() return the snapshotMax Reitz
2016-05-25block: Drop useless bdrv_new() callMax Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-05-24Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...Peter Maydell
2016-05-24Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-2.7-1' into st...Peter Maydell
2016-05-24Merge remote-tracking branch 'remotes/xtensa/tags/20160523-opencores_eth' int...Peter Maydell
2016-05-23target-i386: kvm: Eliminate kvm_msr_entry_set()Eduardo Habkost
2016-05-23target-i386: kvm: Simplify MSR setting functionsEduardo Habkost
2016-05-23target-i386: kvm: Simplify MSR array constructionEduardo Habkost
2016-05-23target-i386: kvm: Increase MSR_BUF_SIZEEduardo Habkost
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost
2016-05-23target-i386: Call cpu_exec_init() on realizeEduardo Habkost
2016-05-23target-i386: Move TCG initialization to realize timeEduardo Habkost
2016-05-23target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-23target-i386: Set constant model_id for qemu64/qemu32/athlonEduardo Habkost
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov
2016-05-23migration: regain control of images when migration fails to completeGreg Kurz
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost
2016-05-23osdep: Move default qemu_hw_version() value to a macroEduardo Habkost
2016-05-23target-i386: kvm: Use X86XSaveArea struct for xsave save/loadEduardo Habkost
2016-05-23target-i386: Use xsave structs for ext_save_areaEduardo Habkost
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost
2016-05-23savevm: fail if migration blockers are presentGreg Kurz
2016-05-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-05-23cpus: call the core nmi injection functionBandan Das
2016-05-23nmi: remove x86 specific nmi handlingBandan Das
2016-05-23target-i386: add a generic x86 nmi handlerBandan Das
2016-05-23coccinelle: add g_assert_cmp* to macro filePaolo Bonzini
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld
2016-05-23esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit