diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-12 13:54:25 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-12 13:54:25 +0200 |
commit | d72694b33a81919368365da2c35d5b4a264648e0 (patch) | |
tree | b625a7189e69ed10b863b3f1c1ae07a12615d1a7 /open_issues | |
parent | bc642c08945c850f04ac41c0d42ea06d7cf08f5a (diff) | |
download | web-d72694b33a81919368365da2c35d5b4a264648e0.tar.gz web-d72694b33a81919368365da2c35d5b4a264648e0.tar.bz2 web-d72694b33a81919368365da2c35d5b4a264648e0.zip |
hurd/running/qemu/writeback_caching: New.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/gnumach_page_cache_policy.mdwn | 3 | ||||
-rw-r--r-- | open_issues/qemu_writeback.mdwn | 18 |
2 files changed, 3 insertions, 18 deletions
diff --git a/open_issues/gnumach_page_cache_policy.mdwn b/open_issues/gnumach_page_cache_policy.mdwn index 6f51d713..03cb3725 100644 --- a/open_issues/gnumach_page_cache_policy.mdwn +++ b/open_issues/gnumach_page_cache_policy.mdwn @@ -590,6 +590,9 @@ License|/fdl]]."]]"""]] <braunr> the amount of vm_object and ipc_port is gracefully adjusted <youpi> that'd help us with not having to tell people to use the complex -drive option :) + +([[hurd/running/qemu/writeback_caching]].) + <braunr> so you can easily run a hurd with 128 MiB with decent performance and no leak in ext2fs <braunr> yes diff --git a/open_issues/qemu_writeback.mdwn b/open_issues/qemu_writeback.mdwn deleted file mode 100644 index ab881705..00000000 --- a/open_issues/qemu_writeback.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -[[!meta copyright="Copyright © 2012 Free Software Foundation, Inc."]] - -[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable -id="license" text="Permission is granted to copy, distribute and/or modify this -document under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no Invariant -Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled [[GNU Free Documentation -License|/fdl]]."]]"""]] - -[[!tag open_issue_documentation]] - - -# IRC, freenode, #hurdfr, 2012-07-01 - - <braunr> remplace "-hda file.img" par "-drive - cache=writeback,index=0,media=disk,file=file.img" - <braunr> tu sentiras tout de suite la différence |