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't much to do with vga, it is a generic service which should work with every qemu-emulated display adapter (and it actually does, ppm_save takes a hardware-independant displaysurface and is called from a few non-vga places). cheers, Gerd