]> git.proxmox.com Git - qemu.git/history - hw/pci_host.c
list MST as pci layer maintainer
[qemu.git] / hw / pci_host.c
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-12-01 Isaku Yamahatapci_host: remove unnecessary & 0xff.
2009-12-01 Isaku Yamahatapci: shorten pci_host_{conf, data}_register_xxx functio...
2009-12-01 Isaku Yamahatapci: rename (pci_/pcie_mmcfg_)addr_to_dev
2009-12-01 Isaku Yamahatapci: remove pci_addr_to_config() by open code
2009-12-01 Michael S. Tsirkinpci: simplify (pci_/pcie_mmcfg_)data_read()
2009-11-09 Isaku Yamahatapci_host: change the signature of pci_data_{read, write}.
2009-11-09 Isaku Yamahatapci: move pci host stuff from pci.c to pci_host.c
2009-11-09 Isaku Yamahatapci_host: consolidate pci config address access.
2009-11-09 Isaku Yamahatapci_host.h: move functions in pci_host.h into .c file.