xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Backport of SeaBIOS commit 6ad7b5
@ 2014-05-27 17:06 Roger Pau Monné
  2014-05-28 10:06 ` Ian Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Roger Pau Monné @ 2014-05-27 17:06 UTC (permalink / raw)
  To: xen-devel, Ian Campbell

Hello,

I would like to request the backport of the following SeaBIOS upstream 
commit:

commit 6ad7b5b9772a0b8bab20f1386c720f474cad5398
Author: Roger Pau Monne <roger.pau@citrix.com>
Date:   Wed Apr 16 09:14:16 2014 +0200

    ld: don't hardcode "-melf_i386"

    On FreeBSD, the name of the emulation is "-melf_i386_fbsd", so allow
    SeaBIOS to fetch the emulation to use from the environment variables.

    This allows SeaBIOS to compile on FreeBSD with gcc.

    Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
    Cc: Ian Campbell <ian.campbell@citrix.com>

This is needed in order to build SeaBIOS on FreeBSD with the linker 
from base.

Thanks, Roger.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Backport of SeaBIOS commit 6ad7b5
  2014-05-27 17:06 Backport of SeaBIOS commit 6ad7b5 Roger Pau Monné
@ 2014-05-28 10:06 ` Ian Campbell
  2014-05-28 10:12   ` Roger Pau Monné
  2014-05-28 10:14   ` Fabio Fantoni
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Campbell @ 2014-05-28 10:06 UTC (permalink / raw)
  To: Roger Pau Monné, Ian.Jackson; +Cc: xen-devel

On Tue, 2014-05-27 at 18:06 +0100, Roger Pau Monné wrote:
> Hello,
> 
> I would like to request the backport of the following SeaBIOS upstream 

Seems reasonable, however I would like to apply "tools: update to
SeaBIOS 1.7.4" first.

I see that there is a 1.7.5-rc1 tagged -- how long would I have to
procrastinate to avoid the backport and just update to 1.7.5 instead I
wonder ;-)

Ian.

> commit:
> 
> commit 6ad7b5b9772a0b8bab20f1386c720f474cad5398
> Author: Roger Pau Monne <roger.pau@citrix.com>
> Date:   Wed Apr 16 09:14:16 2014 +0200
> 
>     ld: don't hardcode "-melf_i386"
> 
>     On FreeBSD, the name of the emulation is "-melf_i386_fbsd", so allow
>     SeaBIOS to fetch the emulation to use from the environment variables.
> 
>     This allows SeaBIOS to compile on FreeBSD with gcc.
> 
>     Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>     Cc: Ian Campbell <ian.campbell@citrix.com>
> 
> This is needed in order to build SeaBIOS on FreeBSD with the linker 
> from base.
> 
> Thanks, Roger.



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Backport of SeaBIOS commit 6ad7b5
  2014-05-28 10:06 ` Ian Campbell
@ 2014-05-28 10:12   ` Roger Pau Monné
  2014-05-28 10:24     ` Fabio Fantoni
  2014-05-28 10:14   ` Fabio Fantoni
  1 sibling, 1 reply; 5+ messages in thread
From: Roger Pau Monné @ 2014-05-28 10:12 UTC (permalink / raw)
  To: Ian Campbell, Ian.Jackson; +Cc: xen-devel

On 28/05/14 11:06, Ian Campbell wrote:
> On Tue, 2014-05-27 at 18:06 +0100, Roger Pau Monné wrote:
>> Hello,
>>
>> I would like to request the backport of the following SeaBIOS upstream 
> 
> Seems reasonable, however I would like to apply "tools: update to
> SeaBIOS 1.7.4" first.
>
> I see that there is a 1.7.5-rc1 tagged -- how long would I have to
> procrastinate to avoid the backport and just update to 1.7.5 instead I
> wonder ;-)

Waiting for 1.7.5 is fine with me, as long as it gets into 4.5 :)

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Backport of SeaBIOS commit 6ad7b5
  2014-05-28 10:06 ` Ian Campbell
  2014-05-28 10:12   ` Roger Pau Monné
@ 2014-05-28 10:14   ` Fabio Fantoni
  1 sibling, 0 replies; 5+ messages in thread
From: Fabio Fantoni @ 2014-05-28 10:14 UTC (permalink / raw)
  To: Ian Campbell, Roger Pau Monné, Ian.Jackson; +Cc: xen-devel

Il 28/05/2014 12:06, Ian Campbell ha scritto:
> On Tue, 2014-05-27 at 18:06 +0100, Roger Pau Monné wrote:
>> Hello,
>>
>> I would like to request the backport of the following SeaBIOS upstream
> Seems reasonable, however I would like to apply "tools: update to
> SeaBIOS 1.7.4" first.
>
> I see that there is a 1.7.5-rc1 tagged -- how long would I have to
> procrastinate to avoid the backport and just update to 1.7.5 instead I
> wonder ;-)

I also think it is better to upgrade to 1.7.5-rc1 as soon as possible in 
unstable.
About the 2seabios patchesin the queue mustbe well tested including the 
case with-system-seabiosbefore being approved?
If yes I'll test them soon as possible.

Thanks for any reply and sorry for my bad english.

>
> Ian.
>
>> commit:
>>
>> commit 6ad7b5b9772a0b8bab20f1386c720f474cad5398
>> Author: Roger Pau Monne <roger.pau@citrix.com>
>> Date:   Wed Apr 16 09:14:16 2014 +0200
>>
>>      ld: don't hardcode "-melf_i386"
>>
>>      On FreeBSD, the name of the emulation is "-melf_i386_fbsd", so allow
>>      SeaBIOS to fetch the emulation to use from the environment variables.
>>
>>      This allows SeaBIOS to compile on FreeBSD with gcc.
>>
>>      Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
>>      Cc: Ian Campbell <ian.campbell@citrix.com>
>>
>> This is needed in order to build SeaBIOS on FreeBSD with the linker
>> from base.
>>
>> Thanks, Roger.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Backport of SeaBIOS commit 6ad7b5
  2014-05-28 10:12   ` Roger Pau Monné
@ 2014-05-28 10:24     ` Fabio Fantoni
  0 siblings, 0 replies; 5+ messages in thread
From: Fabio Fantoni @ 2014-05-28 10:24 UTC (permalink / raw)
  To: Roger Pau Monné, Ian Campbell, Ian.Jackson; +Cc: xen-devel

Il 28/05/2014 12:12, Roger Pau Monné ha scritto:
> On 28/05/14 11:06, Ian Campbell wrote:
>> On Tue, 2014-05-27 at 18:06 +0100, Roger Pau Monné wrote:
>>> Hello,
>>>
>>> I would like to request the backport of the following SeaBIOS upstream
>> Seems reasonable, however I would like to apply "tools: update to
>> SeaBIOS 1.7.4" first.
>>
>> I see that there is a 1.7.5-rc1 tagged -- how long would I have to
>> procrastinate to avoid the backport and just update to 1.7.5 instead I
>> wonder ;-)
> Waiting for 1.7.5 is fine with me, as long as it gets into 4.5 :)

You can also build upstead seabios external (from system package or 
custom) and make xen use it with configure.
For example: ./configure ... 
--with-system-seabios=/usr/share/seabios/bios.bin

>
> Roger.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-28 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 17:06 Backport of SeaBIOS commit 6ad7b5 Roger Pau Monné
2014-05-28 10:06 ` Ian Campbell
2014-05-28 10:12   ` Roger Pau Monné
2014-05-28 10:24     ` Fabio Fantoni
2014-05-28 10:14   ` Fabio Fantoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).