1. 15 10月, 2014 1 次提交
  2. 10 2月, 2014 1 次提交
  3. 30 7月, 2013 1 次提交
  4. 27 3月, 2013 2 次提交
    • M
      pci_bridge: factor out common code · 45eb768c
      Michael S. Tsirkin 提交于
      Reuse common code in pcie_port, override the hardwired-to-0
      bits per PCI Express spec.
      No functional change but makes the code easier to follow.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      45eb768c
    • A
      pci: Teach PCI Bridges about VGA routing · ba7d8515
      Alex Williamson 提交于
      Each PCI Bridge has a set of implied VGA regions that are enabled when
      the VGA bit is set in the bridge control register.  This allows VGA
      devices behind bridges.  Unfortunately with VGA Enable, which we
      formerly allowed but didn't back, comes along some required VGA
      baggage.  VGA Palette Snooping is required, along with VGA 16-bit
      decoding.  We don't yet have support for palette snooping.
      We also don't have support for 10-bit VGA aliases, the default mode, but
      we enable the register, even on root ports, to avoid confusing guests.
      Fortunately there's likely nothing from this century that requires these
      features, so the missing bits are noted with TODOs.
      Signed-off-by: NAlex Williamson <alex.williamson@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      ba7d8515
  5. 17 12月, 2012 2 次提交
  6. 16 3月, 2012 1 次提交
  7. 21 8月, 2011 1 次提交
  8. 22 11月, 2010 1 次提交
  9. 20 10月, 2010 1 次提交