Re: [kvm-devel] kvm-55 test

2007-12-09 Thread Carsten Emde
Fabian Deutsch wrote: > Am Sonntag, den 09.12.2007, 12:26 +0100 schrieb Farkas Levente: >> Avi Kivity wrote: >>> Farkas Levente wrote: hi, after we test kvm-55 no regression found to kvm-54, but 32bit guest on a 64bit host still not working (but now the boot process hang earlier the

Re: [kvm-devel] 2.6.23.1-rt4 and kvm 48

2007-11-06 Thread Carsten Emde
Dor, I tried to recreate your problem using 2.6.23-1 and latest rt patch (rt5). The problem is that the kernel is not stable at all, I can't even compile the code over vnc - my connection is constantly lost. So it might not be kvm problem? Can you try is with -no-kvm

Re: [kvm-devel] 2.6.23.1-rt4 and kvm 48

2007-11-05 Thread Carsten Emde
Dor, >> [..] >> It got to the point of bringing up the tap interface and attaching it >> to the bridge but that was about it for the console messages. > I tried to recreate your problem using 2.6.23-1 and latest rt patch (rt5). > The problem is that the kernel is not stable at all, I can't even >

Re: [kvm-devel] 2.6.23.1-rt4 and kvm 48

2007-10-29 Thread Carsten Emde
Avi Kivity wrote: > David Brown wrote: >> I thought I'd try out the realtime patch set and it didn't work at all >> with kvm. The console didn't dump anything and the system completely >> locked up. Up to now, the unmodified kvm module never worked with any RT kernel. This would only change, if RT

Re: [kvm-devel] kvm >= 25: vmx.c no longer compiles on F7

2007-06-03 Thread Carsten Emde
o, I didn't. Will check and improve. > - supply sign-off-lines to kernel patches. Signed-off-by: Carsten Emde <[EMAIL PROTECTED]> --cbe - This SF.net email is sponsored by DB2 Express Download DB2 Ex

[kvm-devel] kvm >= 25: vmx.c no longer compiles on F7

2007-06-03 Thread Carsten Emde
Avi, From kvm-25 onwards, vmx.c no longer compiles on Fedora 7: {standard input}: Assembler messages: {standard input}:4361: Error: no instruction mnemonic suffix given and no register operands; can't size instruction After applying the attached patch, everything works as usual (kvm-25 to kv

Re: [kvm-devel] Missing mouse clicks running windows XP

2007-04-22 Thread Carsten Emde
Andrew Walrond wrote: > On Sunday 22 April 2007 11:40:32 Avi Kivity wrote: >> Carsten Emde wrote: >>> Andrew, >>>> On all kvm versions I have tried (16 - 19) running windows XP, with the >>>> XP window having captured the mouse, I have to make my mouse cl

Re: [kvm-devel] Missing mouse clicks running windows XP

2007-04-22 Thread Carsten Emde
Andrew, > On all kvm versions I have tried (16 - 19) running windows XP, with the XP > window having captured the mouse, I have to make my mouse clicks slow and > deliberate else XP does notice them. It makes double clicks especially hard. I had the same problem, it went away immediately after I

Re: [kvm-devel] KVM-19 compile on Feisty Fawn fails

2007-04-21 Thread Carsten Emde
Chris, > When attempting to compile KVM-19 I get the following error, anyone feel > like shedding some light on this? :) Yes, try gcc 3.4.6: http://sourceforge.net/mailarchive/forum.php?thread_name=loom.20070330T070046-783%40post.gmane.org&forum_name=kvm-devel --cbe

Re: [kvm-devel] kvm-18

2007-04-13 Thread Carsten Emde
Eildert, > I am trying to get kvm going on my bleeding edge kubuntu system (feisty). > [..] > but when starting kvm or qemu I get > [..] > kvm kernel version too old > Could not initialize KVM, will disable KVM support You preferably configure --prefix=/usr. The command "make install" will then cop

Re: [kvm-devel] kvm-18 breaks Cisco VPN on WinXP SP1

2007-04-13 Thread Carsten Emde
Avi, Please test the attached patch [..] Same problem here, except that I can reproduce the network hanger just by mounting an SMB share and producing a certain network load, for example copying a file of several megabytes or rapidly moving the slider up and down. Setting the network device to

Re: [kvm-devel] [ANNOUNCE] kvm-17 release

2007-03-24 Thread Carsten Emde
was probably a bit too fast. The only proven fact is that the system no longer stops booting when the call to emulate_instruction() is removed. Before speculating further, I will study the situation in more detail in order to better understand where and why it hangs. -- Carsten Emde <[EMAIL PR

Re: [kvm-devel] [ANNOUNCE] kvm-17 release

2007-03-24 Thread Carsten Emde
00 @ 2.40GHz, Chipset: Intel 975X > There's quite a difference between Core Duo and Core 2 Duo. Yes, indeed. > Did the host and/or guest run in 64-bit mode, by the way? 32-bit. -- Carsten Emde <[EMAIL PROTECTED]> -

Re: [kvm-devel] [ANNOUNCE] kvm-17 release

2007-03-23 Thread Carsten Emde
Carsten Emde wrote: > I then reverted to kvm-16 and repeated all upgrade changes until the > problem occurred. The culprit was found to be > [..] > +#ifdef THIS_PREVENTS_FC6_FROM_BOOTING > emulate_instruction(vcpu, kvm_run, vcpu->mmio_fault_cr2, 0); > +#endif

Re: [kvm-devel] [ANNOUNCE] kvm-17 release

2007-03-23 Thread Carsten Emde
vm_run->mmio.data, 8); vcpu->mmio_read_completed = 1; +#ifdef THIS_PREVENTS_FC6_FROM_BOOTING emulate_instruction(vcpu, kvm_run, vcpu->mmio_fault_cr2, 0); +#endif } vcpu->mmio_needed = 0; -- Carsten Emde, OSADL, <[EMAIL PROTECTED]>, h