mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 15:49:30 +00:00
Clearing the error status flag was missing for restarting flushes. Now that the error status is separate from the BM status register, we can simply set it to 0 after restarting the request. This ensures that we never forget to clear a bit. Signed-off-by: Kevin Wolf <kwolf@redhat.com>