All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Block device bringup using Xenstore
@ 2005-07-07  8:05 Rusty Russell
  2005-07-07 10:45 ` Mike Wray
  2005-07-12 10:26 ` Christian Limpach
  0 siblings, 2 replies; 5+ messages in thread
From: Rusty Russell @ 2005-07-07  8:05 UTC (permalink / raw)
  To: Xen Mailing List; +Cc: Mike Wray, Christian Limpach

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

This megapatch updates the xenstore daemon, updates the xenbus code, and
hacks the block devices to use the store rather than control messages
for initialization.

We just got this to bring a block device up; tomorrow we'll be cleaning
it up, getting destroy, suspend and resume working.

You'll need Anthony's experimental store-enabled vm-tools: he's sending
email about it now.

Rusty.
-- 
A bad analogy is like a leaky screwdriver -- Richard Braakman

[-- Attachment #2: diff.bz2 --]
[-- Type: application/x-bzip, Size: 19781 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

* Re: [PATCH] Block device bringup using Xenstore
  2005-07-07  8:05 [PATCH] Block device bringup using Xenstore Rusty Russell
@ 2005-07-07 10:45 ` Mike Wray
  2005-07-07 18:27   ` Rusty Russell
  2005-07-12 10:26 ` Christian Limpach
  1 sibling, 1 reply; 5+ messages in thread
From: Mike Wray @ 2005-07-07 10:45 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Mike Wray, Xen Mailing List, Christian Limpach

Rusty Russell wrote:
> This megapatch updates the xenstore daemon, updates the xenbus code, and
> hacks the block devices to use the store rather than control messages
> for initialization.
> 
> We just got this to bring a block device up; tomorrow we'll be cleaning
> it up, getting destroy, suspend and resume working.
> 
> You'll need Anthony's experimental store-enabled vm-tools: he's sending
> email about it now.
> 
> Rusty.


Block device and network interface setup has been working in the control
tools CVS for several days, and is fully integrated with the xend tools.
It would be more helpful if you would integrate with that code instead
of going off on your own.

Mike

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

* Re: [PATCH] Block device bringup using Xenstore
  2005-07-07 10:45 ` Mike Wray
@ 2005-07-07 18:27   ` Rusty Russell
  2005-07-11 13:36     ` Mike Wray
  0 siblings, 1 reply; 5+ messages in thread
From: Rusty Russell @ 2005-07-07 18:27 UTC (permalink / raw)
  To: Mike Wray; +Cc: Xen Mailing List, Christian Limpach

On Thu, 2005-07-07 at 11:45 +0100, Mike Wray wrote:
> Rusty Russell wrote:
> > This megapatch updates the xenstore daemon, updates the xenbus code, and
> > hacks the block devices to use the store rather than control messages
> > for initialization.

> Block device and network interface setup has been working in the control
> tools CVS for several days, and is fully integrated with the xend tools.
> It would be more helpful if you would integrate with that code instead
> of going off on your own.

No.  I completely disagree with what you've done.  I disagree with how
you use the store, both here and in most other places.  Your changes
made the xenbus code more complicated to suit a usage model which is a
retrograde step.

Rather than criticise in the abstract, I believe that the way to solve
these kind of disputes is to present a concrete implementation of one's
idea, so people can compare.  I don't expect you to implement my vision
of how things should be, but it's completely incompatible with your
work, and I've finally had the opportunity to implement it.

I will continue to develop this as my conscience dictates.  You should
do the same.  As always, I aim to create code which is convincing in
itself.

Rusty.
-- 
A bad analogy is like a leaky screwdriver -- Richard Braakman

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

* Re: Re: [PATCH] Block device bringup using Xenstore
  2005-07-07 18:27   ` Rusty Russell
@ 2005-07-11 13:36     ` Mike Wray
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Wray @ 2005-07-11 13:36 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Xen Mailing List, Christian Limpach

Rusty Russell wrote:
> On Thu, 2005-07-07 at 11:45 +0100, Mike Wray wrote:
> 
>>Rusty Russell wrote:
>>
>>>This megapatch updates the xenstore daemon, updates the xenbus code, and
>>>hacks the block devices to use the store rather than control messages
>>>for initialization.
> 
> 
>>Block device and network interface setup has been working in the control
>>tools CVS for several days, and is fully integrated with the xend tools.
>>It would be more helpful if you would integrate with that code instead
>>of going off on your own.
> 
> 
> No.  I completely disagree with what you've done.  I disagree with how
> you use the store, both here and in most other places.  Your changes
> made the xenbus code more complicated to suit a usage model which is a
> retrograde step.

What can I say? I was under the impression we were all working together on
modifying xend and the drivers to use xenstore. Going off and doing your
own thing hardly helps. If you had issues with the current code perhaps
it might have been better to have raised them? Up to now you have not voiced
any concerns. It's disappointing you seem to be choosing confrontation rather
than collaboration.

> Rather than criticise in the abstract, I believe that the way to solve
> these kind of disputes is to present a concrete implementation of one's
> idea, so people can compare.  I don't expect you to implement my vision
> of how things should be, but it's completely incompatible with your
> work, and I've finally had the opportunity to implement it.
> 
> I will continue to develop this as my conscience dictates.  You should
> do the same.  As always, I aim to create code which is convincing in
> itself.
> 
> Rusty.

Regards,

Mike

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

* Re: [PATCH] Block device bringup using Xenstore
  2005-07-07  8:05 [PATCH] Block device bringup using Xenstore Rusty Russell
  2005-07-07 10:45 ` Mike Wray
@ 2005-07-12 10:26 ` Christian Limpach
  1 sibling, 0 replies; 5+ messages in thread
From: Christian Limpach @ 2005-07-12 10:26 UTC (permalink / raw)
  To: Rusty Russell; +Cc: Xen Mailing List

On 7/7/05, Rusty Russell <rusty@rustcorp.com.au> wrote:
> This megapatch updates the xenstore daemon, updates the xenbus code, and
> hacks the block devices to use the store rather than control messages
> for initialization.

I've applied the xenstore daemon and xenbus driver changes. 
Unfortunately, the blkback/xenbus.c file is missing from the block
device changes.

     christian

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

end of thread, other threads:[~2005-07-12 10:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07  8:05 [PATCH] Block device bringup using Xenstore Rusty Russell
2005-07-07 10:45 ` Mike Wray
2005-07-07 18:27   ` Rusty Russell
2005-07-11 13:36     ` Mike Wray
2005-07-12 10:26 ` Christian Limpach

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.