Re: [libvirt] [PATCH] qemu: remove leftover virResetLastError

2014-09-10 Thread Eric Blake
On 09/10/2014 06:37 AM, Ján Tomko wrote: > As of commit 5d29ca0: > qemu: switch PCI address set from hash table to an array > > There is no error to be reset. > --- > src/qemu/qemu_command.c | 1 - > 1 file changed, 1 deletion(-) ACK > > diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_com

[libvirt] [PATCH] qemu: remove leftover virResetLastError

2014-09-10 Thread Ján Tomko
As of commit 5d29ca0: qemu: switch PCI address set from hash table to an array There is no error to be reset. --- src/qemu/qemu_command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 5856fe7..665a590 100644 --- a/src/qemu/qemu_command.