1. 04 2月, 2010 19 次提交
  2. 31 1月, 2010 4 次提交
  3. 30 1月, 2010 1 次提交
  4. 29 1月, 2010 10 次提交
  5. 28 1月, 2010 4 次提交
  6. 27 1月, 2010 2 次提交
    • E
      pflash: Buffer block writes · b4bf0a9a
      Edgar E. Iglesias 提交于
      Buffer block writes to avoid flushing every word access onto backing
      storage device. This significantly speeds up flash emulation for flashes
      connected through an 8 or 16-bit bus combined with backing storage (-pflash).
      Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@petalogix.com>
      b4bf0a9a
    • A
      virtio: Add memory statistics reporting to the balloon driver · 625a5bef
      Adam Litke 提交于
      When using ballooning to manage overcommitted memory on a host, a system for
      guests to communicate their memory usage to the host can provide information
      that will minimize the impact of ballooning on the guests.  The current method
      employs a daemon running in each guest that communicates memory statistics to a
      host daemon at a specified time interval.  The host daemon aggregates this
      information and inflates and/or deflates balloons according to the level of
      host memory pressure.  This approach is effective but overly complex since a
      daemon must be installed inside each guest and coordinated to communicate with
      the host.  A simpler approach is to collect memory statistics in the virtio
      balloon driver and communicate them directly to the hypervisor.
      Signed-off-by: NAdam Litke <agl@us.ibm.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      625a5bef