aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-28migration: move global_state.optional outPeter Xu
2017-06-28migration: let MigrationState be a qdevPeter Xu
2017-06-28vl: clean up global property registrationPeter Xu
2017-06-28accel: introduce AccelClass.global_propsPeter Xu
2017-06-28machine: export register_compat_prop()Peter Xu
2017-06-27Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...Peter Maydell
2017-06-27xilinx_spips: allow mmio executionKONRAD Frederic
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-27cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic
2017-06-27cputlb: move get_page_addr_codeKONRAD Frederic
2017-06-27cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic
2017-06-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-06-26Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...Kevin Wolf
2017-06-26qemu-img: don't shadow opts variable in img_dd()Stefan Hajnoczi
2017-06-26block: Do not strcmp() with NULL uri->schemeMax Reitz
2017-06-26blkverify: Catch bs->exact_filename overflowMax Reitz
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz
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-26qed: Use bdrv_co_* for coroutine_fnsKevin Wolf
2017-06-26qed: Add coroutine_fn to I/O path functionsKevin Wolf
2017-06-26qed: Use a coroutine for need_check_timerKevin Wolf
2017-06-26qed: Simplify request handlingKevin Wolf
2017-06-26qed: Use CoQueue for serialising allocationsKevin Wolf
2017-06-26qed: Implement .bdrv_co_readv/writevKevin Wolf
2017-06-26qed: Remove recursion in qed_aio_next_io()Kevin Wolf
2017-06-26qed: Remove ret argument from qed_aio_next_io()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_read/write_data()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_cow()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_main()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l2_update()Kevin Wolf
2017-06-26qed: Add return value to qed_aio_write_l1_update()Kevin Wolf
2017-06-26qed: Inline qed_commit_l2_update()Kevin Wolf
2017-06-26qed: Make qed_aio_write_main() synchronousKevin Wolf
2017-06-26qed: Make qed_aio_read_data() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf
2017-06-26qed: Remove GenericCBKevin Wolf
2017-06-26qed: Make qed_write_table() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_write_header()Kevin Wolf
2017-06-26qed: Make qed_write_header() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_copy_from_backing_file()Kevin Wolf
2017-06-26qed: Make qed_copy_from_backing_file() synchronousKevin Wolf
2017-06-26qed: Make qed_read_backing_file() synchronousKevin Wolf
2017-06-26qed: Remove callback from qed_find_cluster()Kevin Wolf
2017-06-26qed: Remove callback from qed_read_l2_table()Kevin Wolf
2017-06-26qed: Remove callback from qed_read_table()Kevin Wolf