qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-06 07:45:34 to 2024-10-07 16:50:08 UTC [more...]

[PATCH 0/3] scripts: mandate use of SPDX-License-Identifier tags in new files
 2024-10-07 16:49 UTC  (8+ messages)
` [PATCH 1/3] scripts: mandate that new files have SPDX-License-Identifier
` [PATCH 2/3] scripts: validate SPDX license choices
` [PATCH 3/3] scripts: forbid use of arbitrary SPDX tags besides license identifiers

[PATCH V2 00/13] Live update: cpr-transfer
 2024-10-07 16:47 UTC  (27+ messages)
` [PATCH V2 01/13] machine: alloc-anon option
` [PATCH V2 02/13] migration: cpr-state
` [PATCH V2 03/13] migration: save cpr mode
` [PATCH V2 04/13] migration: stop vm earlier for cpr
` [PATCH V2 05/13] physmem: preserve ram blocks "
` [PATCH V2 06/13] hostmem-memfd: preserve "
` [PATCH V2 07/13] migration: SCM_RIGHTS for QEMUFile
` [PATCH V2 08/13] migration: VMSTATE_FD
` [PATCH V2 09/13] migration: cpr-transfer save and load

[PULL 00/12] CI fixes and various clean-ups
 2024-10-07 16:41 UTC  (16+ messages)
` [PULL 01/12] docs: Mark "gluster" support in QEMU as deprecated
` [PULL 02/12] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura)
` [PULL 03/12] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)
` [PULL 04/12] disas: Remove CRIS disassembler
` [PULL 05/12] gitlab-ci/build-oss-fuzz: print FAILED marker in case the test failed and run all tests
` [PULL 06/12] hw/m68k: Use explicit big-endian LD/ST API
` [PULL 07/12] target/m68k: "
` [PULL 08/12] hw/s390x: "
` [PULL 09/12] target/s390x: Replace ldtul_p() -> ldq_p()
` [PULL 10/12] target/s390x: Use explicit big-endian LD/ST API
` [PULL 11/12] tests/functional: Switch back to the gitlab URLs for the advent calendar tests
` [PULL 12/12] tests/functional: Bump timeout of some tests

[PATCH v2 0/2] meson: ensure we enable CMPXCHG128 on x86_64
 2024-10-07 16:40 UTC  (11+ messages)
` [PATCH 1/2] meson: define qemu_isa_flags
` [PATCH 2/2] meson: ensure -mcx16 is passed when detecting ATOMIC128

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-07 16:09 UTC  (2+ messages)

[PATCH] Use multifd state to determine if multifd cleanup is needed
 2024-10-07 16:26 UTC  (2+ messages)

[PATCH v5 00/12] tcg/riscv: Add support for vector
 2024-10-07 16:24 UTC  (15+ messages)
` [PATCH v5 01/12] util: Add RISC-V vector extension probe in cpuinfo
` [PATCH v5 02/12] tcg/riscv: Add basic support for vector
` [PATCH v5 03/12] tcg/riscv: Add vset{i}vli and ld/st vec ops
` [PATCH v5 04/12] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v5 05/12] tcg/riscv: Add support for basic vector opcodes
` [PATCH v5 06/12] tcg/riscv: Implement vector cmp/cmpsel ops
` [PATCH v5 07/12] tcg/riscv: Implement vector neg ops
` [PATCH v5 08/12] tcg/riscv: Implement vector sat/mul ops
` [PATCH v5 09/12] tcg/riscv: Implement vector min/max ops
` [PATCH v5 10/12] tcg/riscv: Implement vector shi/s/v ops
` [PATCH v5 11/12] tcg/riscv: Implement vector roti/v/x ops
` [PATCH v5 12/12] tcg/riscv: Enable native vector support for TCG host

[PULL 00/12] Rust initial PoC + meson changes for 2024-10-07
 2024-10-07 15:51 UTC  (18+ messages)
` [PULL 01/12] Require meson version 1.5.0
` [PULL 02/12] build-sys: Add rust feature option
` [PULL 03/12] configure, meson: detect Rust toolchain
` [PULL 04/12] rust: add bindgen step as a meson dependency
` [PULL 05/12] .gitattributes: add Rust diff and merge attributes
` [PULL 06/12] meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
` [PULL 07/12] rust: add crate to expose bindings and interfaces
` [PULL 08/12] rust: add utility procedural macro crate
` [PULL 09/12] rust: add PL011 device model
` [PULL 10/12] meson: fix machine option for x86_version
` [PULL 11/12] meson: define qemu_isa_flags
` [PULL 12/12] meson: ensure -mcx16 is passed when detecting ATOMIC128

[PATCH] net/tap-win32: Fix gcc 14 format truncation errors
 2024-10-07 15:47 UTC  (3+ messages)

[PATCH] target/loongarch: Support 4K page size
 2024-10-07 15:45 UTC  (4+ messages)

[PULL v2 0/5] Xen Queue
 2024-10-07 15:42 UTC  (3+ messages)
` [PULL v2 2/5] hw/xen: Expose handle_bufioreq in xen_register_ioreq

[PATCH v3 00/14] ppc/spapr: remove deprecated machines specific code
 2024-10-07 15:38 UTC  (15+ messages)
` [PATCH v3 01/14] ppc/spapr: remove deprecated machine pseries-2.1
` [PATCH v3 02/14] ppc/spapr: remove deprecated machine pseries-2.2
` [PATCH v3 03/14] ppc/spapr: remove deprecated machine pseries-2.3
` [PATCH v3 04/14] ppc/spapr: remove deprecated machine pseries-2.4
` [PATCH v3 05/14] ppc/spapr: remove deprecated machine pseries-2.5
` [PATCH v3 06/14] ppc/spapr: remove deprecated machine pseries-2.6
` [PATCH v3 07/14] ppc/spapr: remove deprecated machine pseries-2.7
` [PATCH v3 08/14] ppc/spapr: remove deprecated machine pseries-2.8
` [PATCH v3 09/14] ppc/spapr: remove deprecated machine pseries-2.9
` [PATCH v3 10/14] ppc/spapr: remove deprecated machine pseries-2.10
` [PATCH v3 11/14] ppc/spapr: remove deprecated machine pseries-2.11
` [PATCH v3 12/14] ppc/spapr: remove deprecated machine pseries-2.12-sxxm
` [PATCH v3 13/14] ppc/spapr: remove deprecated machine pseries-2.12
` [PATCH v3 14/14] ppc/spapr: remove deprecated machine pseries-3.0

[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-10-07 15:38 UTC  (6+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree

[PATCH] hw/char/pl011: Use correct masks for IBRD and FBRD
 2024-10-07 14:47 UTC 

[PATCH v2 00/25] misc: Use explicit endian LD/ST API
 2024-10-07 14:40 UTC  (8+ messages)
` [PATCH v2 22/25] hw/s390x: Use explicit big-endian "
` [PATCH v2 23/25] target/s390x: "

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-07 14:31 UTC  (13+ messages)
` [PATCH v3 01/14] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk

[PATCH v4] hw/acpi: Add vmclock device
 2024-10-07 13:53 UTC 

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-10-07 13:45 UTC  (14+ messages)

[RFC V2 PATCH 00/11] Support ACPI Control Method Sleep button
 2024-10-07 13:41 UTC  (8+ messages)
` [RFC V2 PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
` [RFC V2 PATCH 02/11] acpi: Implement control method sleep button
` [RFC V2 PATCH 04/11] acpi: Support Control Method sleep button for x86

[PATCH 00/16] UI-related fixes & shareable 2d memory with -display dbus
 2024-10-07 12:42 UTC  (17+ messages)
` [PATCH 05/16] ui/dbus: fix filtering all update messages
` [PATCH 07/16] ui/dbus: discard pending CursorDefine on new one
` [PATCH 09/16] ui/pixman: generalize shared_image_destroy
` [PATCH 12/16] ui/surface: allocate shared memory on !win32
` [PATCH 16/16] tests: add basic -display dbus Map.Unix test

[PATCH v4] i386/cpu: fixup number of addressable IDs for logical processors in the physical package
 2024-10-07 12:33 UTC  (2+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-10-07 12:23 UTC  (12+ messages)

[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
 2024-10-07 12:04 UTC  (7+ messages)

[PATCH v1 0/6] Support virtio-gpu DRM native context
 2024-10-07 12:02 UTC  (13+ messages)
` [PATCH v1 1/6] ui/sdl2: Restore original context after new context creation
` [PATCH v1 2/6] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v1 3/6] linux-headers: Update to Linux v6.12-rc1
` [PATCH v1 4/6] virtio-gpu: Handle virgl fence creation errors
` [PATCH v1 5/6] virtio-gpu: Support asynchronous fencing
` [PATCH v1 6/6] virtio-gpu: Support DRM native context

[RFC PATCH 0/5] Specifying cache topology on ARM
 2024-10-07 12:01 UTC  (3+ messages)
` [PATCH 2/5] i386/cpu: add IsDefined flag to smp-cache property

[PATCH v2 0/7] Introduce SMP Cache Topology
 2024-10-07 11:53 UTC  (14+ messages)
` [PATCH v2 2/7] qapi/qom: Define cache enumeration and properties
` [PATCH v2 3/7] hw/core: Add smp cache topology for machine
` [PATCH v2 4/7] hw/core: Check smp cache topology support "
` [PATCH v2 5/7] i386/cpu: Support thread and module level cache topology
` [PATCH v2 6/7] i386/cpu: Update cache topology with machine's configuration
` [PATCH v2 7/7] i386/pc: Support cache topology in -machine for PC machine

[PATCH v4 0/3] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-10-07 11:24 UTC  (4+ messages)
` [PATCH v4 1/3] xilink_zynq: Add various missing unimplemented devices
` [PATCH v4 2/3] xilink-zynq-devcfg: Fix up for memory address range size not set correctly
` [PATCH v4 3/3] xilink-zynq-devcfg: Avoid disabling devcfg memory region during initialization

[PATCH 0/2] Fix for multi-process gdbstub breakpoints
 2024-10-07 10:15 UTC  (3+ messages)
` [PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID

[PATCH] qapi, machine-qmp-cmds.c: query-accelerator support
 2024-10-07  9:53 UTC  (5+ messages)

[PATCH v2] tests/functional: Switch back to the gitlab URLs for the advent calendar tests
 2024-10-07  9:39 UTC  (2+ messages)

[PATCH v2] virtio-gpu: Add definition for resource_uuid feature
 2024-10-07  9:38 UTC  (3+ messages)

[PATCH 0/3] ci: Replace macOS coverage from release 13 to 15
 2024-10-07  9:17 UTC  (5+ messages)
` [PATCH 3/3] .gitlab-ci.d/cirrus: Add manual testing of macOS 15 (Sequoia)

[PATCH v2 00/23] E500 Cleanup
 2024-10-07  8:36 UTC  (8+ messages)
` [PATCH v2 01/23] hw/ppc/e500: Do not leak struct boot_info
` [PATCH v2 08/23] hw/ppc/ppce500_ccsr: Log access to unimplemented registers
` [PATCH v2 09/23] hw/ppc/mpc8544_guts: Populate POR PLL ratio status register

[PATCH] meson: ensure we enable CMPXCHG128 on x86_64
 2024-10-07  8:42 UTC  (2+ messages)

[PATCH 00/16] misc: Use explicit endian LD/ST API
 2024-10-07  7:03 UTC  (13+ messages)
` [PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done
` [PATCH 02/16] exec/memop: Remove unused memop_big_endian() helper
` [PATCH 03/16] linux-user/i386: Use explicit little-endian LD/ST API
` [PATCH 09/16] hw/s390x: Use explicit big-endian "
` [PATCH 10/16] target/s390x: "
` [PATCH 11/16] hw/sparc: "

[PATCH] virtio-gpu: Add definition for resource_uuid feature
 2024-10-07  6:57 UTC  (3+ messages)

[PATCH v1 0/7] target/riscv: Support SXL32 on RV64 CPU
 2024-10-07  3:34 UTC  (8+ messages)
` [PATCH v1 1/7] target/riscv: Fix sstatus read and write
` [PATCH v1 2/7] target/riscv: Fix satp read and write implicitly or explicitly
` [PATCH v1 3/7] target/riscv: Read pte and satp based on SXL in PTW
` [PATCH v1 4/7] hw/riscv: Align kernel to 4MB when sxl32 is on
` [PATCH v1 5/7] target/riscv: Enable 32-bit only registers for RV64 with sxl32
` [PATCH v1 6/7] target/riscv: Reset SXL and UXL according to sxl32
` [PATCH v1 7/7] target/riscv: Expose sxl32 configuration in RISC-V CPU

[PATCH v1 0/2] GTK/SDL fixes for a black screen displayed by virtio-gpu
 2024-10-06 23:43 UTC  (3+ messages)
` [PATCH v1 1/2] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v1 2/2] ui/gtk: "

[PATCH 0/2] Consolidate embedded PPC initial mappung functions
 2024-10-06 18:46 UTC  (4+ messages)
` [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

[PATCH 0/2] Separate memory access logs from guest_errors
 2024-10-06 16:49 UTC  (3+ messages)
` [PATCH 1/2] log: Add separate debug option for logging invalid memory accesses
` [PATCH 2/2] log: Suggest using -d guest_error,memaccess instead of guest_errors

[PATCH v2 0/4] linux-user/flatload: Take mmap_lock in load_flt_binary()
 2024-10-06 15:23 UTC  (4+ messages)
` [PATCH v2 2/4] "

[PATCH v3 0/2] Drop ignore_memory_transaction_failures for xilink_zynq
 2024-10-06 14:13 UTC  (3+ messages)
` [PATCH v3 1/2] xilink_zynq: Add various missing unimplemented devices

[PULL 00/23] Misc patches for 2024-10-04
 2024-10-06 14:10 UTC  (2+ messages)

[PATCH] tcg/ppc: Use TCG_REG_TMP2 for scratch index in prepare_host_addr
 2024-10-06  8:32 UTC  (2+ messages)

[PATCH] meson: fix machine option for x86_version
 2024-10-06  7:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).