|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] VMX device models not getting created anymore?
Arun Sharma wrote:
Mike Wray wrote:
def create_devices(self):
"""Create the devices for a vm.
@raise: VmError for invalid devices
"""
if self.rebooting():
for ctrl in self.getDeviceControllers():
ctrl.initController(reboot=True)
else:
self.create_configured_devices()
self.image.createDeviceModel()
I sent a patch: vmx-device-models-py.patch to the list to do just this,
but the event channel numbers seem to be off by one for some reason
(please see comments inside the patch).
OK, I see the patch. What makes you think the event channel port
numbers are off? Is it possible that it should be using port2 instead
of port1?
Mike
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|