messages from 2023-03-12 21:46:40 to 2023-03-13 14:40:03 UTC [more...]
[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
[PATCH v7 0/6] memory: prevent dma-reentracy issues
2023-03-13 14:02 UTC (17+ messages)
` [PATCH v7 1/6] "
` [PATCH v7 2/6] async: Add an optional reentrancy guard to the BH API
` [PATCH v7 3/6] checkpatch: add qemu_bh_new/aio_bh_new checks
` [PATCH v7 4/6] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [PATCH v7 5/6] memory: Allow disabling re-entrancy checking per-MR
` [PATCH v7 6/6] lsi53c895a: disable reentrancy detection for script RAM
[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
[PATCH v7] audio/pwaudio.c: Add Pipewire audio backend for QEMU
2023-03-13 13:31 UTC (4+ messages)
[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
2023-03-13 13:27 UTC (6+ messages)
[Capstone] TriCore support in Capstone
2023-03-13 6:02 UTC
[PATCH v3 0/1] Fix max initrd size limit when put initrd to RAM
2023-03-13 12:29 UTC (3+ messages)
` [PATCH v3 1/1] hw/riscv: Fix max "
[PATCH for-8.0] ide: Fix manual in-flight count for TRIM BH
2023-03-13 13:09 UTC (11+ messages)
[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 (9+ 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 v2 00/25] Win socket patches
2023-03-13 11:46 UTC (26+ 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
[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 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
2023-03-13 11:44 UTC (9+ messages)
` [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests
[PATCH v3 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
2023-03-13 11:40 UTC (4+ 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 (25+ messages)
` [PATCH v3 01/18] ui/dbus: initialize cursor_fb
` [PATCH v3 02/18] ui/dbus: unregister clipboard on connection close
` [PATCH v3 03/18] audio/dbus: there are no sender for p2p mode
` [PATCH v3 04/18] ui/dbus: set mouse is-absolute during console creation
` [PATCH v3 05/18] meson: ensure dbus-display generated code is built before other units
` [PATCH v3 06/18] ui: rename cursor_{put->unref}
` [PATCH v3 07/18] ui: rename cursor_{get->ref}, return it
` [PATCH v3 08/18] ui: keep current cursor with QemuConsole
` [PATCH v3 09/18] ui: set cursor upon listener registration
` [PATCH v3 10/18] ui: set cursor position "
` [PATCH v3 11/18] ui/sdl: get the GL context from the window
` [PATCH v3 12/18] ui/shader: fix #version directive must occur on first line
` [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)
[PATCH-for-8.0] gitlab-ci: Remove job building EDK2 firmware binaries
2023-03-13 10:08 UTC (8+ messages)
[PATCH] include/blcok: fixup typos
2023-03-13 10:01 UTC (2+ messages)
[PATCH v2 00/18] ui: dbus & misc fixes
2023-03-13 9:59 UTC (7+ messages)
` [PATCH v2 15/18] ui/sdl: try to instantiate the matching opengl renderer
` [PATCH v2 16/18] ui: introduce egl_init()
[PATCH v2 00/10] gitdm metadata updates
2023-03-13 9:09 UTC (8+ messages)
` [PATCH v2 03/10] contrib/gitdm: Add ASPEED Technology to the domain map
` [PATCH v2 07/10] contrib/gitdm: add Alibaba to the domain-map
` [PATCH v2 09/10] contrib/gitdm: add more individual contributors
[RFC QEMU PATCH 00/18] Add VirtIO GPU and Passthrough GPU support on Xen
2023-03-13 9:06 UTC (8+ messages)
` [RFC QEMU PATCH 01/18] virtio: Add shared memory capability
` [RFC QEMU PATCH 04/18] virtio-gpu: CONTEXT_INIT feature
` [RFC QEMU PATCH 08/18] virtio-gpu: Initialize Venus
[PATCH v8 00/11] target/arm: Allow CONFIG_TCG=n builds
2023-03-13 8:58 UTC (5+ messages)
` [PATCH v8 09/11] tests/avocado: Pass parameters to migration test
` [PATCH v8 10/11] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
[PATCH v7 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
2023-03-09 22:00 UTC (9+ messages)
` [PATCH v7 1/8] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v7 2/8] igb: handle PF/VF reset properly
` [PATCH v7 3/8] igb: add ICR_RXDW
` [PATCH v7 4/8] igb: implement VFRE and VFTE registers
` [PATCH v7 5/8] igb: check oversized packets for VMDq
` [PATCH v7 6/8] igb: respect E1000_VMOLR_RSSE
` [PATCH v7 7/8] igb: implement VF Tx and Rx stats
` [PATCH v7 8/8] igb: respect VMVIR and VMOLR for VLAN
[PATCH] xen: fix dm_restrict startup
2023-03-13 8:54 UTC (2+ messages)
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-03-13 8:45 UTC (4+ messages)
` [PULL 13/27] hw/xen: Add xenstore operations to allow redirection to internal emulation
[PATCH v7 0/6] migration: reduce time of loading non-iterable vmstate
2023-03-13 8:38 UTC (7+ messages)
` [PATCH v7 3/6] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v7 6/6] memory: Introduce address_space_to_flatview_rcu()
[PATCH 0/4] Basic Allwinner WDT emulation
2023-03-13 7:53 UTC (3+ messages)
` [PATCH 3/4] hw/arm: Add WDT to Allwinner-H3 and Orangepi-PC
[PATCH 0/2] *** Enable -cpu <cpu>,help ***
2023-03-13 7:39 UTC (3+ messages)
` [PATCH 1/2] cpu, qapi, target/arm, i386, s390x: Refactor query-cpu-model-expansion
[PATCH v2] include/block: fixup typos
2023-03-13 7:21 UTC (2+ messages)
[PATCH v2 0/4] hw/arm/virt: Support dirty ring
2023-03-13 7:13 UTC (2+ messages)
[PATCH v4] target/arm: Add Neoverse-N1 registers
2023-03-13 3:39 UTC
[PATCH] intel-iommu: Set status bit after operation completed
2023-03-13 3:23 UTC (5+ messages)
[PATCH v2 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
2023-03-13 0:03 UTC (13+ messages)
` [PATCH v2 1/6] block: don't acquire AioContext lock in bdrv_drain_all()
` [PATCH v2 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 3/6] block: convert bdrv_graph_wrlock() "
` [PATCH v2 4/6] block: convert bdrv_drain_all_begin() "
` [PATCH v2 5/6] hmp: convert handle_hmp_command() "
` [PATCH v2 6/6] monitor: convert monitor_cleanup() "
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
2023-03-12 23:40 UTC (3+ messages)
` [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality
[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-03-12 22:46 UTC (10+ messages)
[PATCH v2] hw/riscv: Fix the bug of max size limit when put initrd to RAM
2023-03-12 22:25 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).