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-10-06
tests/tcg: clean up calls to run-test
Paolo Bonzini
11
-43
/
+34
2022-10-06
tests/tcg: unify ppc64 and ppc64le Makefiles
Paolo Bonzini
9
-26
/
+1
2022-10-06
tests/tcg: add distclean rule
Paolo Bonzini
2
-0
/
+14
2022-10-06
tests/tcg: remove -f from Makefile invocation
Paolo Bonzini
2
-7
/
+7
2022-10-06
tests: simplify Makefile invocation for tests/tcg
Paolo Bonzini
3
-16
/
+18
2022-10-06
configure: store container engine in config-host.mak
Paolo Bonzini
2
-4
/
+9
2022-10-06
configure: return status code from probe_target_compiler
Paolo Bonzini
1
-8
/
+6
2022-10-06
build: add recursive distclean rules
Paolo Bonzini
1
-2
/
+3
2022-10-06
vof: add distclean target
Paolo Bonzini
1
-1
/
+3
2022-10-06
pc-bios/s390-ccw: detect CC options just once
Paolo Bonzini
2
-13
/
+27
2022-10-06
pc-bios/optionrom: detect CC options just once
Paolo Bonzini
1
-12
/
+25
2022-10-06
tests/qtest: bump up QOS_PATH_MAX_ELEMENT_SIZE
Alex Bennée
1
-1
/
+1
2022-10-06
tests/docker: move alpine from edge to tagged release
Alex Bennée
2
-3
/
+3
2022-10-06
target/hexagon: manually add flex/bison/glib2 to remaining containers
Anton Johansson
5
-2
/
+15
2022-10-06
target/hexagon: regenerate docker/cirrus files
Anton Johansson
17
-3
/
+39
2022-10-06
target/hexagon: add flex/bison/glib2 to qemu.yml
Anton Johansson
1
-0
/
+3
2022-10-06
configure: move detected gdb to TCG's config-host.mak
Alex Bennée
1
-0
/
+7
2022-10-06
tests/docker: run script use realpath instead of readlink
Lucas Mateus Castro (alqotel)
1
-1
/
+1
2022-10-06
scripts/ci/setup: spice-server only on x86 aarch64
Lucas Mateus Castro (alqotel)
1
-1
/
+11
2022-10-06
scripts/ci/setup: Fix libxen requirements
Lucas Mateus Castro (alqotel)
1
-1
/
+1
2022-10-06
scripts/ci/setup: ninja missing from build-environment
Lucas Mateus Castro (alqotel)
1
-0
/
+1
2022-10-05
Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into staging
Stefan Hajnoczi
9
-137
/
+192
2022-10-05
Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
55
-463
/
+916
2022-10-04
target/sh4: Fix TB_FLAG_UNALIGN
Richard Henderson
5
-77
/
+89
2022-10-04
tcg/ppc: Optimize 26-bit jumps
Leandro Lupori
1
-31
/
+88
2022-10-04
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson
6
-29
/
+131
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
21
-61
/
+82
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
22
-0
/
+186
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
12
-28
/
+72
2022-10-04
accel/tcg: Inline tb_flush_jmp_cache
Richard Henderson
1
-11
/
+14
2022-10-04
accel/tcg: Do not align tb->page_addr[0]
Richard Henderson
3
-13
/
+15
2022-10-04
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
12
-48
/
+46
2022-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
28
-296
/
+158
2022-10-03
accel/tcg: Use DisasContextBase in plugin_gen_tb_start
Richard Henderson
3
-15
/
+16
2022-10-03
accel/tcg: Use bool for page_find_alloc
Richard Henderson
1
-7
/
+7
2022-10-03
accel/tcg: Remove PageDesc code_bitmap
Richard Henderson
1
-74
/
+4
2022-10-03
include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
Richard Henderson
1
-0
/
+9
2022-10-03
accel/tcg: Introduce tlb_set_page_full
Richard Henderson
3
-18
/
+69
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
3
-18
/
+45
2022-10-03
accel/tcg: Suppress auto-invalidate in probe_access_internal
Richard Henderson
2
-5
/
+9
2022-10-03
accel/tcg: Drop addr member from SavedIOTLB
Richard Henderson
2
-5
/
+3
2022-10-03
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson
5
-71
/
+73
2022-10-03
cputlb: used cached CPUClass in our hot-paths
Alex Bennée
1
-9
/
+6
2022-10-03
hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
Alex Bennée
1
-3
/
+2
2022-10-03
cpu: cache CPUClass in CPUState for hot code paths
Alex Bennée
2
-5
/
+13
2022-10-04
docs: Update TPM documentation for usage of a TPM 2
Stefan Berger
1
-20
/
+24
2022-10-04
Use g_new() & friends where that makes obvious sense
Markus Armbruster
4
-6
/
+6
2022-10-04
Drop superfluous conditionals around g_free()
Markus Armbruster
3
-20
/
+12
2022-10-04
block/qcow2-bitmap: Add missing cast to silent GCC error
Philippe Mathieu-Daudé
1
-1
/
+1
2022-10-03
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
25
-101
/
+447
[prev]
[next]