1. 04 5月, 2013 1 次提交
  2. 25 4月, 2013 6 次提交
  3. 23 4月, 2013 2 次提交
  4. 19 4月, 2013 2 次提交
  5. 17 4月, 2013 2 次提交
  6. 16 4月, 2013 1 次提交
  7. 15 4月, 2013 2 次提交
  8. 09 4月, 2013 3 次提交
  9. 29 3月, 2013 1 次提交
  10. 27 3月, 2013 1 次提交
  11. 26 3月, 2013 2 次提交
  12. 19 3月, 2013 4 次提交
  13. 18 3月, 2013 1 次提交
    • G
      Switch to efi-enabled nic roms by default · c45e5b5b
      Gerd Hoffmann 提交于
      All PCI nics are switched to EFI-enabled roms by default.  They are
      composed from three images (legacy, efi ia32 & efi x86), so classic
      pxe booting will continue to work.
      
      Exception: eepro100 is not switched, it uses a single rom for all
      emulated eepro100 variants, then goes patch the rom header on the
      fly with the correct PCI IDs.  I doubt that will work as-is with
      the efi roms.
      
      Keep old roms for 1.4+older machine types via compat properties,
      needed because the efi-enabled roms are larger so the pci rom bar
      size would change.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      c45e5b5b
  14. 01 3月, 2013 2 次提交
  15. 27 2月, 2013 1 次提交
  16. 08 2月, 2013 1 次提交
  17. 22 1月, 2013 2 次提交
  18. 17 1月, 2013 1 次提交
  19. 15 1月, 2013 1 次提交
  20. 11 1月, 2013 1 次提交
    • A
      Make all static TypeInfos const · 8c43a6f0
      Andreas Färber 提交于
      Since 39bffca2 (qdev: register all
      types natively through QEMU Object Model), TypeInfo as used in
      the common, non-iterative pattern is no longer amended with information
      and should therefore be const.
      
      Fix the documented QOM examples:
      
       sed -i 's/static TypeInfo/static const TypeInfo/g' include/qom/object.h
      
      Since frequently the wrong examples are being copied by contributors of
      new devices, fix all types in the tree:
      
       sed -i 's/^static TypeInfo/static const TypeInfo/g' */*.c
       sed -i 's/^static TypeInfo/static const TypeInfo/g' */*/*.c
      
      This also avoids to piggy-back these changes onto real functional
      changes or other refactorings.
      Signed-off-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8c43a6f0
  21. 08 1月, 2013 3 次提交