Displaying 8 results from an estimated 8 matches for "guestfs_write_append".
2013 May 09
1
PATCH: Allow specifying the filesystem driver for guestmount
Currently guestfish has mount-vfs, and the libguestfs API has
guestfs_mount_vfs(), but guestmount doesn't allow the user to specify
a filesystem. This patch extends the --mount argument, so you can
force an ext2 partition to mount as ext4:
guestmount -a mydisk.img -m /dev/vda:/:defaults:ext4 mountpoint
You could also use it to choose between ntfs and ntfs-3g, or between
hfsplus and the
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...the
API, making reading or editing the Windows Registry much more
efficient.
Several libguestfs APIs were reimplemented so they no longer have any
limits on output. The reimplemented APIs are: guestfs_cat,
guestfs_find, guestfs_read_file, guestfs_read_lines, guestfs_write,
guestfs_write_append, guestfs_lstatlist, guestfs_lxattrlist,
guestfs_readlinklist, guestfs_ls.
virt tools
guestfish touch 'win:c:\new_file' now works as expected.
guestfish has a new --network option, which enables the user network in
libguestfs.
You can set GUESTFISH_PS1 to use fancy...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
..."content"], [];
+ style = RErr, [String (Pathname, "path"); BufferIn "content"], [];
tests = [
InitScratchFS, Always, TestResultString (
[["write"; "/write"; "new file contents"];
@@ -1132,7 +1132,7 @@ See also C<guestfs_write_append>." };
{ defaults with
name = "write_append"; added = (1, 11, 18);
- style = RErr, [Pathname "path"; BufferIn "content"], [];
+ style = RErr, [String (Pathname, "path"); BufferIn "content"], [];
tests = [
InitScrat...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator.
Rich.
2017 Feb 21
1
[PATCH] generator: Put all the daemon procedure numbers (proc_nr)
This is a follow-up to the other generator changes in:
https://www.redhat.com/archives/libguestfs/2017-February/msg00217.html
Rich.
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files.
Rich.
2011 Jul 15
0
builder-ubuntu libguestfs FAILED tests 9f135be96e21d899b36ef2287a6ba8cea9beb4ff
...;r'
com_redhat_et_libguestfs_GuestFS.c:8821:14: warning: unused variable 'g'
com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1write_1append':
com_redhat_et_libguestfs_GuestFS.c:8851:3: warning: pointer targets in passing argument 3 of 'guestfs_write_append' differ in signedness
../src/guestfs.h:1691:12: note: expected 'const char *' but argument is of type 'jbyte *'
com_redhat_et_libguestfs_GuestFS.c:8856:5: warning: 'return' with a value, in function returning void
make -C ../src libguestfs.la
make[4]: Entering directory...