Re: [PATCH] x86: Drop duplicate declaration of emulator state

2020-09-22 Thread Simon Glass
Hi Bin, On Sun, 20 Sep 2020 at 19:58, Bin Meng wrote: > > Hi Simon, > > On Sun, Sep 6, 2020 at 3:15 AM Simon Glass wrote: > > > > With x86 we can execute an option ROM either natively or using the x86 > > emulator (if enabled with CONFIG_BIOSEMU). Both of these share the > > _X86EMU_env variable

Re: [PATCH] x86: Drop duplicate declaration of emulator state

2020-09-20 Thread Heinrich Schuchardt
Am 21. September 2020 03:58:31 MESZ schrieb Bin Meng : >Hi Simon, > >On Sun, Sep 6, 2020 at 3:15 AM Simon Glass wrote: >> >> With x86 we can execute an option ROM either natively or using the >x86 >> emulator (if enabled with CONFIG_BIOSEMU). Both of these share the >> _X86EMU_env variable, with t

Re: [PATCH] x86: Drop duplicate declaration of emulator state

2020-09-20 Thread Bin Meng
Hi Simon, On Sun, Sep 6, 2020 at 3:15 AM Simon Glass wrote: > > With x86 we can execute an option ROM either natively or using the x86 > emulator (if enabled with CONFIG_BIOSEMU). Both of these share the > _X86EMU_env variable, with the native code using it to hold register state > during interru

Re: [PATCH] x86: Drop duplicate declaration of emulator state

2020-09-14 Thread Wolfgang Wallner
Hi Simon, -"U-Boot" schrieb: - > Betreff: [PATCH] x86: Drop duplicate declaration of emulator state > > With x86 we can execute an option ROM either natively or using the x86 > emulator (if enabled with CONFIG_BIOSEMU). Both of these share the > _X86EMU_env variable, with the native code