Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Fix for tab-completion segfault"
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
2009 Jul 28
1
[PATCH / discussion only] Lib.pm: Add file_architecture command.
(Not to be applied - there is still a bug in the handling of initrd
images).
This patch does the same as the previous 'file-arch' command, except
written in Perl and running on the host.
Rich.
--
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,
2009 Jul 28
1
[PATCH v2] Replace shell_quote function with %Q and %R printf specifiers.
Here is an update to the patch posted yesterday. The changes are:
(1) Don't use inline (for mdbooth).
(2) Added a comment to HACKING (for mdbooth).
(3) Check for old-style and new-style glibc functions and use whatever
is available (for danpb).
(4) Removed the old shell_quote function instead of just commenting it
out.
Can anyone decode from Uli's message[1] whether these new
2009 Jul 23
1
ANNOUNCE: libguestfs 1.0.64 released
I'm pleased to announce the release of libguestfs 1.0.64, the library
for accessing and modifying virtual machine disk images.
Homepage: http://libguestfs.org/
Downloads: http://libguestfs.org/download/
Git repo: http://git.et.redhat.com/?p=libguestfs.git
Fedora builds: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
NOTE at present there is a bug in qemu's
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 Sep 17
1
[PATCH] Disable -Wunsafe-loop-optimizations
--
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
-------------- next part --------------
>From e922f13d6b9b4da8040b721b20f858036f7b7e06 Mon Sep 17 00:00:00 2001
From: Richard Jones
2009 Aug 13
0
ANNOUNCE: libguestfs 1.0.67 released
I'm pleased to announce the release of libguestfs 1.0.67.
Libguestfs is a library for accessing and modifying virtual machine
disk images.
Home page: http://libguestfs.org/
Source: http://libguestfs.org/download/
Binaries: http://libguestfs.org/FAQ.html#binaries
Fedora builds aren't ready yet because of the current Koji outage.
(These release notes cover all the significant
2009 Sep 17
2
[PATCH] Fix verbose packet dumping functions.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-------------- next part --------------
>From 4f6c743041996af4e4e31f8895e5840cbacf4905 Mon Sep 17
2009 Jul 10
0
[ANNOUNCE] Version 1.0.57 released
I just pushed a new release of libguestfs 1.0.57.
Home page: http://libguestfs.org/
Downloads: http://libguestfs.org/download/
Git repo: http://git.et.redhat.com/?p=libguestfs.git;a=summary
New features:
- virt-df, like 'df' for virtual machines:
# virt-df -h
Filesystem Size Used Available Use%
Ubuntu904x64:/dev/sda1 9.4G
2010 Mar 02
0
[PATCH] More complete fix for bash regexp quoting bug.
--
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 4891ff9945177e8666af8381d1e0a54b8ce363e2 Mon Sep 17 00:00:00 2001
From: Richard Jones
2009 Aug 20
1
libguestfs / virt-v2v split, new repo for virt-v2v
We've split off virt-v2v components into a separate repository:
http://gitorious.org/virt-v2v/
(Previously they were part of the libguestfs repository).
So virt-v2v stuff will disappear from the libguestfs repository
shortly. You can get it from the link above instead.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
libguestfs lets you edit virtual
2010 May 06
3
[PATCH 0/3] Fix resolving absolute symlinks (RHBZ#579608).
This patchset just fixes the 'hexdump' command as an example. The
important part of the patch is #2 since that shows the approach I want
to take to fix this.
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.
2010 Oct 01
1
[PATCH] fish: Fix glob command (RHBZ#635969).
Note this bug was very confusing because glob works when you use the
-x (trace) option, so when you try to trace the commands being run
the bug "disappears".
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.
2010 Sep 27
6
[PATCH 0/4] Fixes for virt-resize
Fixes for both of these bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=633096
virt-resize calculates block device size incorrectly, doesn't work with qcow2 target
https://bugzilla.redhat.com/show_bug.cgi?id=633766
virt-resize --shrink fails
I'm still doing testing on these, but the patches seem good
enough to review.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2009 Sep 17
1
[PATCH] Fix code which looked for leaked FDs between each command.
--
Richard Jones, Emerging Technologies, Red Hat http://et.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 d5fad33b4eaa39722ea1dc96de9446ffc4805e01 Mon Sep 17
2010 Apr 08
2
[PATCH 0/2] Fix tar-in, tgz-in commands (RHBZ#580246)
Two-part patch to fix RHBZ#580246.
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
2010 Jun 16
1
[PATCH] ocaml: Fix thread safety of strings in bindings (RHBZ#604691).
--
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 20d557ef71df326280877f76777ab485be981d12 Mon Sep 17 00:00:00 2001
From: Richard Jones
2018 Dec 07
2
Re: [nbdkit PATCH] build: Allow 'make install' into non-root --prefix: bash-completion
I don't really know enough on this topic to comment on the patch,
except for a general comment that this sounds like it could be a bug
in either pkg-config or bash-completion.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny
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
2011 Mar 15
3
[PATCH 0/3] Various fixes to the Ruby bindings (RHBZ#667610).
https://bugzilla.redhat.com/show_bug.cgi?id=667610
Original message from clalance:
https://www.redhat.com/archives/libguestfs/2011-January/msg00014.html
I believe that these 3 patches fix all of the issues that Chris has
raised.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many