Age | Commit message (Expand) | Author |
2017-01-09 | block: Rename raw-{posix,win32} to file-*.c | Eric Blake |
2017-01-09 | block: Rename raw_bsd to raw-format.c | Eric Blake |
2017-01-09 | blkverify: Implement bdrv_co_preadv/pwritev/flush | Kevin Wolf |
2017-01-09 | blkdebug: Implement bdrv_co_preadv/pwritev/flush | Kevin Wolf |
2017-01-09 | quorum: Clean up quorum_aio_get() | Kevin Wolf |
2017-01-09 | quorum: Inline quorum_fifo_aio_cb() | Kevin Wolf |
2017-01-09 | quorum: Implement .bdrv_co_preadv/pwritev() | Kevin Wolf |
2017-01-09 | quorum: Avoid bdrv_aio_writev() for rewrites | Kevin Wolf |
2017-01-09 | quorum: Inline quorum_aio_cb() | Kevin Wolf |
2017-01-09 | quorum: Do cleanup in caller coroutine | Kevin Wolf |
2017-01-09 | quorum: Implement .bdrv_co_readv/writev | Kevin Wolf |
2017-01-09 | quorum: Remove s from quorum_aio_get() arguments | Kevin Wolf |
2017-01-09 | coroutine: Introduce qemu_coroutine_enter_if_inactive() | Kevin Wolf |
2017-01-09 | qemu-img: fix in-flight count for qemu-img bench | Paolo Bonzini |
2017-01-06 | Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' i... | Peter Maydell |
2017-01-06 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2017-01-06 | fsl_etsec: Fix Tx BD ring wrapping handling | Andrey Smirnov |
2017-01-06 | rtl8139: correctly handle PHY reset | Hervé Poussineau |
2017-01-06 | record/replay: add network support | Pavel Dovgalyuk |
2017-01-05 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2017-01-05 | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell |
2017-01-05 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s... | Peter Maydell |
2017-01-03 | iothread: add poll-grow and poll-shrink parameters | Stefan Hajnoczi |
2017-01-03 | aio: self-tune polling time | Stefan Hajnoczi |
2017-01-03 | virtio: disable virtqueue notifications during polling | Stefan Hajnoczi |
2017-01-03 | aio: add .io_poll_begin/end() callbacks | Stefan Hajnoczi |
2017-01-03 | virtio: turn vq->notification into a nested counter | Stefan Hajnoczi |
2017-01-03 | virtio-scsi: suppress virtqueue kick during processing | Stefan Hajnoczi |
2017-01-03 | virtio-blk: suppress virtqueue kick during processing | Stefan Hajnoczi |
2017-01-03 | iothread: add polling parameters | Stefan Hajnoczi |
2017-01-03 | linux-aio: poll ring for completions | Stefan Hajnoczi |
2017-01-03 | virtio: poll virtqueues for new buffers | Stefan Hajnoczi |
2017-01-03 | aio: add polling mode to AioContext | Stefan Hajnoczi |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi |
2017-01-03 | aio: add flag to skip fds to aio_dispatch() | Stefan Hajnoczi |
2017-01-03 | HACKING: document #include order | Stefan Hajnoczi |
2017-01-03 | tests: virtio-9p: ".." cannot be used to walk out of the shared directory | Greg Kurz |
2017-01-03 | tests: virtio-9p: no slash in path elements during walk | Greg Kurz |
2017-01-03 | tests: virtio-9p: add walk operation test | Greg Kurz |
2017-01-03 | tests: virtio-9p: add attach operation test | Greg Kurz |
2017-01-03 | tests: virtio-9p: add version operation test | Greg Kurz |
2017-01-03 | 9pfs: fix P9_NOTAG and P9_NOFID macros | Greg Kurz |
2017-01-03 | tests: virtio-9p: code refactoring | Greg Kurz |
2017-01-03 | tests: virtio-9p: rename PCI configuration test | Greg Kurz |
2017-01-03 | 9pfs: fix crash when fsdev is missing | Greg Kurz |
2017-01-03 | 9pfs: introduce init_out/in_iov_from_pdu | Stefano Stabellini |
2017-01-03 | 9pfs: call v9fs_init_qiov_from_pdu before v9fs_pack | Stefano Stabellini |
2017-01-03 | 9pfs: introduce transport specific callbacks | Stefano Stabellini |
2017-01-03 | 9pfs: move pdus to V9fsState | Stefano Stabellini |
2017-01-03 | virtio-gpu: fix memory leak in resource attach backing | Li Qiang |