index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci
/
pcie_host.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-20
pcie: Remove redundant test in pcie_mmcfg_data_{read,write}()
David Gibson
2017-10-15
PCI: PCIe access should always be little endian
Matt Redfearn
2016-01-29
pci: Clean up includes
Peter Maydell
2015-02-16
pcie: remove mmconfig memory leak and wrap mmconfig update with transaction
Paolo Bonzini
2015-01-26
pci: Split pcie_host_mmcfg_map()
Alexander Graf
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-05-21
pcie_host: Turn pcie_host_init() into an instance_init
Andreas Färber
2013-10-14
pcie_host: expose address format
Michael S. Tsirkin
2013-10-14
pcie_host: expose UNMAPPED macro
Michael S. Tsirkin
2013-07-04
hw/p*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-17
pci: fix path for local includes
Michael S. Tsirkin
2012-12-17
pci: move pci core code to hw/pci
Michael S. Tsirkin