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: Gerd Hoffmann
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:55:03 +0100
User-agent: NeoMutt/20180223

> > +    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




reply via email to

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