X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=3264e3a0f56c1c189d846149611a8e7aabb1f61e;hb=3de234656bc61a2d35b0f1a9ccb1e6ef7535166b;hp=f3ee67913e1648b1cc564efc20a40173358f5d18;hpb=3496c6c3dfb5ef4ab93f6aae86512665a37b23cf;p=libguestfs.git diff --git a/TODO b/TODO index f3ee679..3264e3a 100644 --- a/TODO +++ b/TODO @@ -84,3 +84,18 @@ could be *removed* if we made this change. Open: Should the substitution be done in the library layer or in the daemon? + +---------------------------------------------------------------------- + +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.