search for: guestfs_lstatlist

Displaying 20 results from an estimated 74 matches for "guestfs_lstatlist".

2014 Sep 22
0
Re: [PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
On Monday 22 September 2014 13:48:38 Richard W.M. Jones wrote: > The existing APIs guestfs_stat, guestfs_lstat and guestfs_lstatlist > return a stat structure that contains atime, mtime and ctime fields > that store only the timestamp in seconds. > > Modern filesystems can store timestamps down to nanosecond > granularity, and the ordinary glibc stat(2) wrapper will return these > in "hidden" stat fi...
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
The existing APIs guestfs_stat, guestfs_lstat and guestfs_lstatlist return a stat structure that contains atime, mtime and ctime fields that store only the timestamp in seconds. Modern filesystems can store timestamps down to nanosecond granularity, and the ordinary glibc stat(2) wrapper will return these in "hidden" stat fields: struct timespec st_at...
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.
2014 Oct 18
1
ANNOUNCE: libguestfs 1.28 released
...stfs_cpio_out Convert a directory within the disk image to cpio format. guestfs_journal_get_realtime_usec Fetch precise journal times, see sd_journal_get_realtime_usec(3). guestfs_lstatns guestfs_lstatnslist guestfs_statns Enhanced versions of guestfs_lstat, guestfs_lstatlist, guestfs_stat which return nanosecond timestamps. Build changes Libguestfs can now be built with qemu 2.x. Add support for packaging the appliance on Mageia (Joseph Wang, Thierry Vignaud). Augeas is now a required dependency. Flex and bison are now required dependenc...
2012 Dec 13
0
ANNOUNCE: libguestfs 1.20 - tools for accessing and modifying virtual machine disk images
...eading 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 prompts in guestfis...
2012 Mar 28
2
[PATCH v2] New APIs: mount-local and umount-local using FUSE
This version doesn't crash or cause hung processes or stuck mountpoints, so that's an improvement. Rich.
2012 Mar 27
3
[PATCH 0/3] Enable FUSE support in the API via 'mount-local' call.
This patch is just for review. It enables FUSE support in the API via two new calls, 'guestfs_mount_local' and 'guestfs_umount_local'. FUSE turns out to be very easy to deadlock (necessitating that the machine be rebooted). Running the test from the third patch is usually an effective way to demonstrate this. However I have not yet managed to produce a simple reproducer that
2012 Mar 29
3
[PATCH v3] New APIs: mount-local, mount-local-run and umount-local using FUSE
This changes the proposed API slightly. Previously 'mount-local' generating a 'mounted' event when the filesystem was ready, and from the 'mounted' event you had to effectively do a fork. Now, 'mount-local' just initializes the mountpoint and you have to call 'mount-local-run' to enter the FUSE main loop. Between these calls you can do a fork or whatever
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649: war...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6654: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:722: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6724: war...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:710: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649: war...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...../src/guestfs.h:523:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579:3: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714:34: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649:3...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...../src/guestfs.h:523:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6654:3: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:722:34: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6724:3...
2010 Dec 21
0
builder-debian libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649: war...
2010 Dec 21
0
builder-ubuntu libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...../src/guestfs.h:523:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579:3: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714:34: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649:3...
2010 Dec 14
0
builder-debian libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:710: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649: war...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...type ../src/guestfs.h:523: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649: war...
2011 Jan 14
0
builder-ubuntu libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...../src/guestfs.h:523:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579:3: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:714:34: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649:3...
2010 Dec 10
0
builder-ubuntu libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...../src/guestfs.h:523:14: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lstatlist': com_redhat_et_libguestfs_GuestFS.c:6579:3: warning: passing argument 3 of 'guestfs_lstatlist' from incompatible pointer type ../src/guestfs.h:710:34: note: expected 'char * const*' but argument is of type 'const char **' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1lxattrlist': com_redhat_et_libguestfs_GuestFS.c:6649:3...