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 | Hide bots | Hide minor edits
Show new changes starting from 09:19, 17 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

17 June 2024

     08:43  (Move log) [Manos‎ (2×)]
     
08:43 Manos talk contribs moved page Features/Rust/Meson to RustInQemu/Meson(Rust is not a QEMU feature just like Python or C isn't)
     
08:42 Manos talk contribs moved page Features/Rust to RustInQemu over redirect ‎(Rust is not a QEMU feature just like Python or C isn't)
     08:42 Deletion log Manos talk contribs deleted redirect RustInQemu by overwriting ‎(Deleted to make way for move from "Features/Rust")

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))
 m   06:47  Internships/ProjectIdeas/Meson style checker diffhist +20 Manos talk contribs (Add meson category)
 m   06:46  Features/Meson/Design diffhist +19 Manos talk contribs (Add meson category)
 m   06:46  Features/Meson diffhist +21 Manos talk contribs (Add category)
N    06:45  Features/Meson/Rust diffhist +427 Manos talk contribs (Create page about integrating Rust builds with meson)

11 June 2024

10 June 2024

 m   10:04  RustInQemu/2022 diffhist +25 Manos talk contribs (Add Category)
N    09:50  Category:RustInQemu diffhist +66 Manos talk contribs (Create category for rust-related pages.)
     09:47 Move log Manos talk contribs moved page RustInQemu to RustInQemu/2022(Out-dated info, will replace with lists of on-going QEMU efforts.)