]> git.proxmox.com Git - qemu.git/history - hw/pci_host.c
Introduce a 'client_add' monitor command accepting an open FD
[qemu.git] / hw / pci_host.c
2011-03-28 Isaku Yamahatapci: use devfn for pci_find_device() instead of (slot...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback for system bus.
2010-12-11 Alexander Grafpci-host: Delegate bswap to mmio layer
2010-12-11 Alexander GrafMake simple io mem handler endian aware
2010-03-23 Aurelien Jarnopci_host: fix breakage
2010-03-21 Blue SwirlCompile pci_host only once
2010-03-07 Blue SwirlUpdate to a hopefully more future proof FSF address
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-14 Michael S. Tsirkinpci_host: rewrite using rwhandler
2010-01-10 Blue SwirlPCI: Fix a typo
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.