aboutsummaryrefslogtreecommitdiff
path: root/hw/pci.c
AgeCommit message (Expand)Author
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin
2012-11-26qdev: simplify (de)allocation of busesPaolo Bonzini
2012-11-16fix live migrationGerd Hoffmann
2012-10-29pci: Add class 0xc05 as 'SMBus'Jan Kiszka
2012-10-29pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzleIsaku Yamahata
2012-10-29pci: pci capability must be in PCI spaceIsaku Yamahata
2012-10-29pci: make each capability DWORD alignedMichael S. Tsirkin
2012-10-29pci: Return PCI_INTX_DISABLED when no bus INTx routing supportAlex Williamson
2012-10-29pci: Helper function for testing if an INTx route changedAlex Williamson
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22pci: honor PCI_COMMAND_MASTERAvi Kivity
2012-10-22pci: give each device its own address spaceAvi Kivity
2012-10-06pci: add a pci_vga_init() functionAurelien Jarno
2012-10-05scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULLJim Meyering
2012-09-07pcie: drop version_id field for live migrationJason Baron
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-19pci: Add INTx routing notifierJan Kiszka
2012-07-19pci: Add pci_device_route_intx_to_irqMichael S. Tsirkin
2012-07-04pci: Unregister BARs before device exitAlex Williamson
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-27iommu: Allow PCI to use IOMMU infrastructureDavid Gibson
2012-06-21pci.c: Add opaque argument to pci_for_each_device.Anthony PERARD
2012-06-18Merge remote-tracking branch 'afaerber-or/qom-next-2' into stagingAnthony Liguori
2012-06-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-06-08qdev: Use int32_t container for devfn propertyMichael Roth
2012-06-07msi: Invoke msi/msix_write_config from PCI coreJan Kiszka
2012-06-07msi: Invoke msi/msix_reset from PCI coreJan Kiszka
2012-05-29pci: call object_unparent() before free_qdev()Amos Kong
2012-04-10Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into stagingAnthony Liguori
2012-03-16pci: fix double free of romfile propertyAnthony Liguori
2012-03-16pci: fix bridge IO/BASEMichael S. Tsirkin
2012-03-16pci: set memory type for memory behind the bridgeMichael S. Tsirkin
2012-03-15pci: make another unused extern function staticMichael S. Tsirkin
2012-03-15pci: don't export an internal functionMichael S. Tsirkin
2012-03-15pci: Do not check if a bus exist in pci_parse_devaddr.Anthony PERARD
2012-02-22pci: set memory type for memory behind the bridgeMichael S. Tsirkin
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qdev: remove info from classAnthony Liguori
2012-02-03qdev: make DeviceInfo privateAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-27pci: call reset unconditionallyAnthony Liguori
2012-01-22vga: improve VGA logicBlue Swirl