New pages

New pages
Hide registered users | Show bots | Hide redirects
  • 17:22, 14 June 2024Features/Rust/QOM (hist | edit) ‎[3,465 bytes]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 { //...")
  • 06:45, 14 June 2024Features/Rust/Meson (hist | edit) ‎[427 bytes]Manos (talk | contribs) (Create page about integrating Rust builds with meson) originally created as "Features/Meson/Rust"
  • 15:30, 15 April 2024ChangeLog/9.1 (hist | edit) ‎[7,104 bytes]Pm215 (talk | contribs) (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 2024Planning/9.1 (hist | edit) ‎[896 bytes]Pm215 (talk | contribs) (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...")