summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.12.4.1.12.4Richard W.M. Jones2011-08-1720-18293/+18334
|
* ruby: Fix typo in Ruby bindings file.Richard W.M. Jones2011-08-171-2/+2
| | | | (cherry picked from commit 44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de)
* Note that additional memory may be required to typecheck Augeas lenses ↵Richard W.M. Jones2011-08-171-1/+6
| | | | | | (RHBZ#729887). (cherry picked from commit 7739d7f471f9575828bd32489695d92dde005a9c)
* fish: Document that remote run in cmd substitution context hangs.Richard W.M. Jones2011-08-171-0/+11
| | | | | This documents bug 592910. (cherry picked from commit 6cabc1cd02e181063596b48df55c3f6db51a6bb9)
* Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 ↵Richard W.M. Jones2011-08-171-14/+20
| | | | | | | | | | | RHBZ#666578). This is a comprehensive fix for the warnings from the old (and obsolete) Perl inspection code. For a full description and reproducer, see: https://bugzilla.redhat.com/show_bug.cgi?id=678231#c5 (cherry picked from commit b9838001015a06a69a08b69d9f013d82f0ea3139)
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-173-30/+75
| | | | | | | | | | | | | | | | | | Previously any disk that had /autoexec.bat or /boot.ini or /ntldr would be picked up as a candidate for a Windows root disk. If further checking could not find any systemroot (eg. /windows) then this would result in complete failure of inspection. In particular, this got confused by Hp_recovery partitions which have /autoexec.bat, but don't have a systemroot in one of the usual places (they have /MiniNT instead). What we do now is to properly investigate all possible systemroot places before deciding this is a Windows systemroot, so the subsequent failure cannot occur. (Thanks to lorimar for reporting this bug). (cherry picked from commit 2c57305f72cd6181d1849ae6e1b892aa01c7f844)
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-1718-17/+44
| | | | | | | This avoids conflicts with the globally installed libguestfs appliance, or lets us build in multiple local directories at the same time without conflicts. (cherry picked from commit f7d18c84dde596699ffc5100fec2cf7b0d582450)
* fish: Add fish-cmds.h to generator_built.Richard W.M. Jones2011-08-171-0/+1
| | | | | This updates commit 3064277680ad11f887691646d0fa17bb35f38c19. (cherry picked from commit 85efbc6aa70d522af066a38fd1aae05b790c46d3)
* fish: Declare run_* functions in a generated header file.Richard W.M. Jones2011-08-174-41/+24
| | | | | | Calls to these functions are generated, so there is no need to declare the functions by hand. (cherry picked from commit 3064277680ad11f887691646d0fa17bb35f38c19)
* Version 1.12.3.1.12.3Richard W.M. Jones2011-08-0720-147/+404
|
* docs: Fix function names in deprecation notices.Richard W.M. Jones2011-08-072-4/+4
| | | | (cherry picked from commit 60adf092a8900323c048c94f3f0934be416a3eb6)
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-071-2/+2
| | | | | It always has done. The documentation was wrong. (cherry picked from commit 70f44cc0ea0bcdd025ed657461e07f6778be44ba)
* debian: bash is required to run libtool replacement script.Richard W.M. Jones2011-08-071-1/+1
| | | | | This was failing on Debian where $(SHELL) is the minimal dash shell. (cherry picked from commit 6a98ed953b1e3b0d3251385f0ca2dd1dee80b63d)
* configure: Fix info about virt-resize when OCaml bindings are disabled.Richard W.M. Jones2011-08-071-1/+1
| | | | (cherry picked from commit e1c6d1738a2b9123dd08fb4ecff8176daf558f35)
* python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange).Richard W.M. Jones2011-08-071-0/+1
| | | | (cherry picked from commit 36f662c58fcda43829bcef166e600855960fd223)
* debian: Add gawk to packagelist.Richard W.M. Jones2011-08-071-0/+1
| | | | | It's already included, but implicitly. (cherry picked from commit 5f9c168d9135fa81ee2f3a15461467fe04c26888)
* virt-tar test: Stable ordering of test output.Richard W.M. Jones2011-08-071-1/+1
| | | | | | The files could be listed in any order, resulting in the test failing for no reason. Sort the output of tar. (cherry picked from commit 995b3fecb9af7a8bd52b238bad2a631a1193c83a)
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-071-1/+1
| | | | (cherry picked from commit 3cf31c2fe0b356ea5c04117c5235b0a3cfe34971)
* Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).Richard W.M. Jones2011-08-071-3/+10
| | | | (cherry picked from commit bad3f4b54a959685f3c0697238fc5753096834fb)
* Version 1.12.2.1.12.2Richard W.M. Jones2011-07-2718-20/+20
|
* perl: Fix another place where qw() was used as parentheses.Richard W.M. Jones2011-07-271-4/+4
| | | | | | | This is a fix for Perl 5.14. See previous commit 5c3c7e8825341e18c9449976f8a321a04cc78d79. (cherry picked from commit c70532ab4b3d977ed7484e473107808b22d90a2a)
* ocaml: Fix locking in event callbacks.Richard W.M. Jones2011-07-271-9/+27
| | | | | | | | | We weren't acquiring the GC lock around some allocations, resulting in segfaults when an event callback ran at the same time as a main thread allocation or garbage collection. In particular this fixes a noticable crash in guestfs-browser. (cherry picked from commit 2b8b3f9794ceb43eabd3083e225c669896d8b186)
* Version 1.12.1.1.12.1Richard W.M. Jones2011-07-2620-1157/+1230
|
* virt-df: Re-add documentation for --csv option.Richard W.M. Jones2011-07-261-0/+6
| | | | | | The documentation for the --csv option disappeared between 1.6 and 1.8 when we rewrote virt-df in C. Re-add it from 1.6 sources. (cherry picked from commit 01f6bce19dbfaf42fa4908683f3cc8785585d023)
* test-tool: Print FEBOOTSTRAP_* environment variables (RHBZ#671082).Richard W.M. Jones2011-07-261-0/+3
| | | | (cherry picked from commit 15289d4b726d7c38702794df23c61ae40879a46c)
* test-tool: Display state of pgroup flag from the handle.Richard W.M. Jones2011-07-261-0/+1
| | | | | This updates commit f173543fd207bdc254a5eb75180d82ef25eacae9. (cherry picked from commit deb95471fbd229605d9916ff90b2ff7cf92633eb)
* launch: Add qemu_supports_re function.Richard W.M. Jones2011-07-261-0/+43
| | | | | | | | This function is like qemu_supports, but allows us to grep the help text using regular expressions. Note the function is not used yet. (cherry picked from commit 5d7dc0dfb65f367dab3560ee23e404fe21373f45)
* Require PCRE library.Richard W.M. Jones2011-07-2612-61/+29
| | | | | This library is widely available in distros. (cherry picked from commit 41cd0e302d6554facd6b9f7daaa78304361efaef)
* docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES (RHBZ#671082).Richard W.M. Jones2011-07-262-1/+23
| | | | (cherry picked from commit 316817b5ad98e294a9d2498a4403e82911a75b4a)
* perl: Fix CCFLAGS for Perl 5.14.Richard W.M. Jones2011-07-261-2/+3
| | | | | | | | | | | | | | | | | | | A change to ExtUtils::CBuilder in Perl 5.14 causes CCFLAGS to completely replace, rather than appending, the C flags. The unfortunate consequence of this is that vital flags such as -D_FILE_OFFSET_BITS=64 are missing. For 32 bit code, this means you get binary-incompatible code that completely fails to load. For further analysis see: http://www.nntp.perl.org/group/perl.perl5.porters/2011/04/msg171535.html This commit changes CCFLAGS so that it appends to the existing $Config{ccflags} instead of replacing it. On earlier versions of Perl this means we get two copies of the flags, which is unfortunate but should be safe. (cherry picked from commit 8386a57458aceb768f0e59aa090a15a544f7466e)
* build: Redirect ./configure errors in general to config.log.Richard W.M. Jones2011-07-261-6/+6
| | | | (cherry picked from commit 71eb0bf45649eefa1f0cd4b1372cfc2653c8e7a5)
* build: Send failed Perl test configure output to config.log.Richard W.M. Jones2011-07-261-1/+1
| | | | (cherry picked from commit 610642491a4846f45c7b233060ffde46f6ca09f0)
* build: Allow 'make quickcheck' test-tool args to be overridden.Richard W.M. Jones2011-07-261-1/+1
| | | | | | | | A typical use for this is for packagers who want to increase the default timeout: make quickcheck QUICKCHECK_TEST_TOOL_ARGS="-t 300" (cherry picked from commit 806b6e01506dea4eae68ac3e468d9398d63cafcb)
* Version 1.12.0.1.12.0stable-1.12Richard W.M. Jones2011-07-2020-24134/+10204
|
* Finalize release notes for 1.12 release.Richard W.M. Jones2011-07-201-11/+5
|
* blkid: Use -c /dev/null option to kill the cache.Richard W.M. Jones2011-07-201-9/+4
| | | | | | On recent Debian, /etc/blkid.tab is now a symlink to /dev/.blkid.tab. Rather than chasing the cache file around (it may move to /run in future) use the -c /dev/null option to stop blkid from reading the cache.
* blkid: Detect when value not found and return empty string.Richard W.M. Jones2011-07-202-4/+19
| | | | | | | | | | | | | | If the blkid command returns 2, that means the value was not found. Note that this changes the output of the vfs-type API when the filesystem has no type (eg when it is empty). Previously this would return an error. Now it returns empty string "". We did not document this either way. Making it return empty string is consistent with vfs-label and vfs-uuid. This change broke list-filesystems, since that code was assuming that vfs-type could only return a filesystem type or an error.
* docs: Update stable release instructions.Richard W.M. Jones2011-07-201-0/+5
|
* configure: Remove -Wmissing-noreturn warning.Richard W.M. Jones2011-07-201-0/+2
|
* po-docs: Fix generation of 'podfiles'.Richard W.M. Jones2011-07-202-31/+6
|
* appliance: Capture stderr from qemu to the event system.Richard W.M. Jones2011-07-201-1/+9
|
* appliance: Document pipe fds.Richard W.M. Jones2011-07-201-0/+2
|
* Partially revert d82438431c1551610eb7d9945fa76d6387534582.Richard W.M. Jones2011-07-201-11/+1
| | | | | | | It appears qemu-kvm does *not* require -machine accel=tcg option. That problem disappeared after upgrading seabios(!) However leave the test for qemu -help option, since that's useful to determine if qemu is completely broken or not.
* build: Fix virtio-serial test for qemu 0.15.Richard W.M. Jones2011-07-191-1/+24
| | | | | Now qemu 0.15 won't even start up unless the -machine accel=... option is specified. Essentially this is a regression in qemu.
* Version 1.11.20.1.11.20Richard W.M. Jones2011-07-1920-20757/+21039
|
* Update release notes.Richard W.M. Jones2011-07-191-4/+9
|
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-1915-2/+332
|
* Add missing reference to guestfs-perl(3) to guestfs(3).Richard W.M. Jones2011-07-191-0/+1
|
* java: Tidy up the generated C bindings file.Richard W.M. Jones2011-07-191-3/+11
|
* java: Fix optional arguments in calls.Richard W.M. Jones2011-07-194-14/+148
| | | | This also adds tests.