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).
- 14:03, 23 July 2024 User account JonahPalmer talk contribs was created by Stefanha talk contribs
- 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...")
- 19:29, 30 January 2024 Stefanha talk contribs created page Internships/ProjectIdeas/VhostUserMemoryIsolation (Created page with "=== vhost-user memory isolation === '''Summary:''' Add a new mode for vhost-user devices that does not expose guest RAM as shared memory. vhost-user enables VIRTIO devices to be implemented as separate processes outside of QEMU. This allows device emulation code to be written in any programming language, sharing of device emulation code with other emulators besides QEMU, and complex device implementations that would not fit well into the QEMU process. vhost-user achie...")
- 19:34, 29 January 2024 Stefanha talk contribs created page Internships/ProjectIdeas/PackedShadowVirtqueue (Created page with "=== Add packed virtqueue to Shadow Virtqueue === '''Summary:''' Add the packed virtqueue format support to QEMU's Shadow Virtqueue. To live migrate a guest with a passthrough device, QEMU needs a way to know which memory the device modifies so it is able to migrate it every time it is modified. Otherwise the migrated guest would resume with outdated memory contents after live migration. This is especially hard with passthrough hardware devices, as transports like PCI i...")
- 20:23, 25 January 2024 Stefanha talk contribs created page Internships/ProjectIdeas/GStreamerVhostDeviceSound (Created page with "=== GStreamer Backend for vhost-device-sound === '''Summary:''' Implement a GStreamer audio backend in rust-vmm's vhost-device-sound crate. '''Project Size:''' 180 hrs '''Project Description:''' virtio-sound device emulation has recently been developed in the Rust [https://github.com/rust-vmm/vhost-device vhost-device-sound] crate. The crate currently contains audio backends for the ALSA and PipeWire sound APIs. The aim of this project is to build a new [https://gstr...")
- 16:23, 15 January 2024 Stefanha talk contribs created page Google Summer of Code 2024 (Created page with "= Introduction = QEMU is applying for [https://summerofcode.withgoogle.com/ Google Summer of Code 2024]. This page contains our ideas list and information for applicants and mentors. Google Summer of Code is an open source internship program offering paid remote work. '''Status: Google will publish the list of accepted GSoC organizations at 18:00 UTC on February 21st. Applicants may get in touch with mentors before that date, but please don't invest too much time befor...")
- 00:42, 11 November 2023 User account Mss talk contribs was created by Stefanha talk contribs
- 15:33, 13 September 2023 User account JeukKim talk contribs was created by Stefanha talk contribs
- 15:21, 12 September 2023 User account Den talk contribs was created by Stefanha talk contribs
- 11:07, 23 August 2023 Stefanha talk contribs created page Planning/8.2 (Created page with "== Release Schedule == {| border="1" | 2023-08-22 | Beginning of development phase |- | 2023-11-14 | 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. |- | 2023-11-21 | Hard feature freeze. Tag rc0 |- | 2023-11-28 | Tag rc1 |- | 2023-12-05 | Tag rc2 |- | 20...")
- 20:00, 22 August 2023 Stefanha talk contribs created page ChangeLog/8.2 (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...")
- 18:03, 1 April 2023 User account MarcelWaldvogel talk contribs was created by Stefanha talk contribs
- 16:54, 17 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/VirtiofsdSandboxingTool (Created page with "=== A sandboxing tool for virtiofsd === ''Summary:''' Create a tool that runs virtiofsd in a sandboxed environment Virtiofs is a shared file system that lets virtual machines access a directory tree on the host. Unlike existing approaches, it is designed to offer local file system semantics and performance. Currently, virtiofsd integrates the sandboxing code and the server code in a single binary. The goal is to extract that code and create an external tool that...")
- 16:47, 17 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/VsockSiblingCommunication (Created page with "=== Sibling VM communication in vhost-user-vsock === '''Summary:''' Extend the existing vhost-user-vsock Rust application to support sibling VM communication During GSoC 2021, we developed vhost-user-vsock application in Rust. It leveraged the vhost-user protocol to emulate a virtio-vsock device in an external process. It provides the hybrid VSOCK interface over AF_UNIX introduced by Firecracker. The current implementation supports a single virtual machine (VM) per pr...")
- 01:24, 9 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/FreeBSDUser (Created page with "=== FreeBSD user emulation improvements === '''Summary:''' Complete FreeBSD user emulation in specific areas '''Under construction.''' To be completed soon. QEMU's user em...")
- 16:09, 8 February 2023 User account Afaria talk contribs was created by Stefanha talk contribs
- 14:21, 7 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/LibblkioZonedStorage (Created page with "=== Zoned device support for libblkio === '''Summary:''' Add support for zoned block devices to the libblkio library. Zoned block devices are special kinds of disks that are...")
- 00:55, 7 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/SVQCVQSupport (Created page with "=== Add virtio-net Control Virtqueue state restore support === '''Summary:''' Implement virtio-net Control Virtqueue state restore in Shadow Virtqueue mode The virtio-net de...")
- 00:36, 7 February 2023 Stefanha talk contribs created page Internships/ProjectIdeas/SVQOptimization (Created page with "=== Shadow Virtqueue performance optimization === '''Summary:''' Implement multithreading and mmap Queue Notifier optimizations for Shadow Virtqueues To perform a virtual ma...")
- 15:03, 27 January 2023 Stefanha talk contribs created page Google Summer of Code 2023 (Created page with "= Introduction = QEMU is applying for [https://summerofcode.withgoogle.com/ Google Summer of Code 2023]. This page contains our ideas list and information for applicants and...")
- 20:54, 30 August 2022 Stefanha talk contribs created page Planning/7.2 (Created page with "== Release Schedule == {| border="1" | 2022-08-30 | Beginning of development phase |- | 2022-11-1 | Soft feature freeze. Only bug fixes after...")
- 20:37, 30 August 2022 Stefanha talk contribs created page ChangeLog/7.2 (Created page with "== System emulation == === Incompatible changes === Consult the [https://qemu-project.gitlab.io/qemu/about/removed-features.html 'Removed features' ] page for details of sug...")
- 12:53, 25 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/RustVMMReferenceAarch64 (Created page with "=== Extend aarch64 support in rust-vmm/vmm-reference === '''Summary:''' Flesh out aarch64 (ARM) support in vmm-reference to make its features comparable to x86_64 The vmm-re...")
- 10:55, 21 February 2022 User account Eperezma talk contribs was created by Stefanha talk contribs
- 09:31, 21 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/CoverageGuidedDiskImageFuzzer (Created page with "=== Coverage-guided disk image fuzzing === '''Summary:''' Implement a coverage-guided fuzzer for disk images file formats QEMU has a qcow2 fuzzer (see tests/image-fuzzer). H...")
- 09:17, 21 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/SnapshotFuzzingDevice (Created page with "=== Implement a snapshot fuzzing device === '''Summary:''' Add a new emulated device for rapid guest-initiated snapshot/restore functionality for fuzzing. Fuzz testing runs...")
- 14:10, 19 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/S390xRISU/ (Created page with "=== Improve s390x (IBM Z) emulation with RISU === '''Summary:''' Adapt RISU to s390x and fix CPU emulation along the way. RISU (Random Instruction Sequence generator for Use...")
- 16:21, 17 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/EncryptedStorageInVMBasedContainerRuntimes (Created page with "'''Summary:''' Create encrypted storage using VM-based container runtimes The Linux cryptsetup(8) tool requires root privileges to encrypt storage with LUKS. However, privile...")
- 15:47, 17 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/VIRTIO F IN ORDER (Created page with "=== VIRTIO_F_IN_ORDER support for virtio devices === '''Summary:''' Implement VIRTIO_F_IN_ORDER in QEMU and Linux (vhost and virtio drivers) The VIRTIO specification defines...")
- 15:58, 16 February 2022 Stefanha talk contribs created page Internships/ProjectIdeas/VirtIOBlkZonedBlockDevices (Created page with "=== Add zoned device support to QEMU's virtio-blk emulation === '''Summary:''' The goal of this project is to let guests (virtual machines) access zoned storage devices on...")
- 14:36, 16 February 2022 Stefanha talk contribs created page Google Summer of Code 2022 (Created page with "= Introduction = QEMU is applying to [https://summerofcode.withgoogle.com/ Google Summer of Code 2022]. This page contains our ideas list and information for applicants and m...")
- 09:52, 18 October 2021 User account Gmaglione talk contribs was created by Stefanha talk contribs
- 14:28, 31 May 2021 User account Niteesh.gs talk contribs was created by Stefanha talk contribs
- 16:36, 29 March 2021 User account Gaelan talk contribs was created by Stefanha talk contribs
- 17:41, 18 February 2021 Stefanha talk contribs deleted page Internships/ProjectIdeas/VirtioConsoleRust (Author request: content was: "=== Implement the Virtio Console device in Rust === '''Summary:''' Implement the basic emulation for the Virtio Console device in Rust Implement the basic functionality (excluding the optional features: VIRTIO_CONSOLE_F_SIZE, VIRTIO_CONSOLE_F_MULTIPORT, or VIRTIO_CONSOLE_F_EMERG_WRITE) of the Virtio Console Device, using the Virtio building blocks (queue implementations,...", and the only contributor was "Stefanha" ([[User tal...)
- 11:17, 17 February 2021 Stefanha talk contribs created page Internships/ProjectIdeas/LocalRustVMMCI (Created page with "=== Local running rust-vmm-ci === '''Summary:''' Run the rust-vmm-ci locally The rust-vmm-ci provides automation for uniformely running the tests on all rust-vmm repositorie...")
- 11:17, 17 February 2021 Stefanha talk contribs created page Internships/ProjectIdeas/MockVirtqueuesRust (Created page with "=== Mocking framework for Virtio Queues === '''Summary:''' Implement a mocking framework for virtio queues Paravirtualized devices (such as those defined by the Virtio stand...")
- 11:17, 17 February 2021 Stefanha talk contribs created page Internships/ProjectIdeas/VirtioConsoleRust (Created page with "=== Implement the Virtio Console device in Rust === '''Summary:''' Implement the basic emulation for the Virtio Console device in Rust Implement the basic functionality (exc...")
- 09:55, 9 February 2021 User account Fidencio talk contribs was created by Stefanha talk contribs
- 11:05, 11 January 2021 Stefanha talk contribs created page Google Summer of Code 2021 (Created page with "= Introduction = QEMU is applying to [https://summerofcode.withgoogle.com/ Google Summer of Code 2021]. This page contains our ideas list and information for students and men...")
- 08:18, 25 September 2020 User account Slp talk contribs was created by Stefanha talk contribs
- 10:36, 13 August 2020 Stefanha talk contribs created page Internships/ProjectIdeas/IORegionFD (Created page with "=== ioregionfd - new device access dispatch mechanism === '''Summary:''' Implement the ioregionfd device access dispatch mechanism in the Linux kvm.ko kernel module so that d...")
- 08:36, 13 August 2020 Stefanha talk contribs created page Outreachy 2020 DecemberMarch (Created page with "= Introduction = QEMU is applying to participate in [https://www.outreachy.org/ Outreachy 2020 December-March]. '''This page contains information for mentors since we are cu...")
- 11:06, 19 March 2020 Stefanha talk contribs created page ToDo/LockGuards (Created page with "Lock guards are a safe alternative to manual lock()/unlock() calls. They take a lock and automatically unlock it at the end of the scope or when the function returns. This p...")
- 10:13, 10 March 2020 User account Ayergara talk contribs was created by Stefanha talk contribs
- 16:02, 5 March 2020 User account Joaquin talk contribs was created by Stefanha talk contribs
- 15:05, 21 February 2020 User account DarrenKenny talk contribs was created by Stefanha talk contribs
- 14:57, 21 February 2020 User account Jj talk contribs was created by Stefanha talk contribs
- 14:56, 21 February 2020 User account Konrad talk contribs was created by Stefanha talk contribs