summaryrefslogtreecommitdiffstats
path: root/virt-df
Commit message (Collapse)AuthorAgeFilesLines
* Make debug selectable at runtime.Richard W.M. Jones2008-04-165-18/+18
|
* Almost complete VG & LV metadata parsing.Richard W.M. Jones2008-04-151-10/+130
|
* Added range library function.Richard W.M. Jones2008-04-152-0/+9
|
* Redundant newline.Richard W.M. Jones2008-04-151-1/+1
|
* Removed some debugging prints.Richard W.M. Jones2008-04-151-2/+2
|
* Removed text-mode annotation.Richard W.M. Jones2008-04-152-2/+2
|
* Added developer documentation.Richard W.M. Jones2008-04-151-1/+67
|
* Metadata parser.Richard W.M. Jones2008-04-157-8/+395
|
* Empty *.mli files to stop those modules from exporting symbols.Richard W.M. Jones2008-04-155-8/+96
|
* Cosmetic fixes and comments.Richard W.M. Jones2008-04-151-2/+4
|
* Read out the actual metadata.Richard W.M. Jones2008-04-151-22/+33
|
* Added a documentation note about RAID devices.Richard W.M. Jones2008-04-151-0/+4
|
* Read out metadata offset & length from PV header.Richard W.M. Jones2008-04-151-12/+42
|
* Refactor the types so we have distinct PV & LV types.Richard W.M. Jones2008-04-154-26/+56
|
* Infrastructure to detect filesystems on LVs.Richard W.M. Jones2008-04-153-18/+119
|
* Update deps.Richard W.M. Jones2008-04-151-2/+4
|
* LVM2 PV detection.Richard W.M. Jones2008-04-151-0/+8
|
* Add PV detection framework.Richard W.M. Jones2008-04-153-21/+61
|
* Don't need the ': device' typecasts any more.Richard W.M. Jones2008-04-154-6/+30
|
* Move main code to virt_df_main.ml and provide explicit interface virt_df.mliRichard W.M. Jones2008-04-154-473/+575
|
* Complete rewrite of virt-df:Richard W.M. Jones2008-04-146-490/+874
| | | | | - Uses pa_bitmatch for robust parsing of disk structures. - Completely modularized.
* Updated deps.Richard W.M. Jones2008-04-141-4/+12
|
* pa_bitmatch package added. xml-light is now optional. MBR code now in its ↵Richard W.M. Jones2008-04-141-6/+13
| | | | own file.
* Internationalize virt-df program.Richard W.M. Jones2008-03-286-44/+69
|
* Don't link virt-df with ncurses.rjones@thinkpad.home.annexia.org2008-03-051-1/+1
|
* "Finish off" this program, add manpage.Richard W.M. Jones2008-03-047-101/+693
|
* Missing virt-df/.depend.Richard W.M. Jones2008-01-071-0/+10
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-057-0/+0
| | | | | | | | | | | | | * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows.
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-176-9/+108
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-177-9/+0
| | | | 'make distclean' now cleans more files.
* * configure.ac: Changed version to 0.3.2.9.Richard W.M. Jones2007-09-277-140/+595
| | | | | | | * Makefile.in: Re-enable virt-df. * virt-df/virt_df*.ml: Mostly finished off the core of virt-df. Ext2/3 support. No LVM as yet. * virt-df/README: Added README file.
* 2007-09-18 Richard Jones <rjones@redhat.com>Richard W.M. Jones2007-09-181-7/+22
| | | | | | | | | | | * virt-df/virt_df.ml: Handle domains with partition-backed block devices. * virt-top/virt_top.ml: Don't fail on older libvirt which would give an error if list_domains or list_defined_domains was called with n = 0. * ChangeLog: Start tracking changes.
* Basic version, just prints the domains and disk/file mappings.rjones@amd2007-09-042-0/+231