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-06-05
tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
Richard Henderson
2
-46
/
+60
2023-06-05
tcg: Remove outdated comments in helper-head.h
Richard Henderson
1
-15
/
+3
2023-06-05
target/hexagon: Include helper-gen.h where needed
Richard Henderson
3
-1
/
+4
2023-06-05
target/arm: Include helper-gen.h in translator.h
Richard Henderson
5
-7
/
+1
2023-06-05
tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
Richard Henderson
9
-1008
/
+1007
2023-06-05
tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
Richard Henderson
3
-20
/
+15
2023-06-05
tcg: Split out tcg/oversized-guest.h
Richard Henderson
7
-11
/
+28
2023-06-05
target/arm: Fix test of TCG_OVERSIZED_GUEST
Richard Henderson
1
-1
/
+6
2023-06-05
tcg: Split out tcg-target-reg-bits.h
Richard Henderson
18
-59
/
+162
2023-06-05
*: Add missing includes of tcg/tcg.h
Richard Henderson
5
-2
/
+7
2023-06-05
target/*: Add missing includes of tcg/debug-assert.h
Richard Henderson
4
-0
/
+4
2023-06-05
target/avr: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-06-05
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson
14
-66
/
+110
2023-06-05
tcg: Widen CPUTLBEntry comparators to 64-bits
Richard Henderson
11
-51
/
+67
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
3
-8
/
+9
2023-06-05
tcg/sparc64: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-3
/
+4
2023-06-05
tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-4
/
+5
2023-06-05
tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-6
/
+7
2023-06-05
tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
1
-10
/
+11
2023-06-05
Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
11
-151
/
+523
2023-06-05
Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging
Richard Henderson
6
-18
/
+6
2023-06-05
qcow2: add discard-no-unref option
Jean-Louis Dupond
5
-4
/
+73
2023-06-05
parallels: Incorrect condition in out-of-image check
Alexander Ivanov
1
-1
/
+1
2023-06-05
parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
Alexander Ivanov
1
-19
/
+14
2023-06-05
parallels: Move statistic collection to a separate function
Alexander Ivanov
1
-22
/
+30
2023-06-05
parallels: Move check of leaks to a separate function
Alexander Ivanov
1
-29
/
+45
2023-06-05
parallels: Fix statistics calculation
Alexander Ivanov
1
-1
/
+5
2023-06-05
parallels: Move check of cluster outside image to a separate function
Alexander Ivanov
1
-26
/
+49
2023-06-05
parallels: Move check of unclean image to a separate function
Alexander Ivanov
1
-10
/
+21
2023-06-05
parallels: Use generic infrastructure for BAT writing in parallels_co_check()
Alexander Ivanov
1
-13
/
+10
2023-06-05
parallels: create parallels_set_bat_entry_helper() to assign BAT value
Alexander Ivanov
1
-3
/
+8
2023-06-05
parallels: Fix image_end_offset and data_end after out-of-image check
Alexander Ivanov
1
-1
/
+7
2023-06-05
parallels: Fix high_off calculation in parallels_co_check()
Alexander Ivanov
1
-2
/
+2
2023-06-05
parallels: Out of image offset in BAT leads to image inflation
Alexander Ivanov
1
-0
/
+17
2023-06-05
iotests/iov-padding: New test
Hanna Czenczek
2
-0
/
+144
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
2
-73
/
+11
2023-06-05
block: Collapse padded I/O vecs exceeding IOV_MAX
Hanna Czenczek
1
-15
/
+151
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
2
-7
/
+10
2023-06-05
hw/isa/i82378: Remove unused "io" attribute
Bernhard Beschow
1
-1
/
+0
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
2
-10
/
+0
2023-06-05
hw/timer/i8254_common: Share "iobase" property via base class
Bernhard Beschow
3
-7
/
+6
2023-06-04
Merge tag 'pull-loongarch-20230605' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
2
-4
/
+6
2023-06-05
hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
Jiaxun Yang
2
-4
/
+6
2023-06-02
Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
5
-275
/
+501
2023-06-02
Merge tag 'pull-nbd-2023-06-01-v2' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
19
-730
/
+1983
2023-06-02
cutils: Improve qemu_strtosz handling of fractions
Eric Blake
2
-53
/
+87
2023-06-02
cutils: Improve qemu_strtod* error paths
Eric Blake
2
-40
/
+55
2023-06-02
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake
5
-19
/
+9
2023-06-02
cutils: Set value in all integral qemu_strto* error paths
Eric Blake
2
-28
/
+38
2023-06-02
cutils: Set value in all qemu_strtosz* error paths
Eric Blake
2
-60
/
+63
[next]