[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/2] Expose capabilities in get_domain_state
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 21 Jul 2025 20:19:56 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=oj7rkHpI2qeIdNyFNvaUWGJucNpDZx8IiGyHlGR9e7Q=; b=ZBVXuLQCJJ2pi/f00ASHRcNExafPsZg34blD7EsxG4kkf6wB1zPe9ueydaMKByHQaZ04cAw53VkskGqxyC09dKZKurpLDWhH1FuLjjjJpKDUxfNt/Hhq+KQLJl+jHpuSOqeX6Wvrr5ouEzUorpgQTnIuM9s7HKjjYlvbFNk9v/e/K7jEErUQvIVjoBespqyArm3J4pqrV21vFFrzXj/0AMDbwCscw5jlZVLSzr7TyvNWrtsrZ2Ap0xV6HPUCoYSfGgq9WClvygcXD3OQC+/Dh6yhMtxKcnutT4PZQI5YhFhW2Ytabs1Po4Ot5WZ7C/tNB8lz8LIbSYh8tg0K03JDBQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=D34WHPIFH+OhERQUmfYG1+MBV1X464cxnhauLY+J6BTdZxbJYvGcareznVtLIlVwqY5JRjOAp4MbAbCR5anf4UQUQCcNYvadLYHahYnz6w/xk7iH7fmEQjTiu7JnwkroLqin1AdcvYlsdoxfEUWt9ZfrxMj1Gbz+21WP1uK+ALsYUFPa6ntVFMjJiFt+eyNciVNlev+sWM15zRNQbhb3Ov2gw7oi2152tNV8R61QaHZDomxRbSqz3qusA/l6mP9gIscL95TKGAbLNF1b86w/hhvdl+fJr+Kb6jr9qISJapAfNHAldMzvs5Ue+dK/BSjhNsPmY6BoYfVHCgyAGvQ24w==
- Cc: Jason Andryuk <jason.andryuk@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Julien Grall" <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, "Juergen Gross" <jgross@xxxxxxxx>
- Delivery-date: Tue, 22 Jul 2025 00:21:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This is the capabilities patches split out from the larger series.
get_domain_state is new in 4.21. If they go in before the release, the
library won't need to be changed in the future.
v3 is used since they are iterations from the other series.
Jason Andryuk (2):
xen: Add capabilities to get_domain_state
tools/manage: Expose domain capabilities
tools/include/xenmanage.h | 14 ++++++++++++--
tools/libs/manage/core.c | 21 +++++++++++++++++----
tools/xenstored/domain.c | 8 ++++----
xen/common/domain.c | 10 +++++++++-
xen/include/public/domctl.h | 7 +++++--
5 files changed, 47 insertions(+), 13 deletions(-)
--
2.50.1
|