* Gerd Hoffmann (kra...@redhat.com) wrote:
> > > +    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".

Ah OK, that works, what I'd tried was
     -device qxl,id=foo      rather than
     -device qxl-vga,id=foo  which works.

Dave

> cheers,
>   Gerd
> 
--
Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Reply via email to