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
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
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
>
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
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
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
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
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
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
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
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
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
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]>
-
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
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
15 matches
Mail list logo