similar to: [PATCH] Add libguestfs-test-tool

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Add libguestfs-test-tool"

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
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 23
2
[PATCH] New tool: virt-edit
This adds a virt-edit command. This is already possible using guestfish: guestfish -i domain ><fs> vi /some/file but having a special command to do it makes the operation more obvious and easier. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages.
2009 Sep 14
0
Fedora Virtualization Test Day (Thursday 2009-09-17)
Mark is organizing the Fedora Virtualization Test Day, which is this Thursday, 2009-09-17. Amongst the things that we'll be testing is libguestfs, and anyone who is interested in libguestfs and can contribute a little time is welcome to come along and help us. Join #fedora-test-day on FreeNode at any time, and ping someone (eg. me: 'rwmjones'). More details here:
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 Nov 18
0
[RHEL 6.1] libguestfs test packages available
libguestfs 1.6 will be the basis for RHEL 6.1. If you are using RHEL 6.0, thanks for supporting Red Hat, and if you want to try out the new version, then I have built some packages here: http://people.redhat.com/~rjones/rhel6.1-libguestfs-preview/ These are built on RHEL 6.0 and should install directly on top of RHEL 6.0. Some highlights: - Based on the upstream stable 1.6 branch. - Much
2009 Jul 15
0
Weird build bug in Koji / EL-5 (can anyone help?)
Compare this successful build of 1.0.60 in EPEL-5: http://kojipkgs.fedoraproject.org/packages/libguestfs/1.0.60/2.el5/data/logs/x86_64/build.log with this unsuccessful build of 1.0.61, done ~24 hours later: http://koji.fedoraproject.org/koji/getfile?taskID=1477023&name=build.log The unsuccessful build fails with: /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one
2009 Sep 17
1
[PATCH] 'len' should be an unsigned 32 bit int.
-- 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 4d86861feb312fda6d366e2bd067bcc58470c1e0 Mon Sep 17
2009 Aug 06
0
Are we ready for 1.0.66?
I'm planning to try to release 1.0.66 later today. If you have anything that you need to go in, post it or bring it to our attention now ... Rich. -- 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:
2009 Aug 19
1
[PATCH] mke2fs: Use e4fsprogs programs if available.
-- 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 7b03d0e1e352dac33c2753bf3aaa8c96a05021de Mon Sep 17
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
2009 Sep 18
1
[PATCH] Enable new-style -chardev ... guestfwd command line
This also changes the name of the "vmchannel" buffer to just "buf", reflecting the fact that it's just used as a temporary buffer, and that the word vmchannel is overloaded. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages.
2009 Sep 22
1
[PATCH] Change handling of spaces on Linux kernel command line
-- 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 38588ad8f237f1a9987c832add6ed8ca07177194 Mon Sep 17
2009 Oct 01
1
[PATCH] inspector: Don't bomb if no kernels detected.
This is a partial fix for https://bugzilla.redhat.com/show_bug.cgi?id=526717 Rich. -- 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
2010 Apr 08
1
libguestfs 1.2.x (stable series) and 1.3.x (development series) created
As proposed earlier: https://www.redhat.com/archives/libguestfs/2010-April/msg00005.html I have created libguestfs 1.2 stable series and 1.3 development series. I have released tarballs for libguestfs 1.2.0 and 1.3.0. These are exactly the same as version 1.0.89 (I didn't even change the version number inside them). http://libguestfs.org/download/?C=M;O=D This is just to get things
2009 Aug 12
2
[PATCH] Don't use cache=off if device is on tmpfs
[For a bug noted earlier by both Matt Booth and Jim Meyering] If you use the guestfs_add_drive function, then currently it generates a qemu command line element like: -drive ...,cache=off,... This causes qemu to try to open the device with O_DIRECT. Unfortunately some filesystems don't support this flag, notably tmpfs, which means you can't use libguestfs in conjunction with tmpfs.
2009 Nov 02
4
[PATCH 0/3 VERSION 3 FOR DISCUSSION ONLY] FUSE support for libguestfs
This is the third version of the FUSE bindings for libguestfs. Still, read and write calls don't work, but you can now navigate through the filesystem hierarchy efficiently. Rich. .gitignore | 3 + HACKING | 3 + Makefile.am | 5 + README | 2 + TODO | 37 +-- bindtests | 13 + bootstrap | 2 +
2009 Nov 10
0
ANNOUNCE: libguestfs 1.0.78 released
I'm pleased to announce the release of libguestfs 1.0.78. 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 A Fedora build is available in Koji here: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391 (These release
2010 Mar 19
1
[PATCH FOR DISCUSSION ONLY] virt-resize tool for resizing virtual machines.
Unfinished patch to implement virt-resize. The concept is solid. It just needs a little more thought as to exactly how containers [of containers] expand and shrink in response to user requests. 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.
2009 Dec 07
2
Re: libguestfs performance
On Tue, Dec 01, 2009 at 04:08:38PM +0100, Pierre Riteau wrote: > For a project of mine I would like to create VMs from tarballs of > root filesystems. I would like to use libguestfs since this is > exactly what the tar2vm.sh guestfish recipe does. > > However, I need to extract tarballs that are in the hundreds of > megabytes, but my tests showed that performance is very low,