qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 20:45:19 to 2023-09-15 14:46:39 UTC [more...]

[PULL 00/28] Block layer patches
 2023-09-15 14:43 UTC  (9+ messages)
` [PULL 02/28] preallocate: Factor out preallocate_truncate_to_real_size()
` [PULL 06/28] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PULL 07/28] block-coroutine-wrapper: Allow arbitrary parameter names
` [PULL 08/28] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PULL 11/28] block: Call transaction callbacks with lock held
` [PULL 22/28] block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
` [PULL 23/28] qemu-img: map: report compressed data blocks
` [PULL 24/28] block: remove AIOCBInfo->get_aio_context()

[PATCH v3 0/5] block-backend: process I/O in the current AioContext
 2023-09-15 14:39 UTC  (2+ messages)

[PATCH v1 0/4] vfio: report NUMA nodes for device memory
 2023-09-15 14:37 UTC  (8+ messages)
` [PATCH v1 1/4] vfio: new command line params for device memory NUMA nodes
` [PATCH v1 2/4] vfio: assign default values to node params
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for NUMA nodes
` [PATCH v1 4/4] acpi/gpex: patch guest DSDT for dev mem information

[PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ housekeeping)
 2023-09-15 14:35 UTC  (24+ messages)
` [PATCH 01/11] exec: Make EXCP_FOO definitions target agnostic
` [PATCH 02/11] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
` [PATCH 03/11] accel/tcg: Restrict dump_exec_info() declaration
` [PATCH 04/11] accel: Make accel-blocker.o target agnostic
` [PATCH 05/11] accel: Rename accel-common.c -> accel-target.c
` [PATCH 06/11] exec: Rename cpu.c -> cpu-target.c
` [PATCH 07/11] exec: Rename target specific page-vary.c -> page-vary-target.c
` [PATCH 08/11] accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
` [PATCH 09/11] accel/tcg: Make monitor.c a target-agnostic unit
` [PATCH 10/11] accel/tcg: Make icount.o a target agnostic unit
` [PATCH 11/11] accel/tcg: Make cpu-exec-common.c "

[PATCH 0/4] accel/tcg: Stubs cleanups
 2023-09-15 14:06 UTC  (3+ messages)
` [PATCH 1/4] accel/tcg: Remove tlb_set_dirty() stub

[PATCH 00/16] tests: Add CPU topology related smbios test cases
 2023-09-15 14:30 UTC  (19+ messages)
` [PATCH 01/16] tests: test-smp-parse: Add the test for cores/threads per socket helpers
` [PATCH 03/16] tests: bios-tables-test: Add test for smbios type4 count
` [PATCH 04/16] tests: bios-tables-test: Add ACPI table binaries for type4 count test
` [PATCH 06/16] tests: bios-tables-test: Add test for smbios type4 core count
` [PATCH 09/16] tests: bios-tables-test: Extend core count2 test to cover general topology
` [PATCH 12/16] tests: bios-tables-test: Add test for smbios type4 thread count
` [PATCH 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2

[PATCH] hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
 2023-09-15 14:28 UTC  (2+ messages)

[RFC Patch 0/5] Allwinner A10 input/output peripherals
 2023-09-15 14:23 UTC  (3+ messages)
` [RFC Patch 5/5] hw/input: Add Allwinner-A10 PS2 emulation

[PATCH v2 00/10] Adds CPU hot-plug support to Loongarch
 2023-09-15 14:19 UTC  (13+ messages)
` [PATCH v2 03/10] make qdev_disconnect_gpio_out_named() public
` [PATCH v2 04/10] Introduce the CPU address space destruction function

[PATCH] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
 2023-09-15 14:03 UTC  (5+ messages)

[RFC PATCH 0/8] i386/sev: Use C API of Rust SEV library
 2023-09-15 13:49 UTC  (7+ messages)

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-15 13:14 UTC  (6+ messages)
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc

[PATCH 1/1] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1
 2023-09-15 13:01 UTC  (5+ messages)

[PATCH] ui/gtk: fix UI info precondition
 2023-09-15 12:45 UTC  (2+ messages)

[PATCH v5 00/23] bsd-user: Implement mmap related system calls for FreeBSD
 2023-09-15 12:38 UTC  (17+ messages)
` [PATCH v5 04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PATCH v5 05/23] bsd-user: Implement shm_open2(2) system call
` [PATCH v5 06/23] bsd-user: Implement shm_rename(2) "
` [PATCH v5 08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH v5 09/23] bsd-user: Implement ipc_perm conversion between host and target
` [PATCH v5 11/23] bsd-user: Introduce bsd-mem.h to the source tree
` [PATCH v5 12/23] bsd-user: Implement mmap(2) and munmap(2)
` [PATCH v5 14/23] bsd-user: Implement msync(2)
` [PATCH v5 15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PATCH v5 16/23] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PATCH v5 17/23] bsd-user: Implement mincore(2)
` [PATCH v5 18/23] bsd-user: Implement do_obreak function
` [PATCH v5 20/23] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PATCH v5 21/23] bsd-user: Implement shmctl(2)
` [PATCH v5 22/23] bsd-user: Implement shmat(2) and shmdt(2)

[PATCH] fpu: Add conversions between bfloat16 and [u]int8
 2023-09-15 12:35 UTC  (3+ messages)

[PATCH v10 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-09-15 12:04 UTC  (3+ messages)
` [PATCH v10 03/20] target/riscv/cpu.c: split kvm prop handling to its own helper

[PATCH v1 0/3] Refactor PPI logic/definitions for virt/sbsa-ref
 2023-09-15 12:04 UTC  (5+ messages)
` [PATCH v1 1/3] {include/}hw/arm: refactor virt PPI logic
` [PATCH v1 2/3] include/hw/arm: move BSA definitions to bsa.h
` [PATCH v1 3/3] hw/arm/sbsa-ref: use bsa.h for PPI definitions

Usage of vfio-pci without KVM
 2023-09-15 12:01 UTC  (4+ messages)

[PATCH 0/9] testing/next: avocado, gitlab, docker, cirrus
 2023-09-15 12:00 UTC  (11+ messages)
` [PATCH 1/9] tests: update Debian images to Bookworm
` [PATCH 7/9] gitlab: make Cirrus CI jobs gating
` [PATCH 8/9] tests/avocado: Fix console data loss

[PATCH 0/4] ui/console: multihead: fix crash, simplify logic
 2023-09-15 11:50 UTC  (2+ messages)

[PATCH 00/18] RFC: Remove deprecated audio features
 2023-09-15 11:47 UTC  (2+ messages)

[PATCH v2] qemu/timer: Add host ticks function for RISC-V
 2023-09-15 11:47 UTC 

[PATCH] ui: add XBGR8888 and ABGR8888 in drm_format_pixman_map
 2023-09-15 11:40 UTC  (2+ messages)

[PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase
 2023-09-15 11:31 UTC  (6+ messages)
` [PATCH v2 0/1] Qemu crashes on VM migration after an handled memory error
  ` [PATCH v2 1/1] migration: skip poisoned memory pages on "ram saving" phase

[PATCH 1/3] hw/pci: Add all Data Object Types
 2023-09-15 11:27 UTC  (3+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support
` [PATCH 3/3] hw/nvme: Add SPDM over DOE support

[PATCH v2] qcow2: keep reference on zeroize with discard-no-unref enabled
 2023-09-15 11:21 UTC  (2+ messages)

[PATCH 0/4] virtio-blk: prepare for the multi-queue block layer
 2023-09-15 11:17 UTC  (2+ messages)

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-15 11:11 UTC  (14+ messages)
` [QEMU PATCH v5 01/13] virtio: Add shared memory capability
` [QEMU PATCH v5 02/13] virtio-gpu: CONTEXT_INIT feature
` [QEMU PATCH v5 03/13] virtio-gpu: hostmem
` [QEMU PATCH v5 04/13] virtio-gpu: blob prep
` [QEMU PATCH v5 05/13] virtio-gpu: Configure context init for virglrenderer
` [QEMU PATCH v5 06/13] virtio-gpu: Support context init feature with virglrenderer
` [QEMU PATCH v5 07/13] softmmu/memory: enable automatic deallocation of memory regions
` [QEMU PATCH v5 08/13] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [QEMU PATCH v5 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v5 10/13] virtio-gpu: Resource UUID
` [QEMU PATCH v5 11/13] virtio-gpu: Support Venus capset
` [QEMU PATCH v5 12/13] virtio-gpu: Initialize Venus
` [QEMU PATCH v5 13/13] virtio-gpu: Enable virglrenderer render server flag for venus

Call for agenda for 2023-09-19 QEMU developers call
 2023-09-15 11:09 UTC  (2+ messages)

[PATCH v2] spapr: Remove support for NVIDIA V100 GPU with NVLink2
 2023-09-15 10:55 UTC 

[PATCH] mem/x86: add processor address space check for VM memory
 2023-09-15 10:38 UTC  (13+ messages)

[PATCH v3 0/5] vhost-user: Back-end state migration
 2023-09-15 10:25 UTC  (6+ messages)
` [PATCH v3 1/5] vhost-user.rst: Migrating back-end-internal state
` [PATCH v3 2/5] vhost-user.rst: Clarify enabling/disabling vrings
` [PATCH v3 3/5] vhost-user: Interface for migration state transfer
` [PATCH v3 4/5] vhost: Add high-level state save/load functions
` [PATCH v3 5/5] vhost-user-fs: Implement internal migration

[PATCH v3 0/5] Support message-based DMA in vfio-user server
 2023-09-15 10:24 UTC  (17+ messages)
` [PATCH v3 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v3 2/5] softmmu: Support concurrent bounce buffers
` [PATCH v3 4/5] vfio-user: Message-based DMA support
` [PATCH v3 5/5] vfio-user: Fix config space access byte order

[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
 2023-09-15  9:56 UTC  (16+ messages)
` [QEMU PATCH v4 10/13] virtio-gpu: Resource UUID

[PATCH 0/1] hw/arm/sse-timer: Add CNTFRQ reset property
 2023-09-15  9:55 UTC  (3+ messages)
` [PATCH 1/1] hw/timer/sse-timer: "

[PATCH 0/6] accel/tcg: Always require can_do_io (#1866)
 2023-09-15  9:47 UTC  (7+ messages)
` [PATCH 1/6] accel/tcg: Avoid load of icount_decr if unused
` [PATCH 2/6] accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
` [PATCH 4/6] accel/tcg: Improve setting of can_do_io at start of TB

[PATCH 3/6] accel/tcg: Track current value of can_do_io in the TB
 2023-09-15  9:44 UTC  (5+ messages)
` [PATCH 3/6: 1/2] accel/tcg: Refactor gen_io_start() as set_can_do_io()
  ` [PATCH 3/6: 2/2] accel/tcg: Track current value of can_do_io in the TB

[RFC v6 0/9] Native Library Calls
 2023-09-15  9:44 UTC  (3+ messages)
` [RFC v6 2/9] build: Implement libnative library and the build machinery for libnative

[PATCH] spapr: Remove support for NVIDIA V100 GPU with NVLink2
 2023-09-15  9:00 UTC  (2+ messages)

[PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
 2023-09-15  8:30 UTC 

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-15  8:10 UTC  (7+ messages)
` [PATCH 4/7] block/dirty-bitmap: Clean up local variable shadowing
` [PATCH 5/7] block/vdi: "
` [PATCH 6/7] block: "

[PATCH v3 0/3] linux-user/syscall.c: do_ppoll: eliminate large alloca
 2023-09-15  8:08 UTC  (7+ messages)
` [PATCH v3 3/3] "

[PATCH v1 0/4] Support dynamic MSI-X allocation
 2023-09-15  8:03 UTC  (4+ messages)

[PULL 0/5] Block patches
 2023-09-15  7:59 UTC  (8+ messages)
` [PULL 3/5] hw/ufs: Support for Query Transfer Requests
` [PULL 4/5] hw/ufs: Support for UFS logical unit

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-09-15  7:53 UTC  (13+ messages)
` [PATCH v4 03/21] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v4 04/21] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v4 10/21] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH v3 0/2] qemu-img: map: implement support for compressed clusters
 2023-09-15  7:25 UTC  (5+ messages)
` [PATCH v3 2/2] qemu-img: map: report compressed data blocks

[RFC 0/1] virtio-net: add support for SR-IOV emulation
 2023-09-15  7:01 UTC  (7+ messages)

[PATCH v3 0/5] Enable vdpa net migration with features depending on CVQ
 2023-09-15  6:39 UTC  (2+ messages)

[PATCH] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
 2023-09-15  6:36 UTC  (2+ messages)

[PATCH] vdpa: fix gcc cvq_isolated uninitialized variable warning
 2023-09-15  5:30 UTC  (2+ messages)

[PATCH v3 00/14] tcg/ppc: direct branching, power9, power10
 2023-09-15  4:19 UTC  (3+ messages)
` [PATCH v3 14/14] RFC tcg/ppc: Disable TCG_REG_TB for Power9/Power10

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-15  3:45 UTC  (7+ messages)
` [RFC PATCH v2 02/21] RAMBlock: Add support of KVM private gmem

[PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
 2023-09-15  2:53 UTC 

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-09-15  2:38 UTC  (6+ messages)
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream

QEMU migration-test CI intermittent failure
 2023-09-15  1:56 UTC  (11+ messages)

[PATCH 0/4] Add BHRB Facility Support
 2023-09-15  1:20 UTC  (9+ messages)
` [PATCH 1/4] target/ppc: Add new hflags to support BHRB
` [PATCH 2/4] target/ppc: Add recording of taken branches to BHRB
` [PATCH 3/4] target/ppc: Add clrbhrb and mfbhrbe instructions
` [PATCH 4/4] target/ppc: Add migration support for BHRB

[PATCH] tests/avocado: Fix console data loss
 2023-09-15  0:07 UTC  (3+ messages)

[PATCH] target/hppa: Optimize ldcw/ldcd instruction translation
 2023-09-14 21:19 UTC  (5+ messages)

[PATCH v4 00/14] simpletrace: refactor and general improvements
 2023-09-14 21:09 UTC  (5+ messages)
` [PATCH v4 01/14] simpletrace: add __all__ to define public interface
` [PATCH v4 02/14] simpletrace: annotate magic constants from QEMU code

[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2023-09-14 21:01 UTC  (7+ messages)
` [PATCH v6 1/3] hw/i2c: add smbus pec utility function
` [PATCH v6 2/3] hw/i2c: add mctp core
` [PATCH v6 3/3] hw/nvme: add nvme management interface model

[PATCH] pc-bios/canyonlands.dts: Fix some DeviceTree warnings
 2023-09-14 20:42 UTC 


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