Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.0.65.1.0.65 | Richard Jones | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | Remove hard-coded qemu-kvm, replace with $QEMU.1.0.64 | Richard Jones | 2009-07-23 | 1 | -2/+2 |
| | |||||
* | Version 1.0.631.0.63 | Richard Jones | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | Add libguestfs-test-tool. | Richard Jones | 2009-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | This is an end-user testing tool, designed to test basic functionality of libguestfs/qemu/kernel combination on the end-user's final host machine. It does not perform a thorough test, but should be enough to find most booting issues. Also this is intended to be used when reporting bugs. | ||||
* | configure: Detect new-style guestfwd support (RHBZ#512957) | Richard W.M. Jones | 2009-07-21 | 1 | -7/+13 |
| | | | | However new qemu 0.10.5 still doesn't work. | ||||
* | Version 1.0.62.1.0.62 | Richard Jones | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | RHEL 5.4 fix: Check for qemu-kvm binary in /usr/libexec | Richard W.M. Jones | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Build fix: perl-libintl is not required for the basic Perl bindings. | Richard Jones | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Version 1.0.611.0.61 | Richard Jones | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | New tool virt-cat: display a file in a virtual machine. | Richard Jones | 2009-07-15 | 1 | -2/+7 |
| | | | | | | | | | This script is just a simpler way to cat a file from a VM. It is otherwise equivalent to using guestfish. virt-cat someguest /etc/fstab virt-cat someguest /var/log/messages | tail | ||||
* | Make Perl strings translatable using perl-libintl. | Richard Jones | 2009-07-15 | 1 | -2/+2 |
| | | | | | | | | | All Perl strings are now marked as translatable using __"string" or __x("string {placeholder}", placeholder => $_). Perl strings now get copied to the PO files. The po/POTFILES.in file is now updated automagically whenever we add new *.c, *.pl or *.pm files into the repository. | ||||
* | Version 1.0.60.1.0.60 | Richard W.M. Jones | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Version 1.0.59.1.0.59 | Richard W.M. Jones | 2009-07-14 | 1 | -1/+1 |
| | |||||
* | Fix UPDATES and host_cpu in configure.ac. | Richard W.M. Jones | 2009-07-11 | 1 | -3/+1 |
| | | | | | | UPDATES does not need to be propagated into config.h. host_cpu was AC_DEFINE'd twice. | ||||
* | Version 1.0.58.1.0.58 | Richard W.M. Jones | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Add 'version' call to get true library version number. | Richard Jones | 2009-07-10 | 1 | -1/+14 |
| | | | | | | This patch also changes the way that the version is specified in configure.ac. It is now made out of four parts (major, minor, release and extra) and constructed for AC_INIT. | ||||
* | Version 1.0.57.1.0.57 | Richard Jones | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | Added framework for 'virt-df' command. | Richard Jones | 2009-07-10 | 1 | -2/+7 |
| | |||||
* | Added outline of the virt-v2v script. | Richard Jones | 2009-07-10 | 1 | -2/+7 |
| | |||||
* | Update with links to the new mailing list. | Richard Jones | 2009-07-08 | 1 | -2/+2 |
| | |||||
* | Version 1.0.56.1.0.56 | Richard W.M. Jones | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | select proper kernel by architecture | Guido Günther | 2009-07-04 | 1 | -0/+12 |
| | |||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | Prepare for 1.0.55. PO files also updated.1.0.55 | Richard W.M. Jones | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Add ./configure --with-drive-if=(ide|scsi|virtio) | Richard W.M. Jones | 2009-07-02 | 1 | -0/+12 |
| | | | | | | | | With this flag the packager can decide to default to a particular qemu drive model. The current default is 'ide', however note that we intend to change this in future to 'virtio' once some upstream regressions are fixed. Packagers can force a particular drive model if they wish. | ||||
* | add debirf files | Guido Günther | 2009-07-02 | 1 | -0/+1 |
| | |||||
* | define REDHAT and DEBIAN | Guido Günther | 2009-06-30 | 1 | -0/+3 |
| | | | | so we can preprocess packagelist.in | ||||
* | Version 1.0.541.0.54 | Richard W.M. Jones | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Check for XML::Writer dependency for virt-inspector. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Version 1.0.53.1.0.53 | Richard W.M. Jones | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Fix permissions on generated scripts in the appliance/ directory. | Richard W.M. Jones | 2009-06-24 | 1 | -6/+11 |
| | |||||
* | Version 1.0.52.1.0.52 | Richard W.M. Jones | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Implement libtool library versioning. | Richard W.M. Jones | 2009-06-23 | 1 | -0/+4 |
| | | | | | | | | Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the library ABI version, resulting in version numbers such as libguestfs.so.0.<MAX_PROC_NR>.0 for the final library. Add ABI guarantee to the documentation. | ||||
* | Version 1.0.511.0.51 | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Version 1.0.50.1.0.50 | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Prepare for version 1.0.49. | Richard W.M. Jones | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | check for Debian tools | Guido Günther | 2009-06-18 | 1 | -18/+28 |
| | |||||
* | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 1 | -2/+2 |
| | |||||
* | Version 1.0.48.1.0.48 | Richard Jones | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | Don't compress the supermin base initramfs. | Richard Jones | 2009-06-16 | 1 | -0/+16 |
| | |||||
* | Missing files in previous release, so version 1.0.471.0.47 | Richard Jones | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.46. | Richard Jones | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 1 | -1/+3 |
| | |||||
* | Check for febootstrap-to-initramfs --files option. | Richard Jones | 2009-06-15 | 1 | -0/+18 |
| | |||||
* | Add --enable-supermin option. | Richard Jones | 2009-06-15 | 1 | -0/+10 |
| | |||||
* | Rename (make|update)-initramfs.sh.in -> (make|update).sh.in | Richard Jones | 2009-06-13 | 1 | -2/+2 |
| | |||||
* | Prepare for 1.0.451.0.45 | Richard Jones | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.44.1.0.44 | Richard Jones | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.43. | Richard Jones | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Prepare for 1.0.421.0.42 | Richard Jones | 2009-06-06 | 1 | -1/+1 |
| |