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
*
qdev: simplify (de)allocation of buses
Paolo Bonzini
2012-11-26
1
-1
/
+1
*
fix live migration
Gerd Hoffmann
2012-11-16
1
-0
/
+4
*
pci: Add class 0xc05 as 'SMBus'
Jan Kiszka
2012-10-29
1
-0
/
+1
*
pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
Isaku Yamahata
2012-10-29
1
-0
/
+18
*
pci: pci capability must be in PCI space
Isaku Yamahata
2012-10-29
1
-3
/
+3
*
pci: make each capability DWORD aligned
Michael S. Tsirkin
2012-10-29
1
-2
/
+2
*
pci: Return PCI_INTX_DISABLED when no bus INTx routing support
Alex Williamson
2012-10-29
1
-1
/
+7
*
pci: Helper function for testing if an INTx route changed
Alex Williamson
2012-10-29
1
-0
/
+5
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-1
/
+1
*
pci: honor PCI_COMMAND_MASTER
Avi Kivity
2012-10-22
1
-2
/
+11
*
pci: give each device its own address space
Avi Kivity
2012-10-22
1
-0
/
+14
*
pci: add a pci_vga_init() function
Aurelien Jarno
2012-10-06
1
-0
/
+18
*
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
2012-10-05
1
-1
/
+1
*
pcie: drop version_id field for live migration
Jason Baron
2012-09-07
1
-1
/
+1
*
Merge branch pci into master
Michael S. Tsirkin
2012-07-29
1
-6
/
+48
|
\
|
*
pci: Add INTx routing notifier
Jan Kiszka
2012-07-19
1
-0
/
+23
|
*
pci: Add pci_device_route_intx_to_irq
Michael S. Tsirkin
2012-07-19
1
-0
/
+20
|
*
pci: Unregister BARs before device exit
Alex Williamson
2012-07-04
1
-2
/
+3
|
*
pci: convert PCIUnregisterFunc to void
Alex Williamson
2012-07-04
1
-5
/
+3
*
|
iommu: Allow PCI to use IOMMU infrastructure
David Gibson
2012-06-27
1
-0
/
+9
*
|
pci.c: Add opaque argument to pci_for_each_device.
Anthony PERARD
2012-06-21
1
-4
/
+7
*
|
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
2012-06-18
1
-20
/
+31
|
\
\
|
*
|
qdev: Convert busses to QEMU Object Model
Anthony Liguori
2012-06-18
1
-10
/
+19
|
*
|
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
2012-06-18
1
-1
/
+1
|
*
|
qdev: Move bus properties to a separate global
Paolo Bonzini
2012-06-18
1
-10
/
+12
*
|
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2012-06-18
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
msi: Invoke msi/msix_write_config from PCI core
Jan Kiszka
2012-06-07
1
-0
/
+3
|
*
msi: Invoke msi/msix_reset from PCI core
Jan Kiszka
2012-06-07
1
-0
/
+5
*
|
qdev: Use int32_t container for devfn property
Michael Roth
2012-06-08
1
-1
/
+1
|
/
*
pci: call object_unparent() before free_qdev()
Amos Kong
2012-05-29
1
-1
/
+0
*
Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging
Anthony Liguori
2012-04-10
1
-14
/
+14
|
\
|
*
pci: fix bridge IO/BASE
Michael S. Tsirkin
2012-03-16
1
-2
/
+2
|
*
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
2012-03-16
1
-0
/
+3
|
*
pci: make another unused extern function static
Michael S. Tsirkin
2012-03-15
1
-7
/
+8
|
*
pci: don't export an internal function
Michael S. Tsirkin
2012-03-15
1
-1
/
+1
|
*
pci: Do not check if a bus exist in pci_parse_devaddr.
Anthony PERARD
2012-03-15
1
-4
/
+0
*
|
pci: fix double free of romfile property
Anthony Liguori
2012-03-16
1
-1
/
+0
|
/
*
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
2012-02-22
1
-2
/
+13
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qom: move properties from qdev to object
Anthony Liguori
2012-02-03
1
-0
/
+1
*
qdev: kill off DeviceInfo
Anthony Liguori
2012-02-03
1
-1
/
+1
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-11
/
+10
*
qdev: remove info from class
Anthony Liguori
2012-02-03
1
-1
/
+3
*
qdev: make DeviceInfo private
Anthony Liguori
2012-02-03
1
-5
/
+8
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-69
/
+54
*
qdev: don't access name through info
Anthony Liguori
2012-01-27
1
-3
/
+3
*
qdev: move qdev->info to class
Anthony Liguori
2012-01-27
1
-7
/
+9
*
pci: call reset unconditionally
Anthony Liguori
2012-01-27
1
-5
/
+2
*
vga: improve VGA logic
Blue Swirl
2012-01-22
1
-20
/
+0
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-1
/
+3
[next]