Re: [libvirt] [PATCH] qemu: Error out on invalid pci-root controller model name

2018-02-09 Thread John Ferlan
On 02/09/2018 11:15 AM, Andrea Bolognani wrote: > This is a hard error, and should be handled as such. > Introduced in 24614760228b. > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_domain.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Doh...

[libvirt] [PATCH] qemu: Error out on invalid pci-root controller model name

2018-02-09 Thread Andrea Bolognani
This is a hard error, and should be handled as such. Introduced in 24614760228b. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index