From e982c0a2f56a5324d41b90b7a8f2715412f7e899 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 7 Nov 2013 14:05:45 +0000 Subject: [PATCH] Update TODO: Remove some things that we've done. --- TODO | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/TODO b/TODO index 32a5ff0b22..4fcbed21ab 100644 --- a/TODO +++ b/TODO @@ -501,22 +501,6 @@ this approach works, it doesn't solve the MBR problem, so likely we'd have to write a library for that (or perhaps go back to sfdisk but using a very abstracted interface over sfdisk). -qemu caching ------------- - -(Suggested by Paolo Bonzini and Kevin Wolf) - -Measure the effect of cache=none, cache=directsync, -cache=writethrough, cache=writeback. - -It's doubtful that using cache=none is useful, since it disables the -host cache making read-heavy workloads slower (they rely entirely on -the smaller appliance kernel's cache). And in libguestfs we don't -necessarily care about ongoing data integrity while writing, as long -as data is reliably written out when g.sync, g.shutdown or g.close -return. Also in libguestfs we effectively control the whole stack, so -we can ensure write barriers happen when we want. - virt-sparsify should use discard -------------------------------- @@ -562,8 +546,6 @@ virt-builder - how can we give users a shell for debugging purposes? - - get parallel xzcat working properly - - allow non-xz-compressed templates (faster) - let notes etc be localized, ie. notes[en]=...