index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
FAS Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tests: Rename test0* functions as internal_test*.
Richard W.M. Jones
2012-07-11
11
-122
/
+135
*
tests: Better way to ensure 'g' is used and return success or error.
Richard W.M. Jones
2012-07-11
2
-4
/
+2
*
generator: Use a struct instead of a tuple to describe each action.
Richard W.M. Jones
2012-07-11
22
-4104
/
+5738
*
todo: Tidy up test0 functions.
Richard W.M. Jones
2012-07-11
1
-0
/
+5
*
generator: Add a note in generator/README about safely extending functions.
Richard W.M. Jones
2012-07-11
1
-0
/
+9
*
generator: Move note in comment to generator/README file.
Richard W.M. Jones
2012-07-11
2
-8
/
+7
*
fuse: Cleaner code and documentation for safe cleanups.
Richard W.M. Jones
2012-07-10
2
-7
/
+50
*
tests/guests: Add temp files to CLEANFILES.
Richard W.M. Jones
2012-07-10
1
-1
/
+1
*
Update translations from Transifex.
Richard W.M. Jones
2012-07-10
17
-1280
/
+721
*
podwrapper: Fix shell script.
Richard W.M. Jones
2012-07-10
1
-2
/
+2
*
podwrapper.sh: Take date from ChangeLog or from the latest git commit.
Hilko Bengen
2012-07-10
1
-0
/
+8
*
Version 1.19.18.
1.19.18
Richard W.M. Jones
2012-07-09
20
-541
/
+902
*
fuse: Add regression test for RHBZ#838592.
Richard W.M. Jones
2012-07-09
2
-2
/
+79
*
fuse: Add guestmount --pid-file option (RHBZ#838592).
Richard W.M. Jones
2012-07-09
2
-2
/
+52
*
fuse: Link to mount-local documentation in guestmount man page.
Richard W.M. Jones
2012-07-09
1
-1
/
+5
*
fuse: Document race condition possible with fusermount.
Richard W.M. Jones
2012-07-09
1
-0
/
+16
*
fuse: Document Device or resource busy errors from fusermount.
Richard W.M. Jones
2012-07-09
1
-0
/
+17
*
Revert "launch: Correction in comment."
Richard W.M. Jones
2012-07-08
1
-2
/
+4
*
extra-tests: Add a test using upstream qemu.
Richard W.M. Jones
2012-07-07
3
-1
/
+75
*
launch: Correction in comment.
Richard W.M. Jones
2012-07-07
1
-4
/
+2
*
Update gnulib to latest version.
Richard W.M. Jones
2012-07-07
1
-0
/
+0
*
Version 1.19.17.
1.19.17
Richard W.M. Jones
2012-07-06
18
-202
/
+211
*
ocaml: Calling Gc.compact before g#mount_local works around RHBZ#838081.
Richard W.M. Jones
2012-07-06
1
-0
/
+1
*
qemu: Use sgabios by default (thanks Dan Berrange).
Richard W.M. Jones
2012-07-06
1
-0
/
+9
*
todo: Investigate qemu caching modes.
Richard W.M. Jones
2012-07-04
1
-0
/
+16
*
Version 1.19.16.
1.19.16
Richard W.M. Jones
2012-07-04
20
-20293
/
+20962
*
qemu or qemu-kvm >= 1.1.0 is required.
Richard W.M. Jones
2012-07-04
1
-1
/
+1
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-03
36
-89
/
+210
*
close: Warn if qemu exits unsuccessfully.
Richard W.M. Jones
2012-07-03
1
-1
/
+19
*
close: Rearrange the order in which the handle is closed and freed.
Richard W.M. Jones
2012-07-03
1
-33
/
+31
*
perl, python, ruby: Fix comments on call to close method.
Richard W.M. Jones
2012-07-03
3
-1
/
+10
*
examples: In create_disk example, don't call set_autosync.
Richard W.M. Jones
2012-07-03
7
-56
/
+1
*
daemon: Run fsync on block devices after sync (RHBZ#836710).
Richard W.M. Jones
2012-07-02
2
-0
/
+79
*
daemon: Code tidy up in devsparts.
Richard W.M. Jones
2012-07-02
1
-8
/
+9
*
Add notes about how qemu cache=none works internally.
Richard W.M. Jones
2012-07-02
1
-1
/
+12
*
Rename qemu option cache=off to cache=none.
Richard W.M. Jones
2012-07-02
2
-10
/
+10
*
appliance: Update paths to udevd.
Richard W.M. Jones
2012-07-02
1
-1
/
+3
*
appliance: Update comment to note that systemd package now contains udevd.
Richard W.M. Jones
2012-07-02
1
-1
/
+1
*
Version 1.19.15.
1.19.15
Richard W.M. Jones
2012-06-29
20
-18556
/
+18886
*
tests: Add a test of /dev/disk/by-id paths (RHBZ#627675).
Richard W.M. Jones
2012-06-29
1
-0
/
+8
*
tests: Use qemu-img to create an overlay for testing, instead of copying.
Richard W.M. Jones
2012-06-29
2
-16
/
+18
*
inspect: Check partition exists when doing fstab mapping.
Richard W.M. Jones
2012-06-29
1
-8
/
+26
*
inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).
Richard W.M. Jones
2012-06-29
1
-0
/
+74
*
inspect: Refactor resolve_fstab_device code into multiple functions.
Richard W.M. Jones
2012-06-29
1
-68
/
+103
*
New API: guestfs_nr_devices
Richard W.M. Jones
2012-06-29
3
-1
/
+30
*
ruby: Fix detection of library (thanks Hilko Bengen).
Richard W.M. Jones
2012-06-29
1
-7
/
+25
*
ruby: Changing spacing in configure file.
Richard W.M. Jones
2012-06-29
1
-5
/
+5
*
ruby: Remove useless AC_SUBST in configure file.
Richard W.M. Jones
2012-06-29
1
-1
/
+0
*
Update API support from tarballs.
Richard W.M. Jones
2012-06-28
23
-0
/
+11670
*
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
Richard W.M. Jones
2012-06-28
7
-16
/
+9
[prev]
[next]