| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The start_test_thread function never returns, it is always
cancelled by the main thread.
(cherry picked from commit b9cb387a109f4d09cdef84a62194201e78f97cb7)
|
|
|
|
|
|
|
| |
Don't escape < and > in verbatim sections.
This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43.
(cherry picked from commit d67da6419ac025db7c48f82054d7153b2c71481d)
|
|
|
|
|
|
|
|
|
|
|
| |
guestfs-gobject.h (in the source directory) was not found.
In file included from <stdin>:4:0:
/path/to/libguestfs/gobject/guestfs-gobject.h:23:37: fatal error: guestfs-gobject-session.h: No such file or directory
compilation terminated.
Error while processing the source.
make[2]: *** [Guestfs-1.0.gir] Error 1
(cherry picked from commit 0c9361a3568c23581ab43cb926fe138669c4b168)
|
|
|
|
| |
(cherry picked from commit 4db251048bd0aca2b98247109f00e68c2080a71c)
|
|
|
|
| |
(cherry picked from commit 17c828d99550da31c33cc8a7e0f874dd651ded19)
|
|
|
|
|
|
|
| |
javah from old GNU classpath won't overwrite the target *.h file,
instead leaving the old one which results in a predictable build
failure. Delete the target so this won't happen.
(cherry picked from commit 4d0aa08b000743cb523792d0824f2514e2e45ffa)
|
|
|
|
| |
(cherry picked from commit 5ea27d740eb9a7a2fe666dd9ffa70114c0c42756)
|
|
|
|
|
| |
Unclear if this is a real bug or not.
(cherry picked from commit 3d174b39bff6118bca3068c20ff874924cbfa1fd)
|
|
|
|
| |
(cherry picked from commit f2fae5151f33e933f4d574dc4324b7a8a2ee393c)
|
|
|
|
| |
(cherry picked from commit b169b03dd42b82218c7241f33425c27660e4bdae)
|
|
|
|
| |
(cherry picked from commit 8111b108d224dda868f257ac0ef23838991b3594)
|
|
|
|
| |
(cherry picked from commit f35aadcd86a081756b35c1eb4326a9d23e82f21e)
|
|
|
|
|
| |
This fixes commit e8ef35df267de6fd6308d0c49a6bdef41113cf19.
(cherry picked from commit a138063acb32f6fccfef24381a9c61f08d68ea74)
|
|
|
|
|
|
| |
The guestfs.* rule appears to be for temporary appliance directories, which are
only at the top level. It was matching more than that.
(cherry picked from commit e8ef35df267de6fd6308d0c49a6bdef41113cf19)
|
|
|
|
| |
(cherry picked from commit 13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82)
|
|
|
|
| |
(cherry picked from commit 09a4e7664b59789f90b6674f640f9d688e4f8b43)
|
|
|
|
|
| |
virt-filesystems requires -a/-d option.
(cherry picked from commit f5c31db5ed4225c263e6f508a85f38aa80411c0e)
|
|
|
|
|
|
|
|
|
|
|
| |
virt_df-domains.o: In function `add_domain':
/home/feeliwood/Downloads/libguestfs-1.17.21/df/domains.c:274: undefined reference to `guestfs___for_each_disk'
guestfs___for_each_disk is only available when libvirt _and_ libxml2
dependencies are available at compile time.
Thanks Tho Huynh.
(cherry picked from commit f1d10672c7da94f8983b3b5d434e64b127da1242)
|
| |
|
|
|
|
|
| |
This directory has not existed for a long time.
(cherry picked from commit fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd)
|
|
|
|
| |
(cherry picked from commit 65ebec4a7a70cd179e4c39d72f539e500931c267)
|
|
|
|
| |
(cherry picked from commit f62db21d8babc14d580f754b0bf4d0cbe3c5bc9d)
|
|
|
|
|
|
|
| |
This function allows you to pass an explicit errno back to the
library. reply_with_error is redefined as a macro that calls
reply_with_error_errno with errno == 0.
(cherry picked from commit 7526df547c5bea9a0cb4370ca022e413388dce2e)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously there was no programmatic way to tell if inspection APIs
were unavailable because they are not compiled in (because hivex isn't
around). This contrasts with daemon APIs where the availability is
covered by the guestfs_available API.
Change the inspection APIs so that when they are not available, the
last errno is set to ENOTSUP. (Note that ENOTSUP must be defined on
all POSIX platforms).
This allows programs to detect if they are using a version of
libguestfs that was compiled without support for inspection, without
having to parse error messages.
(cherry picked from commit c7dff02ccbb6bbe505c73df5d83bea8afdc188c3)
|
|
|
|
| |
(cherry picked from commit e1ffb1011566ec68246df33ca42774b44ad5006c)
|
| |
|
|
|
|
| |
(cherry picked from commit 14938b46a74467d0e4b1cd076ffd7fcbf06c26eb)
|
|
|
|
|
|
| |
This type of test was not used, and in fact the generated test
simply didn't work.
(cherry picked from commit 6bee63beb45678ff937593af59748dfceacdc608)
|
|
|
|
|
|
|
| |
We were not using an unsigned type in the XDR. This doesn't
affect data integrity or the protocol, but it makes it more
complicated for the daemon to set these fields.
(cherry picked from commit c8630300b8ab46c668da1c8d5c1cdb9d1e3a4552)
|
|
|
|
|
|
| |
split_lines already sets reply_with_*, so calling it again would lose
protocol synchronization.
(cherry picked from commit 710ec49bac8bce10bfc0b9ba4b34d877c22f7287)
|
|
|
|
| |
(cherry picked from commit 974dffc6769b732befe85bcd8f614b9600927631)
|
|
|
|
| |
(cherry picked from commit 5749de39c2b44644662fb176784731bce851b828)
|
|
|
|
| |
(cherry picked from commit 1c1ecb2c419382f1677501b22cb98a06c7abe9a9)
|
|
|
|
|
|
| |
Add a signal handler so this potentially large temporary file
is removed when the user hits ^C.
(cherry picked from commit 7283a5a2765c0670e9dceec70e626a49a30d269c)
|
|
|
|
|
|
| |
zero-device is more efficient in general, and avoids writing to blocks
which are already zero.
(cherry picked from commit 8c9f6a64be9840a955e481e932f13d005c0de0de)
|
|
|
|
| |
(cherry picked from commit 7934ea2395d2a417fbc20efc22573113f7ae9d7a)
|
|
|
|
|
|
|
| |
When a Windows guest doesn't have a HKLM\SYSTEM\MountedDevices node,
inspection fails. However inspection should not completely fail just
because we cannot get the drive letter mapping from a guest.
(cherry picked from commit 91cede3465cd2496a01a89d5c8815df7c326c2ec)
|
|
|
|
|
|
| |
other languages and guestfish.
(cherry picked from commit 2bc922dd8e12bcf05e0aeef8a8b60b6aab9ee915)
|
|
|
|
| |
(cherry picked from commit c23f3b8e527bde9a83dd7ae24273db6da87a7268)
|
|
|
|
| |
(cherry picked from commit 13e7a1b400b7e2a5e9335d25205b09e74c89d858)
|
|
|
|
|
| |
This lets us suppress errors in system libraries.
(cherry picked from commit 302309921a8cde83eb19a7c25b7ee43932b91a05)
|
|
|
|
|
| |
Useful for debugging.
(cherry picked from commit 5da61d30520315a7d5060137a6c109f2109a7631)
|
| |
|
|
|
|
|
|
|
|
|
| |
In two places, we were counting things in an array using an 'int'. In
theory, the int could overflow, so gcc determines this to be undefined
behaviour.
The fix is to use size_t or ssize_t instead.
(cherry picked from commit d66dd2260c724bdfe57a8595aac37c8e9173cee5)
|
|
|
|
|
|
|
|
|
|
|
| |
When these tests were originally in the old regressions/ directory,
they used to refer to guestfish via the path '../fish/guestfish'.
Some of the tests were also called 'test-guestfish-*'.
Now that the tests have been moved into the fish/ directory, neither
of these things make sense. So change the relative path to
'./guestfish' and rename all 'test-guestfish-*' as 'test-*'.
(cherry picked from commit 1f603bfd6d7cd17e88f737a496b7e5ee053750c2)
|
|
|
|
| |
(cherry picked from commit 2c8ead5aa0e6b821bf2d21a89e437e9a6c0ed1ca)
|
|
|
|
| |
(cherry picked from commit 099e3dd9f129e05bff5512855ea89530a7999004)
|
|
|
|
| |
(cherry picked from commit 6292e630da080eb5d3427af6190eb68fe4eb1415)
|
|
|
|
| |
(cherry picked from commit e9e0920c00c55894358559bcdbd89d55cbb66d2a)
|