[kvm-devel] KVM Test result, kernel 35e0154.. , userspace b0e5e88..

2007-11-06 Thread Zhao, Yunfeng
Hi, all This is today's KVM test result against kvm.git 35e0154eeb0ace014ecf4cc2bdb93a42ee762aca and kvm-userspace.git b0e5e88d4d25e63ae33396fa990f2ca2b539e5a6 One issue has been fixed, 10 issues still open. FIXED issue: 1. 64bit host crashes when creating guest --FIXED https://sourceforg

Re: [kvm-devel] SMP support on AMD64

2007-11-06 Thread Izik Eidus
On Tue, 2007-11-06 at 18:31 -0800, Lynn Kerby wrote: > Hi KVM developers (and lurkers like myself). > > Apologies in advance as this is probably not the right forum for this > question. > > I've had no success getting an SMP virtual machine running on my AMD > Athlon64 X2 server. The base sy

Re: [kvm-devel] include files for kvmclock

2007-11-06 Thread Jeremy Fitzhardinge
Avi Kivity wrote: > Glauber de Oliveira Costa wrote: > >>> +union kvm_hv_clock { >>> + struct { >>> + u64 tsc_mult; >>> + u64 now_ns; >>> + /* That's the wall clock, not the water closet */ >>> + u64 wc_sec; >>> + u64 wc

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Cam Macdonell wrote: > Dor Laor wrote: > >> Cam Macdonell wrote: >> >>> Hi, >>> >>> I'm running an AMD >>> >>> vendor_id : AuthenticAMD >>> cpu family : 15 >>> model : 75 >>> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >>> >>> with 4GB of RAM and Sc

Re: [kvm-devel] include files for kvmclock

2007-11-06 Thread Avi Kivity
Glauber de Oliveira Costa wrote: >> +union kvm_hv_clock { >> + struct { >> + u64 tsc_mult; >> + u64 now_ns; >> + /* That's the wall clock, not the water closet */ >> + u64 wc_sec; >> + u64 wc_nsec; >> Do we really nee

Re: [kvm-devel] kvmclock - the host part.

2007-11-06 Thread Avi Kivity
Glauber de Oliveira Costa wrote: > This is the host part of kvm clocksource implementation. As it does > not include clockevents, it is a fairly simple implementation. We > only have to register a per-vcpu area, and start writting to it periodically. > > Signed-off-by: Glauber de Oliveira Costa <[E

[kvm-devel] SMP support on AMD64

2007-11-06 Thread Lynn Kerby
Hi KVM developers (and lurkers like myself). Apologies in advance as this is probably not the right forum for this question. I've had no success getting an SMP virtual machine running on my AMD Athlon64 X2 server. The base system is Ubuntu 7.10 (recently upgraded from 7.04) with a 2.6.22 k

Re: [kvm-devel] include files for kvmclock

2007-11-06 Thread Glauber de Oliveira Costa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy Fitzhardinge escreveu: > Glauber de Oliveira Costa wrote: >> This patch introduces the include files for kvm clock. >> They'll be needed for both guest and host part. >> >> Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> >> --- >>

Re: [kvm-devel] include files for kvmclock

2007-11-06 Thread Jeremy Fitzhardinge
Glauber de Oliveira Costa wrote: > This patch introduces the include files for kvm clock. > They'll be needed for both guest and host part. > > Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> > --- > include/asm-x86/kvm_para.h | 23 +++ > include/linux/kvm.h

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Cam Macdonell
Dor Laor wrote: > Cam Macdonell wrote: >> >> Hi, >> >> I'm running an AMD >> >> vendor_id : AuthenticAMD >> cpu family : 15 >> model : 75 >> model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ >> >> with 4GB of RAM and Scientific Linux 5.0. I've compiled kvm-48 on

Re: [kvm-devel] include files for kvmclock

2007-11-06 Thread Glauber de Oliveira Costa
On 11/6/07, Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > This patch introduces the include files for kvm clock. > They'll be needed for both guest and host part. And of course, this was my test files by mistake ;-) Oh god... ;-) Patches aren't numbered but this one should go first. And

[kvm-devel] kvmclock implementation, the guest part.

2007-11-06 Thread Glauber de Oliveira Costa
This is the guest part of kvm clock implementation It does not do tsc-only timing, as tsc can have deltas between cpus, and it did not seem worthy to me to keep adjusting them. We do use it, however, for fine-grained adjustment. Other than that, time comes from the host. Signed-off-by: Glauber d

[kvm-devel] include files for kvmclock

2007-11-06 Thread Glauber de Oliveira Costa
This patch introduces the include files for kvm clock. They'll be needed for both guest and host part. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- include/asm-x86/kvm_para.h | 23 +++ include/linux/kvm.h|1 + include/linux/kvm_para.h | 20

[kvm-devel] kvmclock - the host part.

2007-11-06 Thread Glauber de Oliveira Costa
This is the host part of kvm clocksource implementation. As it does not include clockevents, it is a fairly simple implementation. We only have to register a per-vcpu area, and start writting to it periodically. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- drivers/kvm/irq.c

[kvm-devel] KVM paravirt clocksource - Take 3 out of

2007-11-06 Thread Glauber de Oliveira Costa
This is a new version of kvm paravirt clock implementation This time, the clockevents part was completely wiped out. Not that I'm dropping it: As said in my last message, I'm starting to take the path of having a specialized irq chip, as for avi-san's suggestion. However, last iteration made cloc

[kvm-devel] Rare nude photos of Kate Moss

2007-11-06 Thread Rare nude photos of Kate Moss
Rare nude photos of Kate Moss http://ws11.ipowerweb.com/sohocerc/n453c67.aspx Half-naked 'wolf-man' sparks police tree alert http://ws11.ipowerweb.com/sohocerc/n854c57.aspx Naked Spice Girls Show http://ws11.ipowerweb.com/sohocerc/n853c57.aspx Nicole Kidman See-Thru Dress Photos Onlin

Re: [kvm-devel] A question about virtio and KVM

2007-11-06 Thread Dor Laor
Christian Borntraeger wrote: > Am Donnerstag, 1. November 2007 schrieb Dor Laor: > >> Hi Ian, >> The intention is there, I just didn't have the time to work on it. >> I can promise [there is no way to backoff now] that it will be >> working/merge-able state by December 1st. >> Dor. >> > >

[kvm-devel] [PATCH 00 of 17] [v4] libkvm refactor

2007-11-06 Thread Jerone Young
Here is the 4th revision of the refactoring of libkvm. This revision changes since the 3rd revision: - removes libkvm-x86.h - keeps functions kvm_create_default_phys_mem & kvm_create_phys_mem in place - added kvm_arch_create_default_phys_mem - Adds needed c

[kvm-devel] [PATCH 14 of 17] Move kvm_get_apic to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367655 21600 # Node ID 7ef9d60771ef7e6d32919ace92d078a482b9d589 # Parent 3c691b26a79c2e589e20d5c8245a7c30ec456976 Move kvm_get_apic to libkvm-x86.c Moves apic function since it is x86 only. Signed-off-by: Jerone Young <[EMAI

[kvm-devel] [PATCH 10 of 17] Move abi 10 functions to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367652 21600 # Node ID b1154d12bcc774520ed334f0b84934f1f4db7ce4 # Parent b0f337ae377c7e9050251057a88219d4877c159f Move abi 10 functions to libkvm-x86.c Move handle_io_abi_10 to libkvm-x86.c Move handle_mmio_abi10 to libkvm-x

[kvm-devel] [PATCH 04 of 17] Move kvm_alloc_userspace_memory to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367647 21600 # Node ID 5a8dcd2c2316ade1bcb332c57b74b8cc071cfa95 # Parent e82588d0a81df7955c12bf18c27d095f46545b6e Move kvm_alloc_userspace_memory to libkvm-x86.c This moves x86 specific function kvm_alloc_userspace_memory() o

[kvm-devel] [PATCH 09 of 17] Make functions in libkvm.c nonstatic

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367651 21600 # Node ID b0f337ae377c7e9050251057a88219d4877c159f # Parent 739af911ff85420dc4bb367584a1113ca5c82551 Make functions in libkvm.c nonstatic. This patch makes the following functions nonstatic. These functions are p

[kvm-devel] [PATCH 12 of 17] Move print_seg & Move kvm_show_regs to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367653 21600 # Node ID 5148847d713a7108527906df774e35a042853ad1 # Parent cbe4ad07343fc1ef904f02734c68d0fb8506cb9e Move print_seg & Move kvm_show_regs to libkvm-x86.c This patch moves functions print_seg, kvm_show_regs, & prin

[kvm-devel] [PATCH 17 of 17] Remove unsued inclusion of linux/kvm_parah.h in userspace libkvm.h

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367666 21600 # Node ID 93b712e019dcfa0fa425353e972fb404b4750278 # Parent 43dc6f59e0944c18b2cbd092c819b4141889ee61 Remove unsued inclusion of linux/kvm_parah.h in userspace libkvm.h This remove unused code from libkvm.h. Sign

[kvm-devel] [PATCH 15 of 17] Move cr8 functions to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367666 21600 # Node ID f610c78e9f363a53b3e9677aa84873b05a692acb # Parent 7ef9d60771ef7e6d32919ace92d078a482b9d589 Move cr8 functions to libkvm-x86.c This patch moves functions: kvm_set_cr8 kvm_get_cr8 cr8 is

[kvm-devel] [PATCH 08 of 17] Move kvm_get & kmv_set_lapci functions to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367650 21600 # Node ID 739af911ff85420dc4bb367584a1113ca5c82551 # Parent cb186258bc6ecf05ded03d81a3d2ee820e58f605 Move kvm_get & kmv_set_lapci functions to libkvm-x86.c Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff --

[kvm-devel] [PATCH 02 of 17] Make static slot & kvm_memory region funcions public

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367645 21600 # Node ID e564a557782efc23428705de12cd3e8b9517e11c # Parent dc86d46f1d10fd53c332f1cb7c2f1e880616694a Make static slot & kvm_memory region funcions public This patch changes static functions for manipulation of me

[kvm-devel] [PATCH 06 of 17] Move kvm_create_kernel_phys_mem to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367649 21600 # Node ID 7ea01f673a05fe66cb0d9c514b5a43ddcd72c07f # Parent 4bab1bb82930ade04b5a796ca79e75e392265ba7 Move kvm_create_kernel_phys_mem to libkvm-x86.c This patch moves kvm_create_kernel_phys_mem to x86 as this is t

[kvm-devel] [PATCH 13 of 17] Declare kvm_abi as a global variable in kvm-common.h

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367654 21600 # Node ID 3c691b26a79c2e589e20d5c8245a7c30ec456976 # Parent 5148847d713a7108527906df774e35a042853ad1 Declare kvm_abi as a global variable in kvm-common.h Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff --gi

[kvm-devel] [PATCH 03 of 17] Move fuction kvm_alloc_kernel_memory to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367646 21600 # Node ID e82588d0a81df7955c12bf18c27d095f46545b6e # Parent e564a557782efc23428705de12cd3e8b9517e11c Move fuction kvm_alloc_kernel_memory to libkvm-x86.c Signed-off-by: Jerone Young <[EMAIL PROTECTED]> diff --gi

[kvm-devel] [PATCH 16 of 17] Move kvm_setup_cpuid to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367666 21600 # Node ID 43dc6f59e0944c18b2cbd092c819b4141889ee61 # Parent f610c78e9f363a53b3e9677aa84873b05a692acb Move kvm_setup_cpuid to libkvm-x86.c cpuid is an x86 instruction, so needs to go in the approriate place. Sign

[kvm-devel] [PATCH 05 of 17] Modify out arch specific code from kvm_create function

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367648 21600 # Node ID 4bab1bb82930ade04b5a796ca79e75e392265ba7 # Parent 5a8dcd2c2316ade1bcb332c57b74b8cc071cfa95 Modify out arch specific code from kvm_create function This function removes all x86 specific code and creates

[kvm-devel] [PATCH 07 of 17] Move kvm_create_memory_alias & kvm_destroy_memory_alias to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367649 21600 # Node ID cb186258bc6ecf05ded03d81a3d2ee820e58f605 # Parent 7ea01f673a05fe66cb0d9c514b5a43ddcd72c07f Move kvm_create_memory_alias & kvm_destroy_memory_alias to libkvm-x86.c Signed-off-by: Jerone Young <[EMAIL PRO

[kvm-devel] [PATCH 11 of 17] Move msrs functions to libkvm-x86.c

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367653 21600 # Node ID cbe4ad07343fc1ef904f02734c68d0fb8506cb9e # Parent b1154d12bcc774520ed334f0b84934f1f4db7ce4 Move msrs functions to libkvm-x86.c This patch moves functions: kvm_msr_list move kvm_get_msrs

[kvm-devel] [PATCH 01 of 17] Move kvm_context to kvm-common.h & add CFLAGS to config-* filese

2007-11-06 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1194367624 21600 # Node ID dc86d46f1d10fd53c332f1cb7c2f1e880616694a # Parent 6ce27ddeb45df182e923060ae3abe699ce704ca3 Move kvm_context to kvm-common.h & add CFLAGS to config-* filese This patch moves kvm_context from libkvm.c to

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

2007-11-06 Thread David Brown
On 11/6/07, Carsten Emde <[EMAIL PROTECTED]> wrote: > 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.

Re: [kvm-devel] [PATCH] Fix writing back APIC reset to inkernel APIC

2007-11-06 Thread Avi Kivity
Markus Rechberger wrote: > This patch synchronises the APIC reset with the inkernel > implementation which fixes the reboot issues which can be seen with > Linux and Windows. Applied, thanks. While I'm not sure how SMP guests will behave with this (nothing forces the other vcpu to exit), this

Re: [kvm-devel] [Patch] improvement of "make rpm" (take2)

2007-11-06 Thread Avi Kivity
Akio Takebe wrote: > Hi, > > This patch is for improvement of "make rpm". > > I updated the patch of the following thread. > http://thread.gmane.org/gmane.comp.emulators.kvm.devel/8899 > Changelog: > - put back some position of definitions. > - add checking RHEL5 > > Applied, thanks. -- error

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote: > >> Andrea Arcangeli wrote: >> >>> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: >>> >>> Well, I can't find anything like that it my tree. Maybe something's stale?

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Andrea Arcangeli
On Tue, Nov 06, 2007 at 11:16:16AM +0200, Avi Kivity wrote: > Andrea Arcangeli wrote: >> On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: >> >>> Well, I can't find anything like that it my tree. Maybe something's >>> stale? >>> >> >> Could be, this is why I don't like git that

Re: [kvm-devel] Crash with debian kernel & kvm-48 from debian

2007-11-06 Thread Izik Eidus
Thomas Cataldo wrote: > With debian lastest kernel & kvm, I have the following after a few > seconds with a vista guest : > try to move to kvm-50, i think it is fixed from kvm-49 and above - This SF.net email is sponsored

Re: [kvm-devel] Crash with debian kernel & kvm-48 from debian

2007-11-06 Thread Avi Kivity
Thomas Cataldo wrote: > With debian lastest kernel & kvm, I have the following after a few > seconds with a vista guest : > > Nov 5 19:53:14 buffy kernel: kernel BUG at /usr/src/modules/kvm/mmu.c:307! > Nov 5 19:53:14 buffy kernel: Call Trace: > Nov 5 19:53:14 buffy kernel: [] rmap_add+0x80/0xc

[kvm-devel] Crash with debian kernel & kvm-48 from debian

2007-11-06 Thread Thomas Cataldo
With debian lastest kernel & kvm, I have the following after a few seconds with a vista guest : Nov 5 19:53:14 buffy kernel: kernel BUG at /usr/src/modules/kvm/mmu.c:307! Nov 5 19:53:14 buffy kernel: invalid opcode: [#1] Nov 5 19:53:14 buffy kernel: SMP Nov 5 19:53:14 buffy kernel: Module

Re: [kvm-devel] [PATCH] KVM: VMX: Fix repeatly allocate of apic access page

2007-11-06 Thread Avi Kivity
Sheng Yang wrote: > From 617412380eec67503d45cd91860b756f15293e73 Mon Sep 17 00:00:00 2001 > From: Sheng Yang <[EMAIL PROTECTED]> > Date: Tue, 6 Nov 2007 11:37:44 +0800 > Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page > > For SMP guest, alloc_apic_access_page() would be called

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

[kvm-devel] [PATCH] KVM: VMX: Fix repeatly allocate of apic access page

2007-11-06 Thread Sheng Yang
From 617412380eec67503d45cd91860b756f15293e73 Mon Sep 17 00:00:00 2001 From: Sheng Yang <[EMAIL PROTECTED]> Date: Tue, 6 Nov 2007 11:37:44 +0800 Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page For SMP guest, alloc_apic_access_page() would be called more than once. So only the

[kvm-devel] Database of plastic surgerons and much more

2007-11-06 Thread addle
Contact me to find out more about these any many more lists we have for this profession. You can reach me at [EMAIL PROTECTED] to get off our list please send an email with 30301 in the subject - This SF.net e

Re: [kvm-devel] [PATCH] KVM: VMX: Fix repeatly allocate of apic access page

2007-11-06 Thread Avi Kivity
Sheng Yang wrote: > From 05164d73994a88ae130a086b592cd127c15a617f Mon Sep 17 00:00:00 2001 > From: Sheng Yang <[EMAIL PROTECTED]> > Date: Tue, 6 Nov 2007 11:37:44 +0800 > Subject: [PATCH] KVM: VMX: Fix repeatly allocate of apic access page > > For SMP guest, alloc_apic_access_page() would be called

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:25:17PM +0200, Avi Kivity wrote: > >> Well, I can't find anything like that it my tree. Maybe something's stale? >> > > Could be, this is why I don't like git that much, with hg there would > be no way that we could be looking at differe

Re: [kvm-devel] [PATCH 15 of 19] Declare kvm_abi as a global variable in libkvm.h

2007-11-06 Thread Avi Kivity
Jerone Young wrote: > On Sun, 2007-11-04 at 09:34 +0200, Avi Kivity wrote: > >> Jerone Young wrote: >> >>> # HG changeset patch >>> # User Jerone Young <[EMAIL PROTECTED]> >>> # Date 1194027873 18000 >>> # Node ID df89e9282fd9f491579b42624565bac580f7db8e >>> # Parent 68585a137682a876dd4387

Re: [kvm-devel] [PATCH 07 of 19] Move kvm_create_phys_mem to libkvm-x86.c

2007-11-06 Thread Avi Kivity
Jerone Young wrote: > On Sun, 2007-11-04 at 09:29 +0200, Avi Kivity wrote: > >> Jerone Young wrote: >> >>> # HG changeset patch >>> # User Jerone Young <[EMAIL PROTECTED]> >>> # Date 1194027872 18000 >>> # Node ID 8e77064ea82d0b7fbd8bb77429bbfd62f99c00f6 >>> # Parent 02f38e54018070bafd501d

Re: [kvm-devel] KVM-49 crash on XP(SP2) install

2007-11-06 Thread Avi Kivity
Tim Dempsey wrote: > I applied the attached patch to KVM-50 and installed XP(SP2) several > times with the following cmd line: > > /usr/local/kvm/bin/qemu-system-x86_64 test.img -cdrom Microsoft\ > Windows\ XP\ Professional\ \(SP2\).iso -m 512 -no-acpi -boot d > > The install freezes on the first r

Re: [kvm-devel] [Patch] improvement of "make rpm"

2007-11-06 Thread Avi Kivity
Akio Takebe wrote: >>> >>> -%prep >>> +%if %([ x"%{Distribution}" = x"fedora" -a x"%{os_release}" = x"5" ] && >>> echo 1 | >>> | echo 0) >>> +%define fedora5 1 >>> +%endif >>> >>> >> Why not use regular rpm conditionals instead of calling the shell? >> >> > The regular rpm conditi

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Avi Kivity
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote: > >> Now I'm re-downloding the entire kvm.git and see if what I get is a >> different tree and if my previous kvm.git bitrotten. >> > > git bitrotten. What concerns me is that "git pull + git reset -

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

2007-11-06 Thread Dor Laor
David Brown wrote: 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 and see if it's

Re: [kvm-devel] Starting a VM reboots my machine

2007-11-06 Thread Dor Laor
Andrea Arcangeli wrote: > On Mon, Nov 05, 2007 at 05:28:36PM +0100, Andrea Arcangeli wrote: > >> Now I'm re-downloding the entire kvm.git and see if what I get is a >> different tree and if my previous kvm.git bitrotten. >> > > git bitrotten. What concerns me is that "git pull + git reset -