Re: [kvm-devel] [RFT] kvm with Windows optimization

2007-10-27 Thread Jindrich Makovicka
check the attached patch? Against normal kvm, not the windows accelerator. You are right, patched kvm-48 works too. It seems that NX is the culprit. -- Jindrich Makovicka - This SF.net email is sponsored by: Splunk Inc

Re: [kvm-devel] [RFT] kvm with Windows optimization

2007-10-25 Thread Jindrich Makovicka
On Thu, 25 Oct 2007 13:39:33 -0400 Haydn Solomon [EMAIL PROTECTED] wrote: Thanks, that was quick. Finally, this (pre)release solved the long standing Java IE Plugin lockup problem for me. Thanks a lot! -- Jindrich Makovicka

Re: [kvm-devel] kvm-37 problem w/ 64-bit division in lapic.c

2007-09-10 Thread Jindrich Makovicka
, which are broken since kvm-29. With -no-kvm, qemu-system-x86_64 segfaults immediately. Regards, -- Jindrich Makovicka div64_32 is enough, does this function exist? afaik, __div64_32 is architecture specific, but do_div() could be actually used here. -- Jindrich Makovicka

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

2007-09-10 Thread Jindrich Makovicka
showing the booting screen. With -no-kvm-irqchip they work, except the IE plugins like Flash Java, which are broken since kvm-29. With -no-kvm, qemu-system-x86_64 segfaults immediately. Regards, -- Jindrich Makovicka --- lapic.c~ 2007-09-09 12:51:09.0 +0200 +++ lapic.c 2007-09-09 16:12

[kvm-devel] kvm-37 problem w/ 64-bit division in lapic.c

2007-09-09 Thread Jindrich Makovicka
, -- Jindrich Makovicka --- lapic.c~ 2007-09-09 12:51:09.0 +0200 +++ lapic.c 2007-09-09 16:12:38.0 +0200 @@ -31,6 +31,7 @@ #include asm/current.h #include asm/apicdef.h #include asm/atomic.h +#include asm/div64.h #include irq.h #define PRId64 d @@ -511,8 +512,8 @@ } else passed

Re: [kvm-devel] [BUG][PATCH?] kvm: unhandled wrmsr: 0xc0000083

2007-08-19 Thread Jindrich Makovicka
On Sun, 19 Aug 2007 14:23:49 +0300 Avi Kivity [EMAIL PROTECTED] wrote: Jindrich Makovicka wrote: On 8/17/07, Avi Kivity [EMAIL PROTECTED] wrote: That page doesn't work for me -- it probably expects some HTTP POST data. Can you set down instructions to reproduce? (i.e. starting from

Re: [kvm-devel] [BUG][PATCH?] kvm: unhandled wrmsr: 0xc0000083

2007-08-17 Thread Jindrich Makovicka
, only the orange page header should appear, with CPU load at 100% and IE not responding. I had JRE 1.6 already installed so I don't know if it locks up without a Java plugin too or not. Regards, -- Jindrich Makovicka

Re: [kvm-devel] [BUG][PATCH?] kvm: unhandled wrmsr: 0xc0000083

2007-08-16 Thread Jindrich Makovicka
. -- Jindrich Makovicka - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy

Re: [kvm-devel] kvm-intel kernel panicing 2.6.22 on T7200

2007-07-10 Thread Jindrich Makovicka
: [ 575.212000] Call Trace: Jun 14 17:37:35 linux kernel: [ 575.212000] [f92fc271] destroy_kvm_mmu+0x21/0x40 [kvm] [...] I have the same problem, but only with SLUB allocator. SLAB works ok. -- Jindrich Makovicka