Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-09-01 Thread Laurent Vivier
Le 17/07/2020 à 14:35, Kenta Ishiguro a écrit : > Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: > "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP". > > Signed-off-by: Kenta Ishiguro > --- > hw/i386/kvm/ioapic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-07-20 Thread Li Qiang
Kenta Ishiguro 于2020年7月20日周一 上午11:14写道: > > Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: > "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP". > > Signed-off-by: Kenta Ishiguro Reviewed-by: Li Qiang > --- > hw/i386/kvm/ioapic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-07-20 Thread Kenta Ishiguro
No, it didn't. I just checked the usage of this API and I found this inconsistent error message. On Mon, Jul 20, 2020 at 6:31 PM Philippe Mathieu-Daudé wrote: > On 7/17/20 2:35 PM, Kenta Ishiguro wrote: > > Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: > > "KVM_GET_IRQCHIP" should

Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-07-20 Thread Philippe Mathieu-Daudé
On 7/17/20 2:35 PM, Kenta Ishiguro wrote: > Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: > "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP". > > Signed-off-by: Kenta Ishiguro > --- > hw/i386/kvm/ioapic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-07-20 Thread Stefano Garzarella
+Cc qemu-triv...@nongnu.org On Fri, Jul 17, 2020 at 09:35:14PM +0900, Kenta Ishiguro wrote: > Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: > "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP". > > Signed-off-by: Kenta Ishiguro > --- > hw/i386/kvm/ioapic.c | 2 +- > 1 file changed, 1

[PATCH] hw/i386/kvm/ioapic.c: fix typo in error message

2020-07-19 Thread Kenta Ishiguro
Fix a typo in an error message for KVM_SET_IRQCHIP ioctl: "KVM_GET_IRQCHIP" should be "KVM_SET_IRQCHIP". Signed-off-by: Kenta Ishiguro --- hw/i386/kvm/ioapic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/i386/kvm/ioapic.c b/hw/i386/kvm/ioapic.c index