QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-15 19:56:14 to 2023-05-16 14:05:11 UTC [more...]

[PATCH v11 00/11] vfio/migration: Implement VFIO migration protocol v2
 2023-05-16 14:04 UTC  (6+ messages)
` [PATCH v11 05/11] vfio/migration: Block multiple devices migration

[PATCH v5 00/54] tcg: Improve atomicity support
 2023-05-16 14:04 UTC  (37+ 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

Resources on deeper understanding of Translation blocks
 2023-05-16 13:43 UTC  (3+ messages)

[PATCH] hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
 2023-05-16 13:40 UTC  (2+ messages)

Performance improvement with 58a2e3f5c37be02dac3086b81bdda9414b931edf
 2023-05-16 13:38 UTC  (4+ messages)

How to communicate 2 guest machines over serial in qemu?
 2023-05-16 10:25 UTC 

[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  (10+ messages)
` [PATCH 1/3] ACPI: bios-tables-test.c step 2 (allowed-diff entries)
` [PATCH 2/3] ACPI: i386: bump to MADT to revision 3
` [PATCH 3/3] ACPI: bios-tables-test.c step 5 (update expected table binaries)

[PULL 0/9] Linux user for 8.1 patches
 2023-05-16 12:48 UTC  (10+ 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 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  (27+ 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 04/16] qemu-file: Account for rate_limit usage on qemu_fflush()
` [PATCH v2 05/16] migration: Move rate_limit_max and rate_limit_used to migration_stats
` [PATCH v2 06/16] migration: Move migration_total_bytes() to migration-stats.c
` [PATCH v2 07/16] migration: Add a trace for migration_transferred_bytes
` [PATCH v2 08/16] migration: Use migration_transferred_bytes() to calculate rate_limit
` [PATCH v2 09/16] migration: We don't need the field rate_limit_used anymore
` [PATCH v2 10/16] migration: Don't abuse qemu_file transferred for RDMA
` [PATCH v2 11/16] migration/RDMA: It is accounting for zero/normal pages in two places
` [PATCH v2 12/16] migration/rdma: Remove QEMUFile parameter when not used
` [PATCH v2 13/16] migration/rdma: Don't use imaginary transfers
` [PATCH v2 14/16] migration: Remove unused qemu_file_credit_transfer()
` [PATCH v2 15/16] migration/rdma: Simplify the function that saves a page
` [PATCH v2 16/16] migration/multifd: Compute transferred bytes correctly

[PULL v2 00/21] Tests, docs, s390x and misc patches
 2023-05-16 11:54 UTC  (2+ messages)
` [PULL v2 02/21] sysemu/kvm: Remove unused headers

[PATCH v3 0/9] target/ppc: Assorted ppc target fixes
 2023-05-16 11:07 UTC  (10+ 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 v2 01/27] python: shut up "pip install" during "make check-minreqs"
 2023-05-16 10:59 UTC  (27+ 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

[RFC PATCH 0/1] virtio-balloon: Add Working Set Reporting feature
 2023-05-16 11:03 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH v2 00/27] configure: create a python venv and ensure meson, sphinx
 2023-05-16 10:56 UTC 

[PATCH v2 00/27] configure: create a python venv and ensure meson, sphinx
 2023-05-16 10:57 UTC  (2+ messages)

[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 0/8] migration: Modified 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-05-16 10:32 UTC  (7+ messages)
` [PATCH v4 6/8] migration: modified 'migrate' QAPI to accept 'channels' argument "

[PATCH v2 0/6] eBPF RSS through QMP support
 2023-05-16 10:29 UTC  (7+ messages)
` [PATCH v2 5/6] qmp: Added new command to retrieve eBPF blob

[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] vfio/pci: Fix a use-after-free issue
 2023-05-16 10:02 UTC  (3+ 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  (10+ messages)
` [PULL 1/8] the tivac machine def init commit
` [PULL 2/8] tivac usart module implementation
` [PULL 3/8] tivac gpio "
` [PULL 4/8] tivac system control implementation
` [PULL 5/8] tivac general purpose timers implementation
` [PULL 6/8] tivac watchdog "
` [PULL 7/8] editing the meson and KConfig files to add tivac to qemu build system
` [PULL 8/8] code style fixes

[PATCH] memory: stricter checks prior to unsetting engaged_in_io
 2023-05-16  8:40 UTC 

[PATCH] cryptodev-vhost-user: add asymmetric crypto support
 2023-05-16  8:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
 2023-05-16  8:04 UTC  (3+ messages)

[PULL 00/21] Tests, docs, s390x and misc patches
 2023-05-16  7:11 UTC  (3+ messages)

[PATCH v3 0/3] docs/interop: Convert QMP related txt docs to rst
 2023-05-16  6:49 UTC  (7+ messages)
` [PATCH v3 1/3] docs/interop: Convert qmp-spec.txt to rST
` [PATCH v3 2/3] docs/interop/qmp-spec: Update error description for parsing errors

[PATCH] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-16  3:59 UTC 

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-05-16  3:13 UTC  (7+ messages)

[PATCH v4] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
 2023-05-16  0:53 UTC 

[PULL v2 00/16] Block patches
 2023-05-15 23:37 UTC  (2+ messages)

[PATCH] python: honour message limit when using pre-opened socket
 2023-05-15 21:14 UTC  (4+ messages)

[PATCH 0/8] block: Honour graph read lock even in the main thread
 2023-05-15 21:08 UTC  (5+ messages)
` [PATCH 1/8] block: Call .bdrv_co_create(_opts) unlocked

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-05-15 21:05 UTC  (5+ messages)
` [PATCH v3 04/14] nbd: Prepare for 64-bit request effect lengths
` [PATCH v3 07/14] nbd/server: Refactor to pass full request around
` [PATCH v3 13/14] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [Libguestfs] [PATCH v3 00/14] qemu patches for 64-bit NBD extensions

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-05-15 20:52 UTC  (4+ messages)

[PULL 00/11] Migration 20230515 patches
 2023-05-15 20:26 UTC  (2+ messages)

[PATCH v4 00/11] *** Add allwinner r40 support ***
 2023-05-15 20:25 UTC  (8+ messages)
` [PATCH v4 08/11] hw: arm: allwinner-r40: Add emac and gmac support
` [PATCH v4 09/11] hw: arm: allwinner-sramc: Add SRAM Controller support for R40
` [PATCH v4 10/11] tests: avocado: boot_linux_console: Add test case for bpim2u

[PATCH v4 11/11] docs: system: arm: Introduce bananapi_m2u
 2023-05-15 20:21 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 read-only IMAP folder(s) and NNTP newsgroup(s).