index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
util/bufferiszero: Simplify test_buffer_is_zero_next_accel
Richard Henderson
1
-46
/
+35
2024-05-03
util/bufferiszero: Introduce biz_accel_fn typedef
Richard Henderson
1
-3
/
+4
2024-05-03
util/bufferiszero: Improve scalar variant
Richard Henderson
1
-34
/
+51
2024-05-03
util/bufferiszero: Optimize SSE2 and AVX2 variants
Alexander Monakov
1
-41
/
+76
2024-05-03
util/bufferiszero: Remove useless prefetches
Alexander Monakov
1
-3
/
+0
2024-05-03
util/bufferiszero: Reorganize for early test for acceleration
Alexander Monakov
2
-52
/
+62
2024-05-03
util/bufferiszero: Remove AVX512 variant
Alexander Monakov
1
-35
/
+3
2024-05-03
util/bufferiszero: Remove SSE4.1 variant
Alexander Monakov
1
-29
/
+0
2024-05-01
qga: Implement SSH commands for Windows
aidaleuc
4
-11
/
+749
2024-05-01
qga: Refactor common SSH functions
aidaleuc
4
-47
/
+63
2024-05-01
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
1
-83
/
+13
2024-05-01
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
1
-36
/
+5
2024-05-01
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
1
-32
/
+3
2024-05-01
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
1
-40
/
+3
2024-05-01
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
1
-33
/
+6
2024-05-01
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
1
-0
/
+150
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
3
-2
/
+8
2024-04-30
plugins: Update the documentation block for plugin-gen.c
Richard Henderson
1
-27
/
+4
2024-04-30
plugins: Inline plugin_gen_empty_callback
Richard Henderson
1
-16
/
+3
2024-04-30
plugins: Merge qemu_plugin_tb_insn_get to plugin-gen.c
Richard Henderson
2
-46
/
+32
2024-04-30
plugins: Split out common cb expanders
Richard Henderson
1
-43
/
+41
2024-04-30
plugins: Replace pr_ops with a proper debug dump flag
Richard Henderson
5
-57
/
+45
2024-04-30
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Richard Henderson
3
-3
/
+4
2024-04-30
plugins: Simplify callback queues
Richard Henderson
3
-78
/
+65
2024-04-30
tcg: Remove INDEX_op_plugin_cb_{start,end}
Richard Henderson
4
-32
/
+0
2024-04-30
tcg: Remove TCG_CALL_PLUGIN
Richard Henderson
3
-11
/
+5
2024-04-30
plugins: Remove plugin helpers
Richard Henderson
4
-33
/
+0
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_MEM
Richard Henderson
6
-372
/
+55
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN
Richard Henderson
3
-228
/
+67
2024-04-30
plugins: Add PLUGIN_GEN_AFTER_TB
Richard Henderson
1
-21
/
+16
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB
Richard Henderson
2
-44
/
+58
2024-04-30
plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Richard Henderson
4
-31
/
+50
2024-04-30
plugins: Create TCGHelperInfo for all out-of-line callbacks
Richard Henderson
2
-6
/
+46
2024-04-30
plugins: Move function pointer in qemu_plugin_dyn_cb
Richard Henderson
3
-7
/
+9
2024-04-30
plugins: Zero new qemu_plugin_dyn_cb entries
Richard Henderson
1
-1
/
+1
2024-04-30
tcg: Pass function pointer to tcg_gen_call*
Richard Henderson
3
-38
/
+52
2024-04-30
tcg: Make tcg/helper-info.h self-contained
Richard Henderson
3
-2
/
+4
2024-04-30
tests/qtest : Add testcase for DM163
Inès Varhol
2
-0
/
+196
2024-04-30
hw/arm : Connect DM163 to B-L475E-IOT01A
Inès Varhol
2
-2
/
+58
2024-04-30
hw/arm : Create Bl475eMachineState
Inès Varhol
1
-14
/
+32
2024-04-30
hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
Inès Varhol
3
-14
/
+22
2024-04-30
hw/display : Add device DM163
Inès Varhol
6
-1
/
+428
2024-04-30
hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
Philippe Mathieu-Daudé
1
-1
/
+2
2024-04-30
hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
Thomas Huth
1
-0
/
+1
2024-04-30
hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
Alexandra Diupina
1
-10
/
+10
2024-04-30
target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
Peter Maydell
7
-9
/
+65
2024-04-30
hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property
Peter Maydell
3
-3
/
+16
2024-04-30
hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz
Peter Maydell
1
-0
/
+15
2024-04-30
target/arm: Refactor default generic timer frequency handling
Peter Maydell
3
-25
/
+29
2024-04-30
tests/avocado: update sunxi kernel from armbian to 6.6.16
Peter Maydell
2
-39
/
+39
[next]