Re: [kvm-devel] [PATCH] Refactor hypercall infrastructure (v2)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Amit Shah
Date: Monday, December 3, 2007 - 1:46 am

* Anthony Liguori wrote:

+       r = kvm_hypercall1(KVM_PV_PCI_DEVICE, page_gfn);

Setup is done by:

+       if (!kvm_para_available()) {
+               printk(KERN_ERR "KVM paravirt support not available\n");
+               r = -ENODEV;
+               goto out_dereg;
+       }

I also couldn't get the has_feature to work properly.

See:

http://lkml.org/lkml/2007/11/7/129

I had to change the hypercall address to 0f 01 d9 for it to get working.



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Refactor hypercall infrastructure (v2), Anthony Liguori, (Sat Sep 15, 10:54 am)
Re: [PATCH] Refactor hypercall infrastructure (v2), Avi Kivity, (Sun Sep 16, 2:08 am)
Re: [kvm-devel] [PATCH] Refactor hypercall infrastructure (v2), Amit Shah, (Mon Dec 3, 1:46 am)