Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Add a new internal-autosync API to perform autosync."
2016 Feb 03
0
Re: [PATCH 1/3] launch: add internal helper for socket paths creation
On Wed, Feb 03, 2016 at 10:35:07AM +0100, Pino Toscano wrote:
> On Tuesday 02 February 2016 19:47:12 Richard W.M. Jones wrote:
> > On Tue, Feb 02, 2016 at 03:27:39PM +0100, Pino Toscano wrote:
> > > diff --git a/src/launch.c b/src/launch.c
> > > index f59818f..ec061e3 100644
> > > --- a/src/launch.c
> > > +++ b/src/launch.c
> > > @@ -418,6
2010 Dec 02
2
[PATCH 0/2] Add mkfs-opts API with optional arguments
This requires changing the generator so it can handle passing optional
arguments all thr way through to the daemon, changing the protocol
(see previous patch set), and implementing the new mkfs-opts call.
At the moment there is just an optional blocksize argument, thus
mimicking what you can already do with 'mkfs-b'. But this change will
allow us in future to encode much of the rest of
2019 Aug 12
0
Re: [PATCH libnbd 1/7] api: Add semi-private function for freeing persistent data.
On Mon, Aug 12, 2019 at 01:53:56PM -0500, Eric Blake wrote:
> We then have the design question of whether to make an OClosure type,
> where C has two functions nbd_aio_pread and nbd_aio_pread_callback for
> convenience, but where other languages have only a single nbd.aio_pread
> where the callback parameter is optional (the Closure type for
> pread_structured chunk and for
2019 Oct 18
0
Re: [PATCH libnbd 2/2] api: Add support for AF_VSOCK.
On Fri, Oct 18, 2019 at 10:58:43AM -0500, Eric Blake wrote:
> On 10/18/19 10:39 AM, Richard W.M. Jones wrote:
> >+Connect (synchronously) over the C<AF_VSOCK> protocol from a
> >+virtual machine to an NBD server, usually running on the host. The
> >+C<cid> and C<port> parameters specify the server address. Usually
> >+C<cid> should be C<2>
2016 Feb 26
0
Re: [PATCH] added ntfscat_i api
On Sat, Feb 27, 2016 at 12:53:51AM +0200, noxdafox wrote:
> On 26/02/16 10:12, Richard W.M. Jones wrote:
> >On Fri, Feb 26, 2016 at 12:16:22AM +0200, noxdafox wrote:
> >>According to autogen.sh output Perl bindings and virt tools seem to
> >>be missing, could it be related to this? Are the tests relying to
> >>such dependencies?
> >Yes, the tests rely on
2019 Oct 04
0
Re: [PATCH libnbd 3/4] api: Add nbd_connect_socket.
On Fri, Oct 04, 2019 at 03:08:15PM -0500, Eric Blake wrote:
> Do we want a mode where we can hand a socket to libnbd that has
> already completed handshake phase and is immediately ready for
> transaction phase? I've seen posts describing alternative programs
> that do their own handshake before using ioctls to hand an open
> socket to the kernel kvm module, which only needs to
2020 Aug 17
1
Re: [libnbd PATCH v2 06/13] api: Add nbd_opt_abort and nbd_aio_opt_abort
On Fri, Aug 14, 2020 at 05:00:25PM -0500, Eric Blake wrote:
> diff --git a/lib/internal.h b/lib/internal.h
> index 5f495fb..03baacd 100644
> --- a/lib/internal.h
> +++ b/lib/internal.h
> @@ -101,6 +101,7 @@ struct nbd_handle {
>
> /* Option negotiation mode. */
> bool opt_mode;
> + uint8_t current_opt;
Be nice to add a comment here about what current_opt can
2018 Oct 02
0
Re: [PATCH v2 API PROPOSAL 0/5] inspection Add network interfaces to inspection data.
I wrote some code which can get this kind of information from the
Windows Registry:
<interfaces>
<interface name="Ethernet" type="unknown">
<parameters>
<parameter name="bootproto">dhcp</parameter>
<parameter name="gateway">10.0.2.2</parameter>
<parameter
2016 Feb 27
0
Re: [PATCH] added ntfscat_i api
On Sat, Feb 27, 2016 at 09:55:32PM +0200, noxdafox wrote:
> On 27/02/16 11:23, Richard W.M. Jones wrote:
> >[...]
> >>>>md_create: feature 'mdadm' is not available in this
> >>>>build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for
> >>>>how to check for the availability of features. at
2014 Sep 23
1
Re: [PATCH v3 7/7] resize: add support to resize logical partitions
On Tue, Sep 23, 2014 at 01:37:10PM +0800, Hu Tao wrote:
> On Mon, Sep 22, 2014 at 04:58:44PM +0100, Richard W.M. Jones wrote:
> >
> > I'm going to have to test the heck out of patch 07 to really
> > understand what it is doing and whether it works. Our current
> > virt-resize test suite isn't really up to the job.
>
> Is the virt-resize test suite public
2009 Aug 22
1
[PATCH] Add waitpid along guestfs_close path (RHBZ#518747)
Not quite sure what happened to the waitpid()s which were along that
path, but at some point they seem to have got deleted. This is a fix
for:
https://bugzilla.redhat.com/show_bug.cgi?id=518747
I haven't been able to run the tests yet however, because currently
Rawhide is broken (ntfsprogs has missing dependencies).
Rich.
--
Richard Jones, Emerging Technologies, Red Hat
2010 Apr 28
2
[PATCH hivex] regedit: Add implicit nul-termination when importing strings.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://et.redhat.com/~rjones/libguestfs/
See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html
-------------- next part --------------
>From 81cc08b749bde37f364400c2b983d1e73e8dde21 Mon Sep 17
2020 Aug 25
0
ANNOUNCE: libnbd 1.4 - high performance NBD client library
I'm pleased to announce the release of libnbd 1.4.0,
a high performance Network Block Device (NBD) client library.
Key features of libnbd:
* Synchronous API for ease of use.
* Asynchronous API for writing non-blocking, multithreaded clients.
You can mix both APIs freely.
* High performance.
* Minimal dependencies for the basic library.
* Well-documented, stable API.
* Bindings
2009 Oct 26
2
[PATCH 0/2] New API: case_sensitive_path
This is the previously controversial 1/3 patch, split into two parts.
The first patch contains these changes from last time:
- set errno = 0 before readdir, and check for errors after
- check for other errors from the chdir call which weren't ENOTDIR
- the documentation is clarified about when you might use this function
- more comprehensive tests, including the corner cases Matt
2009 Oct 26
1
[PATCH] New API: blkid_type - get the Linux VFS driver for a mounted device
This call wraps up some functionality of blkid so you can get the
Linux VFS driver for a mounted filesystem.
For example:
$ guestfish --ro -a /dev/vg_trick/Win2003x32 -m /dev/sda1 \
blkid_type /dev/sda1
ntfs
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many
2010 May 18
0
[PATCH] New API: Implement pwrite system call (partial fix for RHBZ#592883).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://et.redhat.com/~rjones/libguestfs/
See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html
-------------- next part --------------
>From d634c9780b55b6bb21bffc997e483e5b12491eb8 Mon Sep 17
2010 Jul 28
1
[PATCH] New API: file-architecture
I've nearly converted the Perl code for inspection into C, but while
I'm fixing the bugs, it strikes me that the 'file_architecture' part
of this is simple and self-contained.
This is just a translation of the Perl call into C. The Perl call
continues to exist, but is marked as deprecated. Probably we should
simply replace it with a call to the new API.
Rich.
--
Richard
2010 Nov 15
3
[PATCH 0/3] Make listing applications into a core API
After these three patches, virt-inspector is just a shell around the
core API, left doing command line parsing.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://et.redhat.com/~rjones/libguestfs/
See what it can do:
2015 Jan 27
0
Re: [PATCH 00/16] btrfs: add support to btrfs scrub, balance, rescue and inspect
On Tue, Jan 27, 2015 at 09:24:35AM +0800, Hu Tao wrote:
> On Wed, Jan 21, 2015 at 01:58:02PM +0000, Richard W.M. Jones wrote:
> > On Fri, Jan 16, 2015 at 10:23:35AM +0800, Hu Tao wrote:
> > [...]
> >
> > Thanks for these patches. I will push all of them shortly *except*:
>
> Thanks!
>
> >
> > > New API: btrfs_balance_status
> > >
2017 Apr 28
1
Re: [PATCH] add enable_appliance flag to specify the appliance build
On Fri, Apr 28, 2017 at 05:03:58PM +0300, Pavel Butsykin wrote:
> On 27.04.2017 18:28, Richard W.M. Jones wrote:
> >
> >On Thu, Apr 27, 2017 at 03:55:10PM +0300, Pavel Butsykin wrote:
> >>The flag determines the behavior of working with the appliance, and specifically
> >>the choice to use the build supermin appliance or the fixed appliance. If the
>