Re: [pve-devel] [PATCH] add win81 ostype and enable +lahf_lm cpu flag needed for this os

2013-11-14 Thread Alexandre DERUMIER
>>I am not sure why we want to modify well defined CPU feature sets? Instead, >>we can simply use >>'qemu64' for win 8.1? I thinked that you had switch from qemu64 to kvm64 because of cpu family,model,stepping values ? I don't known if I check between both in cpu.c difference are qemu64 ---

Re: [pve-devel] [PATCH] add win81 ostype and enable +lahf_lm cpu flag needed for this os

2013-11-14 Thread Dietmar Maurer
> see > http://forum.proxmox.com/threads/16206-Windows-Server-2012-R2-and- > 0x005D-Error I am not sure why we want to modify well defined CPU feature sets? Instead, we can simply use 'qemu64' for win 8.1? ___ pve-devel mailing list pve-devel@pve.p

Re: [pve-devel] [PATCH][pve-manager] Changes set_userpasswd method

2013-11-14 Thread Dietmar Maurer
> Can we apply this patch as preparation for future ploop use? > If yes, later(this week) i send you correct patch. Yes, but only if it works without problems. So please test your code before sending patches to the list. ___ pve-devel mailing list pve-

Re: [pve-devel] [PATCH][pve-manager] Changes set_userpasswd method

2013-11-14 Thread Игорь Шестаков
Can we apply this patch as preparation for future ploop use? If yes, later(this week) i send you correct patch. On Thu, Nov 14, 2013 at 1:52 PM, Dietmar Maurer wrote: > > And we need to discuss, how to solve this problem. We need to update > vzctl in > > new versions of proxmox and somehow pas

[pve-devel] add win81 ostype and enable +lahf_lm cpu flag

2013-11-14 Thread Alexandre Derumier
This is the correct needed cpu flag. (tested by forum users and working fine) ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] add win81 ostype and enable +lahf_lm cpu flag needed for this os

2013-11-14 Thread Alexandre Derumier
see http://forum.proxmox.com/threads/16206-Windows-Server-2012-R2-and-0x005D-Error Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index d9896c1..adcccd2 1

Re: [pve-devel] [PATCH][pve-manager] Changes set_userpasswd method

2013-11-14 Thread Dietmar Maurer
> And we need to discuss, how to solve this problem. We need to update vzctl in > new versions of proxmox and somehow pass vztemplate param. Or we need to > recompile vzctl(remove template download functions and change container > create function to support full path to templates) We apply various

Re: [pve-devel] [PATCH][pve-manager] Changes set_userpasswd method

2013-11-14 Thread Игорь Шестаков
On Mon, Nov 11, 2013 at 9:25 AM, Dietmar Maurer wrote: > Please can you use 'git send-email' to send patches? Also add correct > 'signed-of-by' entries. > > > diff --git a/PVE/OpenVZ.pm b/PVE/OpenVZ.pm > > index a16d4fc..7788f66 100644 > > --- a/PVE/OpenVZ.pm > > +++ b/PVE/OpenVZ.pm > > @@ -1244,