Displaying 20 results from an estimated 100000 matches similar to: "[PATCH (for discussion only)] PHP bindings."
2010 Jun 10
0
[Bug 602599] New: [RFE] A new API for custom cleanup prior to close in perl bindings
On Thu, Jun 10, 2010 at 05:34:23AM -0400, bugzilla at redhat.com wrote:
>
> Summary: [RFE] A new API for custom cleanup prior to close in perl bindings
>
> https://bugzilla.redhat.com/show_bug.cgi?id=602599
>
> Summary: [RFE] A new API for custom cleanup prior to close in
> perl bindings
> Product: Virtualization Tools
>
>
2009 Sep 17
0
[PATCH DISCUSSION ONLY] Enable alternate vmchannel method (non-upstream virtio-console).
This patch is for discussion only. The multiport virtio-console is
not accepted upstream, and in any case is currently being rewritten
for the nth time.
Getting a test environment to test this out is also non-trivial. It
look me about a day.
You need to compile the alternate qemu (see URL in the patch +
attached qemu patch on top of this).
You also need to compile the alternate kernel - NOTE:
2010 Mar 19
0
[PATCH FOR DISCUSSION ONLY] Allow setting of user:group for qemu subprocess.
This is an experimental (not working) patch which would allow you to
set the user and group of the qemu process, assuming the main program
is running as root.
The reason for this is to allow access as root to disk images which
are located on "root-squashed" NFS volumes. This is a particular
concern for virt-v2v.
The most immediate problem with the patch (which can be fixed easily)
is
2009 Nov 02
4
[PATCH 0/4 VERSION 4] FUSE bindings.
Although support for write(2) syscall is not yet implemented, we might
consider cautiously merging this one. In read-only mode it seems to
work fine and is stable under load.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen
2016 Nov 15
1
Re: Libguestfs debugging issue
On Tue, Nov 15, 2016 at 10:23:26AM +0000, Richard W.M. Jones wrote:
> (1) Try upgrading to a newer version of supermin. RHEL 7.3 has
> supermin 5.1.16, also available here:
>
> https://people.redhat.com/~rjones/libguestfs-RHEL-7.3-preview/
>
> If the bug is still present in the newer version, then:
>
> (2) Run supermin with lots of debugging enabled:
>
>
2019 Aug 06
0
Re: Versioning of rust bindings
On Tue, Aug 06, 2019 at 06:04:22PM +0900, Hiroyuki Katsura wrote:
> In the last patch, I let the version of Rust bindings be the same as the
> version of libguestfs. However, I came to think it is not preferable in
> terms of the custom of Rust crate versioning.
>
> After a version of a crate is published to crates.io, no one can republish
> the crate with the same version. This
2018 Mar 28
1
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Wed, Mar 28, 2018 at 1:43 PM, Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Wed, Mar 28, 2018 at 01:37:06PM +0200, Piotr Kliczewski wrote:
> > On Wed, Mar 28, 2018 at 1:01 PM, Richard W.M. Jones <rjones@redhat.com>
> > wrote:
> >
> > > On Wed, Mar 28, 2018 at 12:33:56PM +0200, Piotr Kliczewski wrote:
> > > > configure: error: Package
2015 Jul 16
0
Re: virt and ovirt support
On Wed, Jul 15, 2015 at 10:42:15PM -0400, Muted Mouse wrote:
> Mr. Jones,
>
> I've read much of your postings thus far about ovirt, rhevm and physical
> machine migration using virt-p2v and a corresponding virt-v2v server.
>
> Following your post about the virt-v2v packages being available for centos
> 7.1 via preview repository failed to resolve or find a proper mirror.
2016 Feb 26
0
Re: Does anyone (*ahem* Rich) already have a yum repo with upstream libguestfs rpms for RHEL/CentOS7?
On Fri, Feb 26, 2016 at 02:09:31PM -0500, Ryan Sawhill wrote:
> Obviously due to the heavy development, the packages in RHEL7 (even
> 7.2) lack tons of things. I'm specifically interested in virt-builder
> and wondering if there's a preview repo that I'm not aware of. ...?
Not upstream, but close:
https://people.redhat.com/~rjones/libguestfs-RHEL-7.3-preview/
These are
2018 Mar 28
0
Re: [PATCH FOR DISCUSSION ONLY v2] v2v: Add -o kubevirt output mode.
On Wed, Mar 28, 2018 at 01:37:06PM +0200, Piotr Kliczewski wrote:
> On Wed, Mar 28, 2018 at 1:01 PM, Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Wed, Mar 28, 2018 at 12:33:56PM +0200, Piotr Kliczewski wrote:
> > > configure: error: Package requirements (jansson >= 2.7) were not met:
> >
> > You need to install jansson-devel.
> >
>
2020 Mar 17
0
Re: Go bindings for libnbd
[NB: This is posted to the public libguestfs mailing list]
Fabien,
I just posted a very (very) rough set of patches to the mailing list:
https://www.redhat.com/archives/libguestfs/2020-March/msg00170.html
I think what would help me from here is if there is someone in the
KubeVirt community who could help me with making the golang bindings
more natural. I'm obviously not a regular golang
2011 May 17
3
[PATCH 0/3] virt-win-reg: Add support for HKEY_USERS
This three part patch series extends virt-win-reg so it supports
HKEY_USERS\... paths, for reading and writing user preferences.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
2011 Mar 14
1
[PATCH] New APIs: guestfs_first_private, guestfs_next_private to walk over the private data area.
This patch adds useful APIs for walking over the private data area.
It is a prerequisite for the new event API stuff (specifically for the
language bindings for that).
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
2012 Mar 02
0
[virt-tools-list] find0 in (perl) Sys::Guestfs
On Tue, Jan 31, 2012 at 01:29:58PM -0800, dan farmer wrote:
> Is there anyway to convince find0 to put the results in memory rather than
> writing to a file? I really don't want to have to write it to a file and
> then read it again just to process the results. I see guestfish has an
> option to write to stdout (but the lib doesn't have a documented way) for
> some reason.
2012 May 28
0
NTFS(-3g) large alternate data streams
(I meant to copy this message to the mailing list)
On Mon, May 28, 2012 at 05:49:36PM +0100, Richard W.M. Jones wrote:
>
> This file has an approx 48 MB ADS:
>
> ><fs> ll /Temp/
> total 13
> drwxrwxrwx 1 root root 0 May 28 17:28 .
> drwxrwxrwx 1 root root 4096 Nov 1 2011 ..
> -rwxrwxrwx 1 root root 13 Oct 5 2011 ADS_test.txt
>
2015 Nov 03
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
On Tue, Nov 03, 2015 at 03:03:21PM +0530, Chengappa Changz wrote:
> Hello Rich,
> Greetings!
>
> It was great connecting with you and, I would like to thank you for your
> time and being patient on answering all our queries.
>
> However, referring to the link ->
> http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works we have a
> ambiguity -> i.e. under the
2009 Aug 13
1
Summary of current test failures
CentOS 5.3 and RHEL 5.4 both fail on these 3 tests only:
82/212 test_zero_0
umount: /dev/sda1: umount: /dev/sda1: not found
test_zero_0 FAILED
83/212 test_fsck_0
umount: /dev/sda1: umount: /dev/sda1: not found
test_fsck_0 FAILED
84/212 test_fsck_1
umount: /dev/sda1: umount: /dev/sda1: not found
test_fsck_1 FAILED
Debian fails on 57 / 212 tests, but they all seem to be of
the same type:
2012 Feb 29
1
Whenjobs automating libguestfs development version test & build
Just a note that 'whenjobs'[1] is now automating libguestfs test and
build, along the development branch.
Simply tagging a new release in git will trigger a cycle of packaging,
test, build, updating the website, and performing a new build in
Fedora Rawhide.
At the moment I'm only doing the tests on Fedora, but I will extend it
later so it tests both individual commits and released
2009 Oct 20
2
[PATCH 0/2] virt-tar and virt-ls
These are general updates to:
https://www.redhat.com/archives/libguestfs/2009-October/msg00037.html
[Libguestfs] [PATCH 4/5] New tool: virt-tar
and:
https://www.redhat.com/archives/libguestfs/2009-October/msg00038.html
[Libguestfs] [PATCH 5/5] New tool: virt-ls
The code uses die "prog: ...\n".
The parameters to virt-tar are swapped so they always go in source ->
destination
2018 Feb 05
0
Re: python 3 bindings on libguestfs
On Mon, Feb 05, 2018 at 11:58:45AM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> Please find below warning which I am facing while running "make" in source code of libguestfs-1.32.4:
>
> **********************************************************************
> make[2]: Entering directory `/root/rpmbuild/SOURCES/libguestfs-1.32.4/python'
> CC