1. 07 5月, 2014 1 次提交
  2. 10 2月, 2014 2 次提交
  3. 05 2月, 2014 5 次提交
  4. 26 1月, 2014 1 次提交
    • M
      pcihp: generalization of piix4 acpi · db4728e6
      Michael S. Tsirkin 提交于
      Add ACPI based PCI hotplug library with bridge hotplug
      support.
      Design
         - each bus gets assigned "bsel" property.
         - ACPI code writes this number
           to a new BNUM register, then uses existing
           UP/DOWN registers to probe slot status;
           to eject, write number to BNUM register,
           then slot into existing EJ.
      
      The interface is actually backwards-compatible with
      existing PIIX4 ACPI (though not migration compatible).
      
      This is split out from PIIX4 codebase so we can
      reuse it for Q35 as well.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      db4728e6