Sign in
qemu-android
/
qemu-android
/
55274a30522d0f542c1659386f01096b78669455
/
hw
/
pci.c
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
b5937f2
pci: fix info pci with host bridge.
by Isaku Yamahata
· 15 years ago
8fd5cf4
pci: fix pci_find_bus()
by Isaku Yamahata
· 15 years ago
525e051
PCI: show also host bridge data in "info pci" output
by Blue Swirl
· 15 years ago
c021f8e
PCI: fix multiple bridge problems
by Blue Swirl
· 15 years ago
776e1bb
PCI: fix bridge configuration
by Blue Swirl
· 15 years ago
d5e4acf
PCI: do_pci_info(): PCI bridge devices support
by Luiz Capitulino
· 15 years ago
163c8a5
PCI: Convert pci_info() to QObject
by Luiz Capitulino
· 15 years ago
88169dd
pci: allow loading roms via fw_cfg.
by Gerd Hoffmann
· 15 years ago
ea3fdd5
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 15 years ago
cf61680
PCI: Fix bus address conversion
by Blue Swirl
· 15 years ago
c71b5b4
PCI: partially revert 2e01c8cf4b076b05013c87723e3fc710b50a0a7a
by Blue Swirl
· 15 years ago
2e01c8c
PCI: make pci_mem_base private
by Blue Swirl
· 15 years ago
3d09c49
pci: s/PCI_SUBVENDOR_ID/PCI_SUBSYSTEM_VENDOR_ID/g
by Isaku Yamahata
· 15 years ago
b8ba417
pci: remove PCIBus::config_reg.
by Isaku Yamahata
· 15 years ago
a7b15a5
Revert "Revert "pci: interrupt disable bit support""
by Michael S. Tsirkin
· 15 years ago
8c52c8f
pci romfiles: add property, add default to PCIDeviceInfo
by Gerd Hoffmann
· 15 years ago
c2039bd
Support PCI based option rom loading
by Anthony Liguori
· 15 years ago
d587e07
Revert "pci: interrupt disable bit support"
by Anthony Liguori
· 15 years ago
09e3acc
pci: don't hw_error() when no slot is available.
by Gerd Hoffmann
· 15 years ago
b6981cb
pci: interrupt disable bit support
by Michael S. Tsirkin
· 15 years ago
f9bf77d
pci: interrupt status bit implementation
by Michael S. Tsirkin
· 15 years ago
d036bb2
pci: prepare irq code for interrupt state
by Michael S. Tsirkin
· 15 years ago
5084bca
pci: vmstate_register() already assign consecutive numbers starting at 0
by Juan Quintela
· 15 years ago
d631873
pci: move apb specific stuff to apb_pci.c
by Michael S. Tsirkin
· 15 years ago
88a9556
pci: convert goto into scope in bridge_filter
by Michael S. Tsirkin
· 15 years ago
d46636b
pci: pci bridge related clean up.
by Isaku Yamahata
· 15 years ago
10c9c32
pci: fix pci_config_get_io_base().
by Isaku Yamahata
· 15 years ago
b47b070
pci: remove magic number, 256 in pci.c
by Isaku Yamahata
· 15 years ago
876a350
pci: split up up pci_update mappings
by Michael S. Tsirkin
· 15 years ago
ec50344
pci: clean up of pci_update_mappings()
by Isaku Yamahata
· 15 years ago
3e21ffc
pci: clean up of pci_init_wmask().
by Isaku Yamahata
· 15 years ago
c34369d
pci: kill unnecessary included in pci.c
by Isaku Yamahata
· 15 years ago
c469e1d
pci: s/pci_find_host_bus/pci_find_root_bus/g
by Isaku Yamahata
· 15 years ago
070297d
pci: remove pci_sub_bus() by open coding.
by Isaku Yamahata
· 15 years ago
f88d750
pci: fix pci_info_device().
by Isaku Yamahata
· 15 years ago
c364c97
PCI: make duplicate devfn allocation fatal
by Blue Swirl
· 15 years ago
91011d4
pci: Fix function pci_default_write_config
by Stefan Weil
· 15 years ago
dbe73d7
pci: fix the conversion of config field from array to pointer
by Juan Quintela
· 15 years ago
b4dccd8
pci/monitor: print out bridge's filtering values and so on.
by Isaku Yamahata
· 15 years ago
a0c7a97
pci: implement pci bridge filtering.
by Isaku Yamahata
· 15 years ago
1074df4
pci: factor out pci_for_each_device().
by Isaku Yamahata
· 15 years ago
a968857
pci: cosmetic on pci_upadte_mappings()
by Isaku Yamahata
· 15 years ago
fb23162
pci: initialize pci config headers depending it pci header type.
by Isaku Yamahata
· 15 years ago
edb0003
pci: teach pci_default_config_write() ROM bar for normal/bridge device .
by Isaku Yamahata
· 15 years ago
260c0cd
pci: use range helper functions.
by Isaku Yamahata
· 15 years ago
a9f4994
pci: pcie host and mmcfg support.
by Isaku Yamahata
· 15 years ago
766347c
pci: move pci host stuff from pci.c to pci_host.c
by Isaku Yamahata
· 15 years ago
74e32ac
pci: factor out the conversion logic from io port address into pci device.
by Isaku Yamahata
· 15 years ago
e822a52
pci: make pci configuration transaction more accurate.
by Isaku Yamahata
· 15 years ago
e94ff65
pci: remove bus_num member from struct PCIBus.
by Isaku Yamahata
· 15 years ago
1442125
pci: 64bit bar support.
by Isaku Yamahata
· 15 years ago
4f8589e
pci: typedef pcibus_t as uint64_t instead of uint32_t.
by Isaku Yamahata
· 15 years ago
89e8b13
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
by Isaku Yamahata
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
b3b1169
pci: make pci_bar() aware of header type 1.
by Isaku Yamahata
· 15 years ago
5029fe1
pci: clean up of pci_default_read_config.
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
67a51b4
pci: clean up pci_init_wmask()
by Isaku Yamahata
· 15 years ago
74c0182
pci/bridge: clean up of pci_bridge_initfn()
by Isaku Yamahata
· 15 years ago
b0ff8eb
pci: use helper functions to access pci config space.
by Isaku Yamahata
· 15 years ago
182f9c8
pci: define a constant to represent a unmapped bar and use it.
by Isaku Yamahata
· 15 years ago
2217dcf
pci: use PCI_SLOT() and PCI_FUNC().
by Isaku Yamahata
· 15 years ago
e369cad
pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.
by Isaku Yamahata
· 15 years ago
2e49d64
pci: fix PCI_DPRINTF() wrt variadic macro.
by Isaku Yamahata
· 15 years ago
c7bde57
vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove it
by Juan Quintela
· 15 years ago
1cc3368
zap DeviceState->nd
by Gerd Hoffmann
· 15 years ago
dc7aff1
prepare pci nic init path for qdev property configuration.
by Gerd Hoffmann
· 15 years ago
dea7b3b
net: remove id field from NICInfo
by Mark McLoughlin
· 15 years ago
e23a1b3
New qdev_init_nofail()
by Markus Armbruster
· 15 years ago
33e66b8
Check return value of qdev_init()
by Markus Armbruster
· 15 years ago
0f457d9
qemu/pci: make pci not depend on msix
by Michael S. Tsirkin
· 15 years ago
05fcfad
qemu/pci: clarify pci config load routine
by Michael S. Tsirkin
· 15 years ago
e52eb61
Revert "Fix exit on 'pci_add' Monitor command"
by Anthony Liguori
· 15 years ago
499cf10
Rename pci_create_noinit() to pci_create()
by Markus Armbruster
· 16 years ago
3312958
pci_create() is now unused, remove it
by Markus Armbruster
· 16 years ago
07caea3
Fix pci_add nic not to exit on bad model
by Markus Armbruster
· 16 years ago
9ee0582
Make it obvious that pci_nic_init() can't fail
by Markus Armbruster
· 16 years ago
49bd145
Fix pci_add storage not to exit on bad first argument
by Markus Armbruster
· 16 years ago
c0b1905
qemu/pci: reset device registers on bus reset
by Michael S. Tsirkin
· 16 years ago
5330de0
qemu/pci: refactor code/symbolic constants
by Michael S. Tsirkin
· 16 years ago
ee995ff
pci: hotplug windup
by Gerd Hoffmann
· 16 years ago
e3936fa
pci: move unregister from PCIDevice to PCIDeviceInfo
by Gerd Hoffmann
· 16 years ago
a36a344
pci: use qdev for device destruction.
by Gerd Hoffmann
· 16 years ago
0358718
convert pci bridge to qdev
by Gerd Hoffmann
· 16 years ago
21eea4b
support inplace allocation for pci bus, split irq init.
by Gerd Hoffmann
· 16 years ago
0148fde
Fix exit on 'pci_add' Monitor command
by Luiz Capitulino
· 16 years ago
84e2e3e
vmstate: remove const for put operations
by Juan Quintela
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
71077c1
qdev/pci: add pci_create_noinit()
by Gerd Hoffmann
· 16 years ago
5d4e84c
We want the argument pass to set_irq to be opaque
by Juan Quintela
· 16 years ago
15dc112
low_set_irq is not used anywhere
by Juan Quintela
· 16 years ago
a60380a
Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field
by Juan Quintela
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
73534f2
Port PCIDevice state to VMState
by Juan Quintela
· 16 years ago
f16c4ab
Add version_id to PCIDevice.
by Juan Quintela
· 16 years ago
2d1e9f9
Port PCI Bus to VMState design
by Juan Quintela
· 16 years ago
54586bd
qdev/prop: convert pci.c to helper macros.
by Gerd Hoffmann
· 16 years ago
a6307b0
qdev/pci: use qdev_prop_pci_devfn
by Gerd Hoffmann
· 16 years ago
Next »