Paolo Bonzini <pbonz...@redhat.com> wrote: > Buffering was needed because blocking writes could take a long time > and starve other threads seeking to grab the big QEMU mutex. > > Now that all writes (except within _complete callbacks) are done > outside the big QEMU mutex, we do not need buffering at all. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> DEBUG error change was already found by Orit.