aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-07-11block: remove all encryption handling APIsDaniel P. Berrange
2017-07-11block: rip out all traces of password promptingDaniel P. Berrange
2017-07-11block: deprecate "encryption=on" in favor of "encrypt.format=aes"Daniel P. Berrange
2017-07-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...Peter Maydell
2017-07-10migration: Create load_setup()/cleanup() methodsJuan Quintela
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela
2017-07-10migration: fix handling for --only-migratablePeter Xu
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini
2017-07-06Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-07-04tcg: make tcg_allowed globalYang Zhong
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng
2017-07-04main_loop: Make main_loop_wait() return voidPeter Maydell
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth
2017-07-04cpu: Introduce a wrapper for tlb_flush() that can be used in common codeThomas Huth
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth
2017-07-04include/exec/poison: Add some more missing TARGET and CONFIG definesThomas Huth
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi
2017-07-03pci: Convert to realizeMao Zhongyi
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota
2017-06-30gen-icount: use tcg_ctx.tcg_env instead of cpu_envEmilio G. Cota
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell
2017-06-30Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson
2017-06-29softfloat: define floatx80_round()Laurent Vivier
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-06-28migration: hmp: dump globalsPeter Xu