summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini2017-06-291-21/+64
* virtio-9p: break device if buffers are misconfiguredGreg Kurz2017-06-294-7/+40
* virtio-9p: message header is 7-byte longGreg Kurz2017-06-292-5/+8
* virtio-9p: record element after sanity checksGreg Kurz2017-06-291-1/+2
* 9pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-06-291-2/+1Star
* 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2017-06-295-8/+56
* 9pfs: local: remove: use correct path componentBruce Rogers2017-06-291-1/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170627-tag' into...Peter Maydell2017-06-291-51/+133
|\
| * xen-disk: add support for multi-page shared ringsPaul Durrant2017-06-281-31/+113
| * xen-disk: only advertize feature-persistent if grant copy is not availablePaul Durrant2017-06-281-7/+8
| * xen/disk: don't leak stack data via response ringStefano Stabellini2017-06-271-13/+12Star
* | linux-user: Put PPC AT_IGNOREPPC auxv entries in the right placePeter Maydell2017-06-291-11/+12
|/
* Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...Peter Maydell2017-06-278-54/+428
|\
| * xilinx_spips: allow mmio executionKONRAD Frederic2017-06-271-19/+55
| * exec: allow to get a pointer for some mmio memory regionKONRAD Frederic2017-06-273-0/+156
| * introduce mmio_interfaceKONRAD Frederic2017-06-273-0/+178
| * qdev: add MemoryRegion propertyKONRAD Frederic2017-06-271-0/+2
| * cputlb: fix the way get_page_addr_code fills the tlbKONRAD Frederic2017-06-271-2/+4
| * cputlb: move get_page_addr_codeKONRAD Frederic2017-06-271-35/+35
| * cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HITKONRAD Frederic2017-06-271-9/+9
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-06-2645-1324/+1476
|\
| * Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...Kevin Wolf2017-06-2625-191/+220
| |\
| | * qemu-img: don't shadow opts variable in img_dd()Stefan Hajnoczi2017-06-261-6/+3Star
| | * block: Do not strcmp() with NULL uri->schemeMax Reitz2017-06-264-8/+8
| | * blkverify: Catch bs->exact_filename overflowMax Reitz2017-06-261-4/+8
| | * blkdebug: Catch bs->exact_filename overflowMax Reitz2017-06-261-3/+7
| | * fix: avoid an infinite loop or a dangling pointer problem in img_commitsochin.jiang2017-06-263-9/+33
| | * block: change variable names in BlockDriverStateManos Pitsidianakis2017-06-2618-161/+161
| |/
| * block: Remove bdrv_aio_readv/writev/flush()Kevin Wolf2017-06-263-182/+0Star
| * qed: Use bdrv_co_* for coroutine_fnsKevin Wolf2017-06-261-7/+9
| * qed: Add coroutine_fn to I/O path functionsKevin Wolf2017-06-263-24/+30
| * qed: Use a coroutine for need_check_timerKevin Wolf2017-06-261-16/+17
| * qed: Simplify request handlingKevin Wolf2017-06-262-82/+22Star
| * qed: Use CoQueue for serialising allocationsKevin Wolf2017-06-262-33/+19Star
| * qed: Implement .bdrv_co_readv/writevKevin Wolf2017-06-261-55/+42Star
| * qed: Remove recursion in qed_aio_next_io()Kevin Wolf2017-06-261-31/+32
| * qed: Remove ret argument from qed_aio_next_io()Kevin Wolf2017-06-261-11/+6Star
| * qed: Add return value to qed_aio_read/write_data()Kevin Wolf2017-06-262-62/+31Star
| * qed: Add return value to qed_aio_write_inplace/alloc()Kevin Wolf2017-06-261-23/+20Star
| * qed: Add return value to qed_aio_write_cow()Kevin Wolf2017-06-261-37/+21Star
| * qed: Add return value to qed_aio_write_main()Kevin Wolf2017-06-261-25/+30
| * qed: Add return value to qed_aio_write_l2_update()Kevin Wolf2017-06-261-17/+26
| * qed: Add return value to qed_aio_write_l1_update()Kevin Wolf2017-06-261-10/+9Star
| * qed: Inline qed_commit_l2_update()Kevin Wolf2017-06-261-22/+14Star
| * qed: Make qed_aio_write_main() synchronousKevin Wolf2017-06-261-42/+19Star
| * qed: Make qed_aio_read_data() synchronousKevin Wolf2017-06-261-3/+5
| * qed: Remove callback from qed_write_table()Kevin Wolf2017-06-263-45/+22Star
| * qed: Remove GenericCBKevin Wolf2017-06-263-45/+1Star
| * qed: Make qed_write_table() synchronousKevin Wolf2017-06-261-54/+30Star
| * qed: Remove callback from qed_write_header()Kevin Wolf2017-06-261-20/+12Star