[SeaBIOS] Re: [PATCH v3 0/5] Make seabios linkable with lld

2020-07-28 Thread Fāng-ruì Sòng
On Thu, Jun 25, 2020 at 2:05 PM Fangrui Song wrote: > > On 2020-04-21, Fāng-ruì Sòng wrote: > >On 2020-04-21, Gerd Hoffmann wrote: > >> Hi, > > > >Hi Gerd, thank you for your comments. > > > >>>You mean "Makefile: Change ET_EXEC to ET_REL so that lld can link > >>>bios.bin.elf" > >>> > >>>Let me

[SeaBIOS] Re: release planning

2020-07-28 Thread Kevin O'Connor
On Thu, Jul 02, 2020 at 01:56:15PM +0200, Gerd Hoffmann wrote: > On Thu, Jul 02, 2020 at 07:36:43AM -0400, Kevin O'Connor wrote: > > On Tue, Jun 30, 2020 at 10:57:15AM +0200, Gerd Hoffmann wrote: > > > Hi, > > > > > > qemu 5.1 is coming closer, with freeze in a week and release in August. > > >

[SeaBIOS] Re: [PATCH v2] virtio-scsi: fix boot prio detection by using correct lun

2020-07-28 Thread Kevin O'Connor
On Mon, Jul 27, 2020 at 03:14:15PM +0200, Stefan Reiter wrote: > Commits > > d6bdb85eb0 virtio-scsi: skip initializing non-bootable devices > f82e82a5ab2 virtio-mmio: add support for scsi devices. > > both use the lun value from tmpl_drv, which is always 0, instead of the > correct one

[SeaBIOS] Re: [PATCH] hw/nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5

2020-07-28 Thread Kevin O'Connor
On Mon, Jul 27, 2020 at 02:59:42PM +0200, Paul Menzel wrote: > Currently, setting SeaBIOS debug level to 3, the log is filled with > messages like below. > > ns 1 read lba 11346288+8: 0 > ns 1 read lba 11346296+4: 0 > ns 1 read lba 11346300+4: 0 > ns 1 read lba 11346304+8: 0 >

[SeaBIOS] Re: [PATCHv2] ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects

2020-07-28 Thread Kevin O'Connor
On Fri, Jul 24, 2020 at 10:41:56AM -0400, Kevin O'Connor wrote: > Add a script to remove the ET_EXEC flag from the 16bit and "32bit > segmented" intermediate objects. This avoids build failures with some > linkers that will not allow linking these objects again. FYI, I committed this patch (with