[PATCH] minios: use more recent commit for building xen unstable

Juergen Gross posted 1 patch 3 years, 6 months ago
Failed in applying to current master (apply log)
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] minios: use more recent commit for building xen unstable
Posted by Juergen Gross 3 years, 6 months ago
Commit 82c3d15c903aa43 ("minios: Revert recent change and revert to
working minios") switched the used commit for the build of Xen unstable
from master to a rather old commit (the one used for Xen 4.13 instead
of the last one without a known problem).

Switch to Mini-OS commit 051b87bb9c196 instead, which doesn't contain
the problematic modification being reason for switching away from
master.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index db434ee2c6..259e68863d 100644
--- a/Config.mk
+++ b/Config.mk
@@ -246,7 +246,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= a3741780fe3535e19e02efa869a7cac481891129
 QEMU_UPSTREAM_REVISION ?= master
-MINIOS_UPSTREAM_REVISION ?= 0b4b7897e08b967a09bed2028a79fabff82342dd
+MINIOS_UPSTREAM_REVISION ?= 051b87bb9c19609976fb038f386920e1ce5454c5
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
 
-- 
2.26.2


Re: [PATCH] minios: use more recent commit for building xen unstable
Posted by Wei Liu 3 years, 6 months ago
On Mon, Sep 07, 2020 at 01:48:14PM +0200, Juergen Gross wrote:
> Commit 82c3d15c903aa43 ("minios: Revert recent change and revert to
> working minios") switched the used commit for the build of Xen unstable
> from master to a rather old commit (the one used for Xen 4.13 instead
> of the last one without a known problem).
> 
> Switch to Mini-OS commit 051b87bb9c196 instead, which doesn't contain
> the problematic modification being reason for switching away from
> master.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Wei Liu <wl@xen.org>