Re: [SeaBIOS] [PATCH] shadow: set code segment to high rom region when enabling RAM

2018-12-17 Thread Евгений Яковлев
On 14.12.2018 21:45, Kevin O'Connor wrote: On Fri, Dec 14, 2018 at 01:08:46PM +0300, Евгений Яковлев wrote: I think we have a problem right now if during emulation first pci config write in __make_bios_writeable_intel we decide to issue qmp system_reset. Based on what i could gather from

Re: [SeaBIOS] [PATCH] qemu: avoid debug prints if debugcon is not enabled

2018-12-17 Thread Kevin O'Connor
On Tue, Dec 11, 2018 at 10:10:33AM +0100, Stefano Garzarella wrote: > On Tue, Dec 11, 2018 at 4:08 AM Kevin O'Connor wrote: > > > > On Sun, Dec 02, 2018 at 02:10:13PM +0100, Stefano Garzarella wrote: > > > In order to speed up the boot phase, we can check the QEMU > > > debugcon device, and

Re: [SeaBIOS] [PATCH v2] qemu: fast boot when linuxboot optionrom is used

2018-12-17 Thread Kevin O'Connor
On Mon, Dec 10, 2018 at 03:18:46PM +0100, Stefano Garzarella wrote: > On Wed, Dec 5, 2018 at 6:00 PM Kevin O'Connor wrote: > > On Fri, Nov 30, 2018 at 11:23:30AM +0100, Stefano Garzarella wrote: > > > On Thu, Nov 29, 2018 at 5:55 PM Kevin O'Connor wrote: > > > > --- a/src/output.c > > > > +++