similar to: [PATCH] Add 'filesize' call.

Displaying 20 results from an estimated 100000 matches similar to: "[PATCH] Add 'filesize' call."

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
2009 Oct 19
5
[PATCH 0/5] Add new tools virt-tar and virt-ls and tidy up the tools code
This patch series starts by tidying up the code for the virt-cat, virt-df, virt-edit, etc tools, moving them into a single directory and making the build system much simpler as a consequence. Then we add two new tools, virt-tar (a general purpose archive and upload tool) and virt-ls (for listing directories). No new functionality is enabled by these tools -- that is to say, you can do everything
2010 May 18
2
[PATCH 0/2] Implement BufferIn argument, and new 'write' call to replace 'write-file'
This is a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=501889 -- 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
2009 Oct 30
2
[PATCH 0/2 v 2 FOR DISCUSSION ONLY] Add FUSE support
Second round of patches. These work so far that you can get directory listings and stuff like that ... 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:
2009 Jul 22
0
[PATCH] Add libguestfs-test-tool
-- 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 7ee0f909b43fc12ae79b615d6e5b3c4eb7debd3f Mon Sep 17
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 Jun 10
1
[PATCH] Add error callback (RHBZ#602599).
This is a partial fix for RHBZ#602599. 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: http://et.redhat.com/~rjones/libguestfs/recipes.html -------------- next part -------------- >From
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
2010 Nov 08
1
[PATCH] fish: Add --rw option (does nothing yet).
This patch is meant for discussion of the issues involved. I'd like to change the default for guestfish -a / -m command line options to open read-only. This creates less opportunity to corrupt disk images by opening them for write while another VM might be using them. With this patch you can specify: guestfish --rw ... which in itself does nothing since the default is currently
2010 Mar 21
10
[PATCH 0/10] Miscellaneous patches to fix some compile problems on Mac OS X
Patches 1-6 are general code quality improvements. Note that Guido previously asked us for the ability to build libguestfs without building the appliance. Patches 7-10 are specific to Mac OS X, but shouldn't break the build for existing platforms. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports
2011 Jan 14
0
[PATCH INCOMPLETE] Add ability to inspect install disks and live CDs.
This patch is not complete yet because it needs to support Fedora, RHEL and Windows CDs. Some examples of the current output: $ virt-inspector ubuntu-10.10-desktop-amd64.iso <?xml version="1.0"?> <operatingsystems> <operatingsystem> <root>/dev/sda</root> <name>linux</name> <distro>ubuntu</distro>
2011 Jan 17
1
Assigning qemu process to cgroups
I had a go at writing a patch, but I think it's possible already without any patch. After launch you can get the PID of the qemu subprocess: guestfs_get_pid (g); --> returns PID You can use Linux to map this to a list of thread IDs: ls /proc/$PID/task/ --> returns a list of thread IDs [Yes, this is potentially racy, but in reality qemu has already started up fully after
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
2010 Jun 04
3
[PATCH 0/3] some guestfish sub commands can not handle special files properly (RHBZ#582484)
-- 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
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 Oct 30
1
[PATCH] appliance: Don't rebuild the appliance every time configure runs
Whenever config.status / configure runs it touches appliance/make.sh (even if the file hasn't changed) and that causes the appliance to be rebuilt completely. This patch breaks that dependency because building the appliance is time-consuming (since dracut was added) so we should try not to build it each time. Rich. -- Richard Jones, Virtualization Group, Red Hat
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 Aug 24
1
[PATCH] New APIs: set-network and get-network to enable network support.
-- 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 56f426a0be9b0c2e6551ae7a841d236c5909b488 Mon Sep 17
2009 Nov 25
0
Building guestfs_protocol.o in the daemon
Recently we changed the daemon so it builds guestfs_protocol.o by this rule: $(libsrcdir)/guestfs_protocol.o: force $(MAKE) -C $(libsrcdir) guestfs_protocol.o guestfsd_LDADD = \ $(libsrcdir)/guestfs_protocol.o \ #... The problem with doing this when building on Windows is that the toplevel src/ directory will be configured differently from the daemon/ directory. This means that