messages from 2023-05-16 08:41:13 to 2023-05-16 19:33:13 UTC [more...]
[RFC PATCH v3 00/10] Add stage-2 translation for SMMUv3
2023-05-16 19:32 UTC (10+ messages)
` [RFC PATCH v3 05/10] hw/arm/smmuv3: Parse STE config for stage-2
` [RFC PATCH v3 08/10] hw/arm/smmuv3: Add CMDs related to stage-2
[PATCH v1 1/2] qmp: remove virtio_list, search QOM tree instead
2023-05-16 19:26 UTC (2+ messages)
` [PATCH v1 2/2] qmp: update virtio feature maps, vhost-user-gpio instrospection
[PULL 0/4] 9p queue 2023-05-16
2023-05-16 19:16 UTC (8+ messages)
` [PULL 2/4] tests/9p: fix potential leak in v9fs_rreaddir()
` [PULL 1/4] Don't require libcap-ng for virtfs support
` [PULL 3/4] 9pfs/xen: Fix segfault on shutdown
` [PULL 4/4] configure: make clear that VirtFS is 9p
[PATCH v6 00/20] block: remove aio_disable_external() API
2023-05-16 19:02 UTC (21+ messages)
` [PATCH v6 01/20] block-backend: split blk_do_set_aio_context()
` [PATCH v6 02/20] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v6 03/20] virtio-scsi: avoid race between unplug and transport event
` [PATCH v6 04/20] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v6 05/20] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v6 06/20] block/export: wait for vhost-user-blk requests when draining
` [PATCH v6 07/20] block/export: stop using is_external in vhost-user-blk server
` [PATCH v6 08/20] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v6 09/20] block: add blk_in_drain() API
` [PATCH v6 10/20] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v6 11/20] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v6 12/20] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v6 13/20] block/export: rewrite vduse-blk drain code
` [PATCH v6 14/20] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v6 15/20] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v6 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v6 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v6 18/20] virtio-scsi: "
` [PATCH v6 19/20] virtio: do not set is_external=true on host notifiers
` [PATCH v6 20/20] aio: remove aio_disable_external() API
[PATCH] vfio/pci: Fix a use-after-free issue
2023-05-16 18:59 UTC (4+ messages)
[PATCH] gtk: add gl-area support on win32
2023-05-16 18:37 UTC (2+ messages)
[PATCH v2 01/27] python: shut up "pip install" during "make check-minreqs"
2023-05-16 18:27 UTC (28+ messages)
` [PATCH v2 02/27] python: update pylint configuration
` [PATCH v2 03/27] python: add mkvenv.py
` [PATCH v2 04/27] mkvenv: add better error message for broken or missing ensurepip
` [PATCH v2 05/27] mkvenv: add nested venv workaround
` [PATCH v2 06/27] mkvenv: add ensure subcommand
` [PATCH v2 07/27] mkvenv: add --diagnose option to explain "ensure" failures
` [PATCH v2 08/27] mkvenv: add console script entry point generation
` [PATCH v2 09/27] mkvenv: use pip's vendored distlib as a fallback
` [PATCH v2 10/27] mkvenv: avoid ensurepip if pip is installed
` [PATCH v2 11/27] mkvenv: work around broken pip installations on Debian 10
` [PATCH v2 12/27] tests/docker: add python3-venv dependency
` [PATCH v2 13/27] tests/vm: Configure netbsd to use Python 3.10
` [PATCH v2 14/27] tests/vm: add py310-expat to NetBSD
` [PATCH v2 15/27] python: add vendor.py utility
` [PATCH v2 16/27] configure: create a python venv unconditionally
` [PATCH v2 17/27] python/wheels: add vendored meson package
` [PATCH v2 18/27] configure: use 'mkvenv ensure meson' to bootstrap meson
` [PATCH v2 19/27] qemu.git: drop meson git submodule
` [PATCH v2 20/27] tests: Use configure-provided pyvenv for tests
` [PATCH v2 21/27] configure: move --enable-docs and --disable-docs back to configure
` [PATCH v2 22/27] configure: bootstrap sphinx with mkvenv
` [PATCH v2 23/27] configure: add --enable-pypi and --disable-pypi
` [PATCH v2 24/27] Python: Drop support for Python 3.6
` [PATCH v2 25/27] configure: Add courtesy hint to Python version failure message
` [PATCH v2 26/27] mkvenv: mark command as required
` [PATCH v2 27/27] python: bump some of the dependencies
[PATCH v2 00/27] configure: create a python venv and ensure meson, sphinx
2023-05-16 18:11 UTC (3+ messages)
[PATCH qemu] docs/interop/qcow2.txt: fix description about "zlib" clusters
2023-05-16 14:32 UTC
[PATCH v2] piix: fix regression during unplug in Xen HVM domUs
2023-05-16 17:38 UTC (8+ messages)
[PATCH v4 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-05-16 17:18 UTC (10+ messages)
` [PATCH v4 6/8] migration: modified 'migrate' QAPI to accept 'channels' argument "
` [PATCH v4 8/8] migration: Introduced MigrateChannelList struct to migration code flow
[PULL 0/9] Linux user for 8.1 patches
2023-05-16 17:08 UTC (11+ messages)
` [PULL 1/9] linux-user: Emulate /proc/cpuinfo output for riscv
` [PULL 2/9] linux-user: report ENOTTY for unknown ioctls
` [PULL 3/9] linux-user: Add move_mount() syscall
` [PULL 4/9] linux-user: Add open_tree() syscall
` [PULL 5/9] linux-user/main: Use list_cpus() instead of cpu_list()
` [PULL 6/9] linux-user: Add new flag VERIFY_NONE
` [PULL 7/9] linux-user: Don't require PROT_READ for mincore
` [PULL 8/9] linux-user: Fix mips fp64 executables loading
` [PULL 9/9] linux-user: fix getgroups/setgroups allocations
[PATCH] docs: Convert u2f.txt to rST
2023-05-16 16:54 UTC (2+ messages)
[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
2023-05-16 16:31 UTC (2+ messages)
[PATCH 0/2] hw/cxl: CDAT file handling fixes
2023-05-16 16:15 UTC (5+ messages)
` [PATCH 1/2] hw/cxl: cdat: Fix open file not closed in ct3_load_cdat()
` [PATCH 2/2] hw/cxl: cdat: Fix failure to free buffer in erorr paths
[PATCH v11 00/11] vfio/migration: Implement VFIO migration protocol v2
2023-05-16 16:11 UTC (9+ messages)
` [PATCH v11 05/11] vfio/migration: Block multiple devices migration
[PATCH v3 0/1] block/blkio: support 'fd' option for virtio-blk-vhost-vdpa driver
2023-05-16 16:04 UTC (5+ messages)
` [PATCH v3 1/1] block/blkio: use qemu_open() to support fd passing for virtio-blk
[PATCH] migration: Fix duplicated included in meson.build
2023-05-16 15:50 UTC (3+ messages)
[PULL v2 00/21] Tests, docs, s390x and misc patches
2023-05-16 15:47 UTC (3+ messages)
` [PULL v2 02/21] sysemu/kvm: Remove unused headers
[PATCH v3 0/9] target/ppc: Assorted ppc target fixes
2023-05-16 15:46 UTC (12+ messages)
` [PATCH v3 1/9] target/ppc: Fix width of some 32-bit SPRs
` [PATCH v3 2/9] target/ppc: Fix PMU MMCR0[PMCjCE] bit in hflags calculation
` [PATCH v3 3/9] target/ppc: Fix instruction loading endianness in alignment interrupt
Resources on deeper understanding of Translation blocks
2023-05-16 15:34 UTC (5+ messages)
[PATCH] hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
2023-05-16 15:23 UTC (4+ messages)
[PATCH v2 0/6] eBPF RSS through QMP support
2023-05-16 15:18 UTC (11+ messages)
` [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob
[PATCH v4 0/6] Implement virtio-multitouch and enable GTK3 to use it
2023-05-16 15:15 UTC (3+ messages)
` [PATCH v4 2/6] ui: add the infrastructure to support MT events
Question about QMP and BQL
2023-05-16 15:13 UTC (3+ messages)
[PATCH] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
2023-05-16 15:08 UTC (4+ messages)
[RFC] cxl: Multi-headed device design
2023-05-16 6:20 UTC (3+ messages)
[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
2023-05-16 14:39 UTC (3+ messages)
How to communicate 2 guest machines over serial in qemu?
2023-05-16 14:48 UTC (2+ messages)
[PATCH v5 00/21] block: remove aio_disable_external() API
2023-05-16 14:45 UTC (6+ messages)
` [PATCH v5 12/21] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v5 13/21] hw/xen: do not set is_external=true on evtchn fds
[PATCH] coverity: the definitive COMPONENTS.md update
2023-05-16 14:20 UTC (2+ messages)
[PATCH v5 0/3] hw/mem: CXL Type-3 Volatile Memory Support
2023-05-16 5:22 UTC (3+ messages)
` [PATCH v5 2/3] hw/mem: Use memory_region_size() in cxl_type3
[PATCH v5 00/54] tcg: Improve atomicity support
2023-05-16 14:04 UTC (35+ messages)
` [PATCH v5 02/54] accel/tcg: Honor atomicity of loads
` [PATCH v5 10/54] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v5 11/54] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v5 14/54] accel/tcg: Add have_lse2 "
` [PATCH v5 29/54] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v5 31/54] tcg/loongarch64: Check the host supports unaligned accesses
` [PATCH v5 36/54] tcg: Introduce tcg_out_movext3
` [PATCH v5 37/54] tcg: Merge tcg_out_helper_load_regs into caller
` [PATCH v5 39/54] tcg: Introduce atom_and_align_for_opc
` [PATCH v5 40/54] tcg/i386: Use atom_and_align_for_opc
` [PATCH v5 45/54] tcg/ppc: "
` [PATCH v5 46/54] tcg/riscv: "
` [PATCH v5 48/54] tcg/sparc64: "
` [PATCH v5 54/54] tcg/s390x: Support 128-bit load/store
[PULL v2 00/17] QAPI patches patches for 2023-05-09
2023-05-16 13:59 UTC (4+ messages)
` [PULL v2 12/17] qapi: Rewrite parsing of doc comment section symbols and tags
[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
2023-05-16 13:48 UTC (3+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE
Performance improvement with 58a2e3f5c37be02dac3086b81bdda9414b931edf
2023-05-16 13:38 UTC (4+ messages)
[PATCH] qapi/parser: Fix type hints
2023-05-16 13:29 UTC (4+ messages)
[PATCH 0/3] ACPI: i386: bump MADT to revision 3
2023-05-16 12:51 UTC (4+ messages)
` [PATCH 2/3] ACPI: i386: bump to "
[PATCH v3 0/6] misc tweaks for kvm and the 64bit pci window
2023-05-16 12:48 UTC (5+ messages)
` [PATCH v3 1/6] better kvm detection
` [PATCH v3 5/6] qemu: log reservations in fw_cfg e820 table
[PATCH v2 00/16] Migration: More migration atomic counters
2023-05-16 12:47 UTC (14+ messages)
` [PATCH v2 01/16] migration: Don't use INT64_MAX for unlimited rate
` [PATCH v2 02/16] migration: Correct transferred bytes value
` [PATCH v2 03/16] migration: Move setup_time to mig_stats
` [PATCH v2 05/16] migration: Move rate_limit_max and rate_limit_used to migration_stats
[RFC PATCH 0/1] virtio-balloon: Add Working Set Reporting feature
2023-05-16 11:03 UTC (4+ messages)
` [RFC PATCH 1/1] "
[PATCH v2 00/27] configure: create a python venv and ensure meson, sphinx
2023-05-16 10:56 UTC
[PULL 0/9] Linux user for 8.1 patches
2023-05-16 10:46 UTC (6+ messages)
[RFC PATCH] target/arm: add RAZ/WI handling for DBGDTR[TX|RX]
2023-05-16 10:44 UTC
[PATCH v4] target/ppc: Add POWER9 DD2.2 model
2023-05-16 10:14 UTC (9+ messages)
[PATCH] lsi53c895a: disable reentrancy detection for MMIO region, too
2023-05-16 10:07 UTC (3+ messages)
[PATCH] target/ppc: Use SMT4 small core chip type in POWER9/10 PVRs
2023-05-16 10:05 UTC (5+ messages)
[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
2023-05-16 9:46 UTC (2+ messages)
Gpio in vexpress
2023-05-16 9:17 UTC (2+ messages)
[PULL SUBSYSTEM arm 0/8] TivaC Implementation
2023-05-16 9:00 UTC (2+ messages)
[PATCH] memory: stricter checks prior to unsetting engaged_in_io
2023-05-16 8:40 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).