Home | History | Annotate | Download | only in memory_hotplug
      1 memtoy:
      2 
      3 if migrate_pages(2) system call ever becomes standard, will need to change
      4 Makefile not to build and link against migrate_pages.o and not to define
      5 _NEED_MIGRATE_PAGES.
      6 
      7 More documentation?
      8 
      9 
     10 Desired features?
     11 
     12 	+ verify contents after migration?
     13 
     14 	+ cpu affinity for testing default policy and migration
     15 
     16 	+ set_mempolicy() UI
     17 
     18 	+ multiple processes [children] sharing mappings
     19 
     20 	+ help summary for help w/ no args.  Details when
     21 	  command specified.
     22 
     23 	+ command to toggle verbosity?
     24 
     25 	+ echo command to echo comments for scripts
     26 
     27 	+ fancier UI [command line editing?]
     28 
     29 	+ ...
     30