Re: [Qemu-devel] [PATCH/RFC 4/7] Allow saving screendump to a UNIX socket

2012-03-13 Thread Gerd Hoffmann
Hi, > By using the 'unix:' prefix notation, similar to the migration uri, we > can now dump to a UNIX socket. IO is still sync > hw/vga.c| 64 +- This calls for a screendump.c IMHO. vga.c is big enougth already and screendump hasn'

Re: [Qemu-devel] [PATCH/RFC 4/7] Allow saving screendump to a UNIX socket

2012-03-12 Thread Daniel P. Berrange
On Mon, Mar 12, 2012 at 02:11:30PM +0100, Marc-André Lureau wrote: > By using the 'unix:' prefix notation, similar to the migration uri, we > can now dump to a UNIX socket. IO is still sync > --- > hw/vga.c| 64 +- > qemu-file.h |1

[Qemu-devel] [PATCH/RFC 4/7] Allow saving screendump to a UNIX socket

2012-03-12 Thread Marc-André Lureau
By using the 'unix:' prefix notation, similar to the migration uri, we can now dump to a UNIX socket. IO is still sync --- hw/vga.c| 64 +- qemu-file.h |1 + 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/hw/vga.c b