aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-30gen-icount: add missing inline to gen_tb_endEmilio G. Cota1-1/+1
2017-06-30Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell1-0/+2
2017-06-30Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.10-pull-request'...Peter Maydell1-0/+1
2017-06-30block: Add BDRV_BLOCK_EOF to bdrv_get_block_status()Eric Blake1-0/+2
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson1-4/+2
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson1-2/+0
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson1-2/+0
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz1-0/+1
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson1-4/+8
2017-06-29softfloat: define floatx80_round()Laurent Vivier1-0/+1
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang1-3/+6
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-16/+35
2017-06-28migration: hmp: dump globalsPeter Xu1-0/+1
2017-06-28migration: move skip_section_footersPeter Xu2-1/+4
2017-06-28migration: move skip_configuration outPeter Xu2-1/+4
2017-06-28migration: move only_migratable to MigrationStatePeter Xu2-1/+2
2017-06-28migration: move global_state.optional outPeter Xu2-1/+4
2017-06-28migration: let MigrationState be a qdevPeter Xu1-0/+1
2017-06-28accel: introduce AccelClass.global_propsPeter Xu2-0/+17
2017-06-28machine: export register_compat_prop()Peter Xu1-0/+23
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic1-0/+35
2017-06-27introduce mmio_interfaceKONRAD Frederic1-0/+49
2017-06-27qdev: add MemoryRegion propertyKONRAD Frederic1-0/+2
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang1-0/+18
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis3-17/+17
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf1-8/+0