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
2023-09-11
target/riscv: Add Zvbb ISA extension support
Dickon Hood
6
-0
/
+397
2023-09-11
target/riscv: Refactor some of the generic vector functionality
Kiran Ostrolenk
2
-42
/
+46
2023-09-11
target/riscv: Refactor translation of vector-widening instruction
Dickon Hood
1
-29
/
+23
2023-09-11
target/riscv: Move vector translation checks
Nazar Kazakov
1
-16
/
+12
2023-09-11
target/riscv: Add Zvbc ISA extension support
Lawrence Hunter
8
-1
/
+146
2023-09-11
target/riscv: Remove redundant "cpu_vl == 0" checks
Nazar Kazakov
1
-30
/
+1
2023-09-11
target/riscv: Refactor vector-vector translation macro
Kiran Ostrolenk
1
-30
/
+32
2023-09-11
target/riscv: Refactor some of the generic vector functionality
Kiran Ostrolenk
4
-200
/
+265
2023-09-11
target/riscv: Use existing lookup tables for MixColumns
Ard Biesheuvel
3
-32
/
+13
2023-09-11
target/riscv: Fix page_check_range use in fault-only-first
LIU Zhiwei
1
-1
/
+1
2023-09-11
target/riscv/cpu.c: add smepmp isa string
Daniel Henrique Barboza
1
-0
/
+1
2023-09-11
target/riscv/cpu.c: add zmmul isa string
Daniel Henrique Barboza
1
-0
/
+1
2023-09-11
hw/char/riscv_htif: Fix the console syscall on big endian hosts
Thomas Huth
1
-4
/
+5
2023-09-11
hw/char/riscv_htif: Fix printing of console characters on big endian hosts
Thomas Huth
1
-1
/
+2
2023-09-11
target/riscv/cpu.c: do not run 'host' CPU with TCG
Daniel Henrique Barboza
1
-0
/
+5
2023-09-08
arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
Shameer Kolothum
4
-0
/
+78
2023-09-08
target/arm: Enable SCTLR_EL1.TIDCP for user-only
Richard Henderson
1
-0
/
+4
2023-09-08
target/arm: Implement FEAT_TIDCP1
Richard Henderson
7
-0
/
+39
2023-09-08
target/arm: Implement HCR_EL2.TIDCP
Richard Henderson
4
-2
/
+55
2023-09-08
target/arm: Implement cortex-a710
Richard Henderson
3
-0
/
+214
2023-09-08
target/arm: Implement RMR_ELx
Richard Henderson
1
-23
/
+41
2023-09-08
arm64: Restore trapless ptimer access
Colton Lewis
1
-0
/
+1
2023-09-08
target/arm: Do not use gen_mte_checkN in trans_STGP
Richard Henderson
1
-26
/
+15
2023-09-08
hw/arm/versal: Connect the CFRAME_REG and CFRAME_BCAST_REG
Francisco Iglesias
2
-1
/
+181
2023-09-08
hw/arm/xlnx-versal: Connect the CFU_APB, CFU_FDRO and CFU_SFR
Francisco Iglesias
2
-0
/
+58
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFRAME_BCAST_REG
Francisco Iglesias
2
-0
/
+178
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFRAME_REG
Francisco Iglesias
4
-0
/
+986
2023-09-08
hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal's CFU_SFR
Francisco Iglesias
2
-0
/
+102
2023-09-08
hw/misc/xlnx-versal-cfu: Introduce a model of Xilinx Versal CFU_FDRO
Francisco Iglesias
2
-0
/
+108
2023-09-08
hw/misc: Introduce a model of Xilinx Versal's CFU_APB
Francisco Iglesias
4
-0
/
+614
2023-09-08
hw/misc: Introduce the Xilinx CFI interface
Francisco Iglesias
4
-0
/
+100
2023-09-08
hw/intc/arm_gicv3_its: Avoid maybe-uninitialized error in get_vte()
Philippe Mathieu-Daudé
1
-9
/
+6
2023-09-08
virtio: Drop out of coroutine context in virtio_load()
Kevin Wolf
1
-5
/
+40
2023-09-08
vmstate: Mark VMStateInfo.get/put() coroutine_mixed_fn
Kevin Wolf
1
-3
/
+5
2023-09-08
block: Make more BlockDriver definitions static
Kevin Wolf
3
-3
/
+3
2023-09-08
block/meson.build: Restore alphabetical order of files
Kevin Wolf
1
-6
/
+6
2023-09-08
block: Remove unnecessary variable in bdrv_block_device_info
Fabiano Rosas
1
-3
/
+2
2023-09-08
block: Remove bdrv_query_block_node_info
Fabiano Rosas
2
-30
/
+0
2023-09-08
vmdk: Clean up bdrv_open_child() return value check
Dmitry Frolov
1
-1
/
+1
2023-09-08
qemu-img: Update documentation for compressed images
Kevin Wolf
1
-2
/
+17
2023-09-08
block: Be more verbose in create fallback
Hanna Czenczek
1
-2
/
+4
2023-09-08
block/iscsi: Document why we use raw malloc()
Peter Maydell
1
-0
/
+1
2023-09-08
qemu-img: omit errno value in error message
Michael Tokarev
4
-9
/
+9
2023-09-08
block: change reqs_lock to QemuMutex
Stefan Hajnoczi
3
-14
/
+16
2023-09-08
block: minimize bs->reqs_lock section in tracked_request_end()
Stefan Hajnoczi
1
-1
/
+7
2023-09-08
iotests: adapt test output for new qemu_cleanup() behavior
Fiona Ebner
3
-0
/
+30
2023-09-08
block/vpc: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-2
/
+2
2023-09-08
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
164
-327
/
+272
2023-09-08
Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into staging
Stefan Hajnoczi
24
-216
/
+325
2023-09-08
qemu-nbd: document -v behavior in respect to --fork in man
Denis V. Lunev
1
-1
/
+3
[prev]
[next]