[kvm-devel] Problem with Ubuntu Edgy and AMD X2

2006-12-12 Thread Franco Spinelli
I am testing kvm on my new PC MB is Asus M2NPV-VM with AMD CPU X2. Installed OS is Ubuntu Edgy I get kvm tarball and compiled it. After installing gcc 3.4 I begin compile step On Ubuntu Edgy there is no uuid/uuid.h file so I have grab it from tar file at Ubuntu repository and put it in qemu sub

Re: [kvm-devel] Problem with Ubuntu Edgy and AMD X2

2006-12-13 Thread Avi Kivity
Franco Spinelli wrote: > I am testing kvm on my new PC > MB is Asus M2NPV-VM with AMD CPU X2. > Installed OS is Ubuntu Edgy > > I get kvm tarball and compiled it. > > After installing gcc 3.4 I begin compile step > > On Ubuntu Edgy there is no uuid/uuid.h file so I have grab it from tar > file at

Re: [kvm-devel] Problem with Ubuntu Edgy and AMD X2

2006-12-13 Thread Dor Laor
> Franco Spinelli wrote: > > I am testing kvm on my new PC > > MB is Asus M2NPV-VM with AMD CPU X2. > > Installed OS is Ubuntu Edgy > > > > I get kvm tarball and compiled it. > > > > After installing gcc 3.4 I begin compile step > > > > On Ubuntu Edgy there is no uuid/uuid.h file so I have grab it

Re: [kvm-devel] Problem with Ubuntu Edgy and AMD X2

2006-12-13 Thread Avi Kivity
Franco Spinelli wrote: Using dmesg command I geta lot of this error: [17192500.496000] kvm: unhandled rdmsr: 0xc081 The attached patch should fix it (we didn't handle MSR_STAR on 32-bit AMD hosts) -- error compiling committee.c: too many arguments to function Index: kernel/svm.c ==