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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
72
-209
/
+232
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
58
-151
/
+148
2022-05-09
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
18
-143
/
+505
2022-05-09
Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...
Richard Henderson
25
-562
/
+1068
2022-05-09
hw/acpi/aml-build: Use existing CPU topology to build PPTT table
Gavin Shan
1
-63
/
+48
2022-05-09
hw/arm/virt: Fix CPU's default NUMA node ID
Gavin Shan
1
-1
/
+3
2022-05-09
qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()
Gavin Shan
1
-6
/
+12
2022-05-09
hw/arm/virt: Consider SMP configuration in CPU topology
Gavin Shan
1
-1
/
+14
2022-05-09
qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
Gavin Shan
1
-1
/
+2
2022-05-09
qapi/machine.json: Add cluster-id
Gavin Shan
3
-2
/
+24
2022-05-09
hw/arm: add versioning to sbsa-ref machine DT
Leif Lindholm
1
-0
/
+14
2022-05-09
target/arm: Define neoverse-n1
Richard Henderson
4
-0
/
+69
2022-05-09
target/arm: Define cortex-a76
Richard Henderson
4
-0
/
+69
2022-05-09
target/arm: Enable FEAT_DGH for -cpu max
Richard Henderson
3
-0
/
+3
2022-05-09
target/arm: Enable FEAT_CSV3 for -cpu max
Richard Henderson
3
-0
/
+3
2022-05-09
target/arm: Enable FEAT_CSV2_2 for -cpu max
Richard Henderson
5
-2
/
+86
2022-05-09
target/arm: Enable FEAT_CSV2 for -cpu max
Richard Henderson
3
-0
/
+3
2022-05-09
target/arm: Enable FEAT_IESB for -cpu max
Richard Henderson
2
-0
/
+2
2022-05-09
target/arm: Enable FEAT_RAS for -cpu max
Richard Henderson
3
-0
/
+3
2022-05-09
target/arm: Implement ESB instruction
Richard Henderson
6
-15
/
+103
2022-05-09
target/arm: Implement virtual SError exceptions
Richard Henderson
5
-2
/
+91
2022-05-09
target/arm: Enable SCR and HCR bits for RAS
Richard Henderson
1
-0
/
+9
2022-05-09
target/arm: Add minimal RAS registers
Richard Henderson
2
-0
/
+89
2022-05-09
target/arm: Enable FEAT_Debugv8p4 for -cpu max
Richard Henderson
3
-3
/
+4
2022-05-09
target/arm: Enable FEAT_Debugv8p2 for -cpu max
Richard Henderson
4
-0
/
+5
2022-05-09
target/arm: Use field names for manipulating EL2 and EL3 modes
Richard Henderson
1
-9
/
+13
2022-05-09
target/arm: Annotate arm_max_initfn with FEAT identifiers
Richard Henderson
2
-74
/
+74
2022-05-09
target/arm: Split out aa32_max_features
Richard Henderson
3
-101
/
+65
2022-05-09
target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
Richard Henderson
1
-0
/
+4
2022-05-09
target/arm: Update qemu-system-arm -cpu max to cortex-a57
Richard Henderson
1
-60
/
+93
2022-05-09
target/arm: Move cortex impdef sysregs to cpu_tcg.c
Richard Henderson
3
-60
/
+69
2022-05-09
target/arm: Adjust definition of CONTEXTIDR_EL2
Richard Henderson
1
-4
/
+11
2022-05-09
target/arm: Merge zcr reginfo
Richard Henderson
1
-38
/
+17
2022-05-09
target/arm: Drop EL3 no EL2 fallbacks
Richard Henderson
1
-145
/
+13
2022-05-09
target/arm: Handle cpreg registration for missing EL
Richard Henderson
2
-56
/
+133
2022-05-09
MAINTAINERS/.mailmap: update email for Leif Lindholm
Leif Lindholm
2
-2
/
+3
2022-05-09
virtio-scsi: move request-related items from .h to .c
Stefan Hajnoczi
2
-44
/
+41
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
Stefan Hajnoczi
2
-5
/
+1
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
Stefan Hajnoczi
2
-5
/
+1
2022-05-09
virtio-scsi: clean up virtio_scsi_handle_event_vq()
Stefan Hajnoczi
2
-4
/
+1
2022-05-09
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
3
-1
/
+15
2022-05-09
virtio-scsi: fix ctrl and event handler functions in dataplane mode
Stefan Hajnoczi
1
-15
/
+27
2022-05-09
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
10
-5
/
+133
2022-05-09
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
6
-1
/
+95
2022-05-09
Introduce event-loop-base abstract class
Nicolas Saenz Julienne
6
-64
/
+192
2022-05-09
Merge tag 'pull-request-2022-05-09' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
27
-16397
/
+32
2022-05-09
docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
Thomas Huth
1
-7
/
+4
2022-05-09
Warn user if the vga flag is passed but no vga device is created
Gautam Agrawal
11
-0
/
+18
2022-05-09
tests/vm: update openbsd to release 7.1
Brad Smith
1
-2
/
+2
2022-05-09
gitlab-ci: Upgrade mingw base package.
Yonggang Luo
1
-1
/
+1
[prev]
[next]