Age | Commit message (Expand) | Author |
2015-06-05 | q35: add config space wmask for SMRAM and ESMRAMC | Gerd Hoffmann |
2015-06-05 | q35: fix ESMRAMC default | Gerd Hoffmann |
2015-06-05 | q35: implement high SMRAM | Paolo Bonzini |
2015-06-05 | hw/i386: remove smram_update | Paolo Bonzini |
2015-06-05 | target-i386: use memory API to implement SMRAM | Paolo Bonzini |
2015-06-05 | hw/i386: add a separate region that tracks the SMRAME bit | Paolo Bonzini |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-28 | uninorth: convert ffs(3) to ctz32() | Stefan Hajnoczi |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-04-26 | exec.c: Make address_space_rw take transaction attributes | Peter Maydell |
2015-04-17 | mips: fix broken fulong2e machine | Paolo Bonzini |
2015-03-11 | machine: replace qemu opts with iommu property | Marcel Apfelbaum |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-02-16 | exec: RCUify AddressSpaceDispatch | Paolo Bonzini |
2015-02-13 | isa: add memory space parameter to isa_bus_new | Hervé Poussineau |
2015-02-13 | pci: Add generic PCIe host bridge | Alexander Graf |
2015-01-07 | PPC: e500 pci host: Add support for ATMUs | Alexander Graf |
2014-09-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-09-11 | piix: do not set irq while loading vmstate | Pavel Dovgalyuk |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-09 | apb: implement PCI bus error interrupt map registers | Mark Cave-Ayland |
2014-08-28 | intel-iommu: add context-cache to cache context-entry | Le Tan |
2014-08-28 | intel-iommu: fix coding style issues around in q35.c and machine.c | Le Tan |
2014-08-28 | intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu... | Le Tan |
2014-08-28 | iommu: add is_write as a parameter to the translate function of MemoryRegionI... | Le Tan |
2014-08-18 | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging | Peter Maydell |
2014-08-17 | apb: add IOMMU flush register implementation | Mark Cave-Ayland |
2014-08-15 | pci-host: update uncorresponding description | Gonglei |
2014-08-15 | pci-host: update obsolete reference about piix_pci.c | Gonglei |
2014-07-07 | prep: Remove PCI memory hack related to OpenHack'Ware | Hervé Poussineau |
2014-06-27 | uninorth: Fix PCI hole size | BALATON Zoltan |
2014-06-20 | apb: Fix out-of-bounds array write access | Stefan Weil |
2014-06-16 | hw/pci-host/ppce500: Fix typo in vmstate definition | Peter Maydell |
2014-06-16 | PPC: e500: implement PCI INTx routing | Bharat Bhushan |
2014-06-16 | PPC: e500: some pci related cleanup | Bharat Bhushan |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (ppc) | Juan Quintela |
2014-06-10 | apb: Fix compiler warnings (large constants) | Stefan Weil |
2014-06-05 | Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging | Peter Maydell |
2014-06-05 | apb: implement IOMMU translation for PCI host bridge | Mark Cave-Ayland |
2014-06-05 | apb: handle reading/writing of IOMMU control registers | Mark Cave-Ayland |
2014-06-05 | apb: fix IOMMU register sizes | Mark Cave-Ayland |
2014-06-05 | apb: Move IOMMU registers into a separate IOMMUState struct | Mark Cave-Ayland |
2014-05-21 | pcie_host: Turn pcie_host_init() into an instance_init | Andreas Färber |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-04-08 | hw/pci-host/prep: Don't reverse IO accesses on bigendian hosts | Peter Maydell |
2014-03-27 | hw/pci-host/apb.c: Avoid shifting left into sign bit | Peter Maydell |
2014-03-20 | raven: Use raven_ for all function prefixes | Hervé Poussineau |
2014-03-20 | raven: Fix PCI bus accesses with size > 1 | Hervé Poussineau |