Re: [Qemu-devel] [PATCH] kvm: reduce code duplication in config_iothread

2010-02-10 Thread Anthony Liguori
On 02/04/2010 08:46 AM, Amit Shah wrote: We have some duplicated code in the CONFIG_IOTHREAD #ifdef and #else cases. Fix that. Signed-off-by: Amit Shah Applied. Thanks. Regards, Anthony Liguori --- kvm-all.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --

[Qemu-devel] [PATCH] kvm: reduce code duplication in config_iothread

2010-02-04 Thread Amit Shah
We have some duplicated code in the CONFIG_IOTHREAD #ifdef and #else cases. Fix that. Signed-off-by: Amit Shah --- kvm-all.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/kvm-all.c b/kvm-all.c index 15ec38e..a2bd78e 100644 --- a/kvm-all.c +++ b/kvm-all.c @@ -90