[pve-devel] applied-series: [PATCH v2 qemu-server 1/2] add new helper to calculate timeout based on vm config

2020-01-15 Thread Thomas Lamprecht
On 1/14/20 2:30 PM, Tim Marx wrote: > Signed-off-by: Tim Marx > --- > changed: > * squashed patch 1 & 3 > * pass config hash > * adapated comment > > PVE/QemuServer.pm | 4 ++-- > PVE/QemuServer/Helpers.pm | 22 ++ > 2 files changed, 24 insertions(+), 2 deletions(-)

[pve-devel] applied: [PATCH qemu-server] Fixup CPU flag query to not use get_basic_machine_info

2020-01-15 Thread Thomas Lamprecht
On 1/15/20 3:36 PM, Stefan Reiter wrote: > get_basic_machine_info was removed by commit 045749f2fc. > > Use get_host_arch to get the default machine type instead, and > optionally allow to specify architecture as parameter. > > Signed-off-by: Stefan Reiter > --- > > @Thomas: The mentioned

[pve-devel] [PATCH qemu-server] Fixup CPU flag query to not use get_basic_machine_info

2020-01-15 Thread Stefan Reiter
get_basic_machine_info was removed by commit 045749f2fc. Use get_host_arch to get the default machine type instead, and optionally allow to specify architecture as parameter. Signed-off-by: Stefan Reiter --- @Thomas: The mentioned commit happened after I sent v6, so the patch you merged would

[pve-devel] applied: [PATCH kernel] Add MCE patch for Threadripper 3000 series compatibility

2020-01-15 Thread Thomas Lamprecht
On 1/15/20 2:54 PM, Stefan Reiter wrote: > A forum user reported that our kernel does not boot on Threadripper 3000 > series CPUs, unless 'mce=off' is provided on the kernel commandline. [0] > > This is a known issue, which has been fixed in mainline kernels and > backported to 5.4, 4.19 and 4.14

Re: [pve-devel] [PATCH kernel] Add MCE patch for Threadripper 3000 series compatibility

2020-01-15 Thread Thomas Lamprecht
On 1/15/20 2:54 PM, Stefan Reiter wrote: > A forum user reported that our kernel does not boot on Threadripper 3000 > series CPUs, unless 'mce=off' is provided on the kernel commandline. [0] > > This is a known issue, which has been fixed in mainline kernels and > backported to 5.4, 4.19 and 4.14

[pve-devel] [PATCH kernel] Add MCE patch for Threadripper 3000 series compatibility

2020-01-15 Thread Stefan Reiter
A forum user reported that our kernel does not boot on Threadripper 3000 series CPUs, unless 'mce=off' is provided on the kernel commandline. [0] This is a known issue, which has been fixed in mainline kernels and backported to 5.4, 4.19 and 4.14 [1]. It is not, however, included in 5.3, nor in

[pve-devel] [PATCH v6 qemu-server] vmconfig_apply_pending: remove redundant write/load config calls

2020-01-15 Thread Oguz Bektas
since we handle errors gracefully now, we don't need to write & save config every time we change a setting. Signed-off-by: Oguz Bektas --- v5 -> v6: * style nit from fabian * combine two elsif statements into one, get rid of $new_val and $old_val from last version (not needed because of

[pve-devel] applied: [common] Change authorization call

2020-01-15 Thread Thomas Lamprecht
On 1/15/20 1:07 PM, Wolfgang Link wrote: > As Let's Encrypt will no more allow GET calls, > we have to change to POST. > > For more information see > https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380/4 > --- > src/PVE/ACME.pm | 20

[pve-devel] [common] Change authorization call

2020-01-15 Thread Wolfgang Link
As Let's Encrypt will no more allow GET calls, we have to change to POST. For more information see https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380/4 --- src/PVE/ACME.pm | 20 ++-- 1 file changed, 10 insertions(+), 10