All of lore.kernel.org
 help / color / mirror / Atom feed
* VMX device models not getting created anymore?
@ 2005-06-10 21:22 Arun Sharma
  0 siblings, 0 replies; 15+ messages in thread
From: Arun Sharma @ 2005-06-10 21:22 UTC (permalink / raw)
  To: xen-devel


This changeset:

http://xen.bkbits.net:8080/xeno-unstable.bk/cset@42a47555156iGoOjUyZtvbuMFZHXkg

seems to have removed the call to creating device models.

@@ -773,43 +680,6 @@
                  ctrl.initController(reboot=True)
          else:
              self.create_configured_devices()
-        if self.is_vmx:
-            self.create_vmx_model()

I didn't see equivalent code getting added anywhere else.

	-Arun

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: VMX device models not getting created anymore?
@ 2005-06-10 21:48 Ian Pratt
  2005-06-15 14:30 ` Mike Wray
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Pratt @ 2005-06-10 21:48 UTC (permalink / raw)
  To: Arun Sharma, xen-devel

 > http://xen.bkbits.net:8080/xeno-unstable.bk/cset@42a47555156iG
> oOjUyZtvbuMFZHXkg
> 
> seems to have removed the call to creating device models.
> 
> @@ -773,43 +680,6 @@
>                   ctrl.initController(reboot=True)
>           else:
>               self.create_configured_devices()
> -        if self.is_vmx:
> -            self.create_vmx_model()
> 
> I didn't see equivalent code getting added anywhere else.

Yep, I just sync'ed my VT tree up to the head to get a couple of your
fixes, and inherited this breakage as well. There's been loads of
changes to xend to move its database over to xenstore, but I don't think
its going to be hard to fix up. 

I'm not going to get a chance to look at it before Monday evening
though.

Best,
Ian

^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: VMX device models not getting created anymore?
@ 2005-06-15 17:12 Ian Pratt
  2005-06-15 18:02 ` Arun Sharma
  0 siblings, 1 reply; 15+ messages in thread
From: Ian Pratt @ 2005-06-15 17:12 UTC (permalink / raw)
  To: Arun Sharma, Mike Wray; +Cc: xen-devel

> 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).

Yep, I think its even checked in, but the out by one needs to be tracked
down urgently. I couldn't spot anything obvious.

Ian

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2005-06-22  8:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-10 21:22 VMX device models not getting created anymore? Arun Sharma
  -- strict thread matches above, loose matches on Subject: below --
2005-06-10 21:48 Ian Pratt
2005-06-15 14:30 ` Mike Wray
2005-06-15 17:09   ` Arun Sharma
2005-06-16  8:56     ` Mike Wray
2005-06-16 17:35       ` Arun Sharma
2005-06-17 13:07         ` Mike Wray
2005-06-17 19:28           ` Arun Sharma
2005-06-17 20:17             ` Arun Sharma
2005-06-20 11:13               ` Mike Wray
2005-06-21 21:01                 ` Arun Sharma
2005-06-22  8:34                   ` Mike Wray
2005-06-20 10:52             ` Mike Wray
2005-06-15 17:12 Ian Pratt
2005-06-15 18:02 ` Arun Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.