> Hi, Paolo
> Do you think static buffer in qemu_file should be also removed?
Orit is working on that.
Paolo
Hi, Paolo
Do you think static buffer in qemu_file should be also removed?
> 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 Q
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.
Reviewed-by: Orit Wasserman
Reviewed-by: