Re: [Qemu-devel] [PATCH] APIC: add NMI and SMI IPI support

2008-02-20 Thread Jan Kiszka
Robi Yagel wrote: > Hello, > Thanks for the patch, Nice to hear that there is interest in this. :) > if you can, please advice on the proper place to add > periodic generation of SMI/NMIs in order to simulate, e.g., a watchdog (and > the > needed parameters - except for CPU_INTERRUPT_NMI...) Ye

Re: [Qemu-devel] [PATCH] APIC: add NMI and SMI IPI support

2008-02-19 Thread Robi Yagel
Hello, Thanks for the patch, if you can, please advice on the proper place to add periodic generation of SMI/NMIs in order to simulate, e.g., a watchdog (and the needed parameters - except for CPU_INTERRUPT_NMI...) Thanks in advance, Robi >> original message from Jan Kiszka on Mon, 28 Jan 2008 1

[Qemu-devel] [PATCH] APIC: add NMI and SMI IPI support

2008-01-28 Thread Jan Kiszka
While testing KGDB (yeah, it actually seem to make it into mainline!) under QEMU, I failed to get it running in SMP mode. Reason: NMI IPIs are not correctly handled by QEMU's emulated APIC. To overcome this, the patch below introduces a new interruption request, CPU_INTERRUPT_NMI, so that a VCPU c