Age | Commit message (Expand) | Author |
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 |
2011-10-27 | qapi: Convert query-pci | Luiz Capitulino |
2011-10-17 | pci: simplify memory region registration | Avi Kivity |
2011-09-25 | pci: add pci_address_space_io() | Richard Henderson |
2011-09-19 | pci: implement bridge filtering | Michael S. Tsirkin |
2011-09-19 | pci: Remove unused pci_reserve_capability | Jan Kiszka |
2011-09-10 | PCI: delete unused mem_base and pci_to_cpu_addr | Blue Swirl |
2011-08-24 | pci: Error on PCI capability collisions | Jan Kiszka |
2011-08-22 | pci: add pci_address_space() | Avi Kivity |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-08 | pci: remove support for pre memory API BARs | Avi Kivity |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity |
2011-08-08 | pci: fold BAR mapping function into its caller | Avi Kivity |
2011-08-08 | pci: remove pci_register_bar() | Avi Kivity |
2011-08-08 | pci: convert pci rom to memory API | Avi Kivity |
2011-08-08 | pci: remove pci_register_bar_simple() | Avi Kivity |
2011-08-08 | pci: allow I/O BARs to be registered with pci_register_bar_region() | Avi Kivity |
2011-08-08 | pci: pass I/O address space to new PCI bus | Avi Kivity |
2011-08-08 | pci: add API to get a BAR's mapped address | Avi Kivity |
2011-08-04 | Merge remote-tracking branch 'mst/for_anthony' into staging | Anthony Liguori |
2011-07-29 | pci: add MemoryRegion based BAR management API | Avi Kivity |