summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src/utils.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-06rust: qom: fix TODO about zeroability of classesPaolo Bonzini1-3/+4
2025-05-06rust: use MaybeUninit::zeroed() in const contextPaolo Bonzini3-96/+20
2025-05-06rust: qemu_api_macros: make pattern matching more readable and efficientPaolo Bonzini1-47/+37
2025-05-06rust: let bilge use "let ... else"Paolo Bonzini3-49/+0
2025-05-06rust: use std::ffi instead of std::os::rawPaolo Bonzini12-18/+20
2025-05-06meson, cargo: require Rust 1.77.0Paolo Bonzini3-5/+5
2025-05-06lcitool: use newer Rust for Debian and UbuntuPaolo Bonzini15-17/+29
2025-05-059pfs: fix 'total_open_fd' decrementationChristian Schoenebeck3-3/+21
2025-05-05tests/9p: Test `Tsetattr` can truncate unlinked fileGreg Kurz1-0/+14
2025-05-05tests/9p: add 'Tsetattr' request to test clientChristian Schoenebeck3-0/+84
2025-05-059pfs: Introduce futimens file opGreg Kurz7-1/+46
2025-05-059pfs: Introduce ftruncate file opGreg Kurz6-1/+44
2025-05-059pfs: Don't use file descriptors in core codeGreg Kurz4-3/+21
2025-05-059pfs: local : Introduce local_fid_fd() helperGreg Kurz1-13/+10
2025-05-059pfs: fix FD leak and reduce latency of v9fs_reclaim_fd()Christian Schoenebeck1-9/+20
2025-05-059pfs: fix concurrent v9fs_reclaim_fd() callsChristian Schoenebeck2-0/+11
2025-05-05docs: Add support for ast2700fc machineSteven Lee1-3/+66
2025-05-05tests/function/aspeed: Add functional test for ast2700fcSteven Lee3-2/+139
2025-05-05hw/arm: Introduce ASPEED AST2700 A1 full core machineSteven Lee2-1/+195
2025-05-05hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoCSteven Lee3-0/+307
2025-05-05hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoCSteven Lee3-0/+309
2025-05-05hw/intc/aspeed: Add support for AST2700 TSP INTCSteven Lee2-2/+209
2025-05-05hw/intc/aspeed: Add support for AST2700 SSP INTCSteven Lee2-0/+214
2025-05-05aspeed: ast27x0: Correct hex notation for device addressesSteven Lee1-14/+14
2025-05-05aspeed: ast27x0: Map unimplemented devices in SoC memorySteven Lee2-7/+51
2025-05-05docs/system/arm/aspeed: Support vbootrom for AST2700Jamin Lin1-1/+28
2025-05-05docs/system/arm/aspeed: move AST2700 content to new sectionJamin Lin1-7/+63
2025-05-05tests/functional/aspeed: Add to test vbootrom for AST2700Jamin Lin1-0/+26
2025-05-05hw/arm/aspeed: Add support for loading vbootrom image via "-bios"Jamin Lin2-0/+37
2025-05-05hw/arm/aspeed_ast27x0 Introduce vbootrom memory regionJamin Lin2-0/+11
2025-05-05tests/functional/aspeed: extract boot and login sequence into helper functionJamin Lin1-5/+7
2025-05-05tests/functional/aspeed: Update test ASPEED SDK v09.06Jamin Lin1-10/+10
2025-05-05tests/functional/aspeed: Move I2C test into shared helper for AST2700 reuseJamin Lin1-13/+15
2025-05-05hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realizeJamin Lin1-4/+4
2025-05-05tests/functional/aspeed: Update test ASPEED SDK v03.00 for AST1030Jamin Lin1-5/+5
2025-05-05tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2600Jamin Lin1-7/+8
2025-05-05tests/functional/aspeed: Update test ASPEED SDK v09.06 for AST2500Jamin Lin1-4/+4
2025-05-05hw/ssi/aspeed_smc: Allow 64-bit wide flash accessesJoe Komlodi1-2/+2
2025-05-05hw/arm: ast27x0: Wire up EHCI controllersTroy Lee2-1/+31
2025-05-02monitor: don't wake up qmp_dispatcher_co coroutine upon cleanupAndrey Drobyshev1-1/+2
2025-05-02rust: centralize config in workspace rootStefan Zabka5-21/+32
2025-05-02hw/char/serial: Remove unused prog_if compat propertyBALATON Zoltan3-17/+6
2025-05-02target/i386: do not block singlestep for STIPaolo Bonzini1-1/+5
2025-05-02target/i386: do not trigger IRQ shadow for LSSPaolo Bonzini2-13/+18
2025-05-02target/i386/hvf: fix a compilation errorWei Liu1-0/+1
2025-05-02target/i386/emulate: remove rflags leftoversMagnus Kulke1-11/+6
2025-05-02rust/hpet: Support migrationZhao Liu2-3/+146
2025-05-02rust/timer: Define NANOSECONDS_PER_SECOND binding as u64Zhao Liu1-0/+2
2025-05-02rust/vmstate_test: Test varray with num field wrapped in BqlCellZhao Liu1-8/+33
2025-05-02rust: assertions: Support index field wrapped in BqlCellPaolo Bonzini1-16/+9