Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Jan Kiszka
Avi Kivity wrote: > On 10/04/2009 09:07 PM, Jan Kiszka wrote: >>> btw, instead of adding a new ioctl, perhaps it makes sense to define a >>> new KVM_VCPU_STATE structure that holds all current and future state >>> (with generous reserved space), instead of separating state over a dozen >>> ioctls.

Re: avoid soft lockups

2009-10-05 Thread James Brackinshaw
On Fri, Oct 2, 2009 at 7:47 PM, Marcelo Tosatti wrote: > On Fri, Oct 02, 2009 at 01:54:22PM +0200, James Brackinshaw wrote: >> Hello, >> >> If I suspend and resume a guest under kvm, or I migrate it from one >> host to another, I sometimes get a soft lockup. >> >> Is there a timer mode to prevent

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Avi Kivity
On 10/05/2009 09:43 AM, Jan Kiszka wrote: Avi Kivity wrote: On 10/04/2009 09:07 PM, Jan Kiszka wrote: btw, instead of adding a new ioctl, perhaps it makes sense to define a new KVM_VCPU_STATE structure that holds all current and future state (with generous reserved space), instead of

Re: kvm guest: hrtimer: interrupt too slow

2009-10-05 Thread Michael Tokarev
Marcelo Tosatti wrote: [] You should see min_delta_ns increase to a much smaller value, hopefully in the 2000-1 range. That's what I see: Oct 4 16:13:09 paltus kernel: [boot] Oct 5 12:35:51 paltus kernel: hrtimer: interrupt too slow, forcing clock min delta to 1500 ns Oct 5 12:47:29 pa

[PATCH] qemu-kvm: kvm headers update

2009-10-05 Thread Michael S. Tsirkin
Update headers from linux 2.6.32-rc1, this mainly adds irqfd which will make it easier to add vhost, down the line. Also reduce code duplication by including kvm_types.h instead of copying it. Signed-off-by: Michael S. Tsirkin --- kvm/include/linux/kvm.h| 131 +++

[GIT PULL] KVM updates for 2.6.32-rc3

2009-10-05 Thread Avi Kivity
Linus, please find in git://git.kernel.org/pub/scm/virt/kvm/kvm.git kvm-updates/2.6.32 some KVM fixes, most notably an EPT TLB fix on vcpu migration. Also included is glue code for ksm. While KVM will work without this code, any shared pages will be removed from the shadow page tables and un

Re: [PATCH 2/2] KVM: x86: Preserve guest single-stepping on register

2009-10-05 Thread Avi Kivity
On 10/04/2009 09:02 PM, Jan Kiszka wrote: H, good point. Mind reverting 2/2 and applying this one instead? Jan -> KVM: x86: Rework guest single-step flag injection and filtering Push TF and RF injection and filtering on guest single-stepping into the vender get/set_rflags callbac

Re: kvm guest: hrtimer: interrupt too slow

2009-10-05 Thread Avi Kivity
On 09/29/2009 03:58 PM, Michael Tokarev wrote: Avi Kivity wrote: On 09/29/2009 03:12 PM, Michael Tokarev wrote: [] The thing is that after some uptime, kvm guest prints something like this: hrtimer: interrupt too slow, forcing clock min delta to 461487495 ns [] What happens if you use hpet

Re: Biweekly KVM Test report, kernel 94252... qemu 5cc3c...

2009-10-05 Thread Avi Kivity
On 09/29/2009 05:34 AM, Xu, Jiajun wrote: Hi All, This Weekly KVM Testing Report against lastest kvm.git 94252a58662dc4ca6191eac479efb40e0716865c and qemu-kvm.git 5cc3cfb6c2254483ae324da407a13307fe7355f3. Qemu-kvm tree build issue is fixed by qemu commit 781774b38c90797add71d029b7fbee43200c66d

[PATCH v2 2/2] KVM: x86: Rework guest single-step flag injection and filtering

2009-10-05 Thread Jan Kiszka
Push TF and RF injection and filtering on guest single-stepping into the vender get/set_rflags callbacks. This makes the whole mechanism more robust /wrt user space IOTCTL order and instruction emulations. Signed-off-by: Jan Kiszka --- arch/x86/include/asm/kvm_host.h |3 ++ arch/x86/kvm/x86

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Jan Kiszka
Avi Kivity wrote: > On 10/05/2009 09:43 AM, Jan Kiszka wrote: >> Avi Kivity wrote: >> >>> On 10/04/2009 09:07 PM, Jan Kiszka wrote: >>> > btw, instead of adding a new ioctl, perhaps it makes sense to define a > new KVM_VCPU_STATE structure that holds all current and future state >>>

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Avi Kivity
On 10/05/2009 01:18 PM, Jan Kiszka wrote: Avi Kivity wrote: On 10/05/2009 09:43 AM, Jan Kiszka wrote: Avi Kivity wrote: On 10/04/2009 09:07 PM, Jan Kiszka wrote: btw, instead of adding a new ioctl, perhaps it makes sense to define a new KVM_VCPU_STATE structure t

Re: migrate_set_downtime bug

2009-10-05 Thread Avi Kivity
On 09/30/2009 08:41 PM, Dietmar Maurer wrote: I just think of common scenarios like 'maintanace mode', where all VM should migrate to another host. A endless migrate task can make that fail. For me, it is totally unclear what value I should set for 'max_downtime' to avoid that behavior?

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Jan Kiszka
Avi Kivity wrote: > On 10/05/2009 01:18 PM, Jan Kiszka wrote: >> Avi Kivity wrote: >> >>> On 10/05/2009 09:43 AM, Jan Kiszka wrote: >>> Avi Kivity wrote: > On 10/04/2009 09:07 PM, Jan Kiszka wrote: > > >>> btw, instead of adding a new ioctl

Re: Modifying RAM during runtime on guest

2009-10-05 Thread Daniel Bareiro
On Tuesday, 29 September 2009 00:55:02 -0400, Jim Paris wrote: > > According to the tests that I was doing in guest with kernel with > > support for virtio, shrinking works, but when trying to return to > > the amount of initial memory, seems that it fails and I lose > > connectivity by serial con

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Avi Kivity
On 10/05/2009 02:18 PM, Jan Kiszka wrote: True pointers are no go since we have to deal with compat code (31/32 bit userspace calling into a 64 bit kernel). Offsets into the state structure are easier. So current KVM_GET_DIRTY_LOG is broken in the compat case... Yes, for big-endi

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Jan Kiszka
Avi Kivity wrote: > On 10/05/2009 02:18 PM, Jan Kiszka wrote: >>> True pointers are no go since we have to deal with compat code (31/32 >>> bit userspace calling into a 64 bit kernel). Offsets into the state >>> structure are easier. >>> >> So current KVM_GET_DIRTY_LOG is broken in the compa

Re: [Qemu-devel] Release plan for 0.12.0

2009-10-05 Thread Luiz Capitulino
On Sat, 03 Oct 2009 12:04:57 +0200 Avi Kivity wrote: > On 10/01/2009 11:13 PM, Luiz Capitulino wrote: > >> If we're going to support the protocol for 0.12, I'd like to most of the > >> code merged by the end of October. > >> > > Four weeks.. Not so much time, but let's try. > > > > Ther

Re: [PATCH v2 2/2] KVM: x86: Rework guest single-step flag injection and filtering

2009-10-05 Thread Avi Kivity
On 10/05/2009 01:07 PM, Jan Kiszka wrote: Push TF and RF injection and filtering on guest single-stepping into the vender get/set_rflags callbacks. This makes the whole mechanism more robust /wrt user space IOTCTL order and instruction emulations. Applied, thanks. -- error compiling commit

Re: Heads up: More user-unaccessible x86 states?

2009-10-05 Thread Avi Kivity
On 10/05/2009 02:42 PM, Jan Kiszka wrote: Yes, for big-endian 32/64 and s390. There are some patches floating around. Well, that's for fixing up the endianess of the bitmap itself. But the problem with void * in compat code are their different sizes. And GET_DIRTY_LOG solves this via pa

Re: migrate_set_downtime bug

2009-10-05 Thread Glauber Costa
On Mon, Oct 05, 2009 at 02:17:30PM +0200, Avi Kivity wrote: > On 09/30/2009 08:41 PM, Dietmar Maurer wrote: >> >> I just think of common scenarios like 'maintanace mode', where all VM should >> migrate to another host. A endless migrate task can make that fail. >> >> For me, it is totally unclear

Re: migrate_set_downtime bug

2009-10-05 Thread Avi Kivity
On 10/05/2009 03:04 PM, Glauber Costa wrote: On Mon, Oct 05, 2009 at 02:17:30PM +0200, Avi Kivity wrote: On 09/30/2009 08:41 PM, Dietmar Maurer wrote: I just think of common scenarios like 'maintanace mode', where all VM should migrate to another host. A endless migrate task can make

RE: migrate_set_downtime bug

2009-10-05 Thread Dietmar Maurer
> We used to have a heuristic that said 'if an iteration transfers more > pages than the previous iteration, we've stopped converging'. Why > wouldn't that work? This does not protect you from very long migration times. - Dietmar -- To unsubscribe from this list: send the line "unsubscribe kvm"

Re: migrate_set_downtime bug

2009-10-05 Thread Avi Kivity
On 10/05/2009 04:01 PM, Dietmar Maurer wrote: We used to have a heuristic that said 'if an iteration transfers more pages than the previous iteration, we've stopped converging'. Why wouldn't that work? This does not protect you from very long migration times. Well, if each iteratio

Re: [Qemu-devel] Release plan for 0.12.0

2009-10-05 Thread Avi Kivity
On 10/05/2009 02:43 PM, Luiz Capitulino wrote: Are you using a standard json parser with your test script? That's an additional validation. I'm using Python's json module, but I could run one of the checkers listed in the json's page for each test, before the Python's module kicks in.

RE: migrate_set_downtime bug

2009-10-05 Thread Dietmar Maurer
> Heuristics like number of pages, maybe. But since we don't export > iteration information, we can't expect management tools to stop the > guest if migration doesn't converge. > > I suppose it could issue a 'stop' after some amount of time (constant * > memory size / bandwidth). 'bandwidth' is

RE: migrate_set_downtime bug

2009-10-05 Thread Dietmar Maurer
> -Original Message- > From: Avi Kivity [mailto:a...@redhat.com] > Sent: Montag, 05. Oktober 2009 16:06 > To: Dietmar Maurer > Cc: Glauber Costa; Anthony Liguori; kvm > Subject: Re: migrate_set_downtime bug > > On 10/05/2009 04:01 PM, Dietmar Maurer wrote: > >> We used to have a heuristi

RE: migrate_set_downtime bug

2009-10-05 Thread Dietmar Maurer
> On 10/05/2009 04:01 PM, Dietmar Maurer wrote: > >> We used to have a heuristic that said 'if an iteration transfers > more > >> pages than the previous iteration, we've stopped converging'. Why > >> wouldn't that work? > >> > > This does not protect you from very long migration times. > > > > >

Re: migrate_set_downtime bug

2009-10-05 Thread Avi Kivity
On 10/05/2009 04:08 PM, Dietmar Maurer wrote: Well, if each iteration transfers one page less than the previous one, it doesn't. So how long does a migration take in this scenario when you have a VM with 8GB RAM? At 1 Gbps, about 2 years. -- error compiling committee.c: too many a

RE: migrate_set_downtime bug

2009-10-05 Thread Dietmar Maurer
> We used to have a heuristic that said 'if an iteration transfers more > pages than the previous iteration, we've stopped converging'. Why > wouldn't that work? I agree that this is the 'right' approach - but it is just too difficult to detect that we are not 'converging', and it does not set a

buildbot failure in qemu-kvm on default_x86_64_out_of_tree

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of default_x86_64_out_of_tree on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/default_x86_64_out_of_tree/builds/37 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_kvm_1

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of disable_kvm_x86_64_debian_5_0 on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_x86_64_debian_5_0/builds/86 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_

buildbot failure in qemu-kvm on default_i386_debian_5_0

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of default_i386_debian_5_0 on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/default_i386_debian_5_0/builds/98 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_kvm_2 Build

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of disable_kvm_i386_debian_5_0 on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_debian_5_0/builds/87 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_kvm_

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of disable_kvm_i386_out_of_tree on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_out_of_tree/builds/35 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_kv

buildbot failure in qemu-kvm on default_i386_out_of_tree

2009-10-05 Thread qemu-kvm
The Buildbot has detected a new failure of default_i386_out_of_tree on qemu-kvm. Full details are available at: http://buildbot.b1-systems.de/qemu-kvm/builders/default_i386_out_of_tree/builds/35 Buildbot URL: http://buildbot.b1-systems.de/qemu-kvm/ Buildslave for this Build: b1_qemu_kvm_2 Buil

[PATCH] Adding NAS Parallel Benchmarks (NPB) as client test

2009-10-05 Thread Lucas Meneghel Rodrigues
This new autotest module implements a benchmark for parallel processing (SMP) systems. Besides the traditional benchmarking, some sanity checks are made, in order to test effectively the SMP implementation of virtual machines. So this module at the same time is a regular benchmark, but it can be al

Re: migrate_set_downtime bug

2009-10-05 Thread Glauber Costa
On Mon, Oct 05, 2009 at 04:09:43PM +0200, Dietmar Maurer wrote: > > Heuristics like number of pages, maybe. But since we don't export > > iteration information, we can't expect management tools to stop the > > guest if migration doesn't converge. > > > > I suppose it could issue a 'stop' after so

Re: [PATCH] qemu-kvm: kvm headers update

2009-10-05 Thread Avi Kivity
On 10/05/2009 11:46 AM, Michael S. Tsirkin wrote: Update headers from linux 2.6.32-rc1, this mainly adds irqfd which will make it easier to add vhost, down the line. Also reduce code duplication by including kvm_types.h instead of copying it. Signed-off-by: Michael S. Tsirkin --- kvm/include/l

Re: [Autotest] [PATCH] Adding NAS Parallel Benchmarks(NPB) as client test [1/2] V2

2009-10-05 Thread Lucas Meneghel Rodrigues
First of all, thanks for this client side module Chen. I believe it might be interesting for quite a lot of people doing performance testing. Here are my remarks found during the review of your code: On Mon, Sep 21, 2009 at 7:01 AM, Cao, Chen wrote: > - Using NPB OpenMP implementaion. > > Change

[PATCH] Refactor of setup_modules.py

2009-10-05 Thread Lucas Meneghel Rodrigues
Currently client/setup_modules.py has an undefined variable error that was spot by Amos Kong , and a simple fix was proposed. (see http://patchwork.test.kernel.org/patch/1315/) It seems to me that in a previous refactor of setup_modules, some code was moved but not all references were properly fix

Re: [Autotest] [KVM-AUTOTEST PATCH] fix an error of undefine variable

2009-10-05 Thread Lucas Meneghel Rodrigues
Hi Amos, thanks for the fix! It is fine, but to avoid introducing global statements, I've worked out another patch to fix that issue. Also, there was another undefined variable lying around (base_path). I've finished up the patch and sent it to the mailing list! Cheers, On Tue, Sep 22, 2009 at 11

[PATCH] Fixing undefined variable reference error in setup_modules.py

2009-10-05 Thread Lucas Meneghel Rodrigues
Fix an undefined variable reference error inside client/setup_modules.py - just remove code that wasn't supposed to be there. 3rd try: After IRC chat and investigation, this is a best fix than my previous patch that tried to accomplish the same fix. Signed-off-by: Lucas Meneghel Rodrigues --- c

Re: [PATCH] Refactor of setup_modules.py

2009-10-05 Thread John Admanski
Here's what I had in mind. -- John On Mon, Oct 5, 2009 at 11:20 AM, John Admanski wrote: > > After some investigation and irc chat, it has become clear that this > misbehaving chunk of code in _autotest_logging_handle_error is in fact an > error; the patch that was applied in rev 3649 in subve

Re: [Autotest] [PATCH] Fix a bug in function create in kvm_vm

2009-10-05 Thread Lucas Meneghel Rodrigues
Hi Yolkfull! I've checked your patch, but it turns out that the comma is valid syntax for the logging module. By any chance you actually had an error with it? On Mon, Sep 28, 2009 at 4:45 AM, Yolkfull Chow wrote: > > Signed-off-by: Yolkfull Chow > --- >  client/tests/kvm/kvm_vm.py |    2 +- >  1

Re: [Autotest] [KVM-AUTOTEST PATCH 1/6] KVM test: kvm_subprocess: use read_nonblocking(0) instead of read_nonblocking (0.1)

2009-10-05 Thread Lucas Meneghel Rodrigues
Patchset applied! On Tue, Sep 29, 2009 at 5:04 PM, Michael Goldish wrote: > In get_command_status_output() and is_responsive() use read_nonblocking(0) to > read the unread output before sending input (e.g. a command). > The timeout is currently 0.1 because theoretically it should help if the gues

Re: [Autotest] [KVM-AUTOTEST PATCH 1/4] KVM test: allow setting shell line separator string in the config file

2009-10-05 Thread Lucas Meneghel Rodrigues
Patchset applied! On Sun, Sep 20, 2009 at 12:16 PM, Michael Goldish wrote: > The shell line separator string is appended to strings sent by sendline(). > > The string is controlled by the parameter shell_linesep.  It defaults to "\n". > > Signed-off-by: Michael Goldish > --- >  client/tests/kvm/

Re: [PATCH] qemu-kvm: kvm headers update

2009-10-05 Thread Michael S. Tsirkin
On Mon, Oct 05, 2009 at 05:38:35PM +0200, Avi Kivity wrote: > On 10/05/2009 11:46 AM, Michael S. Tsirkin wrote: >> Update headers from linux 2.6.32-rc1, this mainly >> adds irqfd which will make it easier to add vhost, >> down the line. Also reduce code duplication by including >> kvm_types.h inste

[patch 0/2] kvm: test: parallel vmexit (v2)

2009-10-05 Thread Marcelo Tosatti
Addressing comments. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[patch 2/2] test: vmexit: run parallel tests on each cpu

2009-10-05 Thread Marcelo Tosatti
So one can measure SMP overhead. Signed-off-by: Marcelo Tosatti Index: qemu-kvm-parallel-vmexit/kvm/user/test/x86/vmexit.c === --- qemu-kvm-parallel-vmexit.orig/kvm/user/test/x86/vmexit.c +++ qemu-kvm-parallel-vmexit/kvm/user/test/x

[patch 1/2] test: add on_cpu_async

2009-10-05 Thread Marcelo Tosatti
Non-wait version of on_cpu. Signed-off-by: Marcelo Tosatti Index: qemu-kvm-parallel-vmexit/kvm/user/test/lib/x86/smp.c === --- qemu-kvm-parallel-vmexit.orig/kvm/user/test/lib/x86/smp.c +++ qemu-kvm-parallel-vmexit/kvm/user/test/lib/

Some KVM benchmarks/ IO question

2009-10-05 Thread RW
I've currently a HP DL 380 G6 server which I can use for some benchmarks I want to share with you. Maybe someone find it interesting or usefull. Both host and guest running Gentoo with kernel 2.6.31.1 (which is stable 2.6.31 update 1). The host have the following components: 2 x Intel Xeon CPU L55

KVM Support for windows

2009-10-05 Thread Saksena, Abhishek
I would like to know is there a plan for KVM to be supported under Windows(host OS)? If yes, by when? -Thanks Abhishek -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

bad? encoding for KVM_SET_IRQCHIP

2009-10-05 Thread Robert Henry
I am concerned about an apparent misencoding for ioctl KVM_SET_IRQCHIP kvm/include/linux/kvm.h defines KVM_SET_IRQCHIP as #define KVM_SET_IRQCHIP _IOR(KVMIO, 0x63, struct kvm_irqchip) But the verb "SET" in the ioctl name would imply that the ioctl encoding constructor should be _IOW,

Re: [PATCH v2 2/4] KVM: introduce "xinterface" API for external interaction with guests

2009-10-05 Thread Gregory Haskins
Hi Marcelo! Marcelo Tosatti wrote: > On Fri, Oct 02, 2009 at 04:19:27PM -0400, Gregory Haskins wrote: >> What: xinterface is a mechanism that allows kernel modules external to >> the kvm.ko proper to interface with a running guest. It accomplishes >> this by creating an abstracted interface which

Re: [PATCH v2 2/4] KVM: introduce "xinterface" API for external interaction with guests

2009-10-05 Thread Gregory Haskins
Avi Kivity wrote: > On 10/02/2009 10:19 PM, Gregory Haskins wrote: >> What: xinterface is a mechanism that allows kernel modules external to >> the kvm.ko proper to interface with a running guest. It accomplishes >> this by creating an abstracted interface which does not expose any >> private deta

Re: [PATCH v2 4/4] KVM: add scatterlist support to xinterface

2009-10-05 Thread Gregory Haskins
Avi Kivity wrote: > On 10/02/2009 10:19 PM, Gregory Haskins wrote: >> This allows a scatter-gather approach to IO, which will be useful for >> building high performance interfaces, like zero-copy and low-latency >> copy (avoiding multiple calls to copy_to/from). >> >> The interface is based on the

[PATCH 1/6] KVM test: Added floppy and tftp options to qemu command

2009-10-05 Thread Lucas Meneghel Rodrigues
This allows you to not specify the full path in the config file, appends to the image dir. Signed-off-by: David Huff --- client/tests/kvm/kvm_vm.py | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index f

[PATCH 2/6] KVM test: Introducing unattended install subtest

2009-10-05 Thread Lucas Meneghel Rodrigues
In order to resolve the question, 'how will the guest operating system tell the host operating system that the unattended install process finish', we took the simple approach and created a simple socket communication ack process: The test instantiates a server tcp socket on port 12323, and waits du

[patch 3/3] test: vmexit: inl from pmtimer

2009-10-05 Thread Marcelo Tosatti
Add inl(ACPI_PMTIMER_PORT) test. Signed-off-by: Marcelo Tosatti Index: qemu-kvm-parallel-vmexit/kvm/user/test/x86/vmexit.c === --- qemu-kvm-parallel-vmexit.orig/kvm/user/test/x86/vmexit.c +++ qemu-kvm-parallel-vmexit/kvm/user/test/

[PATCH 3/6] KVM test: Add unattended install files for F11 and WinXP

2009-10-05 Thread Lucas Meneghel Rodrigues
For the purpose of developing the test, 2 operating systems were used, Fedora 11 and Windows XP 32 bit. This patch adds the unattended install files for each OS: * Fedora 11: Fedora-11.ks * Win XP: winnt.bat and winxp32.sif Attention: Those files work great in case we use user mode networking.

[PATCH 4/6] KVM test: Add unattended install script

2009-10-05 Thread Lucas Meneghel Rodrigues
In order to make it possible to prepare the environment for the guests installation, we have to: * Prepare a boot floppy for both windows and linux. The boot floppy contains the unattended file, and in case of windows, it will also hold a program that can send to the server a ACK message. For Kic

[PATCH 6/6] KVM test: kvm_tests.cfg.sample changes for unattended

2009-10-05 Thread Lucas Meneghel Rodrigues
In order to accomodate the unattended install test, some changes had to be made: * Now cd isos and md5 sum values don't belong only to the step file install only * introduced the needed variables for the unattended install test * Created 2 test sets, winxp_unattended and fc11_unattended. Signe

[PATCH 5/6] KVM test: Utility to make windows guests ACK end of install

2009-10-05 Thread Lucas Meneghel Rodrigues
In order to make windows guests to tell the unattended install server that the install process ended, a simple C++ program using the winsock 2 API had to be developed. The program was based on an MSDN article. Its usage is finish.exe [host-ip] The test expect this to be compiled under deps. This

[ kvm-Bugs-2873263 ] Segfaults after resize window in monitor virtual console

2009-10-05 Thread SourceForge.net
Bugs item #2873263, was opened at 2009-10-06 10:30 Message generated for change (Tracker Item Submitted) made by kolobrod You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2873263&group_id=180599 Please note that this message will contain a full copy of the