[kvm-devel] *** SPAM *** [5.2/5.0] new lists of MD's

2007-09-03 Thread Lacy araby
Sep 1 - 7: With every purchase of our Medical Doctor Contact List comes without charge a Listing for Dentists, Nursing Homes and Hospitals Licensed Medical Doctors in the USA 788,980 in total – 17,400 emails 34 primary and secondary specialties Over a dozen sortable fields Price for this

[kvm-devel] libqemu => libkvm?

2007-09-03 Thread gerryw
Hi Folks, I've been spending some time playing around with KVM and I am starting to become interested in making a contribution to the project. I'm considering the idea of writing a library interface to libqemu in a KVM context. I am aware of libvirt, but that isn't what I'm thinking here. This

[kvm-devel] VirtIO configure and compilation problems

2007-09-03 Thread Cam Macdonell
Hi Dor, I was able to grab the virtio sources. However, the make -C kernel command to build the modules doesn't copy over all files. when I run: make -C kernel sync LINUX=/home/cam/research/KVM/dor/kvm/ the following files: linux/virtio.h linux/virtio_blk.h linux/virtio_net.h asm-x86_64/hype

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

2007-09-03 Thread Luca Tettamanti
Il Mon, Aug 20, 2007 at 10:58:57AM +0300, Avi Kivity ha scritto: > Luca Tettamanti wrote: >> In order to reactivate the CPU after the reset. When the guest reboots I >> get an unhandled vm exit: >> >> unhandled vm exit: 0x8021 >> rax rbx rcx

Re: [kvm-devel] [Lguest] [RFC] 9p Virtualization Transports

2007-09-03 Thread Eric Van Hensbergen
On 9/1/07, Rusty Russell <[EMAIL PROTECTED]> wrote: > On Tue, 2007-08-28 at 13:52 -0500, Eric Van Hensbergen wrote: > > The lguest and kvm transports are functional, but we are still working out > > remaining bugs and need to spend some time focusing on performance issues. > > I wanted to send out

Re: [kvm-devel] kvm-36 breaks Solaris 10 VM

2007-09-03 Thread Simon Gao
Amit Shah wrote: > On Saturday 01 September 2007 12:17:26 Simon Gao wrote: > >> Hi, >> >> After installing kvm-36, existing solaris 10 vm would crash during >> booting up. New installation crashes also. With interactive GUI >> installation, the vm would hang after X server comes up before langu

Re: [kvm-devel] [Lguest] [RFC] 9p Virtualization Transports

2007-09-03 Thread Rusty Russell
On Tue, 2007-08-28 at 13:52 -0500, Eric Van Hensbergen wrote: > The lguest and kvm transports are functional, but we are still working out > remaining bugs and need to spend some time focusing on performance issues. > I wanted to send out this "preview" patch set to the community to solicit > ideas

[kvm-devel] sharing memory

2007-09-03 Thread Francesco Cipollone
Hy, I'm writing my thesis on Virtualizzation and it's application to security. Now for Xen Hypervisor there are a lot of application already developed (like XenRim, XenFit, XenKimono) and very nice ideas... I want to transfer these ideas on Kvm...but is a little bit harder than i thought. So the

Re: [kvm-devel] kvm guests are not able to restart

2007-09-03 Thread Luca
On 9/3/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Farkas Levente wrote: > > Luca wrote: > > > >> On 9/3/07, Farkas Levente <[EMAIL PROTECTED]> wrote: > >> > >>> hi, > >>> i've got a centos-5 x86_64 kvm-35 host system with one centos-5 i386 and > >>> one x86_64 guests. but none of the guest are abl

Re: [kvm-devel] kvm guests are not able to restart

2007-09-03 Thread Avi Kivity
Farkas Levente wrote: > Luca wrote: > >> On 9/3/07, Farkas Levente <[EMAIL PROTECTED]> wrote: >> >>> hi, >>> i've got a centos-5 x86_64 kvm-35 host system with one centos-5 i386 and >>> one x86_64 guests. but none of the guest are able to restart. ie. i >>> login to the guests and restart i

Re: [kvm-devel] kvm guests are not able to restart

2007-09-03 Thread Farkas Levente
Luca wrote: > On 9/3/07, Farkas Levente <[EMAIL PROTECTED]> wrote: >> hi, >> i've got a centos-5 x86_64 kvm-35 host system with one centos-5 i386 and >> one x86_64 guests. but none of the guest are able to restart. ie. i >> login to the guests and restart it. it start's as normal reboot, but >> aft

Re: [kvm-devel] kvm guests are not able to restart

2007-09-03 Thread Luca
On 9/3/07, Farkas Levente <[EMAIL PROTECTED]> wrote: > hi, > i've got a centos-5 x86_64 kvm-35 host system with one centos-5 i386 and > one x86_64 guests. but none of the guest are able to restart. ie. i > login to the guests and restart it. it start's as normal reboot, but > after the last command

[kvm-devel] kvm guests are not able to restart

2007-09-03 Thread Farkas Levente
hi, i've got a centos-5 x86_64 kvm-35 host system with one centos-5 i386 and one x86_64 guests. but none of the guest are able to restart. ie. i login to the guests and restart it. it start's as normal reboot, but after the last command (shuting down md device) it's do nothing, but in virt-manager

[kvm-devel] git branch of Virtio implementation for KVM

2007-09-03 Thread Dor Laor
Now it should work. -Kernel repo: git clone git://kvm.qumranet.com/home/dor/src/virtio/kvm -Userspace repo: >git clone git://kvm.qumranet.com/home/dor/src/virtio/kvm-userspace Please use virt-final branch. Note that the repository will likely to undergo some changes in the following days. Dor. >

Re: [kvm-devel] [RFC][PATCH 0/7] guest SMP with in-kernel APIC

2007-09-03 Thread Avi Kivity
He, Qing wrote: > Hi, > > This patch set enables guest SMP when using in-kernel APIC. It is > independent from the partial kernel apic SMP patch from Avi. We are > posting it here for comments and possible merging with that patch. The > patch set is based on: > KVM: lapic5 branch: e9ddfaf472

Re: [kvm-devel] [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code

2007-09-03 Thread Cam Macdonell
Luca wrote: > On 8/29/07, Cam Macdonell <[EMAIL PROTECTED]> wrote: >> >> I get this error: >> >> [EMAIL PROTECTED] ~/research/KVM]$ git clone --reference kvm >> git://kvm.qumranet.com/home/dor/src/virtio/kvm.git kvm.dor >> Initialized empty Git repository in /home/cam/research/KVM/kvm.dor/.git/ >>

Re: [kvm-devel] [PATCH] KVM: vmx: fix tpr threshold updating

2007-09-03 Thread Avi Kivity
He, Qing wrote: > Signed-off-by: Eddie (Yaozu) Dong <[EMAIL PROTECTED]> > > I assume Eddie wrote this? -- error compiling committee.c: too many arguments to function - This SF.net email is sponsored by: Splunk Inc. Sti

Re: [kvm-devel] KVM & VMX root mode

2007-09-03 Thread Avi Kivity
Sander van Leeuwen wrote: > Avi Kivity wrote: >> Sander van Leeuwen wrote: >> >>> You are mistaken. VT-x allows multiple clients to work concurrently. >>> There's only one catch: all those >>> clients should follow certain guidelines. >>> >> >> Currently, kvm assumes that it is the only use

Re: [kvm-devel] Remove APIC lock

2007-09-03 Thread Avi Kivity
Dong, Eddie wrote: > Avi: > > apic->lock is used in many place to avoid race condition with apic > timer call back > function which may run on different pCPU. This patch migrate the > apic timer to > same CPU with the one VP runs on, thus the lock is no longer > necessary. > > thx,eddie

Re: [kvm-devel] kvm-36 breaks Solaris 10 VM

2007-09-03 Thread Amit Shah
On Saturday 01 September 2007 12:17:26 Simon Gao wrote: > Hi, > > After installing kvm-36, existing solaris 10 vm would crash during > booting up. New installation crashes also. With interactive GUI > installation, the vm would hang after X server comes up before language > can be selected. Mouse

Re: [kvm-devel] KVM & VMX root mode

2007-09-03 Thread Sander van Leeuwen
Avi Kivity wrote: Sander van Leeuwen wrote: You are mistaken. VT-x allows multiple clients to work concurrently. There's only one catch: all those clients should follow certain guidelines. Currently, kvm assumes that it is the only user that issues vmptrld instructions. There may me o

Re: [kvm-devel] NFS mounted disk images

2007-09-03 Thread Magicboiz
yes, I do... in fact, a windows xp sp2 guest, can boot, install and run perfectly. El sáb, 01-09-2007 a las 17:26 +0300, Avi Kivity escribió: > Magic Boiz wrote: > > no_root_squash is enabled in the nfs server. > > do you actually have write access? > > > :(( > > > > thx > > > > > >

Re: [kvm-devel] KVM & VMX root mode

2007-09-03 Thread Avi Kivity
Sander van Leeuwen wrote: > Daniel P. Berrange wrote: >> While one could in theory change KVM to only activate VMX when a >> guest is >> started this wouldn't give a significant improvement to the user >> experiance. >> Instead of being able to rely on KVM working, it now may or may not >> work dep

Re: [kvm-devel] [Qemu-devel] Re: Réf. : Re: [PATCH][RFC] Allowing QEMU to directly executeadirector y (and storing command line options in it)

2007-09-03 Thread Laurent Vivier
Anthony Liguori wrote: > On Fri, 2007-08-31 at 22:13 +0200, [EMAIL PROTECTED] wrote: >> Hi Anthony, >> >> I think passing only the directory name is better because it can be like a >> "black box" : the user don't have to know how it is inside. And it is much >> more simple to use "qemu my_pc" than

Re: [kvm-devel] KVM & VMX root mode

2007-09-03 Thread Sander van Leeuwen
Daniel P. Berrange wrote: > While one could in theory change KVM to only activate VMX when a guest is > started this wouldn't give a significant improvement to the user experiance. > Instead of being able to rely on KVM working, it now may or may not work > depending on whether you happen to have