[PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case.
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC219BCA9F2@pdsmsx503.ccr.corp.intel.com> |
From ee96ecb2c86e820278f3332d32a452f31c72dc30 Mon Sep 17 00:00:00 2001 From: Xiantao Zhang <[email protected]> Date: Thu, 27 Nov 2008 17:23:27 +0800 Subject: [PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case. Once CONFIG_GDBSTUB not configured, compile will generate error. Signed-off-by: Xiantao Zhang <[email protected]> --- qemu/vl.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu/vl.c b/qemu/vl.c index 92325e6..46733e9 100644 --- a/qemu/vl.c +++ b/qemu/vl.c @@ -3862,10 +3862,12 @@ static int main_loop(void) qemu_system_powerdown(); ret = EXCP_INTERRUPT; } +#ifdef CONFIG_GDBSTUB if (unlikely(ret == EXCP_DEBUG)) { gdb_set_stop_cpu(cur_cpu); vm_stop(EXCP_DEBUG); } +#endif /* If all cpus are halted then wait until the next IRQ */ /* XXX: use timeout computed from timers */ if (ret == EXCP_HALTED) { -- 1.6.0
0001-KVM-Qemu-Build-fix-for-CONFIG_GDBSTUB-case.patch
(application/octet-stream, 1001 B)
From ee96ecb2c86e820278f3332d32a452f31c72dc30 Mon Sep 17 00:00:00 2001 From: Xiantao Zhang <[email protected]> Date: Thu, 27 Nov 2008 17:23:27 +0800 Subject: [PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case. Once CONFIG_GDBSTUB not configured, compile will generate error. Signed-off-by: Xiantao Zhang <[email protected]> --- qemu/vl.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/qemu/vl.c b/qemu/vl.c index 92325e6..46733e9 100644 --- a/qemu/vl.c +++ b/qemu/vl.c @@ -3862,10 +3862,12 @@ static int main_loop(void) qemu_system_powerdown(); ret = EXCP_INTERRUPT; } +#ifdef CONFIG_GDBSTUB if (unlikely(ret == EXCP_DEBUG)) { gdb_set_stop_cpu(cur_cpu); vm_stop(EXCP_DEBUG); } +#endif /* If all cpus are halted then wait until the next IRQ */ /* XXX: use timeout computed from timers */ if (ret == EXCP_HALTED) { -- 1.6.0