Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.12.11.1.12.11 | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Version 1.12.101.12.10 | Richard W.M. Jones | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | python: Use sys.version_info[0] instead of sys.version_info.major. | Richard W.M. Jones | 2011-11-09 | 1 | -2/+2 |
| | | | | | | | | | | The major/minor fields only exist in Python >= 2.7. This works for at least Python 2.5 and 2.6. Thanks to Hilko Bengen. This updates commit 646142f5136da9cfe2b908703a822c53350f70e9. (cherry picked from commit 31e5539a14f78d8815d0d930e91023a65b5395e7) | ||||
* | python: Correctly check for Python major/minor. | Richard W.M. Jones | 2011-11-09 | 1 | -1/+3 |
| | | | | | | | | | The manual for sys.version warns that you should not parse the string, which we were doing. It would have failed on python "2.10" or similar. Do it correctly using the sys.version_info struct instead. (cherry picked from commit 646142f5136da9cfe2b908703a822c53350f70e9) | ||||
* | Version 1.12.9.1.12.9 | Richard W.M. Jones | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Add test for qemu broken -machine option (RHBZ#748266). | Richard W.M. Jones | 2011-10-31 | 1 | -1/+46 |
| | | | | | | | | Also add this option, if necessary, when testing for virtio-serial support. When the workaround is enabled, we specify machine type 'pc'. (cherry picked from commit 3814680423984b3c46c2f99e944c2a71862bde9f) | ||||
* | Version 1.12.8.1.12.8 | Richard W.M. Jones | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Version 1.12.7.1.12.7 | Richard W.M. Jones | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Stable OCaml dependencies. | Richard Jones | 2011-09-16 | 1 | -0/+2 |
| | | | | (cherry picked from commit cbef2ffb0432756822cd2b02a305384f814e9b50) | ||||
* | Version 1.12.6.1.12.6 | Richard W.M. Jones | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Version 1.12.5.1.12.5 | Richard W.M. Jones | 2011-08-28 | 1 | -1/+1 |
| | |||||
* | python: Newer versions want parentheses around arguments of "print" | Hilko Bengen | 2011-08-28 | 1 | -2/+2 |
| | | | | (cherry picked from commit 54911bdd325393d1f7f2861f298463c364b45469) | ||||
* | configure: Add --with-extra flag to allow setting the extra version string. | Richard W.M. Jones | 2011-08-28 | 1 | -9/+19 |
| | | | | | | | Intended use in Fedora and RHEL is to encode the release string, eg. ./configure [...] --with-extra="-%{release}" | ||||
* | out-of-tree build: generate ./run from template, fix image checks | Hilko Bengen | 2011-08-28 | 1 | -0/+2 |
| | | | | | | | | ./run can now be run in a separate build directory. Since some files needed in the image checks are found in the source tree (but not the build tree), the source tree location is passed to make-*-img.sh via an environment variable. (cherry picked from commit 70c033998e0e721dc4f9eb2a20348098b259752c) | ||||
* | Version 1.12.4.1.12.4 | Richard W.M. Jones | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Version 1.12.3.1.12.3 | Richard W.M. Jones | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | debian: bash is required to run libtool replacement script. | Richard W.M. Jones | 2011-08-07 | 1 | -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. Jones | 2011-08-07 | 1 | -1/+1 |
| | | | | (cherry picked from commit e1c6d1738a2b9123dd08fb4ecff8176daf558f35) | ||||
* | Version 1.12.2.1.12.2 | Richard W.M. Jones | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Version 1.12.1.1.12.1 | Richard W.M. Jones | 2011-07-26 | 1 | -1/+1 |
| | |||||
* | Require PCRE library. | Richard W.M. Jones | 2011-07-26 | 1 | -8/+3 |
| | | | | | This library is widely available in distros. (cherry picked from commit 41cd0e302d6554facd6b9f7daaa78304361efaef) | ||||
* | build: Redirect ./configure errors in general to config.log. | Richard W.M. Jones | 2011-07-26 | 1 | -6/+6 |
| | | | | (cherry picked from commit 71eb0bf45649eefa1f0cd4b1372cfc2653c8e7a5) | ||||
* | build: Send failed Perl test configure output to config.log. | Richard W.M. Jones | 2011-07-26 | 1 | -1/+1 |
| | | | | (cherry picked from commit 610642491a4846f45c7b233060ffde46f6ca09f0) | ||||
* | Version 1.12.0.1.12.0stable-1.12 | Richard W.M. Jones | 2011-07-20 | 1 | -2/+2 |
| | |||||
* | configure: Remove -Wmissing-noreturn warning. | Richard W.M. Jones | 2011-07-20 | 1 | -0/+2 |
| | |||||
* | Partially revert d82438431c1551610eb7d9945fa76d6387534582. | Richard W.M. Jones | 2011-07-20 | 1 | -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. Jones | 2011-07-19 | 1 | -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.20 | Richard W.M. Jones | 2011-07-19 | 1 | -1/+1 |
| | |||||
* | java: Add guestfs-java(3) man page. | Richard W.M. Jones | 2011-07-19 | 1 | -0/+1 |
| | |||||
* | Version 1.11.19.1.11.19 | Richard W.M. Jones | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | ocaml: Generate ocamldoc. | Richard W.M. Jones | 2011-07-17 | 1 | -0/+2 |
| | | | | Also includes improvements to the OCaml documentation. | ||||
* | Version 1.11.18.1.11.18 | Richard W.M. Jones | 2011-07-15 | 1 | -1/+1 |
| | |||||
* | Version 1.11.17.1.11.17 | Richard W.M. Jones | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Version 1.11.16.1.11.16 | Richard W.M. Jones | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | Version 1.11.15.1.11.15 | Richard W.M. Jones | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Version 1.11.14.1.11.14 | Richard W.M. Jones | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Version 1.11.13.1.11.13 | Richard W.M. Jones | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Add caution subdirectory containing safety and liveness tests. | Richard W.M. Jones | 2011-06-30 | 1 | -0/+1 |
| | | | | | Not that I'm paranoid about qemu breaking snapshots of anything like that ... | ||||
* | Version 1.11.12.1.11.12 | Richard W.M. Jones | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Version 1.11.11.1.11.11 | Richard W.M. Jones | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Version 1.11.10.1.11.10 | Richard W.M. Jones | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | Version 1.11.9.1.11.9 | Richard W.M. Jones | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | Version 1.11.8.1.11.8 | Richard W.M. Jones | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Version 1.11.7.1.11.7 | Richard W.M. Jones | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Version 1.11.6.1.11.6 | Richard W.M. Jones | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | configure: Use Python platform-dependent site-packages. | Richard W.M. Jones | 2011-05-09 | 1 | -1/+1 |
| | | | | This updates commit c446e6e26e317e105870b0ab25fb082887e23bf6. | ||||
* | Version 1.11.5.1.11.5 | Richard W.M. Jones | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Use Python distutils to determine include and site-packages directories. | Richard W.M. Jones | 2011-05-09 | 1 | -32/+11 |
| | | | | | This change was inspired by Hilko Bengen's similar change to hivex: http://git.annexia.org/?p=hivex.git;a=commitdiff;h=b808c875a34e62fcdf360534f923d6030590ff44 | ||||
* | Rewrite virt-edit in C. | Richard W.M. Jones | 2011-05-09 | 1 | -0/+1 |
| | |||||
* | Version 1.11.4.1.11.4 | Richard W.M. Jones | 2011-05-08 | 1 | -1/+1 |
| |