[pve-devel] [PATCH qemu-server v2 5/5] api: add missing index child links
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 5 11:38:21 CEST 2019
On 23.08.19 10:56, Dominik Csapak wrote:
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/API2/Qemu.pm | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
> index 5094721..6ddfca7 100644
> --- a/PVE/API2/Qemu.pm
> +++ b/PVE/API2/Qemu.pm
> @@ -1916,6 +1916,10 @@ __PACKAGE__->register_method({
> { subdir => 'current' },
> { subdir => 'start' },
> { subdir => 'stop' },
> + { subdir => 'reset' },
> + { subdir => 'shutdown' },
> + { subdir => 'suspend' },
> + { subdir => 'reboot' },
why not prepend that patch, as it's not relevant to the series
and do the "{ subdir => 'reboot' }," in the 3/5 patch, where it belongs?
Then I could apply this already.
> ];
>
> return $res;
>
More information about the pve-devel
mailing list