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
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version 1.16.27.
1.16.27
stable-1.16
Richard W.M. Jones
2012-07-07
20
-21377
/
+22521
*
Update gnulib to latest version.
Richard W.M. Jones
2012-07-07
2
-0
/
+2
*
launch: Correction in comment.
Richard W.M. Jones
2012-07-07
1
-4
/
+2
*
qemu: Use sgabios by default (thanks Dan Berrange).
Richard W.M. Jones
2012-07-07
1
-0
/
+9
*
qemu or qemu-kvm >= 1.1.0 is required.
Richard W.M. Jones
2012-07-07
1
-1
/
+2
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-07
29
-81
/
+202
*
close: Warn if qemu exits unsuccessfully.
Richard W.M. Jones
2012-07-07
1
-1
/
+19
*
close: Rearrange the order in which the handle is closed and freed.
Richard W.M. Jones
2012-07-07
1
-29
/
+27
*
perl, python, ruby: Fix comments on call to close method.
Richard W.M. Jones
2012-07-07
3
-1
/
+10
*
examples: In create_disk example, don't call set_autosync.
Richard W.M. Jones
2012-07-07
7
-56
/
+1
*
daemon: Run fsync on block devices after sync (RHBZ#836710).
Richard W.M. Jones
2012-07-07
2
-0
/
+79
*
daemon: Code tidy up in devsparts.
Richard W.M. Jones
2012-07-07
1
-8
/
+9
*
Add notes about how qemu cache=none works internally.
Richard W.M. Jones
2012-07-07
1
-1
/
+12
*
Rename qemu option cache=off to cache=none.
Richard W.M. Jones
2012-07-07
2
-9
/
+9
*
appliance: Update paths to udevd.
Richard W.M. Jones
2012-07-07
1
-1
/
+3
*
appliance: Update comment to note that systemd package now contains udevd.
Richard W.M. Jones
2012-07-07
1
-1
/
+1
*
tests: Add a test of /dev/disk/by-id paths (RHBZ#627675).
Richard W.M. Jones
2012-07-07
1
-0
/
+8
*
tests: Use qemu-img to create an overlay for testing, instead of copying.
Richard W.M. Jones
2012-07-07
2
-16
/
+18
*
inspect: Check partition exists when doing fstab mapping.
Richard W.M. Jones
2012-07-07
1
-8
/
+26
*
inspect: Guess device name from /dev/disk/by-id/*-partN path (RHBZ#627675).
Richard W.M. Jones
2012-07-07
1
-0
/
+74
*
inspect: Refactor resolve_fstab_device code into multiple functions.
Richard W.M. Jones
2012-07-07
1
-68
/
+103
*
New API: guestfs_nr_devices
Richard W.M. Jones
2012-07-07
3
-1
/
+30
*
New API: device-index.
Richard W.M. Jones
2012-07-07
3
-2
/
+38
*
ruby: Fix detection of library (thanks Hilko Bengen).
Richard W.M. Jones
2012-07-07
1
-7
/
+25
*
ruby: Changing spacing in configure file.
Richard W.M. Jones
2012-07-07
1
-5
/
+5
*
ruby: Remove useless AC_SUBST in configure file.
Richard W.M. Jones
2012-07-07
1
-1
/
+0
*
run: Rearrangement and add comments.
Richard W.M. Jones
2012-07-07
1
-2
/
+5
*
Version 1.16.26.
1.16.26
Richard W.M. Jones
2012-06-28
18
-129
/
+153
*
Ensure #include <config.h> occurs in every C file.
Richard W.M. Jones
2012-06-28
8
-0
/
+16
*
src/actions.c: Include <config.h> in this generated file.
Richard W.M. Jones
2012-06-28
1
-0
/
+2
*
gobject: bindtests: gjs exception behaviour changed, fix test.
Richard W.M. Jones
2012-06-28
1
-1
/
+1
*
./run: Fix indenting for shell script.
Richard W.M. Jones
2012-06-28
1
-8
/
+8
*
launch: Avoid double-close when qemu exits early.
Richard W.M. Jones
2012-06-28
1
-2
/
+6
*
launch: Ensure errno from test_qemu_cmd is captured and printed.
Richard W.M. Jones
2012-06-28
1
-5
/
+3
*
launch: Set g->sock = -1 to avoid double-close.
Richard W.M. Jones
2012-06-28
1
-0
/
+1
*
launch: Log errors from close syscall.
Richard W.M. Jones
2012-06-28
1
-1
/
+6
*
tests: Add thread IDs to test of bug 790721.
Richard W.M. Jones
2012-06-28
1
-5
/
+10
*
lib: Remove obsolete NETWORK, ROUTER definitions in header file.
Richard W.M. Jones
2012-06-28
1
-21
/
+0
*
test-virt-resize: Replace truncate with guestfish sparse.
Richard W.M. Jones
2012-06-28
1
-1
/
+1
*
part-get-bootable: Fix when partitions are missing or unordered (RHBZ#602997).
Richard W.M. Jones
2012-06-28
1
-4
/
+16
*
ruby: Add a replacement rb_hash_lookup function for Ruby 1.8.5.
Richard W.M. Jones
2012-06-28
3
-1
/
+23
*
ruby: Fix libruby test.
Richard W.M. Jones
2012-06-28
1
-3
/
+2
*
tests: Add SKIP_TEST_* variables to allow these tests to be skipped.
Richard W.M. Jones
2012-06-28
6
-0
/
+30
*
Version 1.16.25.
1.16.25
Richard W.M. Jones
2012-06-21
20
-222
/
+540
*
build: Workaround for AC_PROG_SED not existing.
Richard W.M. Jones
2012-06-21
1
-1
/
+7
*
build: Define abs_builddir if not defined already.
Richard W.M. Jones
2012-06-21
1
-0
/
+3
*
fuse: Skip 'truncate' tests if this command is missing.
Richard W.M. Jones
2012-06-21
1
-9
/
+12
*
tests: Replace truncate command with 'guestfish sparse'.
Richard W.M. Jones
2012-06-21
5
-6
/
+12
*
fuse: Add replacement for fuse_opt_add_opt_escaped.
Richard W.M. Jones
2012-06-21
2
-3
/
+44
*
build: Define builddir and abs_srcdir when they are missing.
Richard W.M. Jones
2012-06-21
13
-10
/
+46
[next]