1. 22 5月, 2010 1 次提交
  2. 16 5月, 2010 1 次提交
  3. 05 4月, 2010 1 次提交
  4. 22 3月, 2010 1 次提交
  5. 07 2月, 2010 1 次提交
  6. 01 12月, 2009 1 次提交
  7. 07 11月, 2009 1 次提交
  8. 07 10月, 2009 1 次提交
  9. 05 10月, 2009 3 次提交
  10. 02 10月, 2009 2 次提交
  11. 21 9月, 2009 1 次提交
  12. 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
  13. 16 9月, 2009 1 次提交
  14. 15 9月, 2009 1 次提交
  15. 10 9月, 2009 5 次提交
  16. 04 9月, 2009 1 次提交
  17. 28 8月, 2009 2 次提交
  18. 26 8月, 2009 1 次提交
  19. 16 8月, 2009 2 次提交
  20. 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
  21. 21 7月, 2009 1 次提交
  22. 30 6月, 2009 1 次提交
  23. 22 6月, 2009 1 次提交
    • M
      Support addr=... in option argument of -net nic · 5607c388
      Markus Armbruster 提交于
      Make net_client_init() accept addr=, put the value into struct
      NICinfo.  Use it in pci_nic_init(), and remove arguments bus and
      devfn.
      
      Don't support addr= in third argument of monitor command pci_add,
      because that clashes with its first argument.  Admittedly unelegant.
      
      Machines "malta" and "r2d" have a default NIC with a well-known PCI
      address.  Deal with that the same way as the NIC model: make
      pci_nic_init() take an optional default to be used when the user
      doesn't specify one.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      5607c388
  24. 17 6月, 2009 1 次提交
  25. 30 5月, 2009 1 次提交
  26. 22 5月, 2009 1 次提交
    • 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
  27. 21 5月, 2009 1 次提交
  28. 19 5月, 2009 1 次提交
  29. 14 5月, 2009 2 次提交
  30. 12 5月, 2009 1 次提交