All public logs
Combined display of all available logs of QEMU. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:52, 11 October 2024 User account Densml talk contribs was created by Paolo Bonzini talk contribs (email request)
- 10:28, 5 September 2024 Pm215 talk contribs created page Planning/9.2 (Created page with "== Release Schedule == {| border="1" | 2023-09-04 | Beginning of development phase |- | 2024-xx-xx | Soft feature freeze. Only bug fixes after this point. All feature changes must be already in a sub maintainer tree and all pull requests from submaintainers must have been sent to the list by this date. |- | 2024-xx-xx | Hard feature freeze. Tag rc0 |- | 2024-xx-xx | Tag rc1 |- | 2024-xx-xx | Tag rc2 |- | 20...")
- 10:26, 5 September 2024 Pm215 talk contribs created page ChangeLog/9.2 (Created page with "Release schedule: Planning/9.2. == System emulation == === Removed features and incompatible changes === Consult the [https://qemu-project.gitlab.io/qemu/about/removed-features.html 'Removed features'] page for details of suggested replacement functionality. === New deprecated options and features === Consult the [https://qemu-project.gitlab.io/qemu/about/deprecated.html "Deprecated Features"] chapter of the QEMU System Emulation User's Guide for further detail...")
- 14:03, 23 July 2024 User account JonahPalmer talk contribs was created by Stefanha talk contribs
- 08:43, 17 June 2024 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, 17 June 2024 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, 17 June 2024 Manos talk contribs deleted redirect RustInQemu by overwriting (Deleted to make way for move from "Features/Rust")
- 19:30, 14 June 2024 Paolo Bonzini talk contribs created page Features/Rust/Error (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_...")
- 17:22, 14 June 2024 Paolo Bonzini talk contribs created page Features/Rust/QOM (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, 14 June 2024 Paolo Bonzini talk contribs moved page RustInQemu to Features/Rust
- 17:05, 14 June 2024 Paolo Bonzini talk contribs deleted page Features/Rust (content was: "#REDIRECT Features/Rust/Meson", and the only contributor was "Paolo Bonzini" (talk))
- 17:05, 14 June 2024 Paolo Bonzini talk contribs moved page Features/Rust to Features/Rust/Meson
- 17:04, 14 June 2024 Paolo Bonzini talk contribs moved page Features/Meson/Rust to Features/Rust
- 06:45, 14 June 2024 Manos talk contribs created page Features/Meson/Rust (Create page about integrating Rust builds with meson)
- 06:35, 11 June 2024 Manos talk contribs created page File:Manos-UserPage-257x310-2022-unknown me octave at bayard.jpg
- 06:35, 11 June 2024 Manos talk contribs uploaded File:Manos-UserPage-257x310-2022-unknown me octave at bayard.jpg
- 09:50, 10 June 2024 Manos talk contribs created page Category:RustInQemu (Create category for rust-related pages.)
- 09:47, 10 June 2024 Manos talk contribs moved page RustInQemu to RustInQemu/2022 (Out-dated info, will replace with lists of on-going QEMU efforts.)
- 15:58, 7 June 2024 Manos talk contribs created page User:Manos (Created blank page)
- 15:30, 15 April 2024 Pm215 talk contribs created page ChangeLog/9.1 (Created page with "== System emulation == === Removed features and incompatible changes === Consult the [https://qemu-project.gitlab.io/qemu/about/removed-features.html 'Removed features'] page for details of suggested replacement functionality. === New deprecated options and features === Consult the [https://qemu-project.gitlab.io/qemu/about/deprecated.html "Deprecated Features"] chapter of the QEMU System Emulation User's Guide for further details of the deprecations and their sugges...")
- 15:28, 15 April 2024 Pm215 talk contribs created page Planning/9.1 (Created page with "== Release Schedule == {| border="1" | 2023-04-23 | Beginning of development phase |- | 2024-xx-xx | Soft feature freeze. Only bug fixes after this point. All feature changes must be already in a sub maintainer tree and all pull requests from submaintainers must have been sent to the list by this date. |- | 2024-xx-xx | Hard feature freeze. Tag rc0 |- | 2024-xx-xx | Tag rc1 |- | 2024-xx-xx | Tag rc2 |- | 20...")
- 00:20, 12 April 2024 User account ZackBuhman talk contribs was created by Jcmvbkbc talk contribs
- 16:24, 9 February 2024 F4bug talk contribs created page Dynamic machine and heterogeneous emulation roadmap (Start roadmap with minutes from community call from 2024 Feb 6)
- 22:43, 6 February 2024 Paolo Bonzini talk contribs created page Internships/ProjectIdeas/TCGBinaryTracing (Created page with "=== Binary tracing of TCG === '''Summary:''' Right now, most logging for the TCG accelerator can only be produced on stderr: this includes input and output assembly, unoptimized and optimized TCG opcodes, and exceptions/interrupts. Text output is easy to interpret but it is more expensive to produce and harder to filter. This project will consist of integrating three new kinds of "trace events" into the "simple" trace backend: target assembly (as used by <tt>-d in_as...")
- 14:32, 31 January 2024 Stefanha talk contribs created page Internships/ProjectIdeas/RISCVVectorFrontendOptimization (Created page with "=== RISC-V Vector TCG Frontend Optimization === '''Summary:''' Improve QEMU's performance on RISC-V vector instructions. The RISC-V vector extension has been implemented in QEMU, but we have some performance pathologies mapping it to existing TCG backends. This project aims to improve the performance of the RISC-V vector ISA's mappings to QEMU TCG just-in-time compiler. The RISC-V TCG frontend (ie, decoding RISC-V instructions and emitting TCG calls to emulate them)...")
- 20:13, 30 January 2024 Stefanha talk contribs created page Internships/ProjectIdeas/NitroEnclaves (Created page with "=== Implement -M nitro-enclave in QEMU === '''Summary:''' AWS EC2 provides the ability to create an isolated sibling VM context from within a VM. This project implements the machine model and input data format parsing needed to run these sibling VMs stand alone in QEMU. [https://aws.amazon.com/ec2/nitro/nitro-enclaves/ Nitro Enclaves] are the first widely adopted implementation of hypervisor assisted compute isolation. Similar to technologies like Intel SGX, it allows...")