]> Git Repo - qemu.git/commit - hw/virtio-net.c
virtio-net: stop vhost backend on vmstop
authorMichael S. Tsirkin <[email protected]>
Wed, 2 Jun 2010 08:40:54 +0000 (11:40 +0300)
committerMichael S. Tsirkin <[email protected]>
Wed, 2 Jun 2010 08:54:45 +0000 (11:54 +0300)
commit7f9744812291853425b614f68668f48d49882a1f
tree69489b78d606fda86a1be5076b454beb49173413
parente075e788c9e882f5bebfb350f725ee7e4273033f
virtio-net: stop vhost backend on vmstop

vhost net currently keeps running after vmstop,
which causes trouble as qemy does not check
for dirty pages anymore.
The fix is to simply keep vm and vhost running/stopped
status in sync.

Tested-by: David L Stevens <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/virtio-net.c
This page took 0.027199 seconds and 4 git commands to generate.