Hi,
I am working on pass through using Xen-3.4 unstable. I
am having trouble in installing HVM domain.
Configuration file lokks like below:
# Kernel image file.
kernel = "/usr/lib/xen/boot/hvmloader"
# The domain build function. HVM domain uses 'hvm'.
builder='hvm'
# Initial memory allocation (in megabytes) for the new
domain.
memory = 128
disk = [ 'file:/home/srini/image_file_name.img,hda,w',
'file:/home/srini/os-images/SLES-10-SP1-x86_64-DVD1.iso,hdc:cdrom,r' ]
vnc=1
Var/log/xen/Qemu-dm-ExampleHVMDomain.log
------------------------------------------------------------
domid: 3
qemu: the number of cpus is 1
Watching /local/domain/0/device-model/3/logdirty/next-active
Watching /local/domain/0/device-model/3/command
xs_read(): vncpasswd get error.
/vm/1a64155d-e8ac-dca9-743c-10e7c802131a/vncpasswd.
char device redirected to /dev/pts/1
qemu_map_cache_init nr_buckets = 10000 size 3145728
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 1a64155d-e8ac-dca9-743c-10e7c802131a
Time offset set 0
populating video RAM at ff000000
mapping video RAM from ff000000
Register xen platform.
Done register platform.
xs_read(/local/domain/0/device-model/3/xen_extended_power_mgmt):
read error
medium change watch on `hdc' (index: 1):
/home/srini/os-images/SLES-10-SP1-x86_64-DVD1.iso
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count:
0, size: 0
cirrus vga map change while on lfb mode
mapping vram to f0000000 - f0400000
can someone help me to resolve this issue?
Thanks in advance
Srini