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).
- 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...")
- 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...")
- 17:57, 20 December 2023 Pm215 talk contribs created page Planning/9.0 (Created page with "== Release Schedule == {| border="1" | 2023-12-20 | 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...")
- 17:22, 20 December 2023 Pm215 talk contribs created page ChangeLog/9.0 (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. * Running QEMU with KVM requires Linux 4.4 or newer. A future version of QEMU will increase the minimum requirement for Arm hosts to Linux 4.19 (also when running KVM); if this is too restrictive for your use case, please contact us at qemu-deve...")
- 15:54, 21 November 2023 User account Hrw talk contribs was created by Manos talk contribs (For hrw contributor)
- 00:42, 11 November 2023 User account Mss talk contribs was created by Stefanha talk contribs
- 08:25, 10 November 2023 User account Manos talk contribs was created by F4bug talk contribs (Kindly asked on #qemu IRQ channel)
- 08:24, 10 November 2023 User account Epilys talk contribs was created by F4bug talk contribs (Kindly asked on #qemu IRQ channel)
- 19:05, 2 November 2023 Peterx talk contribs created page User:Peterx (Created page with "test")
- 18:44, 2 November 2023 User account Farosas talk contribs was created by Peterx talk contribs
- 19:37, 30 September 2023 User account Sean Whitton talk contribs was created by Pm215 talk contribs
- 10:17, 23 September 2023 Jiadongxu talk contribs created page File:Generic vdpa with kernel vdpa framework.png (generic vDPA(vhost-vdpa-device-pci) device with kernel vDPA framework)
- 10:17, 23 September 2023 Jiadongxu talk contribs uploaded File:Generic vdpa with kernel vdpa framework.png (generic vDPA(vhost-vdpa-device-pci) device with kernel vDPA framework)
- 09:44, 23 September 2023 Jiadongxu talk contribs created page Generic vdpa (Created page with "== Normal vhost-vDPA == Before Qemu 8.0, if we want to use virtio device such as virtio-net with kernel vDPA framework, we need to add vhost-vDPA support for the virtio device. And the type of virtio device used must be explicitly specified in the qemu command line (such as virtio-net-pci). qemu -netdev type=vhost-vdpa,vhostdev=/dev/vhost-vdpa-0,id=net0 \ -device virtio-net-pci,netdev=net0 Currently only the virtio-net device for vhost-vDPA has been fully supported i...")
- 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...")
- 08:44, 21 July 2023 User account Mzamazal talk contribs was created by DanielBerrange talk contribs
- 06:46, 11 July 2023 User account FredericBarrat talk contribs was created by JoelStanley talk contribs (Account for Fred)
- 06:44, 11 July 2023 User account NicholasPiggin talk contribs was created by JoelStanley talk contribs (Account for Nick)
- 13:38, 7 June 2023 Quintela talk contribs created page QEMUCall (Created page with "This page maintains the call for agenda for QEMU developers calls. The call happens every two weeks. If you need information about it, contact mailto:quintela@redhat.com Call for agenda for 2023-06-13 - Live Update Orachle is going to discuss their Live Update changes and how to merge them.")
- 03:56, 24 May 2023 User account Jiadongxu talk contribs was created by JasonWang talk contribs
- 12:46, 20 April 2023 Pm215 talk contribs created page ChangeLog/8.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...")
- 12:43, 20 April 2023 Pm215 talk contribs created page Planning/8.1 (Created page with "== Release Schedule == Not yet decided. {| border="1" | 2023-04-20 | Beginning of development phase |- | 2023-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. |- | 2023-xx-xx | Hard feature freeze. Tag rc0 |- | 2023-xx-xx | Tag rc1 |- | 2023-xx-xx...")
- 18:03, 1 April 2023 User account MarcelWaldvogel talk contribs was created by Stefanha talk contribs
- 18:26, 27 March 2023 User account Mcgrof talk contribs was created by Klaus Jensen talk contribs (Luis wants to update some articles.)
- 13:13, 15 March 2023 Camilla Conte talk contribs created page Testing/CI/KubernetesRunners (Create)
- 09:01, 15 March 2023 User account Camilla Conte talk contribs was created by Paolo Bonzini talk contribs
- 13:44, 3 March 2023 User account Dwmw2 talk contribs was created by Pm215 talk contribs
- 14:29, 21 February 2023 Pm215 talk contribs created page FlakyTests (Created page with "This is a page to document tests which currently seem to be flaky, either in CI or locally. If you have information/possible causes/fixes for any of these, please feel free to update. == ast2500_evb_sdk avocado test == This one is flaky for me on local 'make check-avocado' builds; I haven't seen it in the CI. <pre> (41/69) tests/avocado/machine_aspeed.py:AST2x00MachineSDK.test_arm_ast2500_evb_sdk: INTERRUPTED: Test interrupted by SIGTERM\nRunner error occurred: Timeo...")
- 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...")