[ kvm-Bugs-2786468 ] XP SP3 freeze at startup with kvm_intel kernel module v85

2009-05-04 Thread SourceForge.net
Bugs item #2786468, was opened at 2009-05-04 10:18 Message generated for change (Tracker Item Submitted) made by kubrick_fr You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2786468&group_id=180599 Please note that this message will contain a full copy of t

Re: KVM x86_64 with SR-IOV..?

2009-05-04 Thread Sheng Yang
On Monday 04 May 2009 12:36:04 Nicholas A. Bellinger wrote: > On Mon, 2009-05-04 at 10:09 +0800, Sheng Yang wrote: > > On Monday 04 May 2009 08:53:07 Nicholas A. Bellinger wrote: > > > On Sat, 2009-05-02 at 18:22 +0800, Sheng Yang wrote: > > > > On Thu, Apr 30, 2009 at 01:22:54PM -0700, Nicholas A.

Re: [Qemu-devel] [RFC] Bring in all the Linux headers we depend on in QEMU

2009-05-04 Thread Edgar E. Iglesias
On Mon, May 04, 2009 at 08:51:21AM +0200, Stefan Weil wrote: > Anthony Liguori schrieb: > > Sorry this explanation is long winded, but this is a messy situation. > > > > In Linux, there isn't a very consistent policy about userspace kernel > > header inclusion. On a typical Linux system, you're li

Re: [PATCH 03/04] qemu-kvm: Remove the dependency for phys_ram_base for ipf.c

2009-05-04 Thread Avi Kivity
Jes Sorensen wrote: Zhang, Xiantao wrote: Jes Sorensen wrote: I still can't see the difference with the patch in Avi's tree except nvram stuff. And I believe the global variable you mentioned should be only used for nvram. So I propose an incremental patch for that. :) Hi, Here is an incre

Re: kvm-userspace broken?

2009-05-04 Thread Avi Kivity
Avi Kivity wrote: Carlo Marcelo Arenas Belon wrote: On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote: Hans de Bruin wrote: Avi Kivity wrote: kvm-userspace.git has been retired; it's now playing golf in git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. U

Re: kvm-userspace broken?

2009-05-04 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote: Hans de Bruin wrote: Avi Kivity wrote: kvm-userspace.git has been retired; it's now playing golf in git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use git://git.ker

Re: [Qemu-devel] [RFC] Bring in all the Linux headers we depend on in QEMU

2009-05-04 Thread Avi Kivity
Anthony Liguori wrote: Sorry this explanation is long winded, but this is a messy situation. In Linux, there isn't a very consistent policy about userspace kernel header inclusion. On a typical Linux system, you're likely to find kernel headers in three places. glibc headers (/usr/include/{

Re: kvm-userspace broken?

2009-05-04 Thread Carlo Marcelo Arenas Belon
On Mon, May 04, 2009 at 09:40:03AM +0300, Avi Kivity wrote: > Hans de Bruin wrote: >> Avi Kivity wrote: >>> >>> kvm-userspace.git has been retired; it's now playing golf in >>> git://git.kernel.org/pub/scm/virt/kvm/retired/kvm-userspace.git. Use >>> git://git.kernel.org/pub/scm/virt/kvm/qemu-kv

Re: [Qemu-devel] [PATCH] kvm: Add helpers for checking and requiring kvm extensions

2009-05-04 Thread Juan Quintela
Avi Kivity wrote: Hi > diff --git a/kvm-all.c b/kvm-all.c > index 36659a9..1642a2a 100644 > --- a/kvm-all.c > +++ b/kvm-all.c > @@ -64,6 +64,30 @@ struct KVMState > > static KVMState *kvm_state; > > +int kvm_check_extension(int extension) > +{ > +int ret; > + > +ret = kvm_ioctl(kvm_

Re: KVM x86_64 with SR-IOV..?

2009-05-04 Thread Nicholas A. Bellinger
On Sun, 2009-05-03 at 22:28 -0700, Nicholas A. Bellinger wrote: > > On Mon, 2009-05-04 at 10:09 +0800, Sheng Yang wrote: > > > > Greetings Sheng, > > > > > > > > So, I have been trying the latest kvm-85 release on a v2.6.30-rc3 > > > > checkout from linux-2.6.git on a CentOS 5u3 x86_64 install on I

<    1   2