index
:
rocket-tools/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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
rust: qom: remove operations on &mut
Paolo Bonzini
4
-121
/
+2
13 days
rust: cell: add full example of declaring a SysBusDevice
Paolo Bonzini
1
-0
/
+28
13 days
rust: chardev: provide basic bindings to character devices
Paolo Bonzini
3
-5
/
+255
13 days
rust: bindings: remove more unnecessary Send/Sync impls
Paolo Bonzini
1
-6
/
+2
13 days
rust: chardev: wrap Chardev with Opaque<>
Paolo Bonzini
3
-5
/
+7
13 days
rust: memory: wrap MemoryRegion with Opaque<>
Paolo Bonzini
2
-17
/
+21
13 days
rust: sysbus: wrap SysBusDevice with Opaque<>
Paolo Bonzini
2
-11
/
+21
13 days
rust: hpet: do not access fields of SysBusDevice
Paolo Bonzini
1
-0
/
+12
13 days
rust: qdev: wrap Clock and DeviceState with Opaque<>
Paolo Bonzini
3
-27
/
+49
13 days
rust: qom: wrap Object with Opaque<>
Paolo Bonzini
4
-20
/
+26
13 days
rust: irq: wrap IRQState with Opaque<>
Paolo Bonzini
2
-5
/
+11
13 days
rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
Paolo Bonzini
1
-11
/
+36
13 days
rust: vmstate: add std::pin::Pin as transparent wrapper
Paolo Bonzini
1
-0
/
+1
13 days
rust: qemu_api_macros: add Wrapper derive macro
Paolo Bonzini
2
-5
/
+47
13 days
rust: cell: add wrapper for FFI types
Paolo Bonzini
1
-7
/
+197
2025-02-25
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
4
-125
/
+96
2025-02-25
rust: pl011, qemu_api tests: do not use ClassInitImpl
Paolo Bonzini
1
-21
/
+12
2025-02-25
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2
-3
/
+14
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: tests: do not import bindings::*
Paolo Bonzini
1
-1
/
+2
2025-02-25
rust: add module to convert between success/-errno and io::Result
Paolo Bonzini
5
-0
/
+380
2025-02-25
rust: subprojects: add libc crate
Paolo Bonzini
1
-0
/
+1
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
2025-02-13
rust/timer/hpet: define hpet_fw_cfg
Zhao Liu
1
-2
/
+4
2025-02-13
rust: add bindings for timer
Zhao Liu
3
-0
/
+100
2025-02-13
rust: add bindings for memattrs
Zhao Liu
2
-2
/
+15
2025-02-13
rust: add bindings for gpio_{in|out} initialization
Zhao Liu
2
-5
/
+43
2025-02-13
rust/irq: Add a helper to convert [InterruptSource] to pointer
Zhao Liu
1
-0
/
+6
2025-02-13
rust/qdev: add the macro to define bit property
Zhao Liu
1
-0
/
+12
2025-02-13
rust: pl011: convert pl011_create to safe Rust
Paolo Bonzini
1
-3
/
+31
2025-02-13
rust: chardev, qdev: add bindings to qdev_prop_set_chr
Paolo Bonzini
4
-0
/
+30
2025-02-13
rust: irq: define ObjectType for IRQState
Paolo Bonzini
1
-3
/
+12
2025-02-13
rust: bindings for MemoryRegionOps
Paolo Bonzini
5
-3
/
+198
2025-02-13
rust: bindings: add Send and Sync markers for types that have bindings
Paolo Bonzini
2
-0
/
+49
2025-02-13
rust: qdev: switch from legacy reset to Resettable
Paolo Bonzini
2
-25
/
+91
2025-02-13
rust: qdev: make ObjectImpl a supertrait of DeviceImpl
Paolo Bonzini
1
-2
/
+2
2025-02-13
rust: qom: allow initializing interface vtables
Paolo Bonzini
2
-2
/
+44
2025-02-13
rust: qdev: add clock creation
Paolo Bonzini
3
-5
/
+108
2025-02-13
rust: callbacks: allow passing optional callbacks as ()
Paolo Bonzini
1
-0
/
+97
2025-02-13
rust: qom: add object creation functionality
Paolo Bonzini
3
-24
/
+35
2025-02-13
rust: qom: add reference counting functionality
Paolo Bonzini
3
-7
/
+178
2025-02-10
rust: restrict missing_const_for_fn to qemu_api crate
Paolo Bonzini
1
-0
/
+1
2025-02-07
rust: include rust_version in Cargo.toml
Paolo Bonzini
1
-0
/
+1
2025-01-28
rust: qemu-api: add sub-subclass to the integration tests
Zhao Liu
1
-3
/
+53
2025-01-28
rust/zeroable: Implement Zeroable with const_zero macro
Zhao Liu
1
-76
/
+61
2025-01-28
rust: qdev: make reset take a shared reference
Paolo Bonzini
1
-1
/
+1
[next]