Re: [Qemu-devel] [RISU PATCH v3 03/10] risu: paramterise send/receive functions

2016-12-16 Thread Peter Maydell
On 9 December 2016 at 11:48, Alex Bennée wrote: ("parameterise" in subject) > This is a precursor to record/playback support. Instead of passing the > socket fd we now pass helper functions for reading/writing and > responding. This will allow us to do the rest of the record/playback > work with

[Qemu-devel] [RISU PATCH v3 03/10] risu: paramterise send/receive functions

2016-12-09 Thread Alex Bennée
This is a precursor to record/playback support. Instead of passing the socket fd we now pass helper functions for reading/writing and responding. This will allow us to do the rest of the record/playback work without hacking up the arch specific stuff. I've also added a header packet with pc/risu o