[PATCH] config: use more recent mini-os commit

Juergen Gross posted 1 patch 2 years, 3 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220118142102.22796-1-jgross@suse.com
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] config: use more recent mini-os commit
Posted by Juergen Gross 2 years, 3 months ago
In order to be able to use the recent Mini-OS features switch to the
most recent commit.

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 1c1998a5a8..5c8c737fe4 100644
--- a/Config.mk
+++ b/Config.mk
@@ -231,7 +231,7 @@ MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5
 QEMU_UPSTREAM_REVISION ?= master
-MINIOS_UPSTREAM_REVISION ?= 9f09744aa3e5982a083ecf8e9cd2123f477081f9
+MINIOS_UPSTREAM_REVISION ?= a91161eb0f92dac4ad6d41f91117268bc23ef28d
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.14.0
 
-- 
2.31.1


Re: [PATCH] config: use more recent mini-os commit
Posted by Andrew Cooper 2 years, 3 months ago
On 18/01/2022 14:21, Juergen Gross wrote:
> In order to be able to use the recent Mini-OS features switch to the
> most recent commit.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

Just to double check, this needs to be a prerequisite to your xen.git
series?

Re: [PATCH] config: use more recent mini-os commit
Posted by Juergen Gross 2 years, 3 months ago
On 18.01.22 15:33, Andrew Cooper wrote:
> On 18/01/2022 14:21, Juergen Gross wrote:
>> In order to be able to use the recent Mini-OS features switch to the
>> most recent commit.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
> 
> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
> 
> Just to double check, this needs to be a prerequisite to your xen.git
> series?
> 

Yes.


Juergen