diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 10:07:46 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 10:07:46 +0100 |
commit | 675411d34f807420d1b714436fc5a58fc0022dae (patch) | |
tree | e64888a39d01147d337713d29d1a5015f4e69c57 /TODO | |
parent | 1d07f1f88a08fc84d91db0931fcf34d1f9db36d3 (diff) | |
download | libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.tar.gz libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.tar.xz libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.zip |
Command line argument handling.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -54,21 +54,6 @@ ie. CentOS 5.3, Fedora 11, Debian. ---------------------------------------------------------------------- -Qemu options -- After discussion with the KVM developers, they have -recommended some flags which will improve the safety and reliability -of KVM. Need to test that these also work under qemu (or at least, do -no harm): - --no-hpet HPET support is broken and should be disabled. - --rtc-td-hack Keeps the rtc clock source track time correctly. - --drive file=...,if=[ide|virtio],cache=off - cache=off is necessary to improve reliability in the - event of a system crash when writing. - ----------------------------------------------------------------------- - "Standalone/local mode" Instead of running guestfsd (the daemon) inside qemu, there should be |