1. 05 10月, 2009 1 次提交
  2. 02 10月, 2009 2 次提交
  3. 20 9月, 2009 1 次提交
    • B
      Compile loader only once · ca20cf32
      Blue Swirl 提交于
      Callers must pass ELF machine, byte swapping and symbol LSB clearing
      information to ELF loader. A.out loader needs page size information, pass
      that too as a parameter.
      
      Extract prototypes to a separate file. Move loader.[ch] and elf_ops.h under hw.
      
      Adjust callers. Also use target_phys_addr_t instead of target_ulong for
      addresses: loader addresses aren't virtual.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      ca20cf32
  4. 14 9月, 2009 1 次提交
  5. 10 9月, 2009 2 次提交
  6. 07 9月, 2009 2 次提交
  7. 04 9月, 2009 1 次提交
  8. 29 8月, 2009 1 次提交
  9. 28 8月, 2009 3 次提交
  10. 14 8月, 2009 1 次提交
  11. 11 8月, 2009 1 次提交
  12. 09 8月, 2009 1 次提交
  13. 08 8月, 2009 1 次提交
  14. 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
  15. 21 7月, 2009 5 次提交
  16. 12 7月, 2009 2 次提交
  17. 30 6月, 2009 1 次提交
  18. 24 6月, 2009 1 次提交
  19. 17 6月, 2009 1 次提交
  20. 30 5月, 2009 1 次提交
  21. 22 5月, 2009 2 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
    • A
      Introduce is_default field for QEMUMachine · 0c257437
      Anthony Liguori 提交于
      f80f9ec9 changed the order that machines are registered which had the effect of
      changing the default machine.  This changeset introduces a new is_default field
      so that machine types can declare that they are the default for an architecture.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      0c257437
  22. 21 5月, 2009 1 次提交
  23. 14 5月, 2009 2 次提交
  24. 04 5月, 2009 1 次提交
  25. 12 4月, 2009 1 次提交
  26. 10 4月, 2009 1 次提交
  27. 29 3月, 2009 1 次提交
  28. 08 3月, 2009 1 次提交