search for: guestfs_pwrite_device

Displaying 20 results from an estimated 59 matches for "guestfs_pwrite_device".

2017 Jul 12
3
any read/write raw image function or API in Python?
I know there's lots of functions that can access/modify the internal fs of img or qcow2 through libguestfs. I want to know is there any library can modify the raw/qcow2 image directly in Python? For example, there's function called read_qcow2(), and I can know the content of tmp.qcow2 through the function read_qcow2().
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 Mar 09
5
[PATCH 0/5] Fixes to resize2fs (RHBZ#755729, RHBZ#801640)
https://bugzilla.redhat.com/show_bug.cgi?id=755729 This bug reports that the error message printed by the resize2fs API calls (which comes directly from the resize2fs command) says: Please run 'e2fsck -f /dev/vda1' first. That command is not possible from guestfish (where it would be 'e2fsck-f' or 'e2fsck ... forceall:true'). Fixing that bug caused this bug:
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.
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...]; + style = RInt "nbytes", [String (Pathname, "path"); BufferIn "content"; Int64 "offset"], []; protocol_limit_warning = true; tests = [ InitScratchFS, Always, TestResultString ( @@ -5704,7 +5704,7 @@ See also C<guestfs_pread>, C<guestfs_pwrite_device>." }; { defaults with name = "resize2fs_size"; added = (1, 3, 14); - style = RErr, [Device "device"; Int64 "size"], []; + style = RErr, [String (Device, "device"); Int64 "size"], []; shortdesc = "resize an ext2, ext...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...8: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269: warning: 'return...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...6: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8275: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:889: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8344: warning: 'return...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...4: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:877: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269: warning: 'return...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269:3: warning: 'r...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8275:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:889:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8344:3: warning: 'r...
2010 Dec 21
0
builder-debian libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...8: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269: warning: 'return...
2010 Dec 21
0
builder-ubuntu libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269:3: warning: 'r...
2010 Dec 14
0
builder-debian libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...4: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:877: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269: warning: 'return...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...8: 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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269: warning: 'return...
2011 Jan 14
0
builder-ubuntu libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:881:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269:3: warning: 'r...
2010 Dec 10
0
builder-ubuntu libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:877:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269:3: warning: 'r...
2011 Jan 22
0
builder-ubuntu libguestfs success 78f1405de05ef1f2efebafd8245658d1707e59ef
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8275:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:889:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8344:3: warning: 'r...
2010 Dec 14
0
builder-ubuntu libguestfs success dec770f171329868081985ca0aa3d52eb3759935
...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__1pwrite_1device': com_redhat_et_libguestfs_GuestFS.c:8200:3: warning: pointer targets in passing argument 3 of 'guestfs_pwrite_device' differ in signedness ../src/guestfs.h:877:12: note: expected 'const char *' but argument is of type 'jbyte *' com_redhat_et_libguestfs_GuestFS.c: In function 'Java_com_redhat_et_libguestfs_GuestFS__1mkfs_1opts': com_redhat_et_libguestfs_GuestFS.c:8269:3: warning: 'r...