Re: [PATCH] qemu_domain: Modify access to a NVMe disk iff needed

2020-02-14 Thread Ján Tomko
On Fri, Feb 14, 2020 at 02:25:15PM +0100, Michal Privoznik wrote: If a domain has a NVMe disk it already has the access configured. Trying to configure it again on a commit or some other operation is wrong and condemned to failure. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c |

[PATCH] qemu_domain: Modify access to a NVMe disk iff needed

2020-02-14 Thread Michal Privoznik
If a domain has a NVMe disk it already has the access configured. Trying to configure it again on a commit or some other operation is wrong and condemned to failure. Signed-off-by: Michal Privoznik --- src/qemu/qemu_domain.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff