Re: [SeaBIOS] [PATCH 4/4] stacks: There is no need to disable NMI if it is already disabled

2017-05-16 Thread Kevin O'Connor
On Tue, May 16, 2017 at 06:27:03PM +0200, Paolo Bonzini wrote: > On 16/05/2017 18:14, Kevin O'Connor wrote: > > Don't write to the cmos index port on a mode switch if NMI is already > > disabled. This reduces the number of outb() calls. > > > > Signed-off-by: Kevin O'Connor

Re: [SeaBIOS] [PATCH 4/4] stacks: There is no need to disable NMI if it is already disabled

2017-05-16 Thread Paolo Bonzini
On 16/05/2017 18:14, Kevin O'Connor wrote: > Don't write to the cmos index port on a mode switch if NMI is already > disabled. This reduces the number of outb() calls. > > Signed-off-by: Kevin O'Connor > --- > src/stacks.c | 13 + > 1 file changed, 9