Statistics
| Branch: | Revision:

root / hw / pci_regs.h @ a0f42610

History | View | Annotate | Download (35.4 kB)

# Date Author Comment
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 <>