Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] generator: Allow individual tests to depend on daemon features."
2009 Nov 24
0
[PATCH] generator: Passing "" to StringList tests should turn into empty list.
This is a simple bug fix.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From cc560d9e43520b03e815ff4a7ae40faabd1f0162 Mon Sep 17 00:00:00 2001
2017 Jul 20
0
Re: [PATCH 06/27] daemon: Add unit tests of the ‘Utils’ module.
On Thu, Jul 20, 2017 at 09:48:52AM +0200, Pino Toscano wrote:
> On Wednesday, 19 July 2017 16:33:39 CEST Richard W.M. Jones wrote:
> > On Wed, Jul 19, 2017 at 02:29:33PM +0200, Pino Toscano wrote:
> > > On Wednesday, 19 July 2017 14:21:51 CEST Richard W.M. Jones wrote:
> > > > On Wed, Jul 19, 2017 at 12:57:08PM +0200, Pino Toscano wrote:
> > > > > Would
2009 Nov 20
6
[PATCH 0/6] Simple fixes for cross-compiling the daemon
As outlined here:
https://www.redhat.com/archives/libguestfs/2009-November/msg00171.html
These patches fix some of the simpler things. Some of the things (the
missing headers) are genuine bugs.
Note in order to cross-compile at all you have to comment out the
section in the daemon/configure.ac where it detects custom format
specifiers.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2009 Nov 26
1
[PATCH] daemon/Win32: use gnulib modules connect, socket and symlinkat (for readlinkat).
We should try to replace readlinkat with {a,x}readlinkat, but I'll
leave that to a future change.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part
2010 Sep 11
0
src/generator.ml is no more!
However you'll be glad to know it has been replaced (or more
accurately, split) into a dozen different source files:
http://git.annexia.org/?p=libguestfs.git;a=commit;h=04d8209077d2227eb1d42695ba71147f78987050
Read the generator/README file first.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny
2010 May 19
0
[PATCH] generator: Some String parameters should be OptString (RHBZ#501894).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 34a463e8a3f5c05f8258c2b6cfaa6d983e703c83 Mon Sep 17 00:00:00 2001
From: Richard Jones
2009 Oct 01
2
[PATCH 0/2] Add RELAX NG schema and tests for virt-inspector --xml
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
2011 Jan 18
4
[PATCH 0/4] In guestfish allow <! for inline execution
Read the man page in the final patch, but the idea is:
<! for n in `seq 1 100`; do echo write /foo.$n $n; done
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
2009 Oct 26
3
[PATCH 0/3] Handle NTFS 3g case sensitive Windows paths in the daemon
In the current Perl library we have a function called
resolve_windows_path which handles the useful [for Windows guests]
case where we need to resolve the true, case-sensitive path behind a
case-insensitive Windows path.
For example, a Windows path like "C:\Windows\System32" can be
presented to Linux by NTFS 3g in a variety of ways, eg:
/WINDOWS/system32
/WINDOWS/SYSTEM32
2009 Nov 26
2
[PATCH 0/2] Build guestfs_protocol separately in the daemon
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
2010 Jun 01
1
[PATCH] daemon: Limit label lengths (RHBZ#597118).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From f5f43227870f4a2bedbd92361acdc3ca371a8418 Mon Sep 17 00:00:00 2001
From: Richard Jones
2010 Aug 27
1
[PATCH] daemon: Set O_CLOEXEC flag on the virtio-serial port.
You can see that currently we leak the virtio-serial file
descriptor into child processes.
><fs> debug fds ''
0 /dev/console
1 /dev/console
2 /dev/console
3 /dev/vport0p1
4 /proc/252/fd
><fs> debug sh 'ls -l /proc/self/fd'
total 0
lr-x------ 1 root root 64 Aug 27 15:14 0 -> /dev/null
l-wx------ 1 root root 64 Aug 27 15:14 1 -> pipe:[5124]
l-wx------ 1
2009 Aug 12
1
[PATCH] Allow selinux=? and enforcing=? kernel flags to be controlled
This is a pretty uncontroversial patch which just allows the
selinux=? and enforcing=? flags on the kernel command line
to be controlled.
Currently libguestfs unconditionally passes selinux=0. By default
this patch does the same thing, but allows programs to enable SELinux
in the kernel and/or set it to enforcing mode.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat
2009 Nov 26
1
[PATCH] daemon: program_name must be defined for Gnulib error module.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 42407dd684bf9abaa046eb173de8dad4f2f80419 Mon Sep 17 00:00:00 2001
From: Richard Jones
2010 May 07
0
[PATCH] daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-------------- next part --------------
>From 9a503ec7d7fa16e09abab53cc7f768b72020ce08 Mon Sep 17 00:00:00 2001
From: Richard Jones
2010 Jun 02
0
[PATCH] daemon: count_strings function returns size_t
The return value from count_strings can only ever be >= 0, so it
should be a size_t not an int.
This is in preparation for fixing 598309, but I'm still testing that
(rather large) patch.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats,
2011 Aug 05
0
FYI: Large build change -- removed separate daemon/configure.ac
http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6
Originally I had the daemon directory use a separate configure script,
because we thought we would recompile the daemon for multiple
different architectures, so that we could have libguestfs able to run
commands in guests which have a different architecture from the host.
Well, that didn't really
2019 Aug 13
0
Re: [PATCH libnbd v2 1/3] generator: Implement OClosure.
On Tue, Aug 13, 2019 at 10:50:09AM -0500, Eric Blake wrote:
> On 8/13/19 10:12 AM, Richard W.M. Jones wrote:
> > An optional Closure parameter, but otherwise works the same way as
> > Closure.
> > ---
> > generator/generator | 57 ++++++++++++++++++++++++++++++++++++---------
> > 1 file changed, 46 insertions(+), 11 deletions(-)
>
> Do we need to edit the
2011 Jun 22
1
[PATCH v1] Allow 9p filesystems to be mounted and listed (RHBZ#714981) *UNTESTED*.
The two patches attached allow 9p filesystems to be mounted and
listed.
Note that I did *not* test the new list-9p function, because I don't
have a guest with a new enough kernel handy.
9p filesystems are not included in the output of list-filesystems.
Because a lot of existing code feeds the output of list-filesystems
directly into the input of mount-options, mount-ro or (even worse)
plain
2017 Apr 24
1
Re: [PATCH v7 1/7] daemon: expose file upload logic
On Sun, Apr 23, 2017 at 07:49:56PM +0300, Matteo Cafasso wrote:
> + if (r == -1) { /* write error */
> + err = errno;
> + r = cancel_receive ();
You need to use ignore_value here, and it needs to be in a separate
commit, as discussed previously.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: