[XEN PATCH for-4.14] Config: Update QEMU

Anthony PERARD posted 1 patch 3 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200703135533.336625-1-anthony.perard@citrix.com
Maintainers: George Dunlap <george.dunlap@citrix.com>, Jan Beulich <jbeulich@suse.com>, Ian Jackson <ian.jackson@eu.citrix.com>, Stefano Stabellini <sstabellini@kernel.org>, Julien Grall <julien@xen.org>, Wei Liu <wl@xen.org>, Andrew Cooper <andrew.cooper3@citrix.com>
Config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[XEN PATCH for-4.14] Config: Update QEMU
Posted by Anthony PERARD 3 years, 9 months ago
Backport 2 commits to fix building QEMU without PCI passthrough
support.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
 Config.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Config.mk b/Config.mk
index f7d10b7c4cc6..478928c178b7 100644
--- a/Config.mk
+++ b/Config.mk
@@ -245,7 +245,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
 MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
 endif
 OVMF_UPSTREAM_REVISION ?= 20d2e5a125e34fc8501026613a71549b2a1a3e54
-QEMU_UPSTREAM_REVISION ?= 410cc30fdc590417ae730d635bbc70257adf6750
+QEMU_UPSTREAM_REVISION ?= ea6d3cd1ed79d824e605a70c3626bc437c386260
 MINIOS_UPSTREAM_REVISION ?= f57858b7e8ef8dd48394dd08cec2bef3c9fb92f5
 
 SEABIOS_UPSTREAM_REVISION ?= rel-1.13.0
-- 
Anthony PERARD


Re: [XEN PATCH for-4.14] Config: Update QEMU
Posted by Wei Liu 3 years, 9 months ago
On Fri, Jul 03, 2020 at 02:55:33PM +0100, Anthony PERARD wrote:
> Backport 2 commits to fix building QEMU without PCI passthrough
> support.
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

FWIW:

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

RE: [XEN PATCH for-4.14] Config: Update QEMU
Posted by Paul Durrant 3 years, 9 months ago
> -----Original Message-----
> From: Wei Liu <wl@xen.org>
> Sent: 03 July 2020 21:11
> To: Anthony PERARD <anthony.perard@citrix.com>
> Cc: Paul Durrant <paul@xen.org>; xen-devel@lists.xenproject.org; Roger Pau Monné
> <roger.pau@citrix.com>; Ian Jackson <ian.jackson@eu.citrix.com>; Wei Liu <wl@xen.org>
> Subject: Re: [XEN PATCH for-4.14] Config: Update QEMU
> 
> On Fri, Jul 03, 2020 at 02:55:33PM +0100, Anthony PERARD wrote:
> > Backport 2 commits to fix building QEMU without PCI passthrough
> > support.
> >
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
> 
> FWIW:
> 
> Acked-by: Wei Liu <wl@xen.org>

Release-acked-by: Paul Durrant <paul@xen.org>