Re: [pve-devel] [PATCH v2 qemu-server 2/3] CPUConfig: add add_cpu_json_properties()

2020-06-18 Thread Thomas Lamprecht
Am 6/18/20 um 3:44 PM schrieb Stefan Reiter: > Useful for APIs and docs. > > Signed-off-by: Stefan Reiter > --- > PVE/QemuServer/CPUConfig.pm | 10 ++ > 1 file changed, 10 insertions(+) > Ah, fun times adding a new manpage ahead - the ol' dependency dance can begin ;) applied, thanks!

[pve-devel] [PATCH v2 qemu-server 2/3] CPUConfig: add add_cpu_json_properties()

2020-06-18 Thread Stefan Reiter
Useful for APIs and docs. Signed-off-by: Stefan Reiter --- PVE/QemuServer/CPUConfig.pm | 10 ++ 1 file changed, 10 insertions(+) diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm index b884498..6250591 100644 --- a/PVE/QemuServer/CPUConfig.pm +++ b/PVE/QemuServer/CP