Recent changes

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

Recent changes options Below are the changes since 17 May 2024, 08:16 (up to 50 shown). (Reset date selection)
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 21:07, 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)

7 June 2024

N    15:58  User:Manos diffhist 0 Manos talk contribs (Created blank page)
     10:11  Documentation/9p diffhist +1,032 Schoenebeck talk contribs (add 'Debug' section)

6 June 2024

     19:50  ChangeLog/9.1‎‎ 4 changes history +344 [Paolo Bonzini‎ (2×); Ajb‎ (2×)]
     
19:50 (cur | prev) +83 Ajb talk contribs (→‎Testing and CI)
     
19:49 (cur | prev) +51 Ajb talk contribs (→‎Docker Tweaks)
     
08:16 (cur | prev) +104 Paolo Bonzini talk contribs (→‎Build Dependencies)
     
08:14 (cur | prev) +106 Paolo Bonzini talk contribs (→‎Build Dependencies)
     08:17  ChangeLog/9.0 diffhist −23 Paolo Bonzini talk contribs (→‎Build Information)

5 June 2024

     18:55  ChangeLog/9.1 diffhist +193 Rth talk contribs (→‎SPARC)

4 June 2024

     22:42  ChangeLog/9.1‎‎ 9 changes history +3,198 [Alistair‎; Eblake‎; JeukKim‎ (2×); Paolo Bonzini‎ (5×)]
     
22:42 (cur | prev) +877 Alistair talk contribs (→‎RISC-V)
     
19:21 (cur | prev) +275 Eblake talk contribs (→‎Block device backends and tools: NBD+TLS fix)
     
08:00 (cur | prev) +48 Paolo Bonzini talk contribs (→‎Host support)
     
07:11 (cur | prev) +214 Paolo Bonzini talk contribs (→‎x86)
     
07:06 (cur | prev) +318 Paolo Bonzini talk contribs (→‎Build Dependencies)
     
07:03 (cur | prev) +246 Paolo Bonzini talk contribs (→‎Build hardening)
     
06:53 (cur | prev) +1,104 Paolo Bonzini talk contribs
     
01:35 (cur | prev) +14 JeukKim talk contribs (→‎System emulation)
     
01:34 (cur | prev) +102 JeukKim talk contribs (→‎UFS)

1 June 2024

     10:51  ChangeLog/9.1 diffhist +166 Pm215 talk contribs (→‎Arm)

27 May 2024

     14:30  ToDo/LiveMigration diffhist +715 Peterx talk contribs (add entry "error detection and reporting" for "cleanups")
     08:23  Planning/9.0 diffhist +87 Mjt talk contribs (v9.0.1)
     06:43  Planning/8.2‎‎ 2 changes history +73 [Mjt‎ (2×)]
     
06:43 (cur | prev) +86 Mjt talk contribs (v8.2.5)
     
06:42 (cur | prev) −13 Mjt talk contribs (v8.2.4 is out)
     06:40  Planning/7.2 diffhist +88 Mjt talk contribs (v7.2.12)

23 May 2024