summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Add class 0xc05 as 'SMBus'Jan Kiszka2012-10-291-0/+1
* pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata2012-10-291-0/+18
* pci: pci capability must be in PCI spaceIsaku Yamahata2012-10-291-3/+3
* pci: make each capability DWORD alignedMichael S. Tsirkin2012-10-291-2/+2
* pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson2012-10-291-1/+7
* pci: Helper function for testing if an INTx route changedAlex Williamson2012-10-291-0/+5
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* pci: honor PCI_COMMAND_MASTERAvi Kivity2012-10-221-2/+11
* pci: give each device its own address spaceAvi Kivity2012-10-221-0/+14
* pci: add a pci_vga_init() functionAurelien Jarno2012-10-061-0/+18
* scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering2012-10-051-1/+1
* pcie: drop version_id field for live migrationJason Baron2012-09-071-1/+1
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-6/+48
|\
| * pci: Add INTx routing notifierJan Kiszka2012-07-191-0/+23
| * pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin2012-07-191-0/+20
| * pci: Unregister BARs before device exitAlex Williamson2012-07-041-2/+3
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-5/+3
* | iommu: Allow PCI to use IOMMU infrastructureDavid Gibson2012-06-271-0/+9
* | pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD2012-06-211-4/+7
* | Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori2012-06-181-20/+31
|\ \
| * | qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-10/+19
| * | qdev: Move bus properties to abstract superclassesPaolo Bonzini2012-06-181-1/+1
| * | qdev: Move bus properties to a separate globalPaolo Bonzini2012-06-181-10/+12
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-06-181-0/+8
|\ \ \ | |/ / |/| / | |/
| * msi: Invoke msi/msix_write_config from PCI coreJan Kiszka2012-06-071-0/+3
| * msi: Invoke msi/msix_reset from PCI coreJan Kiszka2012-06-071-0/+5
* | qdev: Use int32_t container for devfn propertyMichael Roth2012-06-081-1/+1
|/
* pci: call object_unparent() before free_qdev()Amos Kong2012-05-291-1/+0
* Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori2012-04-101-14/+14
|\
| * pci: fix bridge IO/BASEMichael S. Tsirkin2012-03-161-2/+2
| * pci: set memory type for memory behind the bridgeMichael S. Tsirkin2012-03-161-0/+3
| * pci: make another unused extern function staticMichael S. Tsirkin2012-03-151-7/+8
| * pci: don't export an internal functionMichael S. Tsirkin2012-03-151-1/+1
| * pci: Do not check if a bus exist in pci_parse_devaddr.Anthony PERARD2012-03-151-4/+0
* | pci: fix double free of romfile propertyAnthony Liguori2012-03-161-1/+0
|/
* pci: set memory type for memory behind the bridgeMichael S. Tsirkin2012-02-221-2/+13
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qom: move properties from qdev to objectAnthony Liguori2012-02-031-0/+1
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-11/+10
* qdev: remove info from classAnthony Liguori2012-02-031-1/+3
* qdev: make DeviceInfo privateAnthony Liguori2012-02-031-5/+8
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-69/+54
* qdev: don't access name through infoAnthony Liguori2012-01-271-3/+3
* qdev: move qdev->info to classAnthony Liguori2012-01-271-7/+9
* pci: call reset unconditionallyAnthony Liguori2012-01-271-5/+2
* vga: improve VGA logicBlue Swirl2012-01-221-20/+0
* vmstate, memory: decouple vmstate from memory APIAvi Kivity2012-01-041-1/+3
* qapi: Convert query-pciLuiz Capitulino2011-10-271-202/+120
* pci: simplify memory region registrationAvi Kivity2011-10-171-11/+2
OpenPOWER on IntegriCloud