index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-03
spapr_rtas: add ibm, configure-connector RTAS interface
Michael Roth
2
-0
/
+184
2015-06-03
spapr_rtas: add get-sensor-state RTAS interface
Mike Day
1
-0
/
+43
2015-06-03
spapr_rtas: add set-indicator RTAS interface
Mike Day
1
-0
/
+84
2015-06-03
spapr_rtas: add get/set-power-level RTAS interfaces
Nathan Fontenot
1
-0
/
+54
2015-06-03
spapr_drc: initial implementation of sPAPRDRConnector device
Michael Roth
2
-1
/
+589
2015-06-03
hw/ppc/spapr: Use error_report() instead of hw_error()
Thomas Huth
1
-8
/
+8
2015-06-03
hw/ppc/spapr: Fix error message when firmware could not be loaded
Thomas Huth
1
-3
/
+3
2015-06-03
pseries: Add pseries-2.4 machine type
David Gibson
1
-0
/
+5
2015-06-03
hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobn
Thomas Huth
1
-2
/
+2
2015-06-03
spapr_iommu: Give unique QOM name to TCE table
Alexey Kardashevskiy
1
-1
/
+3
2015-06-03
spapr_pci: Rework device-tree rendering
Alexey Kardashevskiy
1
-25
/
+5
2015-06-03
spapr_iommu: Make spapr_tce_find_by_liobn() public
Alexey Kardashevskiy
1
-1
/
+1
2015-06-03
spapr_pci: Make find_phb()/find_dev() public
Alexey Kardashevskiy
1
-18
/
+18
2015-06-03
spapr_iommu: Add separate trace points for PCI DMA operations
Alexey Kardashevskiy
1
-7
/
+20
2015-06-03
spapr_pci: Define default DMA window size as a macro
Alexey Kardashevskiy
1
-3
/
+3
2015-06-03
spapr_vio: Introduce a liobn number generating macros
Alexey Kardashevskiy
1
-1
/
+1
2015-06-03
spapr_pci: Introduce a liobn number generating macros
Alexey Kardashevskiy
1
-2
/
+2
2015-06-03
spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safe
Alexey Kardashevskiy
1
-4
/
+3
2015-06-03
spapr_iommu: Disable in-kernel IOMMU tables for >4GB windows
Alexey Kardashevskiy
1
-3
/
+3
2015-06-03
spapr_pci: Fix unsafe signed/unsigned comparisons
David Gibson
1
-8
/
+8
2015-06-03
macio: Convert to realize()
Markus Armbruster
1
-33
/
+38
2015-06-03
apci: fix PXB behaviour if used with unsupported BIOS
Marcel Apfelbaum
1
-29
/
+58
2015-06-03
hw/pxb: add numa_node parameter
Marcel Apfelbaum
2
-0
/
+23
2015-06-03
hw/pci: add support for NUMA nodes
Marcel Apfelbaum
1
-0
/
+11
2015-06-03
hw/pxb: add map_irq func
Marcel Apfelbaum
1
-1
/
+19
2015-06-03
hw/pci: inform bios if the system has extra pci root buses
Marcel Apfelbaum
1
-0
/
+20
2015-06-03
hw/pci: introduce PCI Expander Bridge (PXB)
Marcel Apfelbaum
2
-0
/
+197
2015-06-03
hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query
Marcel Apfelbaum
1
-1
/
+2
2015-06-03
hw/acpi: remove from root bus 0 the crs resources used by other buses.
Marcel Apfelbaum
1
-27
/
+91
2015-06-03
hw/acpi: add _CRS method for extra root busses
Marcel Apfelbaum
1
-0
/
+139
2015-06-03
hw/apci: add _PRT method for extra PCI root busses
Marcel Apfelbaum
1
-0
/
+81
2015-06-03
hw/acpi: add support for i440fx 'snooping' root busses
Marcel Apfelbaum
1
-0
/
+23
2015-06-03
hw/pci: extend PCI config access to support devices behind PXB
Marcel Apfelbaum
1
-5
/
+29
2015-06-03
hw/i386: query only for q35/pc when looking for pci host bridge
Marcel Apfelbaum
1
-9
/
+25
2015-06-03
hw/pci: made pci_bus_num a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+10
2015-06-03
hw/pci: made pci_bus_is_root a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+14
2015-06-03
acpi: add implementation of aml_while() term
Marcel Apfelbaum
1
-0
/
+8
2015-06-03
acpi: add acpi_send_gpe_event() to rise sci for hotplug
Zhu Guihua
4
-11
/
+12
2015-06-03
virtio: 64bit features fixups.
Gerd Hoffmann
2
-2
/
+2
2015-06-03
virtio-pci: don't try to mask or unmask vqs without notifiers
Jason Wang
1
-7
/
+14
2015-06-03
hw/q35: fix floppy controller definition in ich9
Marcel Apfelbaum
1
-1
/
+1
2015-06-03
acpi: add missing ssdt
Michael S. Tsirkin
1
-0
/
+36
2015-06-03
virtio-ccw/migration: Migrate config vector for virtio devices
Jason J. Herne
1
-0
/
+4
2015-06-03
virtio-ccw: add support for 9pfs
Pierre Morel
2
-2
/
+72
2015-06-03
cadence_gem: Fix Rx buffer size field mask
Sai Pavan Boddu
1
-1
/
+1
2015-06-03
hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-1
/
+1
2015-06-03
hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-3
/
+2
2015-06-03
hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-4
/
+4
2015-06-03
hw/unicore32/puv3.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-4
/
+4
2015-06-03
hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq
Shannon Zhao
1
-3
/
+2
[prev]
[next]