"Daniel P. Berrange" <[email protected]> wrote:
> The s390 skeys monitor command needs to write out a plain text
> file. Currently it is using the QEMUFile class for this, but
> work is ongoing to refactor QEMUFile and eliminate much code
> related to it. The only feature qemu_fopen() gives over fopen()
> is support for QEMU FD passing, but this can be achieved with
> qemu_open() + fdopen() too. Switching to regular stdio FILE
> APIs avoids the need to sprintf via an intermedia buffer which
> slightly simplifies the code.
>
> Reviewed-by: Eric Blake <[email protected]>
> Signed-off-by: Daniel P. Berrange <[email protected]>

Reviewed-by: Juan Quintela <[email protected]>

Reply via email to