Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

azalia on DOM0 and HVM broken on 4.0



Hello!

I have met a problem - my system can't compile in azalia support for XEN3_DOM0. 
My config is very simple:

include "arch/i386/conf/XEN3_DOM0"
ident   "Xon"
azalia* at pci? dev ? function ?        # High Definition Audio

Kernel compiles good, but on load it breaks in uvm_fault right after 
xen_timecounter is found (as I know that's the place of azalia loading.

Also after some changes in system configuration my HVM-win2k3 domain become 
unusable, saying on start "Cannot deallocate guard page for HVM (25 
Inapropriate ioctl for the device)

kernel give me a message:
Jun  1 01:59:21 laura /netbsd: sys_ioctl: _IOWR('P', 0, 24) returned -1: 
pid=107 comm=python2.4


xend.log shows:

[2008-06-01 01:59:21 107] ERROR (XendDomainInfo:89) Domain construction failed
Traceback (most recent call last):
  File "/usr/pkg/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 
87, in create
    vm.start()
  File "/usr/pkg/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 
404, in start
    XendTask.log_progress(31, 60, self._initDomain)
  File "/usr/pkg/lib/python2.4/site-packages/xen/xend/XendTask.py", line 209, 
in log_progress
    retval = func(*args, **kwds)
  File "/usr/pkg/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 
1652, in _initDomain
    raise VmError(str(exn))
VmError: (1, 'Internal error', 'Could not deallocate guard page for HVM guest.\n
 (25 = Inappropriate ioctl for device)')
[2008-06-01 01:59:21 107] DEBUG (XendDomainInfo:1772) XendDomainInfo.destroy: 
domid=None
[2008-06-01 01:59:21 107] DEBUG (XendDomainInfo:1791) 
XendDomainInfo.destroyDomain(None)

Did anybody seen this before? Thank in advance.

-- 
Sincerelly yours


Home | Main Index | Thread Index | Old Index