All of lore.kernel.org
 help / color / mirror / Atom feed
* Backport of SeaVgaBios binary from upstream to our branch
@ 2014-06-12 15:37 Anthony PERARD
  2014-06-12 15:54 ` Ian Campbell
  2014-06-13 11:12 ` Stefano Stabellini
  0 siblings, 2 replies; 5+ messages in thread
From: Anthony PERARD @ 2014-06-12 15:37 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Ian Jackson, Xen Devel

Hi,

The recent merge of QEMU 2.0 into our qemu-xen tree make the FreeBSD
test of osstest fail. This is related to a change of vgabios upstream,
they have switch from lgplvgabios to seavgabios.

First commit to fail the test:
  6eefccc0bb9c34051b1e21880fc3a1c1c8686edd
  roms: update vgabios binaries
  This also switches from lgplvgabios to seavgabios.

But a more recent version of seavgabios fix the issue. So backporting it
from upstream would fix the issue. The two commits to cherry-pick:
db76ec6291df8a03c2cc82ea1249049383cca392  seabios: update to 1.7.5-rc1
3257fc8383b13856e6719d1390655ce24bafd071  seabios: update to 1.7.5 final

I've tested these change using osstest on FreeBSD and Windows XP.
(test-amd64-i386-freebsd10-amd64 and test-amd64-amd64-xl-qemuu-winxpsp3)

Thanks,

-- 
Anthony PERARD

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

* Re: Backport of SeaVgaBios binary from upstream to our branch
  2014-06-12 15:37 Backport of SeaVgaBios binary from upstream to our branch Anthony PERARD
@ 2014-06-12 15:54 ` Ian Campbell
  2014-06-12 16:04   ` Anthony PERARD
  2014-06-13 11:12 ` Stefano Stabellini
  1 sibling, 1 reply; 5+ messages in thread
From: Ian Campbell @ 2014-06-12 15:54 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Xen Devel, Ian Jackson, Stefano Stabellini

On Thu, 2014-06-12 at 16:37 +0100, Anthony PERARD wrote:
> Hi,
> 
> The recent merge of QEMU 2.0 into our qemu-xen tree make the FreeBSD
> test of osstest fail. This is related to a change of vgabios upstream,
> they have switch from lgplvgabios to seavgabios.

Just to clarify, we consume seavgabios via the qemu tree and not our own
seabios.git build (which just gets us the BIOS proper), correct?

> 
> First commit to fail the test:
>   6eefccc0bb9c34051b1e21880fc3a1c1c8686edd
>   roms: update vgabios binaries
>   This also switches from lgplvgabios to seavgabios.
> 
> But a more recent version of seavgabios fix the issue. So backporting it
> from upstream would fix the issue. The two commits to cherry-pick:
> db76ec6291df8a03c2cc82ea1249049383cca392  seabios: update to 1.7.5-rc1
> 3257fc8383b13856e6719d1390655ce24bafd071  seabios: update to 1.7.5 final
> 
> I've tested these change using osstest on FreeBSD and Windows XP.
> (test-amd64-i386-freebsd10-amd64 and test-amd64-amd64-xl-qemuu-winxpsp3)
> 
> Thanks,
> 

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

* Re: Backport of SeaVgaBios binary from upstream to our branch
  2014-06-12 15:54 ` Ian Campbell
@ 2014-06-12 16:04   ` Anthony PERARD
  2014-06-13  8:56     ` Ian Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Anthony PERARD @ 2014-06-12 16:04 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Xen Devel, Ian Jackson, Stefano Stabellini

On Thu, Jun 12, 2014 at 04:54:50PM +0100, Ian Campbell wrote:
> On Thu, 2014-06-12 at 16:37 +0100, Anthony PERARD wrote:
> > Hi,
> > 
> > The recent merge of QEMU 2.0 into our qemu-xen tree make the FreeBSD
> > test of osstest fail. This is related to a change of vgabios upstream,
> > they have switch from lgplvgabios to seavgabios.
> 
> Just to clarify, we consume seavgabios via the qemu tree and not our own
> seabios.git build (which just gets us the BIOS proper), correct?

Yes, that correct.

> > 
> > First commit to fail the test:
> >   6eefccc0bb9c34051b1e21880fc3a1c1c8686edd
> >   roms: update vgabios binaries
> >   This also switches from lgplvgabios to seavgabios.
> > 
> > But a more recent version of seavgabios fix the issue. So backporting it
> > from upstream would fix the issue. The two commits to cherry-pick:
> > db76ec6291df8a03c2cc82ea1249049383cca392  seabios: update to 1.7.5-rc1
> > 3257fc8383b13856e6719d1390655ce24bafd071  seabios: update to 1.7.5 final
> > 
> > I've tested these change using osstest on FreeBSD and Windows XP.
> > (test-amd64-i386-freebsd10-amd64 and test-amd64-amd64-xl-qemuu-winxpsp3)
> > 
> > Thanks,
> > 
> 
> 

-- 
Anthony PERARD

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

* Re: Backport of SeaVgaBios binary from upstream to our branch
  2014-06-12 16:04   ` Anthony PERARD
@ 2014-06-13  8:56     ` Ian Campbell
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2014-06-13  8:56 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Xen Devel, Ian Jackson, Stefano Stabellini

On Thu, 2014-06-12 at 17:04 +0100, Anthony PERARD wrote:
> On Thu, Jun 12, 2014 at 04:54:50PM +0100, Ian Campbell wrote:
> > On Thu, 2014-06-12 at 16:37 +0100, Anthony PERARD wrote:
> > > Hi,
> > > 
> > > The recent merge of QEMU 2.0 into our qemu-xen tree make the FreeBSD
> > > test of osstest fail. This is related to a change of vgabios upstream,
> > > they have switch from lgplvgabios to seavgabios.
> > 
> > Just to clarify, we consume seavgabios via the qemu tree and not our own
> > seabios.git build (which just gets us the BIOS proper), correct?
> 
> Yes, that correct.

Great.

Stefano, please can we get these in ASAP (ideally today) so that osstest
can test qemu-upstream and then xen-unstable over the weekend and clear
the backlog (last push was ~12 days ago).

Cheers,
Ian.

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

* Re: Backport of SeaVgaBios binary from upstream to our branch
  2014-06-12 15:37 Backport of SeaVgaBios binary from upstream to our branch Anthony PERARD
  2014-06-12 15:54 ` Ian Campbell
@ 2014-06-13 11:12 ` Stefano Stabellini
  1 sibling, 0 replies; 5+ messages in thread
From: Stefano Stabellini @ 2014-06-13 11:12 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Xen Devel, Ian Jackson, Stefano Stabellini

On Thu, 12 Jun 2014, Anthony PERARD wrote:
> Hi,
> 
> The recent merge of QEMU 2.0 into our qemu-xen tree make the FreeBSD
> test of osstest fail. This is related to a change of vgabios upstream,
> they have switch from lgplvgabios to seavgabios.
> 
> First commit to fail the test:
>   6eefccc0bb9c34051b1e21880fc3a1c1c8686edd
>   roms: update vgabios binaries
>   This also switches from lgplvgabios to seavgabios.
> 
> But a more recent version of seavgabios fix the issue. So backporting it
> from upstream would fix the issue. The two commits to cherry-pick:
> db76ec6291df8a03c2cc82ea1249049383cca392  seabios: update to 1.7.5-rc1
> 3257fc8383b13856e6719d1390655ce24bafd071  seabios: update to 1.7.5 final
> 
> I've tested these change using osstest on FreeBSD and Windows XP.
> (test-amd64-i386-freebsd10-amd64 and test-amd64-amd64-xl-qemuu-winxpsp3)

Done. Thanks!

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

end of thread, other threads:[~2014-06-13 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 15:37 Backport of SeaVgaBios binary from upstream to our branch Anthony PERARD
2014-06-12 15:54 ` Ian Campbell
2014-06-12 16:04   ` Anthony PERARD
2014-06-13  8:56     ` Ian Campbell
2014-06-13 11:12 ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.