Re: [SeaBIOS] seabios hangs when injecting an MSI-X interrupt in early booting.

2018-04-13 Thread Wanzongshun (Vincent)
> So the vcpu will jump to an un >This doesn't seem like a SeaBIOS issue. >The real-mode handlers >installed at 0x60-0x66 are intended for >software interrupts; not for >hardware raised interrupts. ___ SeaBIOS mailing list SeaBIOS@seabios.org

Re: [SeaBIOS] seabios hangs when injecting an MSI-X interrupt in early booting.

2018-03-27 Thread Kevin O'Connor
On Tue, Mar 27, 2018 at 10:08:20AM +0800, Zhe Liu wrote: > Dear Kevin, > Thanks for getting back to me. Your replay helps me a lot. And there > are two things I want to make clear. > 1. > The real-mode handlers installed at 0x60-0x66 are intended for > software interrupts. > During the

Re: [SeaBIOS] seabios hangs when injecting an MSI-X interrupt in early booting.

2018-03-26 Thread Zhe Liu
Dear Kevin, Thanks for getting back to me. Your replay helps me a lot. And there are two things I want to make clear. 1. > The real-mode handlers installed at 0x60-0x66 are intended for software interrupts. During the booting of the vm seabios, which modules will raise the software

Re: [SeaBIOS] seabios hangs when injecting an MSI-X interrupt in early booting.

2018-03-26 Thread Kevin O'Connor
On Thu, Mar 22, 2018 at 11:40:46AM +0800, Zhe Liu wrote: > Hi! > Recently, I encountered a seabios hanging problem. When I try to inject an > MSI-X interrupt along with SMI in qemu like below: > *** patch below* > diff --git a/target-i386/kvm.c b/target-i386/kvm.c-