Re: [libvirt] [PATCH] qemu: store the emulator name in the capabilities XML

2019-12-18 Thread Daniel P . Berrangé
On Wed, Dec 18, 2019 at 03:41:15PM +0100, Michal Prívozník wrote: > On 12/18/19 3:03 PM, Daniel P. Berrangé wrote: > > We don't need this for any functional purpose, but when debugging hosts > > it is useful to know what binary a given capabilities XML document is > > associated with. > > > > Sign

Re: [libvirt] [PATCH] qemu: store the emulator name in the capabilities XML

2019-12-18 Thread Daniel Henrique Barboza
On 12/18/19 11:03 AM, Daniel P. Berrangé wrote: We don't need this for any functional purpose, but when debugging hosts it is useful to know what binary a given capabilities XML document is associated with. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_capabilities.c | 15

Re: [libvirt] [PATCH] qemu: store the emulator name in the capabilities XML

2019-12-18 Thread Michal Prívozník
On 12/18/19 3:03 PM, Daniel P. Berrangé wrote: > We don't need this for any functional purpose, but when debugging hosts > it is useful to know what binary a given capabilities XML document is > associated with. > > Signed-off-by: Daniel P. Berrangé > --- > src/qemu/qemu_capabilities.c | 15

[libvirt] [PATCH] qemu: store the emulator name in the capabilities XML

2019-12-18 Thread Daniel P . Berrangé
We don't need this for any functional purpose, but when debugging hosts it is useful to know what binary a given capabilities XML document is associated with. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_capabilities.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/s