From 0395b10b29a579adf4f4d2ac238242b1def43386 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 29 Oct 2025 20:04:03 +0100 Subject: [PATCH] openapi: add missing NetConfig offload parameters Signed-off-by: Alyssa Ross --- vmm/src/api/openapi/cloud-hypervisor.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index e4a76f6b7..d87573c55 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -966,6 +966,15 @@ components: format: int16 rate_limiter_config: $ref: "#/components/schemas/RateLimiterConfig" + offload_tso: + type: boolean + default: true + offload_ufo: + type: boolean + default: true + offload_csum: + type: boolean + default: true RngConfig: required: