aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170627-tag' into...Peter Maydell1-51/+133
2017-06-29linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell1-11/+12
2017-06-28exec: fix access to ram_list.dirty_memory when sync dirty bitmapHaozhong Zhang1-3/+6
2017-06-28migration: add "return-path" capabilityPeter Xu3-4/+18
2017-06-28vmstate: error hint for failed equal checksHalil Pasic20-40/+74
2017-06-28migration: add comment for TYPE_MIGRATEPeter Xu1-0/+8
2017-06-28migration: hmp: dump globalsPeter Xu3-0/+15
2017-06-28migration: merge enforce_config_section somewhatPeter Xu2-10/+14
2017-06-28migration: move skip_section_footersPeter Xu8-15/+15
2017-06-28migration: move skip_configuration outPeter Xu8-15/+18
2017-06-28migration: move only_migratable to MigrationStatePeter Xu6-5/+20
2017-06-28migration: move global_state.optional outPeter Xu8-11/+29
2017-06-28migration: let MigrationState be a qdevPeter Xu4-23/+81
2017-06-28vl: clean up global property registrationPeter Xu1-5/+24
2017-06-28accel: introduce AccelClass.global_propsPeter Xu5-0/+31
2017-06-28machine: export register_compat_prop()Peter Xu3-13/+37
2017-06-27xen-disk: add support for multi-page shared ringsPaul Durrant1-31/+113
2017-06-27xen-disk: only advertize feature-persistent if grant copy is not availablePaul Durrant1-7/+8
2017-06-27xen/disk: don't leak stack data via response ringStefano Stabellini1-13/+12
2017-06-27Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...Peter Maydell8-54/+428
2017-06-27xilinx_spips: allow mmio executionKONRAD Frederic1-19/+55
2017-06-27exec: allow to get a pointer for some mmio memory regionKONRAD Frederic3-0/+156
2017-06-27introduce mmio_interfaceKONRAD Frederic3-0/+178
2017-06-27qdev: add MemoryRegion propertyKONRAD Frederic1-0/+2
2017-06-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic1-2/+4
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic1-35/+35
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic1-9/+9
2017-06-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell45-1324/+1476
2017-06-26Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...Kevin Wolf25-191/+220
2017-06-26qemu-img: don't shadow opts variable in img_dd()Stefan Hajnoczi1-6/+3
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz4-8/+8
2017-06-26blkverify: Catch bs->exact_filename overflowMax Reitz1-4/+8
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz1-3/+7
2017-06-26fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang3-9/+33
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis18-161/+161
2017-06-26block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf3-182/+0
2017-06-26qed: Use bdrv_co_* for coroutine_fnsKevin Wolf1-7/+9
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf3-24/+30
2017-06-26qed: Use a coroutine for need_check_timerKevin Wolf1-16/+17
2017-06-26qed: Simplify request handlingKevin Wolf2-82/+22
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf2-33/+19
2017-06-26qed: Implement .bdrv_co_readv/writevKevin Wolf1-55/+42
2017-06-26qed: Remove recursion in qed_aio_next_io()Kevin Wolf1-31/+32
2017-06-26qed: Remove ret argument from qed_aio_next_io()Kevin Wolf1-11/+6
2017-06-26qed: Add return value to qed_aio_read/write_data()Kevin Wolf2-62/+31
2017-06-26qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf1-23/+20
2017-06-26qed: Add return value to qed_aio_write_cow()Kevin Wolf1-37/+21
2017-06-26qed: Add return value to qed_aio_write_main()Kevin Wolf1-25/+30
2017-06-26qed: Add return value to qed_aio_write_l2_update()Kevin Wolf1-17/+26
2017-06-26qed: Add return value to qed_aio_write_l1_update()Kevin Wolf1-10/+9