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
/
rust
/
qemu-api
/
src
/
assertions.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
include/glib-compat.h: Poison g_list_sort and g_slist_sort
Kohei Tokunaga
1
-0
/
+7
2025-05-06
target/s390x: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-05-06
target/ppc: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-05-06
target/i386/cpu.c: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-3
/
+8
2025-05-06
target/arm/helper.c: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-2
/
+2
2025-05-06
docs: build-system: fix typo
Paolo Bonzini
1
-1
/
+1
2025-05-06
ci: run RISC-V cross jobs by default
Paolo Bonzini
2
-8
/
+0
2025-05-06
rust: clippy: enable uninlined_format_args lint
Paolo Bonzini
4
-10
/
+12
2025-05-06
target/i386/emulate: fix target_ulong format strings
Paolo Bonzini
2
-2
/
+2
2025-05-06
docs: rust: update for newer minimum supported version
Paolo Bonzini
1
-14
/
+1
2025-05-06
rust: replace c_str! with c"" literals
Paolo Bonzini
12
-107
/
+32
2025-05-06
rust: remove offset_of replacement
Paolo Bonzini
15
-239
/
+16
2025-05-06
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
7
-9
/
+7
2025-05-06
rust: qom: fix TODO about zeroability of classes
Paolo Bonzini
1
-3
/
+4
2025-05-06
rust: use MaybeUninit::zeroed() in const context
Paolo Bonzini
3
-96
/
+20
2025-05-06
rust: qemu_api_macros: make pattern matching more readable and efficient
Paolo Bonzini
1
-47
/
+37
2025-05-06
rust: let bilge use "let ... else"
Paolo Bonzini
3
-49
/
+0
2025-05-06
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
12
-18
/
+20
2025-05-06
meson, cargo: require Rust 1.77.0
Paolo Bonzini
3
-5
/
+5
2025-05-06
lcitool: use newer Rust for Debian and Ubuntu
Paolo Bonzini
15
-17
/
+29
2025-05-05
9pfs: fix 'total_open_fd' decrementation
Christian Schoenebeck
3
-3
/
+21
2025-05-05
tests/9p: Test `Tsetattr` can truncate unlinked file
Greg Kurz
1
-0
/
+14
2025-05-05
tests/9p: add 'Tsetattr' request to test client
Christian Schoenebeck
3
-0
/
+84
2025-05-05
9pfs: Introduce futimens file op
Greg Kurz
7
-1
/
+46
2025-05-05
9pfs: Introduce ftruncate file op
Greg Kurz
6
-1
/
+44
2025-05-05
9pfs: Don't use file descriptors in core code
Greg Kurz
4
-3
/
+21
2025-05-05
9pfs: local : Introduce local_fid_fd() helper
Greg Kurz
1
-13
/
+10
2025-05-05
9pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()
Christian Schoenebeck
1
-9
/
+20
2025-05-05
9pfs: fix concurrent v9fs_reclaim_fd() calls
Christian Schoenebeck
2
-0
/
+11
2025-05-05
docs: Add support for ast2700fc machine
Steven Lee
1
-3
/
+66
2025-05-05
tests/function/aspeed: Add functional test for ast2700fc
Steven Lee
3
-2
/
+139
2025-05-05
hw/arm: Introduce ASPEED AST2700 A1 full core machine
Steven Lee
2
-1
/
+195
2025-05-05
hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
Steven Lee
3
-0
/
+307
2025-05-05
hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
Steven Lee
3
-0
/
+309
2025-05-05
hw/intc/aspeed: Add support for AST2700 TSP INTC
Steven Lee
2
-2
/
+209
2025-05-05
hw/intc/aspeed: Add support for AST2700 SSP INTC
Steven Lee
2
-0
/
+214
2025-05-05
aspeed: ast27x0: Correct hex notation for device addresses
Steven Lee
1
-14
/
+14
2025-05-05
aspeed: ast27x0: Map unimplemented devices in SoC memory
Steven Lee
2
-7
/
+51
2025-05-05
docs/system/arm/aspeed: Support vbootrom for AST2700
Jamin Lin
1
-1
/
+28
2025-05-05
docs/system/arm/aspeed: move AST2700 content to new section
Jamin Lin
1
-7
/
+63
2025-05-05
tests/functional/aspeed: Add to test vbootrom for AST2700
Jamin Lin
1
-0
/
+26
2025-05-05
hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
Jamin Lin
2
-0
/
+37
2025-05-05
hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
Jamin Lin
2
-0
/
+11
2025-05-05
tests/functional/aspeed: extract boot and login sequence into helper function
Jamin Lin
1
-5
/
+7
2025-05-05
tests/functional/aspeed: Update test ASPEED SDK v09.06
Jamin Lin
1
-10
/
+10
2025-05-05
tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuse
Jamin Lin
1
-13
/
+15
2025-05-05
hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
Jamin Lin
1
-4
/
+4
2025-05-05
tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030
Jamin Lin
1
-5
/
+5
2025-05-05
tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600
Jamin Lin
1
-7
/
+8
2025-05-05
tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500
Jamin Lin
1
-4
/
+4
[next]