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.c: remove unnecessary #ifdef DEBUG_PCI.
Isaku Yamahata
2009-07-16
1
-14
/
+15
*
Fix PCI IRQ breakage
Paul Brook
2009-07-11
1
-1
/
+1
*
Fix APB by reverting 16eaedf2668e9b347a59d73346fcc4c764c58348 partially
Blue Swirl
2009-07-11
1
-1
/
+1
*
qdev/pci: misc fixes.
Gerd Hoffmann
2009-07-09
1
-2
/
+3
*
qdev: replace bus_type enum with bus_info struct.
Gerd Hoffmann
2009-07-09
1
-5
/
+48
*
qdev: update pci device registration.
Gerd Hoffmann
2009-07-09
1
-14
/
+10
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
monitor: Drop pci_addr prefix from hotplug commands
Jan Kiszka
2009-06-29
1
-6
/
+10
*
qemu/pci: check constant registers on load
Michael S. Tsirkin
2009-06-24
1
-1
/
+25
*
qemu/pci: add routines to manage PCI capabilities
Michael S. Tsirkin
2009-06-24
1
-1
/
+73
*
qemu/pci: make default_write_config use mask table
Michael S. Tsirkin
2009-06-24
1
-116
/
+29
*
Make first argument of monitor command pci_add work
Markus Armbruster
2009-06-22
1
-18
/
+1
*
Support addr=... in option argument of -net nic
Markus Armbruster
2009-06-22
1
-5
/
+43
*
Fix do_pci_register_device() to reject devfn already in use
Markus Armbruster
2009-06-22
1
-0
/
+2
*
Add pci_bus_reset() function.
Gleb Natapov
2009-06-22
1
-0
/
+16
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-1
/
+1
*
qdev: move name+size into DeviceInfo (v2)
Gerd Hoffmann
2009-06-11
1
-1
/
+3
*
Remove unused and misnamed field and variable
Blue Swirl
2009-06-09
1
-6
/
+0
*
Add common BusState
Paul Brook
2009-05-23
1
-11
/
+26
*
Separate virtio PCI code
Paul Brook
2009-05-18
1
-1
/
+1
*
Virtio-net qdev conversion
Paul Brook
2009-05-14
1
-1
/
+0
*
PCI network qdev conversion
Paul Brook
2009-05-14
1
-17
/
+18
*
PCI qdev support
Paul Brook
2009-05-14
1
-7
/
+48
*
minor fix of pci_register_bus()
Isaku Yamahata
2009-05-03
1
-0
/
+1
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-1
/
+2
*
Make PCI config status register read-only
aliguori
2009-04-10
1
-0
/
+4
*
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
1
-15
/
+17
*
Parse full PCI device addresses (Markus Armbruster)
aliguori
2009-02-11
1
-0
/
+77
*
qemu: warn if PCI region is not power of two (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+7
*
qemu: add pci_unregister_device (Marcelo Tosatti)
aliguori
2009-02-11
1
-5
/
+42
*
qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)
aliguori
2009-02-11
1
-4
/
+11
*
qemu: add pci helper functions (Marcelo Tosatti)
aliguori
2009-02-11
1
-0
/
+20
*
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2009-02-05
1
-2
/
+0
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Add Simba device ID
blueswir1
2009-01-27
1
-5
/
+5
*
Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)
aliguori
2009-01-13
1
-25
/
+35
*
PCI: Mask writes to RO bits in the command reg of PCI config space
aurel32
2008-12-18
1
-0
/
+3
*
PCI: Mask writes to RO bits in the status reg of PCI config space
aurel32
2008-12-18
1
-0
/
+11
*
virtio-net support
aliguori
2008-12-17
1
-1
/
+4
*
pci: add default pci subsystem id for all devices (Gerd Hoffman)
aliguori
2008-12-11
1
-0
/
+13
*
KVM: Coalesced MMIO support
aliguori
2008-12-09
1
-0
/
+1
*
Make PCI class description tables const
blueswir1
2008-10-02
1
-2
/
+2
*
E1000 NIC emulation (Nir Peleg, patch from Dor Laor).
balrog
2008-02-03
1
-1
/
+3
*
Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub...
balrog
2007-12-09
1
-2
/
+49
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-3
/
+3
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+4
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-5
/
+5
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-21
/
+21
*
New option -net nic,model=? (Mark Glines)
blueswir1
2007-05-27
1
-0
/
+4
*
Know about more PCI device classes.
ths
2007-04-14
1
-0
/
+27
[next]