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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
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
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/
>>
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
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
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
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
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
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
> >
> >
> >
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
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
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
25 matches
Mail list logo