]> Git Repo - qemu.git/commit
9pfs: add cleanup operation for proxy backend driver
authorLi Qiang <[email protected]>
Wed, 23 Nov 2016 12:53:34 +0000 (13:53 +0100)
committerGreg Kurz <[email protected]>
Wed, 23 Nov 2016 12:53:34 +0000 (13:53 +0100)
commit898ae90a44551d25b8e956fd87372d303c82fe68
treeb3610b60dd95ce2a2f192a8e9d900d769ade6b86
parent971f406b77a6eb84e0ad27dcc416b663765aee30
9pfs: add cleanup operation for proxy backend driver

In the init operation of proxy backend dirver, it allocates a
V9fsProxy struct and some other resources. We should free these
resources when the 9pfs device is unrealized. This is what this
patch does.

Signed-off-by: Li Qiang <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Signed-off-by: Greg Kurz <[email protected]>
hw/9pfs/9p-proxy.c
This page took 0.02509 seconds and 4 git commands to generate.