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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
qemu-api
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-06
rust: replace c_str! with c"" literals
Paolo Bonzini
4
-65
/
+3
2025-05-06
rust: remove offset_of replacement
Paolo Bonzini
4
-180
/
+8
2025-05-06
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
4
-5
/
+5
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
1
-89
/
+17
2025-05-06
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
8
-12
/
+12
2025-05-02
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
1
-0
/
+2
2025-05-02
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
1
-16
/
+9
2025-05-02
vmstate: support varray for vmstate_clock!
Paolo Bonzini
1
-3
/
+10
2025-05-02
rust/vmstate: Add support for field_exists checks
Zhao Liu
1
-33
/
+37
2025-04-25
qom: Constify TypeInfo::interfaces
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-03-21
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
Zhao Liu
1
-1
/
+4
2025-03-21
rust/vmstate: Support vmstate_validate
Zhao Liu
1
-1
/
+51
2025-03-21
rust/vmstate: Re-implement VMState trait for timer binding
Zhao Liu
1
-7
/
+3
2025-03-21
rust/vmstate: Relax array check when build varray in vmstate_struct
Zhao Liu
1
-3
/
+9
2025-03-21
rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
Zhao Liu
1
-1
/
+1
2025-03-21
rust/vmstate: Fix "cannot infer type" error in vmstate_struct
Zhao Liu
1
-7
/
+9
2025-03-21
rust/vmstate: Fix type check for varray in vmstate_struct
Zhao Liu
2
-1
/
+16
2025-03-21
rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
Zhao Liu
1
-0
/
+4
2025-03-21
rust/vmstate: Fix num field when varray flags are set
Zhao Liu
1
-0
/
+1
2025-03-21
rust/vmstate: Fix num_offset in vmstate macros
Zhao Liu
1
-2
/
+2
2025-03-21
rust/vmstate: Remove unnecessary unsafe
Zhao Liu
1
-1
/
+1
2025-03-21
rust: assertions: add static_assert
Paolo Bonzini
1
-0
/
+22
2025-03-06
rust: qom: remove operations on &mut
Paolo Bonzini
3
-89
/
+0
2025-03-06
rust: cell: add full example of declaring a SysBusDevice
Paolo Bonzini
1
-0
/
+28
2025-03-06
rust: chardev: provide basic bindings to character devices
Paolo Bonzini
2
-2
/
+241
2025-03-06
rust: bindings: remove more unnecessary Send/Sync impls
Paolo Bonzini
1
-6
/
+2
2025-03-06
rust: chardev: wrap Chardev with Opaque<>
Paolo Bonzini
3
-5
/
+7
2025-03-06
rust: memory: wrap MemoryRegion with Opaque<>
Paolo Bonzini
2
-17
/
+21
2025-03-06
rust: sysbus: wrap SysBusDevice with Opaque<>
Paolo Bonzini
2
-11
/
+21
2025-03-06
rust: hpet: do not access fields of SysBusDevice
Paolo Bonzini
1
-0
/
+12
2025-03-06
rust: qdev: wrap Clock and DeviceState with Opaque<>
Paolo Bonzini
3
-27
/
+49
2025-03-06
rust: qom: wrap Object with Opaque<>
Paolo Bonzini
4
-20
/
+26
2025-03-06
rust: irq: wrap IRQState with Opaque<>
Paolo Bonzini
2
-5
/
+11
2025-03-06
rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
Paolo Bonzini
1
-11
/
+36
2025-03-06
rust: vmstate: add std::pin::Pin as transparent wrapper
Paolo Bonzini
1
-0
/
+1
2025-03-06
rust: qemu_api_macros: add Wrapper derive macro
Paolo Bonzini
1
-0
/
+45
2025-03-06
rust: cell: add wrapper for FFI types
Paolo Bonzini
1
-7
/
+197
2025-02-25
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
3
-123
/
+94
2025-02-25
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
1
-3
/
+11
2025-02-25
rust: add SysBusDeviceImpl
Paolo Bonzini
1
-3
/
+5
2025-02-25
rust: add IsA bounds to QOM implementation traits
Paolo Bonzini
2
-2
/
+4
2025-02-25
rust: prefer importing std::ptr over core::ptr
Zhao Liu
1
-2
/
+1
2025-02-25
rust: add module to convert between success/-errno and io::Result
Paolo Bonzini
4
-0
/
+376
2025-02-13
rust: fix doctests
Paolo Bonzini
2
-2
/
+2
2025-02-13
rust: vmstate: remove redundant link targets
Paolo Bonzini
1
-3
/
+2
2025-02-13
rust: qemu_api: add a documentation header for all modules
Paolo Bonzini
7
-0
/
+27
[next]