qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 10:15:11 to 2023-03-13 20:03:18 UTC [more...]

[PULL v2 00/18] Display patches
 2023-03-13 20:01 UTC  (7+ messages)
` [PULL v2 02/18] ui/dbus: unregister clipboard on connection close
` [PULL v2 04/18] ui/dbus: set mouse is-absolute during console creation
` [PULL v2 05/18] meson: ensure dbus-display generated code is built before other units
` [PULL v2 06/18] ui: rename cursor_{put->unref}
` [PULL v2 07/18] ui: rename cursor_{get->ref}, return it
` [PULL v2 08/18] ui: keep current cursor with QemuConsole

[PATCH v2 00/12] target/s390x: Handle unaligned accesses
 2023-03-13 19:54 UTC  (14+ messages)
` [PATCH v2 01/12] target/s390x: Handle branching to odd addresses
` [PATCH v2 02/12] target/s390x: Handle EXECUTE of "
` [PATCH v2 03/12] target/s390x: Handle LGRL from non-aligned addresses
` [PATCH v2 04/12] target/s390x: Handle LRL and LGFRL "
` [PATCH v2 05/12] target/s390x: Handle LLGFRL "
` [PATCH v2 06/12] target/s390x: Handle CRL and CGFRL with "
` [PATCH v2 07/12] target/s390x: Handle CGRL and CLGRL "
` [PATCH v2 08/12] target/s390x: Handle CLRL and CLGFRL "
` [PATCH v2 09/12] target/s390x: Handle STRL to "
` [PATCH v2 10/12] target/s390x: Handle STGRL "
` [PATCH v2 11/12] target/s390x: Update do_unaligned_access() comment
` [PATCH v2 12/12] tests/tcg/s390x: Test unaligned accesses

[PATCH] MAINTAINERS: Mark the Nios II CPU as orphan
 2023-03-13 19:48 UTC  (2+ messages)

[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-13 19:22 UTC  (6+ messages)

[PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-13 19:21 UTC  (16+ messages)
` [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests
` [PATCH 10/11] include/exec: fix kerneldoc definition

[PATCH RESEND v2 0/2] migration/xbzrle: fix two avx512 runtime issues
 2023-03-13 18:58 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] migration/xbzrle: use ctz64 to avoid undefined result
` [PATCH RESEND v2 2/2] migration/xbzrle: fix out-of-bounds write with axv512

[PULL v3 00/91] tcg patch queue
 2023-03-13 18:59 UTC  (2+ messages)
` [PULL v3 73/91] target/arm: Improve trans_BFCI

[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
 2023-03-13 18:44 UTC  (9+ messages)

[PATCH] MAINTAINERS: Remove CXL maintainer Ben Widawsky
 2023-03-13 18:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: update my email address for the clock framework
 2023-03-13 18:31 UTC  (2+ messages)

[PATCH v4] target/arm: Add Neoverse-N1 registers
 2023-03-13 18:31 UTC  (3+ messages)

[RFC 0/2] vhost-user-fs: Stateful migration
 2023-03-13 17:48 UTC  (3+ messages)
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration
` [RFC 2/2] vhost-user-fs: Implement stateful migration

[PATCH v2] qemu-options.hx: remove stray quote
 2023-03-13 17:37 UTC  (2+ messages)

[PATCH] Use f-strings in python scripts
 2023-03-13 17:25 UTC 

[PATCH v7 0/6] memory: prevent dma-reentracy issues
 2023-03-13 17:20 UTC  (11+ messages)
` [PATCH v7 5/6] memory: Allow disabling re-entrancy checking per-MR
` [PATCH v7 6/6] lsi53c895a: disable reentrancy detection for script RAM

[PULL v2 00/25] Win socket patches
 2023-03-13 17:09 UTC  (27+ messages)
` [PULL v2 01/25] util: drop qemu_fork()
` [PULL v2 02/25] tests: use closesocket()
` [PULL v2 03/25] io: "
` [PULL v2 04/25] tests: add test-error-report
` [PULL v2 05/25] error: add global &error_warn destination
` [PULL v2 06/25] win32/socket: introduce qemu_socket_select() helper
` [PULL v2 07/25] win32/socket: introduce qemu_socket_unselect() helper
` [PULL v2 08/25] aio: make aio_set_fd_poll() static to aio-posix.c
` [PULL v2 09/25] aio/win32: aio_set_fd_handler() only supports SOCKET
` [PULL v2 10/25] main-loop: remove qemu_fd_register(), win32/slirp/socket specific
` [PULL v2 11/25] slirp: unregister the win32 SOCKET
` [PULL v2 12/25] slirp: open-code qemu_socket_(un)select()
` [PULL v2 13/25] win32: avoid mixing SOCKET and file descriptor space
` [PULL v2 14/25] os-posix: remove useless ioctlsocket() define
` [PULL v2 15/25] win32: replace closesocket() with close() wrapper
` [PULL v2 16/25] tests: fix path separator, use g_build_filename()
` [PULL v2 17/25] char: do not double-close fd when failing to add client
` [PULL v2 18/25] tests/docker: fix a win32 error due to portability
` [PULL v2 19/25] osdep: implement qemu_socketpair() for win32
` [PULL v2 20/25] qmp: 'add_client' actually expects sockets
` [PULL v2 21/25] monitor: release the lock before calling close()
` [PULL v2 22/25] qmp: add 'get-win32-socket'
` [PULL v2 23/25] libqtest: make qtest_qmp_add_client work on win32
` [PULL v2 24/25] qtest: enable vnc-display test "
` [PULL v2 25/25] monitor: restrict command getfd to POSIX hosts

[PATCH v4 0/9] improvement to Python detection, preparation for dropping 3.6
 2023-03-13 17:05 UTC  (3+ messages)
` [PATCH 09/10] Python: Drop support for Python 3.6

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-03-13 16:56 UTC 

[PATCH for-8.0] ide: Fix manual in-flight count for TRIM BH
 2023-03-13 16:32 UTC  (12+ messages)

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-13 16:16 UTC  (3+ messages)
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH v4 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-03-13 16:04 UTC  (4+ messages)
` [PATCH v4 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[RFC QEMU PATCH 00/18] Add VirtIO GPU and Passthrough GPU support on Xen
 2023-03-13 15:57 UTC  (6+ messages)
` [RFC QEMU PATCH 08/18] virtio-gpu: Initialize Venus

[PATCH v3 0/1] Fix max initrd size limit when put initrd to RAM
 2023-03-13 15:49 UTC  (4+ messages)
` [PATCH v3 1/1] hw/riscv: Fix max "

[PATCH 0/6] hw/i386/amd_iommu: Orphanize & QDev cleanups
 2023-03-13 15:32 UTC  (8+ messages)
` [PATCH 1/6] MAINTAINERS: Mark AMD-Vi emulation as orphan
` [PATCH 2/6] hw/i386/amd_iommu: Explicit use of AMDVI_BASE_ADDR in amdvi_init
` [PATCH 3/6] hw/i386/amd_iommu: Remove intermediate AMDVIState::devid field
` [PATCH 4/6] hw/i386/amd_iommu: Move capab_offset from AMDVIState to AMDVIPCIState
` [PATCH 5/6] hw/i386/amd_iommu: Set PCI static/const fields via PCIDeviceClass
` [PATCH 6/6] hw/i386/amd_iommu: Factor amdvi_pci_realize out of amdvi_sysbus_realize

[PATCH 0/4] Basic Allwinner WDT emulation
 2023-03-13 15:15 UTC  (4+ messages)
` [PATCH 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC

[PATCH v9 00/10] target/arm: Allow CONFIG_TCG=n builds
 2023-03-13 15:10 UTC  (11+ messages)
` [PATCH v9 01/10] target/arm: Move cortex sysregs into a separate file
` [PATCH v9 02/10] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH v9 03/10] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH v9 04/10] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
` [PATCH v9 05/10] target/arm: gdbstub: Guard pauth "
` [PATCH v9 06/10] tests/qtest: Fix tests when no KVM or TCG are present
` [PATCH v9 07/10] tests/avocado: Pass parameters to migration test
` [PATCH v9 08/10] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH v9 09/10] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [PATCH v9 10/10] gitlab-ci: Check building KVM-only aarch64 target

[PATCH] ui/cocoa: user friendly characters for release mouse
 2023-03-13 14:38 UTC  (6+ messages)

[PULL 0/5] s390x and test fixes for 8.0-rc0
 2023-03-13 14:10 UTC  (6+ messages)
` [PULL 1/5] tests/migration: Tweek auto converge limits check
` [PULL 2/5] gitlab-ci: Remove job building EDK2 firmware binaries
` [PULL 3/5] gitlab-ci.d/buildtest: Rework the target list of build-system-alpine
` [PULL 4/5] target/s390x: Fix emulation of C(G)HRL
` [PULL 5/5] tests/tcg/s390x: Add C(G)HRL test

[PULL 00/18] UI patches
 2023-03-13 13:43 UTC  (20+ messages)
` [PULL 01/18] ui/dbus: initialize cursor_fb
` [PULL 02/18] ui/dbus: unregister clipboard on connection close
` [PULL 03/18] audio/dbus: there are no sender for p2p mode
` [PULL 04/18] ui/dbus: set mouse is-absolute during console creation
` [PULL 05/18] meson: ensure dbus-display generated code is built before other units
` [PULL 06/18] ui: rename cursor_{put->unref}
` [PULL 07/18] ui: rename cursor_{get->ref}, return it
` [PULL 08/18] ui: keep current cursor with QemuConsole
` [PULL 09/18] ui: set cursor upon listener registration
` [PULL 10/18] ui: set cursor position "
` [PULL 11/18] ui/sdl: get the GL context from the window
` [PULL 12/18] ui/shader: fix #version directive must occur on first line
` [PULL 13/18] ui/egl: print EGL error, helping debugging
` [PULL 14/18] ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
` [PULL 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PULL 16/18] ui: introduce egl_init()
` [PULL 17/18] ui/dbus: do not require opengl & gbm
` [PULL 18/18] ui/dbus: restrict opengl to gbm-enabled config

[Capstone] TriCore support in Capstone
 2023-03-13  6:02 UTC 

[RFC PATCH] qapi: net: fix -set parameter with modern style
 2023-03-13 13:07 UTC  (2+ messages)

[PULL 00/73] virtio,pc,pci: features, fixes
 2023-03-13 12:59 UTC  (4+ messages)
` [PULL 30/73] tests: acpi: update expected blobs

[PATCH v5 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-03-13 12:53 UTC  (3+ messages)
` [PATCH v5 16/16] meson.build: Turn on virtfs "

[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-13 12:28 UTC  (4+ messages)
` [PATCH] DO-NOT-MERGE: pipewire sample code

Qemu-storage-daemon crash with 8ab8140 or later
 2023-03-13 12:02 UTC 

[PULL 00/25] Win socket patches
 2023-03-13 11:53 UTC  (28+ messages)
` [PULL 01/25] util: drop qemu_fork()
` [PULL 02/25] tests: use closesocket()
` [PULL 03/25] io: "
` [PULL 04/25] tests: add test-error-report
` [PULL 05/25] error: add global &error_warn destination
` [PULL 06/25] win32/socket: introduce qemu_socket_select() helper
` [PULL 07/25] win32/socket: introduce qemu_socket_unselect() helper
` [PULL 08/25] aio: make aio_set_fd_poll() static to aio-posix.c
` [PULL 09/25] aio/win32: aio_set_fd_handler() only supports SOCKET
` [PULL 10/25] main-loop: remove qemu_fd_register(), win32/slirp/socket specific
` [PULL 11/25] slirp: unregister the win32 SOCKET
` [PULL 12/25] slirp: open-code qemu_socket_(un)select()
` [PULL 13/25] win32: avoid mixing SOCKET and file descriptor space
` [PULL 14/25] os-posix: remove useless ioctlsocket() define
` [PULL 15/25] win32: replace closesocket() with close() wrapper
` [PULL 16/25] tests: fix path separator, use g_build_filename()
` [PULL 17/25] char: do not double-close fd when failing to add client
` [PULL 18/25] tests/docker: fix a win32 error due to portability
` [PULL 19/25] osdep: implement qemu_socketpair() for win32
` [PULL 20/25] qmp: 'add_client' actually expects sockets
` [PULL 21/25] monitor: release the lock before calling close()
` [PULL 22/25] qmp: add 'get-win32-socket'
` [PULL 23/25] libqtest: make qtest_qmp_add_client work on win32
` [PULL 24/25] qtest: enable vnc-display test "
` [PULL 25/25] QMP/HMP: only actually implement getfd on CONFIG_POSIX

[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-03-13 11:40 UTC  (3+ messages)
` [PATCH v3 1/3] numa: Validate cluster and NUMA node boundary if required

[PATCH v10 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-03-13 11:34 UTC  (3+ messages)

[PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit
 2023-03-13 10:47 UTC  (2+ messages)

[PATCH v3 00/18] ui: dbus & misc fixes
 2023-03-13 10:23 UTC  (14+ messages)
` [PATCH v3 11/18] ui/sdl: get the GL context from the window
` [PATCH v3 13/18] ui/egl: print EGL error, helping debugging
` [PATCH v3 14/18] ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
` [PATCH v3 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PATCH v3 16/18] ui: introduce egl_init()
` [PATCH v3 17/18] ui/dbus: do not require opengl & gbm
` [PATCH v3 18/18] ui/dbus: restrict opengl to gbm-enabled config

[PATCH] virtio: refresh vring region cache after updating a virtqueue size
 2023-03-13 10:19 UTC  (3+ 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).