commit | 6df5718bd3ec56225c44cf96440c723c1b611b87 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Wed Oct 29 13:00:15 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 31 11:29:01 2014 +0100 |
tree | 1aea529349773a4d24d6fb65c09e1f7897d11ce4 | |
parent | aaf2a859b6758ad9b3a6fa242b0453bd7d8b7615 [diff] |
megasas: Rework frame queueing algorithm Windows requires the frames to be unmapped, otherwise we run into a race condition where the updated frame data is not visible to the guest. With that we can simplify the queue algorithm and use a bitmap for tracking free frames. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>