index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/openrisc: Do not reset delay slot flag on early tb exit
or1k
Stafford Horne
2022-05-11
1
-0
/
+11
*
hw/openrisc: use right OMPIC size variable
Jason A. Donenfeld
2022-05-11
1
-2
/
+2
*
hw/openrisc: support 4 serial ports in or1ksim
Jason A. Donenfeld
2022-05-11
1
-6
/
+15
*
target/openrisc: implement shutdown and reset helpers
Jason A. Donenfeld
2022-05-11
3
-0
/
+20
*
hw/openrisc: page-align FDT address
Jason A. Donenfeld
2022-05-11
1
-1
/
+1
*
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
2022-05-09
18
-143
/
+505
|
\
|
*
virtio-scsi: move request-related items from .h to .c
Stefan Hajnoczi
2022-05-09
2
-44
/
+41
|
*
virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
Stefan Hajnoczi
2022-05-09
2
-5
/
+1
|
*
virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
Stefan Hajnoczi
2022-05-09
2
-5
/
+1
|
*
virtio-scsi: clean up virtio_scsi_handle_event_vq()
Stefan Hajnoczi
2022-05-09
2
-4
/
+1
|
*
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
2022-05-09
3
-1
/
+15
|
*
virtio-scsi: fix ctrl and event handler functions in dataplane mode
Stefan Hajnoczi
2022-05-09
1
-15
/
+27
|
*
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
2022-05-09
10
-5
/
+133
|
*
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
2022-05-09
6
-1
/
+95
|
*
Introduce event-loop-base abstract class
Nicolas Saenz Julienne
2022-05-09
6
-64
/
+192
*
|
Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
Richard Henderson
2022-05-09
25
-562
/
+1068
|
\
\
|
*
|
hw/acpi/aml-build: Use existing CPU topology to build PPTT table
Gavin Shan
2022-05-09
1
-63
/
+48
|
*
|
hw/arm/virt: Fix CPU's default NUMA node ID
Gavin Shan
2022-05-09
1
-1
/
+3
|
*
|
qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()
Gavin Shan
2022-05-09
1
-6
/
+12
|
*
|
hw/arm/virt: Consider SMP configuration in CPU topology
Gavin Shan
2022-05-09
1
-1
/
+14
|
*
|
qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
Gavin Shan
2022-05-09
1
-1
/
+2
|
*
|
qapi/machine.json: Add cluster-id
Gavin Shan
2022-05-09
3
-2
/
+24
|
*
|
hw/arm: add versioning to sbsa-ref machine DT
Leif Lindholm
2022-05-09
1
-0
/
+14
|
*
|
target/arm: Define neoverse-n1
Richard Henderson
2022-05-09
4
-0
/
+69
|
*
|
target/arm: Define cortex-a76
Richard Henderson
2022-05-09
4
-0
/
+69
|
*
|
target/arm: Enable FEAT_DGH for -cpu max
Richard Henderson
2022-05-09
3
-0
/
+3
|
*
|
target/arm: Enable FEAT_CSV3 for -cpu max
Richard Henderson
2022-05-09
3
-0
/
+3
|
*
|
target/arm: Enable FEAT_CSV2_2 for -cpu max
Richard Henderson
2022-05-09
5
-2
/
+86
|
*
|
target/arm: Enable FEAT_CSV2 for -cpu max
Richard Henderson
2022-05-09
3
-0
/
+3
|
*
|
target/arm: Enable FEAT_IESB for -cpu max
Richard Henderson
2022-05-09
2
-0
/
+2
|
*
|
target/arm: Enable FEAT_RAS for -cpu max
Richard Henderson
2022-05-09
3
-0
/
+3
|
*
|
target/arm: Implement ESB instruction
Richard Henderson
2022-05-09
6
-15
/
+103
|
*
|
target/arm: Implement virtual SError exceptions
Richard Henderson
2022-05-09
5
-2
/
+91
|
*
|
target/arm: Enable SCR and HCR bits for RAS
Richard Henderson
2022-05-09
1
-0
/
+9
|
*
|
target/arm: Add minimal RAS registers
Richard Henderson
2022-05-09
2
-0
/
+89
|
*
|
target/arm: Enable FEAT_Debugv8p4 for -cpu max
Richard Henderson
2022-05-09
3
-3
/
+4
|
*
|
target/arm: Enable FEAT_Debugv8p2 for -cpu max
Richard Henderson
2022-05-09
4
-0
/
+5
|
*
|
target/arm: Use field names for manipulating EL2 and EL3 modes
Richard Henderson
2022-05-09
1
-9
/
+13
|
*
|
target/arm: Annotate arm_max_initfn with FEAT identifiers
Richard Henderson
2022-05-09
2
-74
/
+74
|
*
|
target/arm: Split out aa32_max_features
Richard Henderson
2022-05-09
3
-101
/
+65
|
*
|
target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu max
Richard Henderson
2022-05-09
1
-0
/
+4
|
*
|
target/arm: Update qemu-system-arm -cpu max to cortex-a57
Richard Henderson
2022-05-09
1
-60
/
+93
|
*
|
target/arm: Move cortex impdef sysregs to cpu_tcg.c
Richard Henderson
2022-05-09
3
-60
/
+69
|
*
|
target/arm: Adjust definition of CONTEXTIDR_EL2
Richard Henderson
2022-05-09
1
-4
/
+11
|
*
|
target/arm: Merge zcr reginfo
Richard Henderson
2022-05-09
1
-38
/
+17
|
*
|
target/arm: Drop EL3 no EL2 fallbacks
Richard Henderson
2022-05-09
1
-145
/
+13
|
*
|
target/arm: Handle cpreg registration for missing EL
Richard Henderson
2022-05-09
2
-56
/
+133
|
*
|
MAINTAINERS/.mailmap: update email for Leif Lindholm
Leif Lindholm
2022-05-09
2
-2
/
+3
|
|
/
*
|
Merge tag 'pull-request-2022-05-09' of https://gitlab.com/thuth/qemu into staging
Richard Henderson
2022-05-09
27
-16397
/
+32
|
\
\
|
|
/
|
/
|
|
*
docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
Thomas Huth
2022-05-09
1
-7
/
+4
[next]