public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] api: dbus-vmstate: fix return property name
@ 2025-09-24  9:01 Christoph Heiss
  2025-09-24  9:08 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Heiss @ 2025-09-24  9:01 UTC (permalink / raw)
  To: pve-devel

It's called `has-dbus-vmstate` in the actual returned object, not
`dbus-vmstate`.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
---
 src/PVE/API2/NodeCapabilities/Qemu/Migration.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm b/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm
index 98d683c3..31879007 100644
--- a/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm
+++ b/src/PVE/API2/NodeCapabilities/Qemu/Migration.pm
@@ -29,7 +29,7 @@ __PACKAGE__->register_method({
         type => 'object',
         additionalProperties => 0,
         properties => {
-            'dbus-vmstate' => {
+            'has-dbus-vmstate' => {
                 type => 'boolean',
                 description => 'Whether the host supports live-migrating additional'
                     . ' VM state via the dbus-vmstate helper.',
-- 
2.50.1



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH qemu-server] api: dbus-vmstate: fix return property name
  2025-09-24  9:01 [pve-devel] [PATCH qemu-server] api: dbus-vmstate: fix return property name Christoph Heiss
@ 2025-09-24  9:08 ` Fiona Ebner
  0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2025-09-24  9:08 UTC (permalink / raw)
  To: pve-devel, Christoph Heiss

On Wed, 24 Sep 2025 11:01:57 +0200, Christoph Heiss wrote:
> It's called `has-dbus-vmstate` in the actual returned object, not
> `dbus-vmstate`.

Applied, thanks!

[1/1] api: dbus-vmstate: fix return property name
      commit: d44663ce6dceb40c404d159eae7148947e0452c4


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-24  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-24  9:01 [pve-devel] [PATCH qemu-server] api: dbus-vmstate: fix return property name Christoph Heiss
2025-09-24  9:08 ` [pve-devel] applied: " Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal