vhostmd.opensuse.org
(
List home) (
Recent threads) (
97 other OpenSUSE lists)
Subscription Options
- RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
- Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line.
- This list contains about 49 messages, beginning Oct 2009
- This list doesn't seem to be active
vhostmd.opensuse.org
Recent threads
Alex Zeffertt — 126289427907 Jan 2010*
Hi all, The attached patch against v0.4 fixes the build when --enable-xenctrl is used. If this configure option is used vhostmd does not link against ...
Richard W.M. Jones — 126037471509 Dec 2009
http://gitorious.org/vhostmd/ [There are no tarballs. You have to check out the 0.4 branch and run 'make dist' yourself.] Essentially this is ...
Richard W.M. Jones — 126037178909 Dec 2009*
[ArchiveOrange]: There doesn't seem to be anything here...
Richard W.M. Jones — 126036975609 Dec 2009
We've been shipping the bleeding edge HEAD of git in Fedora for quite a while, and only found one bug (the cwd problem -- see previous patch). I t...
Richard W.M. Jones — 125570870216 Oct 2009*
This two patches fix a segfault that happens in vm-dump-metrics if you run it on a machine that doesn't have a metrics disk (eg. from the host ins...
Richard W.M. Jones — 125562650515 Oct 2009*
This patch series is basically a lot of cleanups and should also enhance the security of vhostmd. We should allow administrators to run the daemon as ...
Richard W.M. Jones — 125544653613 Oct 2009*
Sorry, the previous patch was incomplete. With this additional commit I've been able to build vhostmd on a Fedora/PPC system which completely lack...
Richard W.M. Jones — 125537018012 Oct 2009*
This patch lets you compile vhostmd without xenstore support in the main daemon. Our use-case is for platforms where Xen isn't available. The defa...
Richard W.M. Jones — 125536465512 Oct 2009*
In AC_ARG_WITH you have to use $withval instead of $enableval. Rich....
Richard W.M. Jones — 125534139412 Oct 2009*
vhostmd in the default configuration runs "virsh dominfo 0", which only makes sense for Xen. For other hypervisors, it causes libvirtd to re...
Richard W.M. Jones — 125501456008 Oct 2009*
Can we make releases of vhostmd, or rather, how do we make releases? It sort of seems like gitorious offers a way to create tarballs from either the h...
Richard W.M. Jones — 125494695007 Oct 2009*
In the guest, we really need to open the metrics disk with the O_DIRECT option. Otherwise the guest kernel will cache arbitrary parts of the disk, and...
Richard W.M. Jones — 125494610607 Oct 2009*
This adds some documentation to the README about how you can configure vhostmd in a guest using 'virsh edit'. Rich....
Richard W.M. Jones — 125494584607 Oct 2009*
[Here are three patches which I committed already (by accident). I'm posting them for review instead here. If there are problems we can revert or ...