[virt-tools-list] [PATCH] tpm: allow hotplug operation so error is reported by libvirt

2018-06-12 Thread Stefan Berger
Perform a hotplug operation so that we get the error notification about unsupported TPM hotplug operation and we can alert the user that the change will only take effect upon domain shutdown. Signed-off-by: Stefan Berger --- virtManager/domain.py | 5 - 1 file changed, 4 insertions(+), 1 del

Re: [virt-tools-list] [PATCH] tpm: allow hotplug operation so error is reported by libvirt

2018-06-12 Thread Marc-André Lureau
On Tue, Jun 12, 2018 at 2:52 PM, Stefan Berger wrote: > Perform a hotplug operation so that we get the error notification > about unsupported TPM hotplug operation and we can alert the user > that the change will only take effect upon domain shutdown. > > Signed-off-by: Stefan Berger Reviewed-by

Re: [virt-tools-list] [PATCH] tpm: allow hotplug operation so error is reported by libvirt

2018-06-12 Thread Cole Robinson
On 06/12/2018 08:52 AM, Stefan Berger wrote: > Perform a hotplug operation so that we get the error notification > about unsupported TPM hotplug operation and we can alert the user > that the change will only take effect upon domain shutdown. > > Signed-off-by: Stefan Berger > --- > virtManager/