diff options
| author | Joelle van Dyne <j@getutm.app> | 2023-01-01 17:08:21 -0800 |
|---|---|---|
| committer | Jason Wang <jasowang@redhat.com> | 2023-02-17 13:31:33 +0800 |
| commit | 993f71ee3360450c2758964adbdfb13f4d460162 (patch) | |
| tree | fe0a5c5e7d397b66921a7ffd98e2434a45ce721e /bsd-user/qemu.h | |
| parent | 0c65ef4fbbf3d3c1c4435f06db7648ab67935a19 (diff) | |
| download | focaccia-qemu-993f71ee3360450c2758964adbdfb13f4d460162.tar.gz focaccia-qemu-993f71ee3360450c2758964adbdfb13f4d460162.zip | |
vmnet: stop recieving events when VM is stopped
When the VM is stopped using the HMP command "stop", soon the handler will stop reading from the vmnet interface. This causes a flood of `VMNET_INTERFACE_PACKETS_AVAILABLE` events to arrive and puts the host CPU at 100%. We fix this by removing the event handler from vmnet when the VM is no longer in a running state and restore it when we return to a running state. Signed-off-by: Joelle van Dyne <j@getutm.app> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'bsd-user/qemu.h')
0 files changed, 0 insertions, 0 deletions