> > + qmp_screendump(filename, id != NULL, id, id != NULL, head, &err); > > hmp_handle_error(mon, &err); > > } > > Looks ok from HMP; one question, is there a way to give an ID to the > default VGA or only to extra devices?
It'll be whatever id you give to your video device. For libvirt this is "video$nr". When starting qemu from the command line just use "-device VGA,id=$yourchoice". cheers, Gerd
