* VM-Tools 0.1.0 Available
@ 2005-05-26 2:53 Anthony Liguori
2005-05-27 1:29 ` David H
2005-05-27 19:30 ` Mike Brady
0 siblings, 2 replies; 5+ messages in thread
From: Anthony Liguori @ 2005-05-26 2:53 UTC (permalink / raw)
To: xen-devel; +Cc: xen-users
Hi all,
Just wanted to take a moment to let everyone know that there's a new
version of VM-Tools available that's practically a rewrite of the
previous versions. The new version has moved to a single daemon that
only provides control channel multiplexing and device autodiscovery
which should make the architecture more easily extensible to the
introduction of the xenstore.
It also adds support for save/restore and dynamic block devices. For
more information, see:
http://www.cs.utexas.edu/users/aliguori/vm-tools/
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: VM-Tools 0.1.0 Available
2005-05-26 2:53 VM-Tools 0.1.0 Available Anthony Liguori
@ 2005-05-27 1:29 ` David H
2005-05-27 16:20 ` Daniel Stekloff
2005-05-27 19:30 ` Mike Brady
1 sibling, 1 reply; 5+ messages in thread
From: David H @ 2005-05-27 1:29 UTC (permalink / raw)
To: Anthony Liguori; +Cc: xen-devel, xen-users
Should vm-list.c be building? It's not in the Makefile.
David
On 5/25/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
> Hi all,
>
> Just wanted to take a moment to let everyone know that there's a new
> version of VM-Tools available that's practically a rewrite of the
> previous versions. The new version has moved to a single daemon that
> only provides control channel multiplexing and device autodiscovery
> which should make the architecture more easily extensible to the
> introduction of the xenstore.
>
> It also adds support for save/restore and dynamic block devices. For
> more information, see:
>
> http://www.cs.utexas.edu/users/aliguori/vm-tools/
>
> Regards,
>
> Anthony Liguori
>
> _______________________________________________
> 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: VM-Tools 0.1.0 Available
2005-05-27 1:29 ` David H
@ 2005-05-27 16:20 ` Daniel Stekloff
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Stekloff @ 2005-05-27 16:20 UTC (permalink / raw)
To: David H; +Cc: xen-devel, xen-users
On Thu, 2005-05-26 at 18:29 -0700, David H wrote:
> Should vm-list.c be building? It's not in the Makefile.
Yep, it was just an oversight. Just add it to the Makefile and it'll
build.
> David
>
> On 5/25/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
> > Hi all,
> >
> > Just wanted to take a moment to let everyone know that there's a new
> > version of VM-Tools available that's practically a rewrite of the
> > previous versions. The new version has moved to a single daemon that
> > only provides control channel multiplexing and device autodiscovery
> > which should make the architecture more easily extensible to the
> > introduction of the xenstore.
> >
> > It also adds support for save/restore and dynamic block devices. For
> > more information, see:
> >
> > http://www.cs.utexas.edu/users/aliguori/vm-tools/
> >
> > Regards,
> >
> > Anthony Liguori
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
>
> _______________________________________________
> 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: VM-Tools 0.1.0 Available
2005-05-26 2:53 VM-Tools 0.1.0 Available Anthony Liguori
2005-05-27 1:29 ` David H
@ 2005-05-27 19:30 ` Mike Brady
2005-05-27 19:45 ` Daniel Stekloff
1 sibling, 1 reply; 5+ messages in thread
From: Mike Brady @ 2005-05-27 19:30 UTC (permalink / raw)
To: xen-devel
There is a vm-vif command mentioned on the web page, but i don't see the
source for it. Is it a work in progress or did it get left out?
On Thu, 26 May 2005 14:53, Anthony Liguori wrote:
> Hi all,
>
> Just wanted to take a moment to let everyone know that there's a new
> version of VM-Tools available that's practically a rewrite of the
> previous versions. The new version has moved to a single daemon that
> only provides control channel multiplexing and device autodiscovery
> which should make the architecture more easily extensible to the
> introduction of the xenstore.
>
> It also adds support for save/restore and dynamic block devices. For
> more information, see:
>
> http://www.cs.utexas.edu/users/aliguori/vm-tools/
>
> Regards,
>
> Anthony Liguori
>
> _______________________________________________
> 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: VM-Tools 0.1.0 Available
2005-05-27 19:30 ` Mike Brady
@ 2005-05-27 19:45 ` Daniel Stekloff
0 siblings, 0 replies; 5+ messages in thread
From: Daniel Stekloff @ 2005-05-27 19:45 UTC (permalink / raw)
To: mike.brady; +Cc: xen-devel
On Sat, 2005-05-28 at 07:30 +1200, Mike Brady wrote:
> There is a vm-vif command mentioned on the web page, but i don't see the
> source for it. Is it a work in progress or did it get left out?
Work in progress. Sorry for the confusion.
Thanks,
Dan
> On Thu, 26 May 2005 14:53, Anthony Liguori wrote:
> > Hi all,
> >
> > Just wanted to take a moment to let everyone know that there's a new
> > version of VM-Tools available that's practically a rewrite of the
> > previous versions. The new version has moved to a single daemon that
> > only provides control channel multiplexing and device autodiscovery
> > which should make the architecture more easily extensible to the
> > introduction of the xenstore.
> >
> > It also adds support for save/restore and dynamic block devices. For
> > more information, see:
> >
> > http://www.cs.utexas.edu/users/aliguori/vm-tools/
> >
> > Regards,
> >
> > Anthony Liguori
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-27 19:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-26 2:53 VM-Tools 0.1.0 Available Anthony Liguori
2005-05-27 1:29 ` David H
2005-05-27 16:20 ` Daniel Stekloff
2005-05-27 19:30 ` Mike Brady
2005-05-27 19:45 ` Daniel Stekloff
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.