From: Michael Olbrich <m.olbrich@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: [DistroKit] [PATCH 3/3] platform-x86_64: fix run script for current qemu version
Date: Fri, 5 May 2023 12:11:45 +0200 [thread overview]
Message-ID: <20230505101145.826813-4-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230505101145.826813-1-m.olbrich@pengutronix.de>
The virtio-9p-pci,msize option is gone.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
configs/platform-x86_64/run | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/platform-x86_64/run b/configs/platform-x86_64/run
index f3f4c34653a8..963222928964 100755
--- a/configs/platform-x86_64/run
+++ b/configs/platform-x86_64/run
@@ -112,7 +112,7 @@ run_qemu_9p() {
exec ${QEMU_EXEC} \
"${QEMU_ARGS[@]}" \
-fsdev local,id=rootfs,path=${PTXDIST_PLATFORMDIR}/root,security_model="${security_model}" \
- -device virtio-9p-pci,msize=16777216,fsdev=rootfs,mount_tag=/dev/root \
+ -device virtio-9p-pci,fsdev=rootfs,mount_tag=/dev/root \
"${QEMU_EXTRA_ARGS[@]}" \
"${QEMU_LINUX_ARGS[@]}" \
-append "root=/dev/root rw rootfstype=9p rootflags=trans=virtio ${BASE_CMDLINE}"
--
2.39.2
next prev parent reply other threads:[~2023-05-05 10:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-05 10:11 [DistroKit] [PATCH 0/3] Update to PTXdist 2023.05.0 Michael Olbrich
2023-05-05 10:11 ` [DistroKit] [PATCH 1/3] ptxdist: version bump 2023.04.0 -> 2023.05.0 Michael Olbrich
2023-05-05 10:11 ` [DistroKit] [PATCH 2/3] ptxconfig: disable haveged Michael Olbrich
2023-05-05 10:11 ` Michael Olbrich [this message]
2023-05-08 8:14 ` [DistroKit] [PATCH 0/3] Update to PTXdist 2023.05.0 Robert Schwebel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230505101145.826813-4-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=distrokit@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox