Recent changes

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Show minor edits
Show new changes starting from 04:35, 15 June 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

14 June 2024

N    19:30  Features/Rust/Error diffhist +2,764 Paolo Bonzini talk contribs (Created page with "<pre> use crate::bindings; use crate::bindings::error_setg_internal; use std::fmt; use std::fmt::Display; use std::ptr; #[derive(Debug, Default)] pub struct Error { msg: Option<String>, cause: Option<Box<dyn std::error::Error>>, location: Option<(String, u32)>, } impl std::error::Error for Error { fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { self.cause.as_deref() } fn description(&self) -> &str { self.msg.as_...")
     19:28  Features/Rust‎‎ 2 changes history +150 [Paolo Bonzini‎ (2×)]
     
19:28 (cur | prev) −8 Paolo Bonzini talk contribs (→‎Places to start from for idiomatic bindings)
     
17:06 (cur | prev) +158 Paolo Bonzini talk contribs (→‎Possible project targets)
N    17:24  Features/Rust/QOM‎‎ 2 changes history +3,465 [Paolo Bonzini‎ (2×)]
     
17:24 (cur | prev) +39 Paolo Bonzini talk contribs
N    
17:22 (cur | prev) +3,426 Paolo Bonzini talk contribs (Created page with "Rust QOM interoperability design, very loosely inspired by glib-rs. == Passing objects around == ;ObjectRef: :*trait for performing casts on objects :*upcasts safe at compile time, downcasts safe at runtime :*implemented by &T and qom::Arc<T> :*casting &T produces &U, casting qom::Arc<T> produces qom::Arc<U> ;qom::Arc<T> :*T is a struct for a QOM object :*cloning qom::Arc calls object_ref, dropping qom::Arc calls object_unref <pre> pub trait ObjectRef: Sized { //...")
     17:05  (Move log) [Paolo Bonzini‎ (3×)]
     
17:05 Paolo Bonzini talk contribs moved page RustInQemu to Features/Rust
     
17:05 Paolo Bonzini talk contribs moved page Features/Rust to Features/Rust/Meson
     
17:04 Paolo Bonzini talk contribs moved page Features/Meson/Rust to Features/Rust
     17:05 Deletion log Paolo Bonzini talk contribs deleted page Features/Rust(content was: "#REDIRECT Features/Rust/Meson", and the only contributor was "Paolo Bonzini" (talk))
N    06:45  Features/Meson/Rust diffhist +427 Manos talk contribs (Create page about integrating Rust builds with meson)
     06:02  RustInQemu diffhist +53 Manos talk contribs (update project targets)

12 June 2024

     08:15  RustInQemu diffhist +54 Manos talk contribs (Add nvdimm.c entry in suggestions)