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
2021-10-22
Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int...
Richard Henderson
3
-5
/
+188
2021-10-21
Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into staging
Richard Henderson
6
-60
/
+292
2021-10-21
hw/arm/virt-acpi-build: Generate PPTT table
Yanan Wang
1
-1
/
+7
2021-10-21
hw/acpi/aml-build: Add PPTT table
Andrew Jones
1
-0
/
+59
2021-10-20
hw/acpi/aml-build: Add Processor hierarchy node structure
Yanan Wang
1
-0
/
+30
2021-10-20
hw/arm/virt: Add cpu-map to device tree
Andrew Jones
1
-10
/
+60
2021-10-20
hw/arm/virt: Only describe cpu topology since virt-6.2
Yanan Wang
1
-0
/
+1
2021-10-20
hw/arm/virt_acpi_build: Generate DBG2 table
Eric Auger
1
-1
/
+62
2021-10-21
hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
Thomas Huth
1
-3
/
+5
2021-10-21
ppc/pegasos2: Implement power-off RTAS function with VOF
BALATON Zoltan
1
-0
/
+11
2021-10-21
ppc/pegasos2: Add constants for PCI config addresses
BALATON Zoltan
1
-2
/
+4
2021-10-21
ppc/pegasos2: Access MV64361 registers via their memory region
BALATON Zoltan
2
-62
/
+56
2021-10-21
ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
BALATON Zoltan
1
-0
/
+25
2021-10-21
ppc/pegasos2: Warn when using VOF but no kernel is specified
BALATON Zoltan
1
-0
/
+3
2021-10-21
ppc/pegasos2: Restrict memory to 2 gigabytes
BALATON Zoltan
1
-0
/
+4
2021-10-21
hw/ppc: Fix iothread locking in the 405 code
Thomas Huth
1
-0
/
+4
2021-10-21
spapr/xive: Use xive_esb_rw() to trigger interrupts
Cédric Le Goater
1
-3
/
+1
2021-10-21
hw/ppc/spapr_softmmu: Reduce include list
Philippe Mathieu-Daudé
1
-15
/
+0
2021-10-21
target/ppc: Fix the test raising the decrementer exception
Cédric Le Goater
1
-1
/
+1
2021-10-21
spapr/xive: Add source status helpers
Cédric Le Goater
3
-12
/
+8
2021-10-20
hw/elf_ops.h: switch to ssize_t for elf loader return type
Luc Michel
1
-29
/
+31
2021-10-20
hw/arm/sbsa-ref: Fixed cpu type error message typo.
Shuuichirou Ishii
1
-1
/
+1
2021-10-20
hw/arm/virt: Don't create device-tree node for empty NUMA node
Gavin Shan
1
-0
/
+13
2021-10-20
hw/arm/virt-acpi-build: IORT upgrade up to revision E.b
Eric Auger
1
-19
/
+29
2021-10-20
q800: drop 8-bit graphic_depth check for Apple 21 inch display
Mark Cave-Ayland
1
-1
/
+1
2021-10-20
q800: add NMI handler
Mark Cave-Ayland
1
-0
/
+47
2021-10-20
q800: wire up remaining IRQs in classic mode
Mark Cave-Ayland
1
-0
/
+49
2021-10-20
q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic mode
Mark Cave-Ayland
1
-16
/
+41
2021-10-20
q800: wire up auxmode GPIO to GLUE
Mark Cave-Ayland
1
-0
/
+14
2021-10-20
mac_via: add GPIO for A/UX mode
Mark Cave-Ayland
2
-0
/
+20
2021-10-20
q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
Mark Cave-Ayland
1
-4
/
+28
2021-10-20
q800: move VIA1 IRQ from level 1 to level 6
Mark Cave-Ayland
1
-1
/
+1
2021-10-20
mac_via: update comment for VIA1B_vMystery bit
Mark Cave-Ayland
1
-0
/
+4
2021-10-20
pci: fix PCI resource reserve capability on BE
Michael S. Tsirkin
1
-5
/
+5
2021-10-20
vhost-vdpa: multiqueue support
Jason Wang
1
-1
/
+1
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
2
-5
/
+20
2021-10-20
vhost: record the last virtqueue index for the virtio device
Jason Wang
1
-3
/
+9
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
2
-78
/
+78
2021-10-20
vhost-net: control virtqueue support
Jason Wang
3
-15
/
+36
2021-10-20
vhost-vdpa: prepare for the multiqueue support
Jason Wang
1
-2
/
+2
2021-10-20
vhost-vdpa: classify one time request
Jason Wang
1
-6
/
+47
2021-10-20
qdev/qbus: remove failover specific code
Laurent Vivier
1
-1
/
+11
2021-10-20
failover: fix a regression introduced by JSON'ification of -device
Laurent Vivier
1
-6
/
+18
2021-10-20
vhost-user: fix duplicated notifier MR init
Xueming Li
1
-2
/
+3
2021-10-20
vhost-user-rng-pci: Add vhost-user-rng-pci implementation
Mathieu Poirier
2
-0
/
+80
2021-10-20
vhost-user-rng: Add vhost-user-rng implementation
Mathieu Poirier
3
-0
/
+295
2021-10-20
virtio-iommu: Drop base_name and change generic_name
Eric Auger
1
-2
/
+1
2021-10-20
virtio-iommu: Remove the non transitional name
Eric Auger
1
-1
/
+0
2021-10-20
vdpa: Check for iova range at mappings changes
Eugenio Pérez
2
-16
/
+49
2021-10-20
vdpa: Add vhost_vdpa_section_end
Eugenio Pérez
1
-7
/
+15
[next]