489 Commits

Author SHA1 Message Date
Richard Jones
d43dac6948 Partial Haskell bindings. 2009-05-10 13:52:49 +01:00
Richard Jones
c419731e3a Add 'make valgrind' target to run tests under valgrind. 2009-05-09 13:40:31 +01:00
Richard Jones
77c3f9d0ed Add test script to test recovery from qemu failure. 2009-05-08 15:20:20 +01:00
Richard Jones
0fea1c7671 Replace rtl8139 network card with virtio-net. 2009-04-30 22:39:36 +01:00
Jim Meyering
41b959fd9b build: don't tell "make clean" to remove my '~' backup files
Hi Rich,

automake's policy on what to remove via "make clean" is reasonable:
if running build rules creates it, then "make clean" can and should remove it.
However, even if build rules happen
to create backup files, please remove only the specific ones
they can create, not all of the ones in a directory.  Just in case
someone relies on those and expect them to hang around...

>From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering@redhat.com>
Date: Thu, 30 Apr 2009 15:47:52 +0200
Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files

* Makefile.am (CLEANFILES): Don't remove '~' backup files.
* daemon/Makefile.am: Ditto.
* examples/Makefile.am: Ditto.
* fish/Makefile.am: Ditto.
* images/Makefile.am: Ditto.
* inspector/Makefile.am: Ditto.
* java/Makefile.am: Ditto.
* ocaml/Makefile.am: Ditto.
* ocaml/examples/Makefile.am: Ditto.
* perl/Makefile.am: Ditto.
* python/Makefile.am: Ditto.
* ruby/Makefile.am: Ditto.
* src/Makefile.am: Ditto.
2009-04-30 16:13:06 +01:00
Richard Jones
1507d230a8 [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim Meyering) 2009-04-28 22:06:27 +01:00
Richard Jones
1957e9ed34 Build virt-inspector HTML for the website. 2009-04-28 17:37:59 +01:00
Richard Jones
5aa57fbd34 Added virt-inspector program from virt-v2v. 2009-04-28 14:22:01 +01:00
Richard Jones
798b8dc5d8 s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha). 2009-04-28 11:39:27 +01:00
Richard Jones
252bf70225 Clean up *~ files in recipes/ 2009-04-25 22:56:42 +01:00
Richard Jones
b6d5c9e646 Better generation of recipes page. 2009-04-25 18:28:24 +01:00
Richard Jones
396bc943ed Improve CSS on recipes page. 2009-04-25 12:20:15 +01:00
Richard Jones
b86d7b9756 Added guestfish recipes. 2009-04-25 11:34:18 +01:00
Richard W.M. Jones
81d4a01ac0 Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). 2009-04-23 11:47:06 +01:00
Richard Jones
a8d2536243 Added pkgconfig file (libguestfs.pc). 2009-04-22 11:47:07 +01:00
Richard Jones
b9014d6a0d Basic Java build environment. 2009-04-21 14:25:16 +01:00
Richard Jones
a5f68bd57d Ruby bindings. 2009-04-16 22:13:20 +01:00
Richard Jones
7e7b2d30b1 Distribute TODO file. 2009-04-12 23:55:58 +01:00
Richard Jones
8eadcfd57d Minor adjustments for 0.8 release. 2009-04-11 18:04:49 +01:00
Richard Jones
b4d2a01828 Added test suite. 2009-04-11 17:04:35 +01:00
Richard Jones
99f68f259f Added test framework, no tests implemented yet. 2009-04-10 15:10:29 +01:00
Richard Jones
d19ceb226c Remove *~ files when doing 'make clean'. 2009-04-09 19:47:22 +01:00
Richard Jones
c989e8832d Distribute the pod.css file. 2009-04-09 17:42:01 +01:00
Richard Jones
233595cc4e Generate webpages. 2009-04-09 16:48:46 +01:00
Richard Jones
21ba59ce3c Added guestfish(1) manpage. 2009-04-07 14:55:25 +01:00
Richard Jones
acf9000252 Added framework for the language bindings. 2009-04-07 13:08:50 +01:00
Richard Jones
73d6932ab2 pvs/vgs/lvs commands working now. 2009-04-07 09:14:17 +01:00
Richard Jones
236b5295bf Mostly working spec file. 2009-04-04 11:27:26 +01:00
Richard Jones
64a5ae0e96 Generate actions section in guestfs.3 man page. 2009-04-04 10:29:25 +01:00
Richard Jones
bc0b3d6f47 Added outline of shell command, added generator support. 2009-04-03 23:47:47 +01:00
Richard Jones
cd2fd58da3 Remove initramfs/fakelog.root if make-initramfs fails. 2009-04-03 17:23:33 +01:00
Richard Jones
207056e823 Add update-initramfs.sh.in so we don't need to rebuild initramfs for
small changes in the daemon.
2009-04-03 01:13:42 +01:00
Richard Jones
88f69eb031 Guest boots, and basic select/callbacks work. 2009-04-02 20:07:21 +01:00
Richard Jones
fddf794d1a Add test-boot-realistic target. 2009-04-01 16:08:23 +01:00
Richard Jones
6ed48042e4 Various fixes to the build system, add 'make test-boot-image' target. 2009-04-01 12:57:45 +01:00
rjones
863d13ea1a Build the initramfs. 2009-03-24 14:15:13 +00:00
rjones
91df7a164b Now using febootstrap. 2009-03-24 09:38:31 +00:00
rjones
b6233d1fff Running qemu as a subprocess. 2009-03-03 15:35:50 +00:00
rjones
28d760b154 Build environment set up for libguestfs. 2009-03-03 08:58:37 +00:00