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-macros
/
src
/
utils.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2025-05-05
hw/ssi/aspeed_smc: Allow 64-bit wide flash accesses
Joe Komlodi
1
-2
/
+2
2025-05-05
hw/arm: ast27x0: Wire up EHCI controllers
Troy Lee
2
-1
/
+31
2025-05-02
monitor: don't wake up qmp_dispatcher_co coroutine upon cleanup
Andrey Drobyshev
1
-1
/
+2
2025-05-02
rust: centralize config in workspace root
Stefan Zabka
5
-21
/
+32
2025-05-02
hw/char/serial: Remove unused prog_if compat property
BALATON Zoltan
3
-17
/
+6
2025-05-02
target/i386: do not block singlestep for STI
Paolo Bonzini
1
-1
/
+5
2025-05-02
target/i386: do not trigger IRQ shadow for LSS
Paolo Bonzini
2
-13
/
+18
2025-05-02
target/i386/hvf: fix a compilation error
Wei Liu
1
-0
/
+1
2025-05-02
target/i386/emulate: remove rflags leftovers
Magnus Kulke
1
-11
/
+6
2025-05-02
rust/hpet: Support migration
Zhao Liu
2
-3
/
+146
2025-05-02
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
1
-0
/
+2
2025-05-02
rust/vmstate_test: Test varray with num field wrapped in BqlCell
Zhao Liu
1
-8
/
+33
2025-05-02
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
1
-16
/
+9
[next]