On 23.08.19 10:56, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak <d.csa...@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; > _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel