Displaying 3 results from an estimated 3 matches for "hvm_vlapic".
Did you mean:
hv_vapic
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the
last while on a full replacement for Xen''s shadow pagetable support.
This mail contains some design notes, below; a patch against
xen-unstable, giving a snapshot of the current state of the new shadow
code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch
Comments on both are welcome, although the code is not
2007 May 25
0
Xen Windows Virtualization
...mapped device for
ELDL=81
(XEN) (GUEST: 41) *** int 15h function AX=E980, BX=00F2 not yet
supported!
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) This hvm_vlapic is for P4, no work for De-assert init
----------------- config -------------------
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
name = &q...
2006 Nov 17
1
debian amd64 etch hvm xp sp2 problem black screen frozen.
...5, unmapped device for
ELDL=81
(XEN) (GUEST: 12) *** int 15h function AX=E980, BX=00F2 not yet
supported!
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) hvm_vioapic_write_indirect: version register read only
(XEN) This hvm_vlapic is for P4, no work for De-assert init
==================config file =========== ========= ========
kernel = "hvmloader"
builder=''hvm''
memory = 512
shadow_memory = 32
name = "xp"
uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8ba"
vcpus=1
#pae=0
acpi=1
apic...