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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
8
-12
/
+12
*
rust/timer: Define NANOSECONDS_PER_SECOND binding as u64
Zhao Liu
2025-05-02
1
-0
/
+2
*
rust: assertions: Support index field wrapped in BqlCell
Paolo Bonzini
2025-05-02
1
-16
/
+9
*
vmstate: support varray for vmstate_clock!
Paolo Bonzini
2025-05-02
1
-3
/
+10
*
rust/vmstate: Add support for field_exists checks
Zhao Liu
2025-05-02
1
-33
/
+37
*
qom: Constify TypeInfo::interfaces
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
Zhao Liu
2025-03-21
1
-1
/
+4
*
rust/vmstate: Support vmstate_validate
Zhao Liu
2025-03-21
1
-1
/
+51
*
rust/vmstate: Re-implement VMState trait for timer binding
Zhao Liu
2025-03-21
1
-7
/
+3
*
rust/vmstate: Relax array check when build varray in vmstate_struct
Zhao Liu
2025-03-21
1
-3
/
+9
*
rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust/vmstate: Fix "cannot infer type" error in vmstate_struct
Zhao Liu
2025-03-21
1
-7
/
+9
*
rust/vmstate: Fix type check for varray in vmstate_struct
Zhao Liu
2025-03-21
2
-1
/
+16
*
rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
Zhao Liu
2025-03-21
1
-0
/
+4
*
rust/vmstate: Fix num field when varray flags are set
Zhao Liu
2025-03-21
1
-0
/
+1
*
rust/vmstate: Fix num_offset in vmstate macros
Zhao Liu
2025-03-21
1
-2
/
+2
*
rust/vmstate: Remove unnecessary unsafe
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust: assertions: add static_assert
Paolo Bonzini
2025-03-21
1
-0
/
+22
*
rust: qom: remove operations on &mut
Paolo Bonzini
2025-03-06
3
-89
/
+0
*
rust: cell: add full example of declaring a SysBusDevice
Paolo Bonzini
2025-03-06
1
-0
/
+28
*
rust: chardev: provide basic bindings to character devices
Paolo Bonzini
2025-03-06
2
-2
/
+241
*
rust: bindings: remove more unnecessary Send/Sync impls
Paolo Bonzini
2025-03-06
1
-6
/
+2
*
rust: chardev: wrap Chardev with Opaque<>
Paolo Bonzini
2025-03-06
3
-5
/
+7
*
rust: memory: wrap MemoryRegion with Opaque<>
Paolo Bonzini
2025-03-06
2
-17
/
+21
*
rust: sysbus: wrap SysBusDevice with Opaque<>
Paolo Bonzini
2025-03-06
2
-11
/
+21
*
rust: hpet: do not access fields of SysBusDevice
Paolo Bonzini
2025-03-06
1
-0
/
+12
*
rust: qdev: wrap Clock and DeviceState with Opaque<>
Paolo Bonzini
2025-03-06
3
-27
/
+49
*
rust: qom: wrap Object with Opaque<>
Paolo Bonzini
2025-03-06
4
-20
/
+26
*
rust: irq: wrap IRQState with Opaque<>
Paolo Bonzini
2025-03-06
2
-5
/
+11
*
rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
Paolo Bonzini
2025-03-06
1
-11
/
+36
*
rust: vmstate: add std::pin::Pin as transparent wrapper
Paolo Bonzini
2025-03-06
1
-0
/
+1
*
rust: qemu_api_macros: add Wrapper derive macro
Paolo Bonzini
2025-03-06
1
-0
/
+45
*
rust: cell: add wrapper for FFI types
Paolo Bonzini
2025-03-06
1
-7
/
+197
*
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
2025-02-25
3
-123
/
+94
*
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2025-02-25
1
-3
/
+11
*
rust: add SysBusDeviceImpl
Paolo Bonzini
2025-02-25
1
-3
/
+5
*
rust: add IsA bounds to QOM implementation traits
Paolo Bonzini
2025-02-25
2
-2
/
+4
*
rust: prefer importing std::ptr over core::ptr
Zhao Liu
2025-02-25
1
-2
/
+1
*
rust: add module to convert between success/-errno and io::Result
Paolo Bonzini
2025-02-25
4
-0
/
+376
*
rust: fix doctests
Paolo Bonzini
2025-02-13
2
-2
/
+2
*
rust: vmstate: remove redundant link targets
Paolo Bonzini
2025-02-13
1
-3
/
+2
*
rust: qemu_api: add a documentation header for all modules
Paolo Bonzini
2025-02-13
7
-0
/
+27
*
rust/timer/hpet: define hpet_fw_cfg
Zhao Liu
2025-02-13
1
-2
/
+4
*
rust: add bindings for timer
Zhao Liu
2025-02-13
2
-0
/
+99
*
rust: add bindings for memattrs
Zhao Liu
2025-02-13
2
-2
/
+15
*
rust: add bindings for gpio_{in|out} initialization
Zhao Liu
2025-02-13
2
-5
/
+43
*
rust/irq: Add a helper to convert [InterruptSource] to pointer
Zhao Liu
2025-02-13
1
-0
/
+6
[next]