summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard-coded qemu-kvm, replace with $QEMU.1.0.64Richard Jones2009-07-231-2/+2
|
* Version 1.0.631.0.63Richard Jones2009-07-231-1/+1
|
* Add libguestfs-test-tool.Richard Jones2009-07-221-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. Jones2009-07-211-7/+13
| | | | However new qemu 0.10.5 still doesn't work.
* Version 1.0.62.1.0.62Richard Jones2009-07-171-1/+1
|
* RHEL 5.4 fix: Check for qemu-kvm binary in /usr/libexecRichard W.M. Jones2009-07-171-1/+1
|
* Build fix: perl-libintl is not required for the basic Perl bindings.Richard Jones2009-07-151-1/+1
|
* Version 1.0.611.0.61Richard Jones2009-07-151-1/+1
|
* New tool virt-cat: display a file in a virtual machine.Richard Jones2009-07-151-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 Jones2009-07-151-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.60Richard W.M. Jones2009-07-141-1/+1
|
* Version 1.0.59.1.0.59Richard W.M. Jones2009-07-141-1/+1
|
* Fix UPDATES and host_cpu in configure.ac.Richard W.M. Jones2009-07-111-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.58Richard W.M. Jones2009-07-101-1/+1
|
* Add 'version' call to get true library version number.Richard Jones2009-07-101-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.57Richard Jones2009-07-101-1/+1
|
* Added framework for 'virt-df' command.Richard Jones2009-07-101-2/+7
|
* Added outline of the virt-v2v script.Richard Jones2009-07-101-2/+7
|
* Update with links to the new mailing list.Richard Jones2009-07-081-2/+2
|
* Version 1.0.56.1.0.56Richard W.M. Jones2009-07-071-1/+1
|
* select proper kernel by architectureGuido Günther2009-07-041-0/+12
|
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-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.55Richard W.M. Jones2009-07-021-1/+1
|
* Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-021-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 filesGuido Günther2009-07-021-0/+1
|
* define REDHAT and DEBIANGuido Günther2009-06-301-0/+3
| | | | so we can preprocess packagelist.in
* Version 1.0.541.0.54Richard W.M. Jones2009-06-291-1/+1
|
* Check for XML::Writer dependency for virt-inspector.Richard W.M. Jones2009-06-291-1/+1
|
* Version 1.0.53.1.0.53Richard W.M. Jones2009-06-241-1/+1
|
* Fix permissions on generated scripts in the appliance/ directory.Richard W.M. Jones2009-06-241-6/+11
|
* Version 1.0.52.1.0.52Richard W.M. Jones2009-06-241-1/+1
|
* Implement libtool library versioning.Richard W.M. Jones2009-06-231-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.51Richard Jones2009-06-221-1/+1
|
* Version 1.0.50.1.0.50Richard Jones2009-06-221-1/+1
|
* Prepare for version 1.0.49.Richard W.M. Jones2009-06-191-1/+1
|
* check for Debian toolsGuido Günther2009-06-181-18/+28
|
* Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-181-2/+2
|
* Version 1.0.48.1.0.48Richard Jones2009-06-161-1/+1
|
* Don't compress the supermin base initramfs.Richard Jones2009-06-161-0/+16
|
* Missing files in previous release, so version 1.0.471.0.47Richard Jones2009-06-151-1/+1
|
* Prepare for 1.0.46.Richard Jones2009-06-151-1/+1
|
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-151-1/+3
|
* Check for febootstrap-to-initramfs --files option.Richard Jones2009-06-151-0/+18
|
* Add --enable-supermin option.Richard Jones2009-06-151-0/+10
|
* Rename (make|update)-initramfs.sh.in -> (make|update).sh.inRichard Jones2009-06-131-2/+2
|
* Prepare for 1.0.451.0.45Richard Jones2009-06-121-1/+1
|
* Prepare for 1.0.44.1.0.44Richard Jones2009-06-101-1/+1
|
* Prepare for 1.0.43.Richard Jones2009-06-091-1/+1
|
* Prepare for 1.0.421.0.42Richard Jones2009-06-061-1/+1
|
* Version 1.0.41.1.0.41Richard Jones2009-06-041-1/+1
|