]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: 9p don't nuke fids on attach
authorSasha Levin <levinsasha928@gmail.com>
Thu, 30 Aug 2012 07:36:42 +0000 (09:36 +0200)
committerPekka Enberg <penberg@kernel.org>
Fri, 31 Aug 2012 07:12:44 +0000 (10:12 +0300)
commitbb2c344431c0a47da8e2f671c5442951f10070b9
treec1c265f2dac973c8ac380d5b1d30cb1c4ac0d487
parent99423f12db2a3079c276d10ad3191077e42f0ce8
kvm tools: 9p don't nuke fids on attach

We're not supposed to kill all fids when a new attach request
arrives. This used to cause issues when the guest would send
multiple attach requests.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio/9p.c