On Thu, May 15, 2014 at 07:22:04PM +0800, Fam Zheng wrote: > This applies on top of Stefan's dataplane series. > > v2: > > Patch 1 moves the declaration of bdrv_get_aio_context to block.h. > Patch 2 is unchanged except for the dropped #include. > > > Fam Zheng (2): > block: Move declaration of bdrv_get_aio_context to block.h > virtio-blk: Allow config-wce in dataplane > > hw/block/dataplane/virtio-blk.c | 6 ------ > hw/block/virtio-blk.c | 8 +++++++- > include/block/block.h | 7 +++++++ > include/block/block_int.h | 7 ------- > 4 files changed, 14 insertions(+), 14 deletions(-)
Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan