aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-11block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy1-0/+1
2017-07-11block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2-0/+6
2017-07-11qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy2-0/+9
2017-07-11block: add bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy2-0/+7
2017-07-11block/dirty-bitmap: add bdrv_dirty_bitmap_next()Vladimir Sementsov-Ogievskiy1-0/+2
2017-07-11block: introduce persistent dirty bitmapsVladimir Sementsov-Ogievskiy1-0/+4
2017-07-11block/dirty-bitmap: add autoload field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy1-0/+2
2017-07-11block: new bdrv_reopen_bitmaps_rw interfaceVladimir Sementsov-Ogievskiy1-0/+7
2017-07-11block/dirty-bitmap: add readonly field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy1-0/+4
2017-07-11block/dirty-bitmap: add deserialize_ones funcVladimir Sementsov-Ogievskiy2-0/+18
2017-07-11block: fix bdrv_dirty_bitmap_granularity signatureVladimir Sementsov-Ogievskiy1-1/+1
2017-07-11hbitmap: improve dirty iterVladimir Sementsov-Ogievskiy1-22/+4
2017-07-11block: pass option prefix down to crypto layerDaniel P. Berrange1-1/+5
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange3-5/+0
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange2-9/+0
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange1-1/+1
2017-07-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...Peter Maydell1-0/+1
2017-07-10migration: Create load_setup()/cleanup() methodsJuan Quintela1-0/+2
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-1/+1
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-07-10migration: fix handling for --only-migratablePeter Xu1-1/+0
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson1-0/+1
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-1/+1
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-2/+2
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake1-6/+5
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake1-4/+0
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake1-1/+2
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake1-3/+3
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini1-2/+0
2017-07-06Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell2-3/+14
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic2-3/+14
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong2-1/+6
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini1-0/+4
2017-07-04tcg: make tcg_allowed globalYang Zhong1-1/+6
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini1-1/+1
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng2-0/+9
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell1-1/+1
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth2-0/+9
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth1-0/+2
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2-5/+14
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2-28/+0
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth1-0/+6
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-2/+3
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi2-2/+4
2017-07-03pci: Convert to realizeMao Zhongyi2-2/+4
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-3/+0
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-1/+2
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang1-0/+1
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota1-1/+10
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota1-4/+6