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