Re: [libvirt] [PATCH 5/8] conf: Drop DOMAIN_DEVICE_ITERATE_GRAPHICS

2019-05-21 Thread Erik Skultety
On Mon, May 20, 2019 at 01:37:50PM +0200, Andrea Bolognani wrote: > This was a hack needed because virDomainGraphicsDef doesn't > embed a virDomainDeviceInfo, but now that we have clarified > the corresponding pointer can be NULL we no longer need to > special-case graphics and can drop the flag. >

[libvirt] [PATCH 5/8] conf: Drop DOMAIN_DEVICE_ITERATE_GRAPHICS

2019-05-20 Thread Andrea Bolognani
This was a hack needed because virDomainGraphicsDef doesn't embed a virDomainDeviceInfo, but now that we have clarified the corresponding pointer can be NULL we no longer need to special-case graphics and can drop the flag. This commit is best viewed with 'git show -w'. Signed-off-by: Andrea Bolo