Re: [libvirt] [PATCH] qemu: maintain user alias for video type 'none'

2019-09-06 Thread Daniel P . Berrangé
On Fri, Sep 06, 2019 at 09:58:32AM +0200, Erik Skultety wrote: > On Thu, Sep 05, 2019 at 11:17:38AM -0500, Jonathon Jongsma wrote: > > After parsing a video device with a model type of > > VIR_DOMAIN_VIDEO_TYPE_NONE, all device info is cleared (see > > virDomainDefPostParseVideo()) in order to

Re: [libvirt] [PATCH] qemu: maintain user alias for video type 'none'

2019-09-06 Thread Erik Skultety
On Thu, Sep 05, 2019 at 11:17:38AM -0500, Jonathon Jongsma wrote: > After parsing a video device with a model type of > VIR_DOMAIN_VIDEO_TYPE_NONE, all device info is cleared (see > virDomainDefPostParseVideo()) in order to avoid formatting any > auto-generated values for the XML. Subsequently,

[libvirt] [PATCH] qemu: maintain user alias for video type 'none'

2019-09-05 Thread Jonathon Jongsma
After parsing a video device with a model type of VIR_DOMAIN_VIDEO_TYPE_NONE, all device info is cleared (see virDomainDefPostParseVideo()) in order to avoid formatting any auto-generated values for the XML. Subsequently, however, an alias is generated for the video device (e.g. 'video0'), which