qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] Allow to specify a display device ID and hea


From: Dr. David Alan Gilbert
Subject: Re: [Qemu-devel] [PATCH v2] Allow to specify a display device ID and head whith the screendump command
Date: Mon, 5 Mar 2018 11:05:26 +0000
User-agent: Mutt/1.9.2 (2017-12-15)

* Gerd Hoffmann (address@hidden) 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 / address@hidden / Manchester, UK



reply via email to

[Prev in Thread] Current Thread [Next in Thread]