Re: [Qemu-devel] [PATCH v3] s390: use FILE instead of QEMUFile for creating text file

2016-01-19 Thread Eric Blake
On 01/18/2016 04:05 AM, Daniel P. Berrange 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

[Qemu-devel] [PATCH v3] s390: use FILE instead of QEMUFile for creating text file

2016-01-18 Thread Daniel P. Berrange
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 ac