Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio-serial: delete timer if active during exit
The post_load timer was being freed, but not deleted. This could cause problems when the timer is armed, but the device is hot-unplugged before the callback is executed. Signed-off-by: Amit Shah <[email protected]>
- Loading branch information