diff for duplicates of <492E76E6.8060004@siemens.com> diff --git a/a/1.txt b/N1/1.txt index bd9ac4f..f3a15a7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -20,14 +20,14 @@ Zhang, Xiantao wrote: > ret = EXCP_INTERRUPT; > } > +#ifdef CONFIG_GDBSTUB -> if (unlikely(ret = EXCP_DEBUG)) { +> 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) { +> if (ret == EXCP_HALTED) { This rather looks like a qemu upstream issue. But as no qemu arch comes without gdbstub support and this switch is always true, no one noticed it. diff --git a/a/content_digest b/N1/content_digest index 517c811..87c31c6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,12 @@ "ref\0706158FABBBA044BAD4FE898A02E4BC219BCA9F2@pdsmsx503.ccr.corp.intel.com\0" "From\0Jan Kiszka <jan.kiszka@siemens.com>\0" "Subject\0Re: [PATCH] KVM: Qemu: Build fix for !CONFIG_GDBSTUB case.\0" - "Date\0Thu, 27 Nov 2008 10:31:02 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "Date\0Thu, 27 Nov 2008 11:31:02 +0100\0" + "To\0Zhang" + " Xiantao <xiantao.zhang@intel.com>\0" + "Cc\0Avi Kivity <avi@redhat.com>" + kvm@vger.kernel.org <kvm@vger.kernel.org> + " kvm-ia64@vger.kernel.org <kvm-ia64@vger.kernel.org>\0" "\00:1\0" "b\0" "Zhang, Xiantao wrote:\n" @@ -27,14 +31,14 @@ "> ret = EXCP_INTERRUPT;\n" "> }\n" "> +#ifdef CONFIG_GDBSTUB\n" - "> if (unlikely(ret = EXCP_DEBUG)) {\n" + "> if (unlikely(ret == EXCP_DEBUG)) {\n" "> gdb_set_stop_cpu(cur_cpu);\n" "> vm_stop(EXCP_DEBUG);\n" "> }\n" "> +#endif\n" "> /* If all cpus are halted then wait until the next IRQ */\n" "> /* XXX: use timeout computed from timers */\n" - "> if (ret = EXCP_HALTED) {\n" + "> if (ret == EXCP_HALTED) {\n" "\n" "This rather looks like a qemu upstream issue. But as no qemu arch comes\n" "without gdbstub support and this switch is always true, no one noticed it.\n" @@ -51,4 +55,4 @@ "Siemens AG, Corporate Technology, CT SE 2 ES-OS\n" Corporate Competence Center Embedded Linux -4056ec4ffb43c248f45540f0c1924a6e843e0df640ff7eb711c658884a900277 +5a035d9a727636a7971faad6f94a7a5a6951762aa22e7e30f1cfb11cb2e26412
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.