1. 04 9月, 2009 10 次提交
  2. 31 8月, 2009 1 次提交
  3. 28 8月, 2009 4 次提交
  4. 24 8月, 2009 2 次提交
    • A
      Unbreak large mem support by removing kqemu · 4a1418e0
      Anthony Liguori 提交于
      kqemu introduces a number of restrictions on the i386 target.  The worst is that
      it prevents large memory from working in the default build.
      
      Furthermore, kqemu is fundamentally flawed in a number of ways.  It relies on
      the TSC as a time source which will not be reliable on a multiple processor
      system in userspace.  Since most modern processors are multicore, this severely
      limits the utility of kqemu.
      
      kvm is a viable alternative for people looking to accelerate qemu and has the
      benefit of being supported by the upstream Linux kernel.  If someone can
      implement work arounds to remove the restrictions introduced by kqemu, I'm
      happy to avoid and/or revert this patch.
      
      N.B. kqemu will still function in the 0.11 series but this patch removes it from
      the 0.12 series.
      
      Paul, please Ack or Nack this patch.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      4a1418e0
    • B
      Fix device name completion for 'eject' · 2a1704a7
      Blue Swirl 提交于
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2a1704a7
  5. 11 8月, 2009 2 次提交
  6. 01 8月, 2009 1 次提交
  7. 30 7月, 2009 1 次提交
  8. 28 7月, 2009 1 次提交
    • G
      kill drives_table · 751c6a17
      Gerd Hoffmann 提交于
      First step cleaning up the drives handling.  This one does nothing but
      removing drives_table[], still it became seriously big.
      
      drive_get_index() is gone and is replaced by drives_get() which hands
      out DriveInfo pointers instead of a table index.  This needs adaption in
      *tons* of places all over.
      
      The drives are now maintained as linked list.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      751c6a17
  9. 27 7月, 2009 2 次提交
  10. 17 7月, 2009 1 次提交
  11. 16 7月, 2009 1 次提交
  12. 10 7月, 2009 2 次提交
  13. 30 6月, 2009 2 次提交
  14. 29 6月, 2009 2 次提交
  15. 11 6月, 2009 4 次提交
  16. 06 6月, 2009 1 次提交
  17. 05 6月, 2009 1 次提交
  18. 28 5月, 2009 1 次提交
  19. 27 5月, 2009 1 次提交