summaryrefslogtreecommitdiffstats
path: root/inspector
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix detection of optional libvirt support in virt-inspector.Richard W.M. Jones2009-06-241-2/+4
|
* Fix libvirt integration in virt-inspector.Richard W.M. Jones2009-06-241-8/+5
|
* Added guestfish -i option to run virt-inspector.Richard W.M. Jones2009-06-241-6/+5
| | | | | | You can invoke guestfish with: guestfish -i libvirt-domain guestfish -i disk-image(s)
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+2
|
* Add support for decoding the Windows registry.Richard Jones2009-06-091-2/+181
|
* Parse /etc/modprobe.conf and initrd to give us a closer understandingRichard Jones2009-06-061-3/+140
| | | | of what the guest will actually boot on.
* Added query mode to virt-inspector.Richard Jones2009-06-061-21/+250
|
* Modules are *.o in Linux 2.4 kernels.Richard Jones2009-06-051-1/+1
|
* Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code ↵Richard Jones2009-06-021-1/+1
| | | | improvements in the tests.
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-281-1/+1
|
* virt-inspector now lists installed modules.Richard Jones2009-05-191-16/+19
|
* Inspect kernels for Linux OSes.Richard Jones2009-05-191-6/+53
|
* List installed applications (NOT WORKING).Richard Jones2009-05-081-5/+25
|
* Generated code to support previous 2 commits.Richard Jones2009-05-081-1/+28
|
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-6/+0
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Build virt-inspector HTML for the website.Richard Jones2009-04-281-0/+10
|
* Prepare for 1.0.15.1.0.15Richard Jones2009-04-281-0/+1
|
* XML output.Richard Jones2009-04-281-5/+78
|
* Perl output.Richard Jones2009-04-281-1/+38
|
* --fish and --ro-fish options working.Richard Jones2009-04-281-1/+73
|
* Added virt-inspector program from virt-v2v.Richard Jones2009-04-283-0/+633