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-bridge
/
dec.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-05-27
hw/pci-bridge/dec: Remove dead debug code
Philippe Mathieu-Daudé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-29
pci: Make is_bridge a bool
David Gibson
2018-12-13
pci-bridge/dec: Convert sysbus init function to realize function
Mao Zhongyi
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-07-03
hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device
Thomas Huth
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-02-16
dec: convert to realize()
Cao jin
2016-01-29
ppc: Clean up includes
Peter Maydell
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2013-12-23
pci-host: Consistently set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-07-29
pci-bridge: Turn PCIBridge into abstract QOM type
Andreas Färber
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
2013-06-02
dec.c - move to pci-bridge
Michael S. Tsirkin