qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 08:14:19 to 2023-09-14 18:59:09 UTC [more...]

[PATCH 00/11] accel/tcg: Make more files target agnostic (& exec/ housekeeping)
 2023-09-14 18:57 UTC  (9+ 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 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 10/11] accel/tcg: Make icount.o a target agnostic unit

[PATCH v2 00/24] Reduce usage of CPUArchState in cputlb.c
 2023-09-14 18:53 UTC  (25+ messages)
` [PATCH v2 02/24] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PATCH v2 07/24] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PATCH v2 09/24] accel/tcg: Remove CPUState.icount_decr_ptr
` [PATCH v2 12/24] tcg: Rename cpu_env to tcg_env
` [PATCH v2 13/24] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PATCH v2 15/24] accel/tcg: Remove env_neg()
` [PATCH v2 16/24] tcg: Remove TCGContext.tlb_fast_offset
` [PATCH v2 22/24] accel/tcg: Remove env_tlb()

[PATCH v3 0/5] Support message-based DMA in vfio-user server
 2023-09-14 18:49 UTC  (4+ messages)
` [PATCH v3 2/5] softmmu: Support concurrent bounce buffers

[RFC PATCH 0/8] i386/sev: Use C API of Rust SEV library
 2023-09-14 17:58 UTC  (9+ messages)
` [RFC PATCH 1/8] Add SEV Rust library as dependency with CONFIG_SEV
` [RFC PATCH 2/8] i386/sev: Replace INIT and ES_INIT ioctls with sev library equivalents
` [RFC PATCH 3/8] i386/sev: Replace LAUNCH_START ioctl with sev library equivalent
` [RFC PATCH 4/8] i386/sev: Replace UPDATE_DATA "
` [RFC PATCH 5/8] i386/sev: Replace LAUNCH_UPDATE_VMSA "
` [RFC PATCH 6/8] i386/sev: Replace LAUNCH_MEASURE "
` [RFC PATCH 7/8] i386/sev: Replace LAUNCH_SECRET "
` [RFC PATCH 8/8] i386/sev: Replace LAUNCH_FINISH "

[PATCH v3 00/23] bsd-user: Implement mmap related system calls for FreeBSD
 2023-09-14 17:52 UTC  (5+ messages)
` [PATCH v3 22/23] bsd-user: Implement shmat(2) and shmdt(2)

[PATCH 0/6] accel/tcg: Always require can_do_io (#1866)
 2023-09-14 17:44 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 3/6] accel/tcg: Track current value of can_do_io in the TB
` [PATCH 4/6] accel/tcg: Improve setting of can_do_io at start of TB
` [PATCH 5/6] accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
` [PATCH 6/6] accel/tcg: Always require can_do_io

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

[PATCH 0/4] virtio-blk: prepare for the multi-queue block layer
 2023-09-14 17:27 UTC  (9+ messages)
` [PATCH 1/4] block/file-posix: set up Linux AIO and io_uring in the current thread
` [PATCH 2/4] virtio-blk: add lock to protect s->rq
` [PATCH 3/4] virtio-blk: don't lock AioContext in the completion code path
` [PATCH 4/4] virtio-blk: don't lock AioContext in the submission "

[PATCH 0/9] testing/next: avocado, gitlab, docker, cirrus
 2023-09-14 17:21 UTC  (13+ messages)
` [PATCH 1/9] tests: update Debian images to Bookworm
` [PATCH 2/9] gitlab: fix typo/spelling in comments
` [PATCH 3/9] tests/docker: Update docker-loongarch-cross toolchain
` [PATCH 4/9] microbit: add missing qtest_quit() call
` [PATCH 5/9] qtest: kill orphaned qtest QEMU processes on FreeBSD
` [PATCH 6/9] gitlab: make Cirrus CI timeout explicit
` [PATCH 7/9] gitlab: make Cirrus CI jobs gating
` [PATCH 8/9] tests/avocado: Fix console data loss
` [PATCH 9/9] tests/avocado: Disable MIPS Malta tests due to GitLab issue #1884

[PATCH v3 00/12] gdbstub and TCG plugin improvements
 2023-09-14 17:18 UTC  (8+ messages)
` [PATCH v3 01/12] gdbstub: Fix target_xml initialization
` [PATCH v3 03/12] plugins: Check if vCPU is realized

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

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

QEMU migration-test CI intermittent failure
 2023-09-14 16:39 UTC  (7+ messages)

[PATCH v1 0/7] Validate and test qapi examples
 2023-09-14 16:26 UTC  (5+ messages)

[PATCH 0/3] hw/arm/smmuv3: Advertise SMMUv3.1-XNX
 2023-09-14 15:53 UTC  (5+ messages)
` [PATCH 1/3] hw/arm/smmuv3: Update ID register bit field definitions
` [PATCH 2/3] hw/arm/smmuv3: Sort ID register setting into field order
` [PATCH 3/3] hw/arm/smmuv3: Advertise SMMUv3.1-XNX feature

[PATCH v2] ppc/xive: Fix uint32_t overflow
 2023-09-14 15:46 UTC 

[PATCH v2] target/riscv: update checks on writing pmpcfg for Smepmp version 1.0
 2023-09-14 15:24 UTC  (2+ messages)

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

[sdl-qemu] [PATCH 1/1] No checks, dereferencing possible
 2023-09-14 15:10 UTC  (3+ messages)

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

[PATCH 0/3] separated wanted and unwanted skips in QEMU iotests
 2023-09-14 14:57 UTC  (9+ messages)
` [PATCH 3/3] iotests: distinguish 'skipped' and 'not run' states

[PATCH v6 00/10] Fix segfault on migration return path
 2023-09-14 14:57 UTC  (7+ messages)
` [PATCH v6 09/10] migration/yank: Keep track of registered yank instances

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

[PATCH] ppc/xive: Fix uint32_t overflow
 2023-09-14 14:42 UTC  (2+ messages)

[PATCH v2 00/11] Validate and test qapi examples
 2023-09-14 14:15 UTC  (6+ messages)
` [PATCH v2 07/11] qapi: fix example of query-rocker-of-dpa-flows command

[PATCH v23 00/20] s390x: CPU Topology
 2023-09-14 12:06 UTC  (21+ messages)
` [PATCH v23 01/20] CPU topology: extend with s390 specifics
` [PATCH v23 02/20] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v23 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v23 04/20] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v23 05/20] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v23 06/20] s390x/cpu topology: interception of PTF instruction
` [PATCH v23 07/20] target/s390x/cpu topology: activate CPU topology
` [PATCH v23 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v23 09/20] machine: adding s390 topology to query-cpu-fast
` [PATCH v23 10/20] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v23 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v23 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v23 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v23 14/20] tests/avocado: s390x cpu topology core
` [PATCH v23 15/20] tests/avocado: s390x cpu topology polarization
` [PATCH v23 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v23 17/20] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v23 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v23 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v23 20/20] tests/avocado: s390x cpu topology bad move

[PATCH 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-09-14 13:38 UTC  (3+ messages)
` [PATCH 02/13] memory: Introduce memory_region_iommu_set_iova_ranges

[PATCH v3 0/2] qemu-img: map: implement support for compressed clusters
 2023-09-14 13:34 UTC  (2+ messages)

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

[PATCH] target/mips: Fix TX79 LQ/SQ opcodes
 2023-09-14 13:21 UTC  (2+ messages)

[PATCH] target/mips: Fix MSA BZ/BNZ opcodes displacement
 2023-09-14 13:20 UTC  (2+ messages)

[PATCH] hw/cxl: Fix out of bound array access
 2023-09-14 13:16 UTC  (5+ messages)

[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-14 13:16 UTC  (4+ messages)
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running

[PATCH v2 00/21] Graph locking part 4 (node management)
 2023-09-14 13:12 UTC  (3+ messages)

[PATCH] hw/qxl: move check of slot_id before accessing guest_slots
 2023-09-14 13:09 UTC  (3+ messages)

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-14 13:09 UTC  (2+ messages)

[PATCH 0/4] hw/cxl: Line length reduction and related
 2023-09-14 12:57 UTC  (5+ messages)
` [PATCH 2/4] hw/cxl: Use available size parameter to index into register arrays
` [PATCH 4/4] hw/cxl: Line length reductions

[sdl-qemu] [PATCH 0/1] There are no checks, virDomainChrSourceDefNew can return 0
 2023-09-14 10:17 UTC  (2+ messages)

[PATCH] qdev-properties: alias all object class properties
 2023-09-14 12:44 UTC  (2+ messages)

[PATCH] hw/cxl: Fix out of bound array access
 2023-09-14 12:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] target/riscv: pmp: Ignore writes when RW=01
 2023-09-14 10:17 UTC 

[PATCH] gdbstub: Fix SEGFAULT in find_cpu_clusters()
 2023-09-14 12:29 UTC  (2+ messages)

Various changes "backportability"
 2023-09-14 12:09 UTC  (4+ messages)

[PATCH v3 0/5] block-backend: process I/O in the current AioContext
 2023-09-14 12:01 UTC  (4+ messages)
` [PATCH v3 2/5] test-bdrv-drain: avoid race with BH in IOThread drain test

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-09-14 11:58 UTC  (4+ messages)
` [PATCH 11/11] qdev: Rework array properties based on list visitor

[PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs
 2023-09-14 11:54 UTC  (2+ messages)

[PULL 00/14] Ui patches
 2023-09-14 11:52 UTC  (3+ messages)
` [PULL 14/14] ui: add precondition for dpy_get_ui_info()

[risu PATCH v3 0/7] Add support for s390x to RISU
 2023-09-14 11:33 UTC  (8+ messages)
` [risu PATCH v3 1/7] Pass siginfo_t->si_addr to the reginfo_init() function
` [risu PATCH v3 2/7] s390x: Add basic s390x support to the C code
` [risu PATCH v3 3/7] s390x: Add simple s390x.risu file
` [risu PATCH v3 4/7] s390x: Add basic risugen perl module for s390x
` [risu PATCH v3 5/7] s390x: Update the configure script for s390x support
` [risu PATCH v3 6/7] build-all-archs: Add s390x to the script that builds all architectures
` [risu RFC PATCH v3 7/7] Add a travis.yml file for testing RISU in the Travis-CI

[PATCH 0/2] block: do not try to list nearly-dropped filters
 2023-09-14 11:09 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iotests: add new test case for image streaming

[PATCH v3 0/3] linux-user/syscall.c: do_ppoll: eliminate large alloca
 2023-09-14 11:07 UTC  (6+ messages)
` [PATCH v3 3/3] "

[PATCH] vdpa net: zero vhost_vdpa iova_tree pointer at cleanup
 2023-09-14 11:03 UTC  (3+ messages)

[PATCH v9 00/12] Add VIRTIO sound card
 2023-09-14 10:24 UTC  (4+ messages)

[PATCH v6 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2023-09-14  9:53 UTC  (4+ 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 v3] hw/loongarch: Add virtio-mmio bus support
 2023-09-14  8:49 UTC  (3+ messages)

[PATCH v6 00/57] Add LoongArch LASX instructions
 2023-09-14  8:25 UTC  (7+ messages)
` [PATCH v6 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v6 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve

[PULL 00/17] Net patches
 2023-09-14  8:13 UTC  (10+ 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 NNTP newsgroup(s).