1. 03 10月, 2015 1 次提交
  2. 13 8月, 2015 1 次提交
  3. 07 7月, 2015 1 次提交
  4. 12 6月, 2015 1 次提交
  5. 29 5月, 2015 1 次提交
  6. 01 3月, 2015 1 次提交
  7. 27 2月, 2015 1 次提交
    • D
      Add specific config options for PCI-E bridges · 46818675
      David Gibson 提交于
      The i82801b11, ioh3420 and xio3130 PCI Express devices are currently
      included in the build unconditionally.
      
      While they could theoretically appear on any target platform with PCI-E,
      they're pretty unlikely to appear on platforms that aren't Intel derived.
      
      Therefore, to avoid presenting unlikely-to-be-relevant devices to the user,
      add config options to enable these components, and enable them by default
      only on x86 and arm platforms.
      
      (Note that this patch does include these for aarch64, via its inclusion of
      arm-softmmu.mak).
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Reviewed-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
      Message-Id: <1425017077-18487-2-git-send-email-david@gibson.dropbear.id.au>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      46818675
  8. 13 2月, 2015 1 次提交
  9. 19 6月, 2014 1 次提交
  10. 12 8月, 2013 1 次提交
  11. 04 7月, 2013 1 次提交
    • D
      pci: Cleanup configuration for pci-hotplug.c · 79ca616f
      David Gibson 提交于
      pci-hotplug.c and the CONFIG_PCI_HOTPLUG variable which controls its
      compilation are misnamed.  They're not about PCI hotplug in general, but
      rather about the pci_add/pci_del interface which are now deprecated in
      favour of the more general device_add/device_del interface.  This patch
      therefore renames them to pci-hotplug-old.c and CONFIG_PCI_HOTPLUG_OLD.
      
      CONFIG_PCI_HOTPLUG=y was listed twice in {i386,x86_64}-softmmu.make for no
      particular reason, so we clean that up too.  In addition it was included in
      ppc64-softmmu.mak for which the old hotplug interface was never used and is
      unsuitable, so we remove that too.
      
      Most of pci-hotplug.c was additionaly protected by #ifdef TARGET_I386.  The
      small piece which wasn't is only called from the pci_add and pci_del hooks
      in hmp-commands.hx, which themselves were protected by #ifdef TARGET_I386.
      This patch therefore also removes the #ifdef from pci-hotplug-old.c,
      and changes the ifdefs in hmp-commands.hx to use CONFIG_PCI_HOTPLUG_OLD.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      79ca616f
  12. 01 5月, 2013 1 次提交
  13. 30 4月, 2013 2 次提交
  14. 15 4月, 2013 2 次提交
  15. 09 4月, 2013 12 次提交
  16. 13 3月, 2013 2 次提交
  17. 19 2月, 2013 1 次提交
    • G
      make usb devices configurable · 6c83f815
      Gerd Hoffmann 提交于
      Leave the core usb devices (usb hub, tablet, mouse, keyboard)
      enabled unconditionally.  Make the other ones configurable.
      
      Exceptions:
        - bluetooth: not qdevified yet, has a vl.c dependency because
          of that, thus disabling isn't as easy as not linking the
          object file.
        - smardcard: ccid-card-emulated depends on that one *and*
          CONFIG_SMARTCARD_NSS.  So it isn't a one-liner and comes
          as separate patch because of that.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      6c83f815
  18. 22 2月, 2012 1 次提交
    • J
      hw/pc_sysfw: support system flash memory with pflash · bd183c79
      Jordan Justen 提交于
      Flash can be enabled by calling pc_system_firmware_init
      with the system_flash_enabled parameter being non-zero.
      If system_flash_enabled is zero, then the older qemu
      rom creation method will be used.
      
      If flash is enabled and a pflash image is found, then
      it is used for the system firmware image.
      
      If flash is enabled and a pflash image is not initially
      found, then a read-only pflash device is created using
      the -bios filename.
      
      KVM cannot execute from a pflash region currently.
      Therefore, when KVM is enabled, the old rom based
      initialization method is used.
      Signed-off-by: NJordan Justen <jordan.l.justen@intel.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      bd183c79
  19. 22 1月, 2012 1 次提交
  20. 16 10月, 2011 1 次提交
  21. 22 3月, 2011 1 次提交
  22. 20 2月, 2011 1 次提交
  23. 12 2月, 2011 2 次提交
  24. 17 12月, 2010 1 次提交
  25. 27 11月, 2010 1 次提交