Age | Commit message (Expand) | Author |
2018-08-21 | hw/pci-host/bonito: Move away from old_mmio accessors | Peter Maydell |
2018-07-02 | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-07-02 | hw/mips: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-27 | hw/pci-host/xilinx-pcie: don't make "io" region be RAM | Peter Maydell |
2018-06-12 | uninorth: remove token register from uninorth device | Mark Cave-Ayland |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-23 | hw/pci-host/q35: Replace hardcoded value with macro | Zihan Yang |
2018-05-04 | uninorth: create new uninorth device | Mark Cave-Ayland |
2018-04-27 | uninorth: rename UNINState to UNINHostState | Mark Cave-Ayland |
2018-04-27 | uninorth: move PCI IO (ISA) memory region into the uninorth device | Mark Cave-Ayland |
2018-04-27 | uninorth: use object link to pass OpenPIC object to uninorth | Mark Cave-Ayland |
2018-04-27 | uninorth: remove obsolete pci_pmac_u3_init() function | Mark Cave-Ayland |
2018-04-27 | uninorth: remove obsolete pci_pmac_init() function | Mark Cave-Ayland |
2018-04-27 | uninorth: enable internal PCI host bridge | Mark Cave-Ayland |
2018-04-27 | uninorth: fix PCI and AGP bus mixup | Mark Cave-Ayland |
2018-04-27 | uninorth: move PCI host bridge bus initialisation into device realize | Mark Cave-Ayland |
2018-04-27 | uninorth: introduce temporary pic_irqs device property | Mark Cave-Ayland |
2018-04-27 | uninorth: move PCI mmio memory region initialisation into init function | Mark Cave-Ayland |
2018-04-27 | grackle: move PCI IO (ISA) memory region into the grackle device | Mark Cave-Ayland |
2018-04-27 | grackle: remove deprecated pci_grackle_init() function | Mark Cave-Ayland |
2018-04-27 | grackle: general tidy-up and QOMify | Mark Cave-Ayland |
2018-04-27 | uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device | Mark Cave-Ayland |
2018-04-27 | uninorth: move uninorth definitions into uninorth.h | Mark Cave-Ayland |
2018-04-27 | uninorth: QOMify PCI and AGP host bridges | Mark Cave-Ayland |
2018-04-27 | uninorth: trivial style fixups | Mark Cave-Ayland |
2018-03-09 | pci: Add support for Designware IP block | Andrey Smirnov |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-06 | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-01-27 | uninorth: convert to trace-events | Mark Cave-Ayland |
2018-01-27 | grackle: convert to trace-events | Mark Cave-Ayland |
2018-01-24 | sabre: convert from SABRE_DPRINTF macro to trace-events | Mark Cave-Ayland |
2018-01-24 | apb: rename apb.c to sabre.c | Mark Cave-Ayland |
2018-01-24 | apb: rename QOM type from TYPE_APB to TYPE_SABRE | Mark Cave-Ayland |
2018-01-24 | apb: QOMify sabre PCI host bridge | Mark Cave-Ayland |
2018-01-24 | apb: change pbm_pci_host prefix functions to use sabre_pci prefix | Mark Cave-Ayland |
2018-01-24 | apb: rename APB functions to use sabre prefix | Mark Cave-Ayland |
2018-01-24 | simba: rename PBMPCIBridge and QOM types to reflect simba naming | Mark Cave-Ayland |
2018-01-24 | apb: split simba PCI bridge into hw/pci-bridge/simba.c | Mark Cave-Ayland |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-11 | Merge remote-tracking branch 'origin/master' into HEAD | Michael S. Tsirkin |
2018-01-09 | sun4u: split IOMMU device out from apb.c to sun4u_iommu.c | Mark Cave-Ayland |
2018-01-09 | apb: QOMify IOMMU | Mark Cave-Ayland |
2018-01-09 | apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants | Mark Cave-Ayland |
2018-01-09 | ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs | Mark Cave-Ayland |
2018-01-09 | apb: remove busA property from PBMPCIBridge state | Mark Cave-Ayland |
2018-01-09 | apb: split pci_pbm_map_irq() into separate functions for bus A and bus B | Mark Cave-Ayland |
2018-01-09 | apb: remove pci_apb_init() and instantiate APB device using qdev | Mark Cave-Ayland |
2018-01-09 | apb: move the two secondary PCI bridges objects into APBState | Mark Cave-Ayland |