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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
New API: guestfs_shutdown: Cleanly shutdown the backend.
Richard W.M. Jones
2012-07-07
3
-60
/
+98
*
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
*
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
*
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
1
-1
/
+1
*
New API: device-index.
Richard W.M. Jones
2012-07-07
1
-1
/
+1
*
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
*
lib: Remove obsolete NETWORK, ROUTER definitions in header file.
Richard W.M. Jones
2012-06-28
1
-21
/
+0
*
trace: Fix escaping of non-printable signed characters.
Richard W.M. Jones
2012-06-01
1
-1
/
+1
*
inspection: Don't fail if /etc/HOSTNAME or /etc/hostname are empty files (RHB...
Richard W.M. Jones
2012-06-01
2
-4
/
+24
*
inspection: Use parse_release_file to parse ttylinux release file.
Richard W.M. Jones
2012-06-01
1
-2
/
+1
*
qemu: Move -nodefaults etc logically together.
Richard W.M. Jones
2012-05-14
1
-13
/
+16
*
arm: Set minimum LIBGUESTFS_MEMSIZE at 128.
Richard W.M. Jones
2012-05-14
1
-1
/
+1
*
configure: Allow systemtap/DTrace userspace probes to be disabled.
Richard W.M. Jones
2012-05-14
1
-2
/
+2
*
doc: Rewrite description section in man page guestfs(3).
Richard W.M. Jones
2012-05-01
1
-31
/
+12
*
Move 'libguestfs.pc' (pkgconfig file) to src/ directory.
Richard W.M. Jones
2012-05-01
2
-0
/
+17
*
Check library still compiles without libvirt.
Richard W.M. Jones
2012-04-24
1
-0
/
+2
*
Don't abort inspection if mdadm.conf ARRAY doesn't have a uuid
Matthew Booth
2012-04-24
1
-1
/
+1
*
inspection: Remove spurious warning for Ubuntu 10.04 with encrypted swap (RHB...
Richard W.M. Jones
2012-04-13
1
-1
/
+1
*
docs: Add libguestfs-test-tool(1) to guestfs(3) man page.
Richard W.M. Jones
2012-04-11
1
-1
/
+2
*
launch: Set error when qemu fails early during launch (RHBZ#811650).
Richard W.M. Jones
2012-04-11
1
-1
/
+4
*
inspection: Support Fedora 17+ (RHBZ#809361).
Richard W.M. Jones
2012-04-03
1
-2
/
+5
*
Don't provoke -Wstrict-overflow warning from map_app_md_devices function.
Richard Jones
2012-03-30
1
-2
/
+2
*
Work around -Wstrict-overflow warning on gcc 4.5.1.
Richard Jones
2012-03-30
1
-1
/
+5
*
inspection: Set last errno to ENOTSUP when inspection APIs are not available.
Richard W.M. Jones
2012-03-21
1
-1
/
+1
*
inspect: Fedora/RHEL CDs are multipart if totaldiscs > 1, not > 0.
Richard W.M. Jones
2012-03-16
1
-1
/
+1
*
inspect: Add comment documenting findings of RHEL 5, 6 install CDs.
Richard W.M. Jones
2012-03-16
1
-0
/
+58
*
inspect: Ignore missing HKLM\SYSTEM\MountedDevices (RHBZ#803664).
Richard W.M. Jones
2012-03-16
1
-4
/
+6
*
Fix strict-overflow bugs and reenable this warning.
Richard W.M. Jones
2012-03-13
1
-3
/
+3
*
inspect: Move variable decl to top of function.
Richard W.M. Jones
2012-03-13
1
-1
/
+3
*
lib: Remove some unused variables.
Richard W.M. Jones
2012-03-13
4
-7
/
+1
*
lib: Use size_t for allocation size in safe realloc function.
Richard W.M. Jones
2012-03-13
2
-2
/
+2
*
Close all file descriptors and remove all signal handlers in the recovery pro...
Richard W.M. Jones
2012-03-13
1
-0
/
+25
*
inspect_apps: Avoid double-close on error path (found by Coverity) (RHBZ#8012...
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
dbdump: Avoid double-close on error path (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+1
*
daemon: proto: Close fd along error paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-0
/
+3
*
proto: Close file along error and cancel paths (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-1
/
+5
*
Check return values from calloc (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-25
/
+29
*
Dead code: 'lvs' cannot be true here (found by Coverity).
Richard W.M. Jones
2012-03-08
1
-1
/
+1
*
Ignore return values from some functions in guestfs_close (Coverity warning).
Richard W.M. Jones
2012-03-08
1
-2
/
+3
*
Comment change.
Richard W.M. Jones
2012-03-08
1
-1
/
+1
[next]