]> Git Repo - qemu.git/commit - hw/9pfs/xen-9p-backend.c
xen/9pfs: send responses back to the frontend
authorStefano Stabellini <[email protected]>
Wed, 22 Mar 2017 17:16:09 +0000 (10:16 -0700)
committerStefano Stabellini <[email protected]>
Tue, 25 Apr 2017 18:04:33 +0000 (11:04 -0700)
commit4476e09e34d4257d2bfbdb70d106a154f42c928b
treec2196451ca695d75f68550b77be2d0d266e703a8
parent40a2389207fb1a7ee179a9eba1b2fe9a5584bbc3
xen/9pfs: send responses back to the frontend

Once a request is completed, xen_9pfs_push_and_notify gets called. In
xen_9pfs_push_and_notify, update the indexes (data has already been
copied to the sg by the common code) and send a notification to the
frontend.

Schedule the bottom-half to check if we already have any other requests
pending.

Signed-off-by: Stefano Stabellini <[email protected]>
CC: [email protected]
CC: [email protected]
CC: Aneesh Kumar K.V <[email protected]>
CC: Greg Kurz <[email protected]>
hw/9pfs/xen-9p-backend.c
This page took 0.025126 seconds and 4 git commands to generate.