summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann2-2/+3
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell3-4/+23
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell14-97/+124
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell3-5/+6
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann1-2/+2
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann1-2/+6
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann1-0/+15
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+11
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell6-39/+266
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-18/+94
2017-06-20isa: use get_uint() for "io-base"Marc-André Lureau1-1/+1