index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-3
/
+3
*
pci: make pci_bar() aware of header type 1.
Isaku Yamahata
2009-11-09
1
-6
/
+12
*
pci: clean up of pci_default_read_config.
Isaku Yamahata
2009-11-09
1
-21
/
+5
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-5
/
+5
*
pci: clean up pci_init_wmask()
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci/bridge: clean up of pci_bridge_initfn()
Isaku Yamahata
2009-11-09
1
-11
/
+25
*
pci: use helper functions to access pci config space.
Isaku Yamahata
2009-11-09
1
-15
/
+15
*
pci: define a constant to represent a unmapped bar and use it.
Isaku Yamahata
2009-11-09
1
-9
/
+9
*
pci: use PCI_SLOT() and PCI_FUNC().
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4.
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: fix PCI_DPRINTF() wrt variadic macro.
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove it
Juan Quintela
2009-10-27
1
-1
/
+1
*
zap DeviceState->nd
Gerd Hoffmann
2009-10-27
1
-8
/
+1
*
prepare pci nic init path for qdev property configuration.
Gerd Hoffmann
2009-10-27
1
-2
/
+8
*
net: remove id field from NICInfo
Mark McLoughlin
2009-10-15
1
-2
/
+2
*
New qdev_init_nofail()
Markus Armbruster
2009-10-07
1
-2
/
+2
*
Check return value of qdev_init()
Markus Armbruster
2009-10-07
1
-0
/
+1
*
qemu/pci: make pci not depend on msix
Michael S. Tsirkin
2009-10-06
1
-2
/
+0
*
qemu/pci: clarify pci config load routine
Michael S. Tsirkin
2009-10-06
1
-4
/
+5
*
Revert "Fix exit on 'pci_add' Monitor command"
Anthony Liguori
2009-10-06
1
-11
/
+0
*
Rename pci_create_noinit() to pci_create()
Markus Armbruster
2009-10-05
1
-4
/
+4
*
pci_create() is now unused, remove it
Markus Armbruster
2009-10-05
1
-18
/
+0
*
Fix pci_add nic not to exit on bad model
Markus Armbruster
2009-10-05
1
-3
/
+30
*
Make it obvious that pci_nic_init() can't fail
Markus Armbruster
2009-10-05
1
-16
/
+9
*
Fix pci_add storage not to exit on bad first argument
Markus Armbruster
2009-10-05
1
-1
/
+1
*
qemu/pci: reset device registers on bus reset
Michael S. Tsirkin
2009-10-05
1
-0
/
+13
*
qemu/pci: refactor code/symbolic constants
Michael S. Tsirkin
2009-10-05
1
-20
/
+21
*
pci: hotplug windup
Gerd Hoffmann
2009-10-05
1
-2
/
+23
*
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
2009-10-05
1
-2
/
+5
*
pci: use qdev for device destruction.
Gerd Hoffmann
2009-10-05
1
-2
/
+3
*
convert pci bridge to qdev
Gerd Hoffmann
2009-10-05
1
-18
/
+48
*
support inplace allocation for pci bus, split irq init.
Gerd Hoffmann
2009-10-05
1
-10
/
+33
*
Fix exit on 'pci_add' Monitor command
Luiz Capitulino
2009-10-05
1
-0
/
+11
*
vmstate: remove const for put operations
Juan Quintela
2009-10-05
1
-1
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-2
/
+2
*
Get rid of _t suffix
malc
2009-10-01
1
-2
/
+2
*
qdev/pci: add pci_create_noinit()
Gerd Hoffmann
2009-09-15
1
-3
/
+8
*
We want the argument pass to set_irq to be opaque
Juan Quintela
2009-09-04
1
-3
/
+3
*
low_set_irq is not used anywhere
Juan Quintela
2009-09-04
1
-2
/
+0
*
Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field
Juan Quintela
2009-08-27
1
-2
/
+2
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-2
/
+2
*
Port PCIDevice state to VMState
Juan Quintela
2009-08-27
1
-22
/
+43
*
Add version_id to PCIDevice.
Juan Quintela
2009-08-27
1
-1
/
+2
*
Port PCI Bus to VMState design
Juan Quintela
2009-08-27
1
-30
/
+11
*
qdev/prop: convert pci.c to helper macros.
Gerd Hoffmann
2009-08-10
1
-7
/
+2
*
qdev/pci: use qdev_prop_pci_devfn
Gerd Hoffmann
2009-07-27
1
-4
/
+4
*
Sparc64: convert APB to qdev
Blue Swirl
2009-07-21
1
-3
/
+5
*
qdev: print device id in "info pci".
Gerd Hoffmann
2009-07-16
1
-0
/
+1
*
qdev: add id= support for pci nics.
Gerd Hoffmann
2009-07-16
1
-0
/
+2
*
qdev: rework device properties.
Gerd Hoffmann
2009-07-16
1
-4
/
+13
[next]