summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2017-06-28migration: move skip_section_footersPeter Xu
2017-06-28migration: move skip_configuration outPeter Xu
2017-06-28migration: move only_migratable to MigrationStatePeter Xu
2017-06-28migration: move global_state.optional outPeter Xu
2017-06-28migration: let MigrationState be a qdevPeter Xu
2017-06-28accel: introduce AccelClass.global_propsPeter Xu
2017-06-28machine: export register_compat_prop()Peter Xu
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic
2017-06-27introduce mmio_interfaceKONRAD Frederic
2017-06-27qdev: add MemoryRegion propertyKONRAD Frederic
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-06-22Merge remote-tracking branch 'remotes/kraxel/tags/queue/ui-pull-request' into...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell
2017-06-21gtk: use framebuffer helper functions.Gerd Hoffmann
2017-06-21sdl2: use framebuffer helper functions.Gerd Hoffmann
2017-06-21egl-helpers: add helpers to handle opengl framebuffersGerd Hoffmann
2017-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-06-20Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell
2017-06-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-06-20isa: use get_uint() for "io-base"Marc-André Lureau
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau
2017-06-20object: add uint property setter/getterMarc-André Lureau