Re: [SeaBIOS] [PATCH 12/12] Implement call32 mechanism using SMIs.

2014-10-02 Thread Paolo Bonzini
Il 30/09/2014 20:38, Kevin O'Connor ha scritto: > +config CALL32_SMM > +bool > +depends on USE_SMM > +default y I think it is a bit too early to make this the default. Also, it will be false on regular hardware---any plans to change this? Port 0xb2 is more or less univ

Re: [SeaBIOS] [PATCH 12/12] Implement call32 mechanism using SMIs.

2014-10-02 Thread Paolo Bonzini
Il 02/10/2014 21:38, Paolo Bonzini ha scritto: >> > +config CALL32_SMM >> > +bool >> > +depends on USE_SMM >> > +default y > I think it is a bit too early to make this the default. Nevermind, I cannot read C. Paolo ___ SeaBI

Re: [SeaBIOS] [PATCH 12/12] Implement call32 mechanism using SMIs.

2014-10-02 Thread Kevin O'Connor
On Thu, Oct 02, 2014 at 09:38:45PM +0200, Paolo Bonzini wrote: > Il 30/09/2014 20:38, Kevin O'Connor ha scritto: > > +config CALL32_SMM > > +bool > > +depends on USE_SMM > > +default y > > I think it is a bit too early to make this the default. Thanks for reviewing. T