summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* protocol: Enhance "unexpected end of file when reading from daemon" error.Richard W.M. Jones2011-06-131-2/+21
| | | | | | Make this error more informative, since it is a common error when the appliance fails to start up. (cherry picked from commit 2f73ea343cc4a3433f20e99a7835152767a70f80)
* Only include date, not time, in BUGS file.Richard W.M. Jones2011-06-131-1/+1
| | | | | This is so the file does not change so often when using 'make dist'. (cherry picked from commit cdd11b758f2601f7eeda4fca684638b0335d531a)
* virt-ls: Refactor mode selection code.Richard W.M. Jones2011-06-131-77/+123
| | | | | This is just code motion. (cherry picked from commit bb965ded274f911fb5d7889f88db9adaad1d2a52)
* virt-ls: Small fix for output of --help option.Richard W.M. Jones2011-06-131-1/+1
| | | | (cherry picked from commit 7177340a6f0e3ac1f238c69b0ad5267e18252fe2)
* Ubuntu: Fix compilation of virt-resize if old libguestfs already installed.Richard W.M. Jones2011-06-131-1/+5
| | | | (cherry picked from commit 418842518bf856144e2ab33abb6de417d1b60753)
* daemon: Fix error message.Nikita A Menkovich2011-06-131-1/+1
| | | | (cherry picked from commit 08bc8e40cea750bd35493ecab514e8e37c883a0a)
* debian: Add build dependencies: dpkg-dev, devscripts, gperf.Nikita A Menkovich2011-06-131-1/+2
| | | | (cherry picked from commit b85b4fafe1e23dc99d10647f6d35cd37b0a3f02a)
* daemon: Make sysroot_len be size_t instead of int.Richard W.M. Jones2011-06-132-2/+2
| | | | (cherry picked from commit 4b91462bad010a0b214e808f94a916002be65b91)
* guestfs-examples(3): Remove link to OCaml homepage.Richard W.M. Jones2011-06-131-2/+1
| | | | (cherry picked from commit 95368927219f2888aeb1232c7ec950dde538bc39)
* Document that guestfs_file output depends on file(1) command.Richard W.M. Jones2011-06-131-9/+6
| | | | | | And therefore practically it cannot be part of the ABI since the output of file(1) itself changes from time to time. (cherry picked from commit ef6f877b9df261fad1fbf361b8ce7af1055dfbb7)
* fuse: Add note about allowing other users to see filesystem (RHBZ#705200).Richard W.M. Jones2011-06-131-0/+10
| | | | (cherry picked from commit b777a5a64926e9bf9b7109a0e4fb1332b20fa37f)
* generator: Mark sfdisk functions as deprecated.Richard W.M. Jones2011-06-131-4/+4
| | | | | Point to the part-* API calls as replacements. (cherry picked from commit 12414ddc020f94e75a791815d2c1ac2b0d76eaf1)
* generator: Mark mount as deprecated.Richard W.M. Jones2011-06-131-1/+1
| | | | | | | | Callers should use 'mount_options' or 'mount_vfs' instead. See also: http://libguestfs.org/guestfs.3.html#libguestfs_gotchas (cherry picked from commit 4ec8fd189dc8404e713c00bcfc36de358f5cdca3)
* generator: Mark wait_ready as deprecated.Richard W.M. Jones2011-06-131-1/+1
| | | | | | | The function has been a no op for a very long time. By marking it as deprecated we make it clear that you shouldn't call it in new code. (cherry picked from commit 31de91f6d2605899b3a797b73b358eec9c0b1196)
* generator: Check the flags fields.Richard W.M. Jones2011-06-131-0/+32
| | | | (cherry picked from commit b43482964a8c7e19f47943506872cd58601c28e9)
* fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.Richard W.M. Jones2011-06-132-2/+0
| | | | | | This was left over from earlier code. It is used in the base library, but not in guestfish or guestmount. (cherry picked from commit 8c0aca8d9280fb87027826fe89d70cc2701e7f8b)
* lib: Add GCC version macro to the header file.Richard W.M. Jones2011-06-131-0/+5
| | | | | This will be used to internally enable various GCC enhancements. (cherry picked from commit 33adb59b60b1358656439a757f319ba8ce81e26c)
* lib: Add vertical space between each function in <guestfs.h>.Richard W.M. Jones2011-06-131-0/+2
| | | | (cherry picked from commit 36b236fc97880c04e2ceeac502ff07a5e9993e28)
* appliance: Use qemu -machine option where available (RHBZ#700369).Richard W.M. Jones2011-06-131-14/+23
| | | | (Cherry picked from commit 64841fe8957f798df12a38bd81843c7011f2c278)
* debian: Note that libconfig-dev ought to be required.Richard W.M. Jones2011-06-131-0/+1
| | | | | However it doesn't appear to be in Debian at the moment. (cherry picked from commit e95671d69e697f5b44775f797f1ef9fc0829d313)
* debian: Include debian/ directory in tarball.Richard W.M. Jones2011-06-131-0/+25
| | | | | | This makes it simpler to build Debian and Ubuntu packages from the tarballs. (cherry picked from commit 91ea9c1805112233140a463256c89072121fc182)
* Version 1.10.3.1.10.3Richard W.M. Jones2011-05-1819-1978/+2475
|
* build: Sort EXTRA_DIST into lexicographic order.Richard W.M. Jones2011-05-181-13/+13
| | | | (cherry picked from commit 48c91ac03cb0a6ac351822fe70200abb8ac7f761)
* daemon: Remove some less useful debugging messages.Richard W.M. Jones2011-05-187-61/+7
| | | | | | | | | Remove some debug messages which were basically left over from when the code was being developed. However we leave debug messages where it is printing an external command that is about to be executed, since those are useful. (cherry picked from commit 5ce759bfdc70c97121ef34ab4d5c918d568f2474)
* Fix guestfs___rollback_cmdline when pos == 0.Richard W.M. Jones2011-05-181-1/+1
| | | | | | | | | Because of the previous change to size_t, when pos == 0 the loop would wrap around and cause a segmentation fault. This fixes a regression introduced by commit 10167cea98f93a74abe63f0a54d3a662997e7489. (cherry picked from commit 607aa95de927b5b8e4b212655c71bf21acbba372)
* configure: Sort output files in AC_CONFIG_FILES section.Richard W.M. Jones2011-05-181-21/+30
| | | | (cherry picked from commit 8ee0ad0caf2f90f4883909cd9b61c4dd6f9cffbf)
* doc: Use I<-...> for cross-references to command line options.Richard W.M. Jones2011-05-188-50/+50
| | | | | This is now used consistently across all the documentation. (cherry picked from commit c49fc3831d12788c27b90d12f06a1cd69a88e3be)
* df: Refresh virt-df(1) man page.Richard W.M. Jones2011-05-181-18/+31
| | | | | | | | | Add examples. Refresh description. Use I<...> to refer to command line options. (cherry picked from commit 988a8784647a66adbece3c9fb470c06a4cce3cdd)
* guestfs(3): Note that host file size limits affect guest disk limits.Richard W.M. Jones2011-05-181-0/+9
| | | | (cherry picked from commit 805e6dbc15eae5a4f85eea3c37e295aefaefeb69)
* guestfs(3): Refresh documentation for private data area keys.Richard W.M. Jones2011-05-181-5/+6
| | | | (cherry picked from commit 40f2b698ac765128bfcda5f0db893c95d09ae89a)
* guestfs(3): Referenced section is above, not below.Richard W.M. Jones2011-05-181-1/+1
| | | | (cherry picked from commit 108d7a134c5d26b967fa7162d9b80b40112c2869)
* guestfs(3): Refresh autosync gotcha documentation.Richard W.M. Jones2011-05-181-3/+3
| | | | (cherry picked from commit a5e421570cc840f70f2931e24b3df40c9a14cd2d)
* guestfs(3): Writing to a file descriptor, not just a pipe.Richard W.M. Jones2011-05-181-1/+1
| | | | (cherry picked from commit 470e373eea218c8d46b0c63dda93ee9ece48940f)
* guestfs(3): Refresh documentation for guestfs_create, guestfs_close.Richard W.M. Jones2011-05-181-5/+12
| | | | (cherry picked from commit dd86183f3f6d4d5ad28e1f12c56ba920934e7ad0)
* internal: Use size_t instead of int for command line size.Richard W.M. Jones2011-05-184-9/+9
| | | | (cherry picked from commit 10167cea98f93a74abe63f0a54d3a662997e7489)
* guestfs_close: Move local variables close to code that uses them.Richard W.M. Jones2011-05-181-3/+4
| | | | | This is just code motion. (cherry picked from commit 478b2d80ed1d613f621e89a97a0b140004ebac29)
* guestfs_close: Remove unused local variable.Richard W.M. Jones2011-05-181-2/+1
| | | | (cherry picked from commit b2f8627ab59daeb03f036dde6c66fb9da736950c)
* guestfs(3): Document limits.Richard W.M. Jones2011-05-181-23/+91
| | | | (cherry picked from commit c0f96e9c6eda77e5e99de862dd4366010e4a1ab8)
* zero: Disable file test because of bug in file command.Richard W.M. Jones2011-05-181-3/+2
| | | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=705499 (cherry picked from commit f55b32b2db83495fc0987f0fe0e979818704dff1)
* Version 1.10.2.1.10.2Richard W.M. Jones2011-04-2419-6146/+6209
|
* python: Rearrange C files for bindings.Richard W.M. Jones2011-04-245-81/+139
| | | | | | | | Move the hand-written functions into two new files: guestfs-py.h and guestfs-py-byhand.c This is just code motion. (cherry picked from commit 16da7589e91b0030fb5564553447f80b97c0b18c)
* perl: Decrement refcount in $g->delete_event_callback.Richard W.M. Jones2011-04-241-3/+7
| | | | | This updates commit bc468c87d04b34faacd208c49cca4a5096e5103c. (cherry picked from commit 3acf732c2f23d8508f692efb2b222169914bfcdc)
* inspect: Look for %systemroot%/system32 for Windows heuristic.Richard W.M. Jones2011-04-241-3/+3
| | | | | | The virt-v2v transfer ISO had a /windows directory. The core inspection code thought this was a Windows root filesystem. (cherry picked from commit 0da6f55a6745686ca056c6bc8ebf647f111cb8e8)
* list-applications: If software hive is missing, this is an error.Richard W.M. Jones2011-04-241-5/+5
| | | | | | virt-inspector would exit silently if list-applications failed along this error path. (cherry picked from commit 782f3a36469ca396dbf998ea82af2699153be3ed)
* inspect: "centos" and "scientificlinux" are now separate distros.Richard W.M. Jones2011-04-245-4/+88
| | | | | Previously we returned "rhel" for these, which was not accurate. (cherry picked from commit 2b0ca7e7b8d369a42a51b1feec72ae8f17257c78)
* Version 1.10.11.10.1Richard W.M. Jones2011-04-1819-1482/+1784
|
* python: Release Python GIL while running libguestfs calls.Richard W.M. Jones2011-04-181-0/+19
| | | | | | | | | | | | | | | | | | | Release the Python global interpreter lock while running libguestfs calls. We don't release it around guestfs_create() because that is a short call that just allocates memory. We do release it around guestfs_close() since that is a potentially long-running (it can call wait(2) amongst other things). We also release it around all the other generated Python calls. We don't yet support callbacks into Python code (ie. the new event API). But when we do in future, we will need to also handle the GIL around those callbacks. This code is adapted from libvirt's python/typewrappers.h. Thanks to Dan Berrange for showing us how to do this properly. (cherry picked from commit 08dc4a87b92435678780e9c49fe3bc1e7465d99f)
* fish: --rw option will be mandatory in 1.12 not 1.10.Richard W.M. Jones2011-04-181-2/+2
| | | | (cherry picked from commit a3cce465570bf192e993a67feedfbab7e662c75a)
* fish: Fix typo in guestfish man page (--format option).Richard W.M. Jones2011-04-181-1/+1
| | | | (cherry picked from commit 4c2bb8b301970e8853a8feaa95e3698224640fba)
* inspector: Refresh the virt-inspector(1) manpage.Richard W.M. Jones2011-04-181-4/+56
| | | | (cherry picked from commit 34d9fed24ad6a2d2e13bb817820e31373f6756e1)