RE: [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform

2015-12-19 Thread Gonglei (Arei)
Hi Kevin, > -Original Message- > From: Kevin O'Connor [mailto:ke...@koconnor.net] > > On Fri, Dec 18, 2015 at 03:04:58AM +, Gonglei (Arei) wrote: > > Hi Kevin & Paolo, > > > > Luckily, I reproduced this problem last night. And I got the below log when > SeaBIOS is stuck. > [...] > >

Happy Christmas

2015-12-19 Thread xpp83
B2B有效询盘越来越少,参展价格太高,坐等客户工作消极? 您想试试主动出击开发属于您的单独优质客户询盘吗? 您可以尝试将您的老客户在互联网上搜索发现都可以搜索到的。 外贸客户搜索与开发软件对特定行业,在搜索引擎上面搜索有一定历史的公司企业网站,拉取目标客户信息。联系真正高质量的终端客户,外贸客户开发系统帮助外贸企业,soho,外贸业务员降低客户开发门槛,不浪费时间在垃圾询盘身上。 详情咨询Q--Q:2036019519

Re: [Qemu-devel] [PATCH] SeaBios: Fix reset procedure reentrancy problem on qemu-kvm platform

2015-12-19 Thread Kevin O'Connor
On Sat, Dec 19, 2015 at 12:03:15PM +, Gonglei (Arei) wrote: > Maybe the root cause is not NMI but INTR, so yield() can open hardware > interrupt, > And then execute interrupt handler, but the interrupt handler make the SeaBIOS > stack broken, so that the BSP can't execute the instruction and