All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] VM-Tool: C-based Xen management tools
@ 2005-02-11 21:53 Anthony Liguori
  2005-02-11 22:20 ` Nivedita Singhvi
  2005-02-20  2:23 ` Jacob Gorm Hansen
  0 siblings, 2 replies; 14+ messages in thread
From: Anthony Liguori @ 2005-02-11 21:53 UTC (permalink / raw)
  To: xen-devel

We've implemented a set of basic management tools for Xen.  The tools 
are written in C and are currently capable of creating and shutting down 
domains, connecting to a domain's console, enumerating domains, and 
attaching VBDs and VIFs to a domain.

The tools are still very rough.  This version is pretty much a 
proof-of-concept.  It should not be used in a production environment.  
In fact, you shouldn't use them with any domains that are important to 
you.  While I've never seen any data corruption caused by the tools 
there's just not been enough testing yet.

These tools are a product of about a weeks work.  There are some missing 
features including save/restore, migration, and usb/pci virtualation.  
The reason is that we wanted to get the communities feedback before we 
went too far.

The tools are not meant to replace Xend but rather provide an 
alternative toolchain for those that need a reduced management foot print.

The plan is to continue cleaning up the code and submit again to the 
list as a patch to xen-unstable.  We've talked to Mike Wray and we are 
both eager to make sure that these tools and Xend cooperate as much as 
possible in the long term.

You can get a copy of the tools at the following URL.  xen-unstable is 
required to use them (they rely on xcs).  Feedback is greatly 
appreciated :-)  Nothing is really set in stone.

http://www.cs.utexas.edu/users/aliguori/vm-tools-0.0.1.tar.gz

Thanks,
Anthony Liguori


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: [PATCH] VM-Tool: C-based Xen management tools
@ 2005-02-15  4:41 Neugebauer, Rolf
  0 siblings, 0 replies; 14+ messages in thread
From: Neugebauer, Rolf @ 2005-02-15  4:41 UTC (permalink / raw)
  To: Mark Williamson, Anthony Liguori; +Cc: xen-devel, Nivedita Singhvi



> -----Original Message-----
> From: xen-devel-admin@lists.sourceforge.net [mailto:xen-devel-
> admin@lists.sourceforge.net] On Behalf Of Mark Williamson
> Sent: 14 February 2005 16:36
> To: Anthony Liguori
> Cc: Mark Williamson; xen-devel@lists.sourceforge.net; Nivedita Singhvi
> Subject: Re: [Xen-devel] [PATCH] VM-Tool: C-based Xen management tools
> 
> > Yes, PCI wouldn't be too hard to abstract.  Abstracting USB worries
me a
> > bit though.  On the one hand, you want to abstract at the device
level.
> 
> That would be a neat feature.  It'd require changes to the backend
device
> driver to be a bit smarter about grabbing devices, as well as frontend
> changes to communicate device identities the backend...
> 
> > It's even hairer with virtualization though.  Say you had two
harddrives
> > that were USB and not uniquely identifiable.  You want to assign
each
> > harddrive to a separate VM.  If you unplug them and swap ports, and
> > you're using the old configurations, you really want that each VM to
see
> > the harddrive they previously saw.  Swapping them could lead to
> > confusion and even worse, security problems.
> 
> The current implementation sidesteps all these by specifying port IDs.
> e.g.
> port 1 on my root hub always belongs to VM1 (when running), port 2 on
hub
> 3
> always belongs to VM2 (when running), etc.

A while back we were also discussing this to be the basic mechanism,
i.e. the level the exporting of USB devices work on. Then one could
implement higher level 'policies' in say dom0. for example one could
specify that if device of type foo gets plugged in then VM bar gets
granted access to that port. USB hotplugging should be able to do most
of the hard work...

rolf

> > Not sure the best solution here.  One of the reasons I've held off
on
> USB.
> 
> For comparison, do you know what abstraction other systems do?  Do
they
> assign
> ports or associate devices with VMs?
> 
> The latter is definitely an attractive option...  If we added support
for
> both
> ways of doing things, paranoid people (or people with weird devices!)
> could
> use the port specifiers, whilst others used device IDs.
> 
> What do you think?
> 
> Cheers,
> Mark
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real
users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click

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

end of thread, other threads:[~2005-02-20  4:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-11 21:53 [PATCH] VM-Tool: C-based Xen management tools Anthony Liguori
2005-02-11 22:20 ` Nivedita Singhvi
2005-02-11 22:29   ` Anthony Liguori
2005-02-11 22:38     ` Mark Williamson
2005-02-14 16:10       ` Anthony Liguori
2005-02-14 16:35         ` Mark Williamson
2005-02-14 17:15           ` Anthony Liguori
2005-02-14 17:19             ` Mark Williamson
2005-02-14 19:37               ` Anthony Liguori
2005-02-20  2:23 ` Jacob Gorm Hansen
2005-02-20  3:31   ` Anthony Liguori
2005-02-20  3:36     ` Jacob Gorm Hansen
2005-02-20  4:12       ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2005-02-15  4:41 Neugebauer, Rolf

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.