Re: [Qemu-devel] Qemu - Install Windows 7 64bits hang on startup with Blue Screen of Death

2015-10-08 Thread Olga Krishtal
On 07/10/15 14:41, Aaron Elkins wrote: Hi, With this command line: qemu-system-x86_64 -boot d -cdrom /dev/disk1 -hda windows7.img -m 1024 and I have my windows 7 cd in the cd rom, and the installation process hang on startup, here is the screen shot: https://www.dropbox.com/s/xzi28a5gibnp9xv

[Qemu-devel] [PATCH] qga: fix build for older versions of mingw

2015-07-07 Thread Olga Krishtal
Peter, can you try this patch on your system? In mingw older than mingw64-headers-4.0.2-1.el7.noarch header ntddscsi.h can be found in include/ddk, however compiler does not look there. This breaks the compilation. The patch adds this directory in QEMU_INCLUDES. Signed-off-by: Olga Krishtal

Re: [Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0

2015-07-07 Thread Olga Krishtal
On 07/07/15 13:32, Peter Maydell wrote: On 7 July 2015 at 05:40, Michael Roth wrote: Hi Peter, Sorry for the last minute pull. This is a round-up of all tested/reviewed qemu-ga patches posted prior to soft-freeze, along with 1 bug fix that came in last week. This adds win32 implementations of

Re: [Qemu-devel] [PULL 00/10] qemu-ga patches for 2.4.0

2015-07-07 Thread Olga Krishtal
On 07/07/15 13:32, Peter Maydell wrote: On 7 July 2015 at 05:40, Michael Roth wrote: Hi Peter, Sorry for the last minute pull. This is a round-up of all tested/reviewed qemu-ga patches posted prior to soft-freeze, along with 1 bug fix that came in last week. This adds win32 implementations of

Re: [Qemu-devel] [PATCH 06/10] qga: guest exec functionality for Windows guests

2015-07-07 Thread Olga Krishtal
On 07/07/15 12:12, Olga Krishtal wrote: On 07/07/15 11:06, Denis V. Lunev wrote: On 07/07/15 04:31, Michael Roth wrote: Quoting Denis V. Lunev (2015-06-30 05:25:19) From: Olga Krishtal Child process' stdin/stdout/stderr can be associated with handles for communication via read/

Re: [Qemu-devel] [PATCH 06/10] qga: guest exec functionality for Windows guests

2015-07-07 Thread Olga Krishtal
On 07/07/15 11:06, Denis V. Lunev wrote: On 07/07/15 04:31, Michael Roth wrote: Quoting Denis V. Lunev (2015-06-30 05:25:19) From: Olga Krishtal Child process' stdin/stdout/stderr can be associated with handles for communication via read/write interfaces. The workflow should be some

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-06-26 Thread Olga Krishtal
On 25/06/15 15:17, Zavadovsky Yan wrote: On Thu, Jun 25, 2015 at 12:11 PM, Olga Krishtal wrote: On 24/06/15 15:25, Zavadovsky Yan wrote: Calling SuspendThread() is not enough to suspend Win32 thread. We need to call GetThreadContext() after SuspendThread() to make sure that OS have really

Re: [Qemu-devel] [PATCH v2] thread-win32: fix GetThreadContext() permanently fails

2015-06-25 Thread Olga Krishtal
On 24/06/15 15:25, Zavadovsky Yan wrote: Calling SuspendThread() is not enough to suspend Win32 thread. We need to call GetThreadContext() after SuspendThread() to make sure that OS have really suspended target thread. But GetThreadContext() needs for THREAD_GET_CONTEXT access right on thread obj

Re: [Qemu-devel] How to build qga-vss.dll?

2015-06-23 Thread Olga Krishtal
On 20/06/15 18:51, Markus Armbruster wrote: Tomoki Sekiyama writes: Hi Markus, The steps to build qga-vss.dll are: - Install some MinGW library packages: When I tested in fedora22, I need mingw32-winpthreads-static package in addition to packages on the qemu wiki page: http://wiki.

Re: [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-06-03 Thread Olga Krishtal
On 03/06/15 13:19, Olga Krishtal wrote: On 29/05/15 19:46, Kirk Allan wrote: >>> On 28/05/15 23:54, Denis V. Lunev wrote: On 28/05/15 21:41, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4

Re: [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-06-03 Thread Olga Krishtal
On 29/05/15 19:46, Kirk Allan wrote: >>> On 28/05/15 23:54, Denis V. Lunev wrote: On 28/05/15 21:41, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4 prefixes can be found by matching the address to those

Re: [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-06-03 Thread Olga Krishtal
On 29/05/15 12:59, Olga Krishtal wrote: On 29/05/15 01:56, Eric Blake wrote: On 05/28/2015 12:41 PM, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4 prefixes can be found by matching the address to those

Re: [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-05-29 Thread Olga Krishtal
On 28/05/15 23:54, Denis V. Lunev wrote: On 28/05/15 21:41, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4 prefixes can be found by matching the address to those returned by GetAdaptersInfo. IPv6 prefixes c

Re: [Qemu-devel] [PATCH v3 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-05-29 Thread Olga Krishtal
On 29/05/15 01:56, Eric Blake wrote: On 05/28/2015 12:41 PM, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4 prefixes can be found by matching the address to those returned by GetAdaptersInfo. IPv6 prefixes

Re: [Qemu-devel] [PATCH v4 2/2] qga/qmp_guest_fstrim: Return per path fstrim result

2015-05-25 Thread Olga Krishtal
On 11/05/15 09:58, Justin Ossevoort wrote: The current guest-fstrim support only returns an error if some mountpoint was unable to be trimmed, skipping any possible additional mountpoints. The result of the TRIM operation itself is also discarded. This change returns a per mountpoint result of t

Re: [Qemu-devel] [RFC 1/3] qemu-agent: add guest-network-set-interface command

2015-05-21 Thread Olga Krishtal
On 17/04/15 11:53, Chen Fan wrote: Nowadays, qemu has supported physical NIC hotplug for high network throughput. but it's in conflict with live migration feature, to keep network connectivity, we could to create bond device interface which provides a mechanism for enslaving multiple network inte

Re: [Qemu-devel] [PATCH v2 2/2] qga: win32 implementation of qmp_guest_network_get_interfaces

2015-05-20 Thread Olga Krishtal
On 01/04/15 18:39, Kirk Allan wrote: By default, IP addresses and prefixes will be derived from information obtained by various calls and structures. IPv4 prefixes can be found by matching the address to those returned by GetApaptersInfo. IPv6 prefixes can not be matched this way due to the unp

Re: [Qemu-devel] Patch for 64 bit mingw compilation

2015-05-03 Thread Olga Krishtal
On 11/03/15 17:51, Joseph Hindin wrote: Hi When compiling the QEMU Guest Agent with 64-bit MinGW toolchain version 4.9.2, I run into the following problem: qga-vss.dll linking failed as linker reported a lot of unresolved symbol __stack_chk_fail errors stemming from the stack protection. The

Re: [Qemu-devel] [PATCH v3] qga: add guest-set-user-password command

2015-02-13 Thread Olga Krishtal
On 11/02/15 14:26, Daniel P. Berrange wrote: Add a new 'guest-set-user-password' command for changing the password of guest OS user accounts. This command is needed to enable OpenStack to support its API for changing the admin password of guests running on KVM/QEMU. It is not practical to provide

Re: [Qemu-devel] [PATCH 1/8] qga: fixed warning in qemu-ga.exe for mingw >= 4.9.1

2015-02-04 Thread Olga Krishtal
On 04/02/15 00:29, Eric Blake wrote: On 12/31/2014 06:06 AM, Denis V. Lunev wrote: From: Olga Krishtal strtok_r was redefined before the patch Signed-off-by: Olga Krishtal Signed-off-by: Denis V. Lunev CC: Michael Roth --- include/sysemu/os-win32.h | 2 ++ 1 file changed, 2 insertions

Re: [Qemu-devel] [PATCH v2] qga: add guest-set-admin-password command

2015-02-04 Thread Olga Krishtal
On 12/01/15 18:58, Daniel P. Berrange wrote: Add a new 'guest-set-admin-password' command for changing the root/administrator password. This command is needed to allow OpenStack to support its API for changing the admin password on a running guest. Accepts either the raw password string: $ virs