Re: [Qemu-devel] [PATCH] qga: implement the guest-set-vcpus for windows

2016-02-24 Thread Michael Roth
Quoting Gal Hammer (2015-11-02 08:49:48) > Signed-off-by: Gal Hammer Thanks, applied to qga tree with minor fix-ups: https://github.com/mdroth/qemu/commits/qga > --- > qga/commands-win32.c | 66 > ++-- > 1 file changed, 64 insertions(+), 2 del

Re: [Qemu-devel] [PATCH] qga: implement the guest-set-vcpus for windows

2016-02-23 Thread Michael Roth
Quoting Gal Hammer (2015-11-02 08:49:48) > Signed-off-by: Gal Hammer > --- > qga/commands-win32.c | 66 > ++-- > 1 file changed, 64 insertions(+), 2 deletions(-) > > diff --git a/qga/commands-win32.c b/qga/commands-win32.c > index d9de23b..a8eb4a0

Re: [Qemu-devel] [PATCH] qga: implement the guest-set-vcpus for windows

2016-02-21 Thread Michael S. Tsirkin
On Mon, Nov 02, 2015 at 04:49:48PM +0200, Gal Hammer wrote: > Signed-off-by: Gal Hammer Seems to make sense. Acked-by: Michael S. Tsirkin mdroth, any feedback on this one? > --- > qga/commands-win32.c | 66 > ++-- > 1 file changed, 64 insertio

[Qemu-devel] [PATCH] qga: implement the guest-set-vcpus for windows

2015-11-02 Thread Gal Hammer
Signed-off-by: Gal Hammer --- qga/commands-win32.c | 66 ++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/qga/commands-win32.c b/qga/commands-win32.c index d9de23b..a8eb4a0 100644 --- a/qga/commands-win32.c +++ b/qga/commands-win3