index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-29
pci: Add class 0xc05 as 'SMBus'
Jan Kiszka
1
-0
/
+1
2012-10-29
pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle
Isaku Yamahata
1
-0
/
+18
2012-10-29
pci: pci capability must be in PCI space
Isaku Yamahata
1
-3
/
+3
2012-10-29
pci: make each capability DWORD aligned
Michael S. Tsirkin
1
-2
/
+2
2012-10-29
pci: Return PCI_INTX_DISABLED when no bus INTx routing support
Alex Williamson
1
-1
/
+7
2012-10-29
pci: Helper function for testing if an INTx route changed
Alex Williamson
1
-0
/
+5
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-1
/
+1
2012-10-22
pci: honor PCI_COMMAND_MASTER
Avi Kivity
1
-2
/
+11
2012-10-22
pci: give each device its own address space
Avi Kivity
1
-0
/
+14
2012-10-06
pci: add a pci_vga_init() function
Aurelien Jarno
1
-0
/
+18
2012-10-05
scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL
Jim Meyering
1
-1
/
+1
2012-09-07
pcie: drop version_id field for live migration
Jason Baron
1
-1
/
+1
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-6
/
+48
2012-07-19
pci: Add INTx routing notifier
Jan Kiszka
1
-0
/
+23
2012-07-19
pci: Add pci_device_route_intx_to_irq
Michael S. Tsirkin
1
-0
/
+20
2012-07-04
pci: Unregister BARs before device exit
Alex Williamson
1
-2
/
+3
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-5
/
+3
2012-06-27
iommu: Allow PCI to use IOMMU infrastructure
David Gibson
1
-0
/
+9
2012-06-21
pci.c: Add opaque argument to pci_for_each_device.
Anthony PERARD
1
-4
/
+7
2012-06-18
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
1
-20
/
+31
2012-06-18
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-0
/
+8
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-10
/
+19
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
1
-10
/
+12
2012-06-08
qdev: Use int32_t container for devfn property
Michael Roth
1
-1
/
+1
2012-06-07
msi: Invoke msi/msix_write_config from PCI core
Jan Kiszka
1
-0
/
+3
2012-06-07
msi: Invoke msi/msix_reset from PCI core
Jan Kiszka
1
-0
/
+5
2012-05-29
pci: call object_unparent() before free_qdev()
Amos Kong
1
-1
/
+0
2012-04-10
Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging
Anthony Liguori
1
-14
/
+14
2012-03-16
pci: fix double free of romfile property
Anthony Liguori
1
-1
/
+0
2012-03-16
pci: fix bridge IO/BASE
Michael S. Tsirkin
1
-2
/
+2
2012-03-16
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
1
-0
/
+3
2012-03-15
pci: make another unused extern function static
Michael S. Tsirkin
1
-7
/
+8
2012-03-15
pci: don't export an internal function
Michael S. Tsirkin
1
-1
/
+1
2012-03-15
pci: Do not check if a bus exist in pci_parse_devaddr.
Anthony PERARD
1
-4
/
+0
2012-02-22
pci: set memory type for memory behind the bridge
Michael S. Tsirkin
1
-2
/
+13
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qom: move properties from qdev to object
Anthony Liguori
1
-0
/
+1
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-11
/
+10
2012-02-03
qdev: remove info from class
Anthony Liguori
1
-1
/
+3
2012-02-03
qdev: make DeviceInfo private
Anthony Liguori
1
-5
/
+8
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-69
/
+54
2012-01-27
qdev: don't access name through info
Anthony Liguori
1
-3
/
+3
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-7
/
+9
2012-01-27
pci: call reset unconditionally
Anthony Liguori
1
-5
/
+2
2012-01-22
vga: improve VGA logic
Blue Swirl
1
-20
/
+0
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-1
/
+3
2011-10-27
qapi: Convert query-pci
Luiz Capitulino
1
-202
/
+120
2011-10-17
pci: simplify memory region registration
Avi Kivity
1
-11
/
+2
[next]