similar to: [PATCH] Python: Use new PyCapsule API where supported.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Python: Use new PyCapsule API where supported."

2019 Nov 22
0
Re: [PATCH nbdkit v2 02/10] python: Add various constants to the API.
On Fri, Nov 22, 2019 at 10:05:15PM +0200, Nir Soffer wrote: > On Fri, Nov 22, 2019 at 9:54 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > These are accessible from the plugin by: > > > > import nbdkit > > > > if flags & nbdkit.FLAG_MAY_TRIM: > > &c. > > Nice way to expose the flags! > > > Many (all?) of
2019 Nov 22
1
Re: [PATCH nbdkit v2 02/10] python: Add various constants to the API.
On Fri, Nov 22, 2019 at 10:52 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Fri, Nov 22, 2019 at 10:05:15PM +0200, Nir Soffer wrote: > > On Fri, Nov 22, 2019 at 9:54 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > These are accessible from the plugin by: > > > > > > import nbdkit > > > > > > if
2012 May 11
1
Re: Re: guestfs_mount_local* api undefined symbols
the 'hivex' had been installed actually, hivex.x86_64 0:1.2.4-3.el6 and perl-hivex.x86_64 0:1.2.4-3.el6, however it just could not be detected.Maybe i should compile one rather than just yum. I`m not familiar with hivex,as far as i know, it can be used to modify windows registry, but why the inspection API had been binded with hivex when we might use inspection api solely with linux os
2012 Apr 25
0
Change to unstable mkfs-btrfs API
I'm going to change the mkfs-btrfs API so its single and only parameter is a list of devices (instead of a single device). btrfs filesystems can span multiple devices, so this is necessary to create such filesystems, eg: mkfs-btrfs ["/dev/vda1", "/dev/vdb1"] mount "/dev/vda1", "/" would create a filesystem across two devices and mount it.
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 > >
2010 May 16
1
FW: Emailing: 0002-use-single-registry-change-for-all-supported-windows.patch
Attached is a fixed version of the patch. > -----Original Message----- > From: Richard W.M. Jones [mailto:rjones at redhat.com] > Sent: Friday, May 14, 2010 10:23 AM > To: Amos Benari > Cc: libguestfs at redhat.com > Subject: Re: [Libguestfs] Emailing: 0002-use-single-registry-change- > for-all-supported-windows.patch > > > From: unknown <Amos at .(none)>
2009 Nov 20
1
[PATCH] daemon/Win32: Use gnulib modules for first porting to Win32.
Quite a victory for Gnulib here. I was able to port a large part of the daemon just by adding some modules and fixing a few headers. The remaining issues which are *not* fixed are: * No chroot on Windows. * No sync(2) call. * No posix_fallocate call. * No futimes call. * No pread call. * No custom printf format specifiers. * Quite a few problems in guestfsd.c, eg. code to run external
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 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 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 >
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.
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
2010 Jul 16
2
[PATCH 0/2] Improve the performance of virt-df
Currently virt-df launches the appliance once for each guest. With these two patches the number of times the appliance launches is reduced to once every 26 block devices. In theory we could do better by adding support for disk hot-add (supported by qemu but not via libguestfs at the moment). However this patch is still an improvement on the current situation. Rich. -- Richard Jones,
2010 Dec 19
1
Defrag guest fs
On Sun, Dec 19, 2010 at 12:12:58PM +0100, Olivier Hault wrote: > For a while, I wonder if it would be possible to defrag guest fs > from the host. I can see two flavors a) offline defrag, b) online > defrag of the guest fs > > I there already solutions of works in progress to support those > operations ? We don't support this right now. However it is certainly something we
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
2009 Nov 25
0
[PATCH] daemon: Use gnulib futimens module.
-- 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 -------------- next part -------------- >From 77c8469064700ee4f73d76bd58947aa87547067c Mon Sep 17 00:00:00 2001 From: Richard Jones
2009 Nov 26
1
[PATCH] daemon/Win32: Use Gnulib perror module.
-- 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 -------------- next part -------------- >From b76462f7433d064019382992163e3553c7906ee7 Mon Sep 17 00:00:00 2001 From: Richard Jones
2010 Jan 22
0
[PATCH] guestfish: Use xstrtol to parse integers (RHBZ#557655).
See also: https://bugzilla.redhat.com/show_bug.cgi?id=557655 -- 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 -------------- next part -------------- >From
2010 Mar 21
1
XML encoding of the registry
[CC-ing to libguestfs mailing list] You might want to try building from the tarballs. You won't need OCaml to build from the tarballs (although that is available for Mac OS X, see: http://godi.camlcity.org/). If you want to see how we build for Fedora, see: http://cvs.fedoraproject.org/viewvc/devel/libguestfs/libguestfs.spec?view=markup If building from git, make sure you start with the
2009 Aug 10
2
/config.status
If you just git clone, ./autogen.sh, make, then the first time you get this error: Making all in po make[2]: Entering directory `/home/rjones/d/libguestfs/po' make[2]: *** No rule to make target `/config.status', needed by `Makefile'. Stop. make[2]: Leaving directory `/home/rjones/d/libguestfs/po' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory