Statistics
| Branch: | Revision:

root / hw / pci_regs.h @ 43997225

History | View | Annotate | Download (35.5 kB)

# Date Author Comment
453058d3 03/16/2012 01:04 am Anthony PERARD

pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE

Signed-off-by: Anthony PERARD <>
Signed-off-by: Michael S. Tsirkin <>

15a7a778 03/15/2012 05:04 pm Anthony PERARD

pci_regs: Fix value of PCI_EXP_TYPE_RC_EC.

Value check in PCI Express Base Specification rev 1.1

Signed-off-by: Anthony PERARD <>
Signed-off-by: Michael S. Tsirkin <>

465f1ab1 09/21/2011 03:32 pm Daniel Verkamp

ahci: add port I/O index-data pair

Implement an I/O space index-data register pair as defined by the AHCI
spec, including the corresponding SATA PCI capability and BAR.

This allows real-mode code to access the AHCI registers; real-mode
code cannot address the memory-mapped register space because it is...

befeac45 06/15/2011 06:27 pm Michael S. Tsirkin

Merge remote-tracking branch 'origin/master' into pci

Conflicts:
hw/virtio-pci.c

81486b55 06/12/2011 10:33 am Jan Kiszka

pci: Update pci_regs header

Pulls in latest version from kernel 3.0-rc2.

Some changes around AER now require local defines as QEMU accesses the
error source identification register via sub-words.

CC: Isaku Yamahata <>
Signed-off-by: Jan Kiszka <>...

a7f22f06 05/08/2011 12:02 pm Stefan Weil

Fix typo in comment (auxilliary -> auxiliary)

Signed-off-by: Stefan Weil <>
Signed-off-by: Stefan Hajnoczi <>

cb67beb1 12/23/2009 04:35 pm Isaku Yamahata

pci: import Linux pci_regs.h

Import Linux pci_regs.h. Later PCI register definitions in pci.h
will be eliminated.

Signed-off-by: Isaku Yamahata <>
Signed-off-by: Michael S. Tsirkin <>