From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 26 Oct 2021 11:10:27 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfITT-0001TV-4m for lore@lore.pengutronix.de; Tue, 26 Oct 2021 11:10:27 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfITS-0008A5-GU; Tue, 26 Oct 2021 11:10:26 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mfISS-0007aJ-1Z; Tue, 26 Oct 2021 11:09:24 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mfISR-00050b-FQ; Tue, 26 Oct 2021 11:09:23 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mfISR-0073Wg-81; Tue, 26 Oct 2021 11:09:23 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 26 Oct 2021 11:09:23 +0200 Message-Id: <20211026090923.1681807-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211018074159.3770408-1-christian.melki@t2data.com> References: <20211018074159.3770408-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] host-qemu: Version bump 6.0.0 -> 6.1.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as a24e82f64ec3fd7f008bd92521f7e8a197dd3b3c. Michael [sent from post-receive hook] On Tue, 26 Oct 2021 11:09:23 +0200, Christian Melki wrote: > Introducing target-qemu. Rely on that for basic package definition. > Remove corresponding lines in host-qemu. > Remove sheepdog configuration. Driver has been removed. > > QEMU 6.1 changelog: > https://wiki.qemu.org/ChangeLog/6.1 > > Signed-off-by: Christian Melki > Message-Id: <20211018074159.3770408-1-christian.melki@t2data.com> > [mol: update patches to new version] > Signed-off-by: Michael Olbrich > > diff --git a/patches/qemu-6.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-6.1.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > similarity index 91% > rename from patches/qemu-6.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > rename to patches/qemu-6.1.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > index b4107d92ab7a..27fea636420f 100644 > --- a/patches/qemu-6.0.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > +++ b/patches/qemu-6.1.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch > @@ -11,10 +11,10 @@ Signed-off-by: Michael Olbrich > 1 file changed, 29 insertions(+), 15 deletions(-) > > diff --git a/hw/9pfs/9p-local.c b/hw/9pfs/9p-local.c > -index af52c1daac85..94595b2009f8 100644 > +index 210d9e7705df..92ecfec34b1c 100644 > --- a/hw/9pfs/9p-local.c > +++ b/hw/9pfs/9p-local.c > -@@ -455,8 +455,7 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > +@@ -460,8 +460,7 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > { > ssize_t tsize = -1; > > @@ -24,7 +24,7 @@ index af52c1daac85..94595b2009f8 100644 > int fd; > > fd = local_open_nofollow(fs_ctx, fs_path->data, O_RDONLY, 0); > -@@ -468,6 +467,7 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > +@@ -473,6 +472,7 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > } while (tsize == -1 && errno == EINTR); > close_preserve_errno(fd); > } else if ((fs_ctx->export_flags & V9FS_SM_PASSTHROUGH) || > @@ -32,7 +32,7 @@ index af52c1daac85..94595b2009f8 100644 > (fs_ctx->export_flags & V9FS_SM_NONE)) { > char *dirpath = g_path_get_dirname(fs_path->data); > char *name = g_path_get_basename(fs_path->data); > -@@ -479,6 +479,17 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > +@@ -484,6 +484,17 @@ static ssize_t local_readlink(FsContext *fs_ctx, V9fsPath *fs_path, > } > > tsize = readlinkat(dirfd, name, buf, bufsz); > @@ -50,7 +50,7 @@ index af52c1daac85..94595b2009f8 100644 > close_preserve_errno(dirfd); > out: > g_free(name); > -@@ -881,20 +892,23 @@ static int local_symlink(FsContext *fs_ctx, const char *oldpath, > +@@ -886,20 +897,23 @@ static int local_symlink(FsContext *fs_ctx, const char *oldpath, > int fd; > ssize_t oldpath_size, write_size; > > diff --git a/patches/qemu-6.0.0/0002-let-ninja-use-the-jobserver.patch b/patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch > similarity index 80% > rename from patches/qemu-6.0.0/0002-let-ninja-use-the-jobserver.patch > rename to patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch > index 0ef4581ef3c2..0de2e99f3c97 100644 > --- a/patches/qemu-6.0.0/0002-let-ninja-use-the-jobserver.patch > +++ b/patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch > @@ -11,11 +11,11 @@ Signed-off-by: Michael Olbrich > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > -index bcbbec71a1cb..3868d7638e46 100644 > +index 401c623a65f8..36a0557d2aa8 100644 > --- a/Makefile > +++ b/Makefile > -@@ -132,7 +132,7 @@ MAKE.k = $(findstring k,$(firstword $(MAKEFLAGS))) > - MAKE.q = $(findstring q,$(firstword $(MAKEFLAGS))) > +@@ -136,7 +136,7 @@ MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS)))) > + MAKE.q = $(findstring q,$(firstword $(filter-out --%,$(MAKEFLAGS)))) > MAKE.nq = $(if $(word 2, $(MAKE.n) $(MAKE.q)),nq) > NINJAFLAGS = $(if $V,-v) $(if $(MAKE.n), -n) $(if $(MAKE.k), -k0) \ > - $(filter-out -j, $(lastword -j1 $(filter -l% -j%, $(MAKEFLAGS)))) \ > diff --git a/patches/qemu-6.0.0/series b/patches/qemu-6.1.0/series > similarity index 100% > rename from patches/qemu-6.0.0/series > rename to patches/qemu-6.1.0/series > diff --git a/rules/host-qemu.make b/rules/host-qemu.make > index 29dcd0c07040..885e76ba9e28 100644 > --- a/rules/host-qemu.make > +++ b/rules/host-qemu.make > @@ -13,19 +13,6 @@ > # > HOST_PACKAGES-$(PTXCONF_HOST_QEMU) += host-qemu > > -# > -# Paths and names > -# > -HOST_QEMU_VERSION := 6.0.0 > -HOST_QEMU_MD5 := cce185dc0119546e395909e8a71a75bb > -HOST_QEMU := qemu-$(HOST_QEMU_VERSION) > -HOST_QEMU_SUFFIX := tar.xz > -HOST_QEMU_URL := https://download.qemu.org/$(HOST_QEMU).$(HOST_QEMU_SUFFIX) > -HOST_QEMU_SOURCE := $(SRCDIR)/$(HOST_QEMU).$(HOST_QEMU_SUFFIX) > -HOST_QEMU_DIR := $(HOST_BUILDDIR)/$(HOST_QEMU) > -HOST_QEMU_LICENSE := GPL-2.0-only AND GPL-2.0-or-later AND MIT AND BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause > -HOST_QEMU_BUILD_OOT := YES > - > # ---------------------------------------------------------------------------- > # Prepare > # ---------------------------------------------------------------------------- > @@ -177,7 +164,6 @@ HOST_QEMU_CONF_OPT := \ > --disable-vvfat \ > --disable-qed \ > --disable-parallels \ > - --disable-sheepdog \ > --disable-crypto-afalg \ > --disable-capstone \ > --disable-debug-mutex \ _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de