aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm5-8/+56
2017-06-299pfs: local: remove: use correct path componentBruce Rogers1-1/+1
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-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
2017-06-26qed: Inline qed_commit_l2_update()Kevin Wolf1-22/+14
2017-06-26qed: Make qed_aio_write_main() synchronousKevin Wolf1-42/+19
2017-06-26qed: Make qed_aio_read_data() synchronousKevin Wolf1-3/+5
2017-06-26qed: Remove callback from qed_write_table()Kevin Wolf3-45/+22
2017-06-26qed: Remove GenericCBKevin Wolf3-45/+1
2017-06-26qed: Make qed_write_table() synchronousKevin Wolf1-54/+30
2017-06-26qed: Remove callback from qed_write_header()Kevin Wolf1-20/+12
2017-06-26qed: Make qed_write_header() synchronousKevin Wolf1-47/+29
2017-06-26qed: Remove callback from qed_copy_from_backing_file()Kevin Wolf1-34/+23
2017-06-26qed: Make qed_copy_from_backing_file() synchronousKevin Wolf1-49/+29
2017-06-26qed: Make qed_read_backing_file() synchronousKevin Wolf1-14/+18
2017-06-26qed: Remove callback from qed_find_cluster()Kevin Wolf3-32/+35