public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server 1/2] api: add missing use statements
@ 2024-06-12 12:15 Fiona Ebner
  2024-06-12 12:15 ` [pve-devel] [PATCH qemu-server 2/2] api: fix typo reported by perlcritic Fiona Ebner
  2024-07-03 12:49 ` [pve-devel] applied: [PATCH qemu-server 1/2] api: add missing use statements Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Fiona Ebner @ 2024-06-12 12:15 UTC (permalink / raw)
  To: pve-devel

---
 PVE/API2/Qemu.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index 0c3f451a..cf53e820 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -29,6 +29,7 @@ use PVE::QemuServer;
 use PVE::QemuServer::Cloudinit;
 use PVE::QemuServer::CPUConfig;
 use PVE::QemuServer::Drive;
+use PVE::QemuServer::Helpers;
 use PVE::QemuServer::ImportDisk;
 use PVE::QemuServer::Monitor qw(mon_cmd);
 use PVE::QemuServer::Machine;
@@ -45,8 +46,10 @@ use PVE::API2::Firewall::VM;
 use PVE::API2::Qemu::Agent;
 use PVE::VZDump::Plugin;
 use PVE::DataCenterConfig;
+use PVE::ProcFSTools;
 use PVE::SSHInfo;
 use PVE::Replication;
+use PVE::ReplicationState;
 use PVE::StorageTunnel;
 use PVE::RESTEnvironment qw(log_warn);
 
-- 
2.39.2



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


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

* [pve-devel] [PATCH qemu-server 2/2] api: fix typo reported by perlcritic
  2024-06-12 12:15 [pve-devel] [PATCH qemu-server 1/2] api: add missing use statements Fiona Ebner
@ 2024-06-12 12:15 ` Fiona Ebner
  2024-07-03 12:49 ` [pve-devel] applied: [PATCH qemu-server 1/2] api: add missing use statements Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Fiona Ebner @ 2024-06-12 12:15 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 PVE/API2/Qemu.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index cf53e820..86527bd5 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -1572,7 +1572,7 @@ __PACKAGE__->register_method({
 		$item->{value} = $pending;
 		$item->{pending} = $conf->{$opt};
 	    } else {
-		$item->{value} = $conf->{$opt},
+		$item->{value} = $conf->{$opt};
 	    }
 
 	    push @$res, $item;
-- 
2.39.2



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


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

* [pve-devel] applied: [PATCH qemu-server 1/2] api: add missing use statements
  2024-06-12 12:15 [pve-devel] [PATCH qemu-server 1/2] api: add missing use statements Fiona Ebner
  2024-06-12 12:15 ` [pve-devel] [PATCH qemu-server 2/2] api: fix typo reported by perlcritic Fiona Ebner
@ 2024-07-03 12:49 ` Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2024-07-03 12:49 UTC (permalink / raw)
  To: Proxmox VE development discussion, Fiona Ebner

Am 12/06/2024 um 14:15 schrieb Fiona Ebner:
> ---
>  PVE/API2/Qemu.pm | 3 +++
>  1 file changed, 3 insertions(+)
> 
>

applied both patches, thanks!


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


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

end of thread, other threads:[~2024-07-03 12:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12 12:15 [pve-devel] [PATCH qemu-server 1/2] api: add missing use statements Fiona Ebner
2024-06-12 12:15 ` [pve-devel] [PATCH qemu-server 2/2] api: fix typo reported by perlcritic Fiona Ebner
2024-07-03 12:49 ` [pve-devel] applied: [PATCH qemu-server 1/2] api: add missing use statements Thomas Lamprecht

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