From 854eef031209ca7bf7a612c682f8ee1260a67842 Mon Sep 17 00:00:00 2001 From: Alex Lyn Date: Wed, 17 Jun 2026 14:53:48 +0800 Subject: [PATCH] runtime-rs: Remove unused msize_9p totally from configurations As virtio-9p is deprecated already, and its msize_9p should be deprecated too. This commit aims to remove the unused msize_9p. Signed-off-by: Alex Lyn --- .../config/configuration-qemu-coco-dev-runtime-rs.toml.in | 4 ---- src/runtime-rs/config/configuration-qemu-runtime-rs.toml.in | 4 ---- .../config/configuration-qemu-se-runtime-rs.toml.in | 4 ---- src/runtime-rs/config/configuration-rs-fc.toml.in | 4 ---- src/runtime-rs/tests/texture/configuration-qemu.toml | 1 - 5 files changed, 17 deletions(-) diff --git a/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in index f4e7517a79..33c347c9fd 100644 --- a/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-coco-dev-runtime-rs.toml.in @@ -359,10 +359,6 @@ extra_monitor_socket = "" # Default false disable_nesting_checks = false -# This is the msize used for 9p shares. It is the number of bytes -# used for 9p packet payload. -msize_9p = @DEFMSIZE9P@ - # If false and nvdimm is supported, use nvdimm device to plug guest image. # Otherwise virtio-block device is used. # diff --git a/src/runtime-rs/config/configuration-qemu-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-runtime-rs.toml.in index b4622d87e5..23b5bbf611 100644 --- a/src/runtime-rs/config/configuration-qemu-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-runtime-rs.toml.in @@ -349,10 +349,6 @@ extra_monitor_socket = "" # disable_nesting_checks = false -# This is the msize used for 9p shares. It is the number of bytes -# used for 9p packet payload. -msize_9p = @DEFMSIZE9P@ - # If false and nvdimm is supported, use nvdimm device to plug guest image. # Otherwise virtio-block device is used. # diff --git a/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in b/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in index 23d4acd253..f3e678d201 100644 --- a/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in +++ b/src/runtime-rs/config/configuration-qemu-se-runtime-rs.toml.in @@ -333,10 +333,6 @@ enable_debug = false # disable_nesting_checks = false -# This is the msize used for 9p shares. It is the number of bytes -# used for 9p packet payload. -msize_9p = @DEFMSIZE9P@ - # If false and nvdimm is supported, use nvdimm device to plug guest image. # Otherwise virtio-block device is used. # diff --git a/src/runtime-rs/config/configuration-rs-fc.toml.in b/src/runtime-rs/config/configuration-rs-fc.toml.in index 9a8d9f0db3..8d7771e2ff 100644 --- a/src/runtime-rs/config/configuration-rs-fc.toml.in +++ b/src/runtime-rs/config/configuration-rs-fc.toml.in @@ -203,10 +203,6 @@ enable_debug = false # Default false disable_nesting_checks = false -# This is the msize used for 9p shares. It is the number of bytes -# used for 9p packet payload. -msize_9p = @DEFMSIZE9P@ - # VFIO devices are hotplugged on a bridge by default. # Enable hotplugging on root bus. This may be required for devices with # a large PCI bar, as this is a current limitation with hotplugging on diff --git a/src/runtime-rs/tests/texture/configuration-qemu.toml b/src/runtime-rs/tests/texture/configuration-qemu.toml index 17e8f396d1..6d850a0836 100644 --- a/src/runtime-rs/tests/texture/configuration-qemu.toml +++ b/src/runtime-rs/tests/texture/configuration-qemu.toml @@ -46,7 +46,6 @@ enable_iommu = true enable_iommu_platform = true pflashes = ["/proc/mounts"] enable_debug = true -msize_9p = 16384 disable_image_nvdimm = true hotplug_vfio_on_root_bus = true pcie_root_port = 2