Re: [Qemu-devel] [PATCH 0/5] qga: win32 guest-set-user-password improvements

2016-02-24 Thread Michael Roth
Quoting marcandre.lur...@redhat.com (2016-02-17 10:47:50) > From: Marc-André Lureau > > Hi, > > Laszlo Ersek pointed out a few worthy improvements to the win32 > guest-set-user-password command. > > Marc-André Lureau (5): > qga: use more idiomatic qemu-style eol operators > qga: use size_t

Re: [Qemu-devel] [PATCH 0/5] qga: win32 guest-set-user-password improvements

2016-02-17 Thread Laszlo Ersek
On 02/17/16 17:47, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > Laszlo Ersek pointed out a few worthy improvements to the win32 > guest-set-user-password command. > > Marc-André Lureau (5): > qga: use more idiomatic qemu-style eol operators > qga: use size_t for

[Qemu-devel] [PATCH 0/5] qga: win32 guest-set-user-password improvements

2016-02-17 Thread marcandre . lureau
From: Marc-André Lureau Hi, Laszlo Ersek pointed out a few worthy improvements to the win32 guest-set-user-password command. Marc-André Lureau (5): qga: use more idiomatic qemu-style eol operators qga: use size_t for wcslen() return value qga: use wide-chars constants for wchar_t comparis