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
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
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
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
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/
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo