summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-06-20qdev: avoid type casts between signed and unsignedMarc-André Lureau2-9/+21
2017-06-20qdev: wrap default property value in an unionMarc-André Lureau2-5/+7
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau1-13/+13
2017-06-20object: add uint property setter/getterMarc-André Lureau1-0/+23
2017-06-20qnum: add uint typeMarc-André Lureau1-0/+7
2017-06-20qapi: Remove visit_start_alternate() parameter promote_intMarc-André Lureau2-4/+2
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau8-68/+58
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson1-4/+1
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota1-1/+2
2017-06-19util: add cacheinfoEmilio G. Cota1-0/+3
2017-06-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170614-1' into st...Peter Maydell1-0/+2
2017-06-19qdev: remove PropertyInfo.qtype fieldMarc-André Lureau2-6/+1
2017-06-16q35/mch: implement extended TSEG sizesLaszlo Ersek2-0/+11
2017-06-16block: make accounting thread-safePaolo Bonzini1-2/+6
2017-06-16block: split BlockAcctStats creation and setupPaolo Bonzini1-1/+2
2017-06-16block: protect modification of dirty bitmaps with a mutexPaolo Bonzini2-9/+20
2017-06-16block: introduce dirty_bitmap_mutexPaolo Bonzini1-0/+5