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 | Show my edits | Hide bots | Show minor edits
Show new changes starting from 23:03, 14 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)

11 June 2024

     06:40  User:Manos diffhist +262 Manos talk contribs (Add content)
     06:35 Upload log Manos talk contribs uploaded File:Manos-UserPage-257x310-2022-unknown me octave at bayard.jpg
     06:22  RustInQemu diffhist +139 Manos talk contribs (Add pflash devices to Possible project targets)

10 June 2024

     18:28  RustInQemu‎‎ 4 changes history +939 [MarcAndre‎; Manos‎ (3×)]
     
18:28 (cur | prev) +175 Manos talk contribs (Add lore link for pl011)
     
10:58 (cur | prev) +185 MarcAndre talk contribs
     
10:04 (cur | prev) +116 Manos talk contribs (Add possible projects section)
     
10:00 (cur | prev) +463 Manos talk contribs (Add known rust WIPs)
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.)
     06:46  ChangeLog/9.0 diffhist +107 Hrw talk contribs (added note about SBSA-ref 1GHz timer frequency)