aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2017-01-09block: Rename raw_bsd to raw-format.cEric Blake
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09quorum: Clean up quorum_aio_get()Kevin Wolf
2017-01-09quorum: Inline quorum_fifo_aio_cb()Kevin Wolf
2017-01-09quorum: Implement .bdrv_co_preadv/pwritev()Kevin Wolf
2017-01-09quorum: Avoid bdrv_aio_writev() for rewritesKevin Wolf
2017-01-09quorum: Inline quorum_aio_cb()Kevin Wolf
2017-01-09quorum: Do cleanup in caller coroutineKevin Wolf
2017-01-09quorum: Implement .bdrv_co_readv/writevKevin Wolf
2017-01-09quorum: Remove s from quorum_aio_get() argumentsKevin Wolf
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf
2017-01-09qemu-img: fix in-flight count for qemu-img benchPaolo Bonzini
2017-01-06Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' i...Peter Maydell
2017-01-06Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2017-01-06fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau
2017-01-06record/replay: add network supportPavel Dovgalyuk
2017-01-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-01-05Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-01-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s...Peter Maydell
2017-01-03iothread: add poll-grow and poll-shrink parametersStefan Hajnoczi
2017-01-03aio: self-tune polling timeStefan Hajnoczi
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi
2017-01-03aio: add .io_poll_begin/end() callbacksStefan Hajnoczi
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi
2017-01-03virtio-scsi: suppress virtqueue kick during processingStefan Hajnoczi
2017-01-03virtio-blk: suppress virtqueue kick during processingStefan Hajnoczi
2017-01-03iothread: add polling parametersStefan Hajnoczi
2017-01-03linux-aio: poll ring for completionsStefan Hajnoczi
2017-01-03virtio: poll virtqueues for new buffersStefan Hajnoczi
2017-01-03aio: add polling mode to AioContextStefan Hajnoczi
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2017-01-03aio: add flag to skip fds to aio_dispatch()Stefan Hajnoczi
2017-01-03HACKING: document #include orderStefan Hajnoczi
2017-01-03tests: virtio-9p: ".." cannot be used to walk out of the shared directoryGreg Kurz
2017-01-03tests: virtio-9p: no slash in path elements during walkGreg Kurz
2017-01-03tests: virtio-9p: add walk operation testGreg Kurz
2017-01-03tests: virtio-9p: add attach operation testGreg Kurz
2017-01-03tests: virtio-9p: add version operation testGreg Kurz
2017-01-039pfs: fix P9_NOTAG and P9_NOFID macrosGreg Kurz
2017-01-03tests: virtio-9p: code refactoringGreg Kurz
2017-01-03tests: virtio-9p: rename PCI configuration testGreg Kurz
2017-01-039pfs: fix crash when fsdev is missingGreg Kurz
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini
2017-01-039pfs: call v9fs_init_qiov_from_pdu before v9fs_packStefano Stabellini
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini
2017-01-03virtio-gpu: fix memory leak in resource attach backingLi Qiang