qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-08 17:09:23 to 2022-02-09 14:47:07 UTC [more...]

[PULL 00/28] testing and plugin updates
 2022-02-09 14:15 UTC  (5+ messages)
` [PULL 01/28] tests/Makefile.include: clean-up old code
` [PULL 02/28] tests/qtest: enable more vhost-user tests by default
` [PULL 08/28] drop libxml2 checks since libxml is not actually used (for parallels)
` [PULL 24/28] tests/plugins: add instruction matching to libinsn.so

[PULL 0/7] nbd: handle AioContext change correctly
 2022-02-09 14:02 UTC  (6+ messages)
` [PULL 1/7] block/nbd: Delete reconnect delay timer when done
` [PULL 2/7] block/nbd: Delete open "
` [PULL 5/7] iotests/281: Test lingering timers
` [PULL 6/7] block/nbd: Move s->ioc on AioContext change
` [PULL 7/7] iotests/281: Let NBD connection yield in iothread

[PATCH 0/5] include: Trim some fat from osdep.h
 2022-02-09 13:44 UTC  (16+ messages)
` [PATCH 1/5] include: Move qemu_madvise() and related #defines to new qemu/madvise.h
` [PATCH 2/5] include: Move qemu_mprotect_*() to new qemu/mprotect.h
` [PATCH 3/5] include: Move QEMU_MAP_* constants to mmap-alloc.h
` [PATCH 4/5] include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
` [PATCH 5/5] include: Move hardware version declarations to new qemu/hw-version.h

[PATCH] Python: discourage direct setup.py install
 2022-02-09 13:35 UTC  (3+ messages)

[PATCH v8 0/3] VNC-related HMP/QMP fixes
 2022-02-09 13:43 UTC  (3+ messages)
` [PATCH v8 2/3] qapi/monitor: refactor set/expire_password with enums

[RFC PATCH] linux-user: trap internal SIGABRT's
 2022-02-09 13:27 UTC  (4+ messages)

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-09 13:33 UTC  (12+ messages)
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH v2 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2022-02-09 12:48 UTC  (15+ messages)
` [PATCH v2 2/4] virtio-iommu: Default to bypass during boot
` [PATCH v2 3/4] virtio-iommu: Support bypass domain

[PATCH] tools/virtiofsd: Add rseq syscall to the seccomp allowlist
 2022-02-09 12:49 UTC  (2+ messages)

downstream extensions
 2022-02-09 12:33 UTC 

[PATCH v3 1/2] hvf: arm: Use macros for sysreg shift/masking
 2022-02-09 12:41 UTC  (2+ messages)
` [PATCH v3 2/2] hvf: arm: Handle unknown ID registers as RES0

[PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-09 12:45 UTC 

[PATCH 0/6] target/arm: -cpu host/max KVM and HVF fixes
 2022-02-09 12:49 UTC  (3+ messages)

[PATCH v10 0/3] PMU-EBB support for PPC64 TCG
 2022-02-09 12:40 UTC  (6+ messages)
` [PATCH v10 1/3] target/ppc: fix indent of function parameters
` [PATCH v10 2/3] target/ppc: finalize pre-EBB PMU logic
` [PATCH v10 3/3] target/ppc: EBB exception implementation

[PATCH] MAINTAINERS: python - remove ehabkost and add bleal
 2022-02-09 12:34 UTC  (2+ messages)

[PATCH v4] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-02-09 12:34 UTC  (2+ messages)

[RFC PATCH 0/3] tests/tcg/ppc64le: fix the build of TCG tests with Clang
 2022-02-09 12:31 UTC  (5+ messages)
` [RFC PATCH 1/3] tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
` [RFC PATCH 2/3] target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
` [RFC PATCH 3/3] tests/tcg/ppc64le: Use vector types instead of __int128

[PATCH] Add --with-branding-prefix and QEMU_BRANDING_PREFIX
 2022-02-09 12:25 UTC  (10+ messages)

[RFC PATCH] tcg/optimize: only read val after const check
 2022-02-09 11:55 UTC  (2+ messages)

[PATCH] ui/cocoa: Add clipboard support
 2022-02-09 11:27 UTC  (3+ messages)

[PATCH] ui/cocoa: Set UI information
 2022-02-09 11:32 UTC  (5+ messages)

[PATCH 0/5] block layer: permission API refactoring in preparation
 2022-02-09 10:54 UTC  (6+ messages)
` [PATCH 1/5] crypto: perform permission checks under BQL
` [PATCH 2/5] crypto: distinguish between main loop and I/O in block_crypto_amend_options_generic_luks
` [PATCH 3/5] block: introduce bdrv_activate
` [PATCH 4/5] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PATCH 5/5] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate

[PATCH 0/3] hw: aspeed_gpio: Model new interface for the AST2600
 2022-02-09 11:09 UTC  (2+ messages)

[RFC 0/8] ioregionfd introduction
 2022-02-09 10:33 UTC  (2+ messages)

[PATCH v2 0/8] Improve integration of iotests in the meson test harness
 2022-02-09 10:15 UTC  (9+ messages)
` [PATCH v2 1/8] tests/qemu-iotests/testrunner: Allow parallel test invocations
` [PATCH v2 2/8] tests/qemu-iotests: Improve the check for GNU sed
` [PATCH v2 3/8] tests/qemu-iotests/meson.build: Improve the indentation
` [PATCH v2 4/8] tests/qemu-iotests: Allow to run "./check -n" from the source directory, too
` [PATCH v2 5/8] tests/qemu-iotests/meson.build: Call the 'check' script directly
` [PATCH v2 6/8] tests: Do not treat the iotests as separate meson test target anymore
` [PATCH v2 7/8] tests/qemu-iotests/testrunner: Print diff to stderr in TAP mode
` [PATCH v2 8/8] tests: Remove check-block.sh

[PATCH v4 0/2] TPM-CRB: Remove spurious error report when used with VFIO
 2022-02-09  9:54 UTC  (13+ messages)
` [PATCH v4 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region

[PATCH v2] Use long endian options for ppc64
 2022-02-09  9:24 UTC  (4+ messages)

[PATCH v5 0/2] Enable legacy LBR support for guest
 2022-02-09  9:14 UTC  (2+ messages)

[PATCH] docs: rstfy confidential guest documentation
 2022-02-09  7:45 UTC  (2+ messages)

[PATCH] hw/arm/armv7m: Handle disconnected clock inputs
 2022-02-09  9:09 UTC  (2+ messages)

[PATCH] target/ppc: Change VSX instructions behavior to fill with zeros
 2022-02-09  7:45 UTC  (2+ messages)

[PATCH v2 00/10] target/ppc: powerpc_excp improvements [7xx] (8/n)
 2022-02-09  7:44 UTC  (2+ messages)

[PATCH] target/ppc: Remove PowerPC 601 CPUs
 2022-02-09  7:43 UTC  (2+ messages)

[PATCH qemu] spapr/vof: Install rom and nvram binaries
 2022-02-09  7:46 UTC  (2+ messages)

[PATCH] target/ppc: Remove 440x4 CPU
 2022-02-09  7:42 UTC  (2+ messages)

[PATCH 00/11] target/ppc: powerpc_excp improvements [6xx] (7/n)
 2022-02-09  7:44 UTC  (2+ messages)

[PATCH] target/ppc: Fix radix logging
 2022-02-09  7:43 UTC  (2+ messages)

[PATCH 00/11] target/ppc: powerpc_excp improvements [BookE] (6/n)
 2022-02-09  7:43 UTC  (2+ messages)

[PATCH] target/riscv: Call probe_write() before atomic operations
 2022-02-09  7:26 UTC  (2+ messages)

[PATCH] Revert "check-block: replace -makecheck with TAP output"
 2022-02-09  7:32 UTC  (5+ messages)

[PATCH v3 00/26] testing and plugins pre-PR
 2022-02-09  2:39 UTC  (3+ messages)
` [PATCH v3 23/26] tests/plugin: allow libinsn.so per-CPU counts

[RFC PATCH] hw/intc: Make RISC-V ACLINT mtime MMIO register writable
 2022-02-09  2:36 UTC  (3+ messages)

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-02-09  2:16 UTC  (8+ messages)
` [PATCH RFC 14/15] migration: Postcopy preemption on separate channel

[PATCH] hw/arm: add initial mori-bmc board
 2022-02-08 23:31 UTC 

[PATCH 00/13] exec: Move translation declarations to 'translate-all.h'
 2022-02-08 23:00 UTC  (27+ messages)
` [PATCH 01/13] meson: Display libfdt as disabled when system emulation is disabled
` [PATCH 02/13] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
` [PATCH 03/13] accel: Elide kvm_update_guest_debug by checking kvm_supports_guest_debug
` [PATCH 04/13] target/i386/cpu: Ensure accelerators set CPU addressble physical bits
` [PATCH 05/13] target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
` [PATCH 06/13] cpu: Add missing 'exec/exec-all.h' and ''exec/exec-all.h'' headers
` [PATCH 07/13] cpu: Move common code to cpu-common
` [PATCH 08/13] target: Include missing 'cpu.h'
` [PATCH 09/13] target: Use forward declared type instead of structure type
` [PATCH 10/13] target: Use CPUArchState as interface to target-specific CPU state
` [PATCH 11/13] exec/cpu_ldst: Restrict TCG-specific code
` [PATCH 12/13] exec/cpu-all: Restrict cpu_copy() to user emulation
` [PATCH 13/13] exec: Move translation declarations to 'translate-all.h'

[PATCH] hvf: Use standard CR0 and CR4 register definitions
 2022-02-08 21:25 UTC  (3+ messages)

[PATCH] hvf: Fix OOB write in RDTSCP instruction decode
 2022-02-08 21:24 UTC  (2+ messages)

[PATCH v6 00/10] virtiofsd: Add support for file security context at file creation
 2022-02-08 20:48 UTC  (11+ messages)
` [PATCH v6 01/10] virtiofsd: Fix breakage due to fuse_init_in size change
` [PATCH v6 02/10] linux-headers: Update headers to v5.17-rc1
` [PATCH v6 03/10] virtiofsd: Parse extended "struct fuse_init_in"
` [PATCH v6 04/10] virtiofsd: Extend size of fuse_conn_info->capable and ->want fields
` [PATCH v6 05/10] virtiofsd, fuse_lowlevel.c: Add capability to parse security context
` [PATCH v6 06/10] virtiofsd: Move core file creation code in separate function
` [PATCH v6 07/10] virtiofsd: Add helpers to work with /proc/self/task/tid/attr/fscreate
` [PATCH v6 08/10] virtiofsd: Create new file with security context
` [PATCH v6 09/10] virtiofsd: Create new file using O_TMPFILE and set "
` [PATCH v6 10/10] virtiofsd: Add an option to enable/disable security label

[PATCH] Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.c
 2022-02-08 21:30 UTC  (2+ messages)

[PATCH] hvf: Enable RDTSCP support
 2022-02-08 21:24 UTC  (2+ messages)

[PATCH] build: fix build failure with gcc 11.2 by disabling -fcf-protection
 2022-02-08 21:19 UTC 

[PATCH 0/4] iotests: finalize switch to async QMP
 2022-02-08 19:52 UTC  (2+ messages)

Adding a 'qemu.qmp' repository to gitlab.com/qemu-project/
 2022-02-08 18:56 UTC  (3+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08 18:33 UTC  (8+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier

[PATCH v3] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-08 18:18 UTC 

[PATCH 0/2] Kconfig: Add an I2C_DEVICES device group
 2022-02-08 18:04 UTC  (6+ messages)
` [PATCH 1/2] Kconfig: Add "
` [PATCH 2/2] Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus

[PATCH] audio/dbus: Fix building with modules enabled on macOS
 2022-02-08 17:33 UTC  (2+ messages)

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-08 15:36 UTC  (4+ messages)
` [PATCH 3/6] block.c: bdrv_replace_child_noperm: first call ->attach(), and then add child
` [PATCH 5/6] test-bdrv-drain.c: remove test_detach_by_parent_cb()
` [PATCH 6/6] jobs: ensure sleep in job_sleep_ns is fully performed

[PATCH] hw/timer/armv7m_systick: Update clock source before enabling timer
 2022-02-08 16:51 UTC  (4+ messages)

[PATCH v3 0/2] python: a few improvements to qmp-shell
 2022-02-08 17:27 UTC  (4+ messages)

Fwd: VirtioSound device emulation implementation
 2022-02-08 17:26 UTC  (11+ messages)

KVM call minutes for 2022-02-08
 2022-02-08 15:05 UTC 

[PATCH 0/6] Improve integration of iotests in the meson test harness
 2022-02-08 16:19 UTC  (12+ messages)
` [PATCH 1/6] tests/qemu-iotests: Improve the check for GNU sed
` [PATCH 4/6] tests/qemu-iotests/meson.build: Call the 'check' script directly

[PATCH v2] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-08 16:55 UTC  (4+ messages)

[RFC PATCH 0/3] introduce QMP-only binaries
 2022-02-08 14:44 UTC  (2+ messages)
` [RFC PATCH 3/3] introduce qemu-qmp-*

[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-02-08 14:49 UTC  (3+ messages)

[PATCH v2 0/3] job: split job API in driver and monitor
 2022-02-08 14:39 UTC  (2+ messages)
` [PATCH v2 2/3] jobs: add job-monitor.h


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).