qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-15 11:37:35 to 2023-09-15 17:10:34 UTC [more...]

[PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
 2023-09-15 17:08 UTC  (4+ messages)
` [PATCH v2 1/3] vdpa net: fix error message setting virtio status
` [PATCH v2 2/3] vdpa net: stop probing if cannot set features
` [PATCH v2 3/3] vdpa net: follow VirtIO initialization properly at cvq isolation probing

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

[PATCH 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
 2023-09-15 17:07 UTC  (6+ messages)
` [PATCH 1/3] vdpa net: fix error message setting virtio status
` [PATCH 2/3] vdpa net: stop probing if cannot set features
` [PATCH 3/3] vdpa net: follow VirtIO initialization properly at cvq isolation probing

[PATCH 0/4] hw/cxl: Line length reduction and related
 2023-09-15 17:07 UTC  (5+ messages)
` [PATCH 4/4] hw/cxl: Line length reductions

[PATCH v2 0/4] hw/cxl: Line length reduction and related
 2023-09-15 17:04 UTC  (5+ messages)
` [PATCH v2 1/4] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
` [PATCH v2 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
` [PATCH v2 3/4] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
` [PATCH v2 4/4] hw/cxl: Line length reductions

[PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps
 2023-09-15 17:01 UTC  (6+ messages)
` [PATCH v2 1/5] elf2dmp: replace PE export name check with PDB name check
` [PATCH v2 2/5] elf2dmp: introduce physical block alignment
` [PATCH v2 3/5] elf2dmp: introduce merging of physical memory runs
` [PATCH v2 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible
` [PATCH v2 5/5] elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-15 16:58 UTC  (11+ messages)
` [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 09/13] virtio-gpu: Handle resource blob commands
` [QEMU PATCH v5 10/13] virtio-gpu: Resource UUID

[PATCH v2 0/3] accel/tcg: Alternate fix for #1866
 2023-09-15 16:57 UTC  (7+ messages)
` [PATCH v2 1/3] softmmu: Use cpu->created in tcg_commit
` [PATCH v2 2/3] softmmu: Introduce AddressSpaceDispatch generation numbers
` [PATCH v2 3/3] softmmu: Introduce cpu_address_space_sync

QEMU migration-test CI intermittent failure
 2023-09-15 16:55 UTC  (12+ messages)

[PATCH 0/5] elf2dmp: improve Win2022, Win11 and large dumps
 2023-09-15 16:55 UTC  (4+ messages)
` [PATCH 4/5] elf2dmp: use Linux mmap with MAP_NORESERVE when possible

[PULL 00/19] crypto: Provide clmul.h and host accel
 2023-09-15 16:42 UTC  (20+ messages)
` [PULL 01/19] crypto: Add generic 8-bit carry-less multiply routines
` [PULL 02/19] target/arm: Use clmul_8* routines
` [PULL 03/19] target/s390x: "
` [PULL 04/19] target/ppc: "
` [PULL 05/19] crypto: Add generic 16-bit carry-less multiply routines
` [PULL 06/19] target/arm: Use clmul_16* routines
` [PULL 07/19] target/s390x: "
` [PULL 08/19] target/ppc: "
` [PULL 09/19] crypto: Add generic 32-bit carry-less multiply routines
` [PULL 10/19] target/arm: Use clmul_32* routines
` [PULL 11/19] target/s390x: "
` [PULL 12/19] target/ppc: "
` [PULL 13/19] crypto: Add generic 64-bit carry-less multiply routine
` [PULL 14/19] target/arm: Use clmul_64
` [PULL 15/19] target/i386: "
` [PULL 16/19] target/s390x: "
` [PULL 17/19] target/ppc: "
` [PULL 18/19] host/include/i386: Implement clmul.h
` [PULL 19/19] host/include/aarch64: "

[PATCH v2 0/8] qemu-img: rebase: add compression support
 2023-09-15 16:20 UTC  (9+ messages)
` [PATCH v2 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH v2 2/8] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
` [PATCH v2 3/8] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH v2 4/8] qemu-img: add chunk size parameter to compare_buffers()
` [PATCH v2 5/8] qemu-img: rebase: avoid unnecessary COW operations
` [PATCH v2 6/8] iotests/{024, 271}: add testcases for qemu-img rebase
` [PATCH v2 7/8] qemu-img: add compression option to rebase subcommand
` [PATCH v2 8/8] iotests: add tests for "qemu-img rebase" with compression

[PATCH 0/2] hw/intc/apic: QOM cleanup
 2023-09-15 16:20 UTC  (3+ messages)
` [PATCH 1/2] target/i386: Only realize existing APIC device
` [PATCH 2/2] hw/intc/apic: Pass CPU using QOM link property

[RFC PATCH] gitlab: shuffle some targets and reduce avocado noise
 2023-09-15 16:09 UTC  (2+ messages)

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

[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
 2023-09-15 15:56 UTC  (5+ messages)
` [PULL 28/53] vdpa: move CVQ isolation check to net_init_vhost_vdpa

[PATCH v2 00/10] Generate x86 cpu features
 2023-09-15 15:53 UTC  (8+ messages)
` [PATCH v2 03/10] target/i386: Fix duplicated feature name in FEAT_KVM

[PATCH v1 0/4] vfio: report NUMA nodes for device memory
 2023-09-15 15:49 UTC  (12+ messages)
` [PATCH v1 1/4] vfio: new command line params for device memory NUMA nodes
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for "
` [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 15:46 UTC  (27+ 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 15:42 UTC  (11+ messages)
` [PATCH 1/4] accel/tcg: Remove tlb_set_dirty() stub
` [PATCH 2/4] accel/tcg: Remove unused tcg_flush_jmp_cache() stub
` [RFC PATCH 3/4] accel/tcg: Guard tb_flush() with tcg_enabled() and remove the stub
` [RFC PATCH 4/4] accel/tcg: Keep tlb_set_dirty() internal

[PATCH v2 0/6] Add Block-TLB support for hppa target
 2023-09-15 15:38 UTC  (7+ messages)
` [PATCH v2 1/6] target/hppa: Update to SeaBIOS-hppa version 9
` [PATCH v2 2/6] target/hppa: Allow up to 16 BTLB entries
` [PATCH v2 3/6] target/hppa: Report and clear BTLBs via fw_cfg at startup
` [PATCH v2 4/6] target/hppa: Add BTLB support to hppa TLB functions
` [PATCH v2 5/6] target/hppa: Extract diagnose immediate value
` [PATCH v2 6/6] target/hppa: Wire up diag instruction to support BTLB

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

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

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

[PULL 00/28] Block layer patches
 2023-09-15 14:43 UTC  (29+ messages)
` [PULL 01/28] block: Remove unused BlockReopenQueueEntry.perms_checked
` [PULL 02/28] preallocate: Factor out preallocate_truncate_to_real_size()
` [PULL 03/28] preallocate: Don't poll during permission updates
` [PULL 04/28] block: Take AioContext lock for bdrv_append() more consistently
` [PULL 05/28] block: Introduce bdrv_schedule_unref()
` [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 09/28] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PULL 10/28] block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
` [PULL 11/28] block: Call transaction callbacks with lock held
` [PULL 12/28] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PULL 13/28] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
` [PULL 14/28] block: Mark bdrv_get_cumulative_perm() "
` [PULL 15/28] block: Mark bdrv_child_perm() GRAPH_RDLOCK
` [PULL 16/28] block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
` [PULL 17/28] block: Take graph rdlock in bdrv_drop_intermediate()
` [PULL 18/28] block: Take graph rdlock in bdrv_change_aio_context()
` [PULL 19/28] block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
` [PULL 20/28] block: Mark bdrv_unref_child() GRAPH_WRLOCK
` [PULL 21/28] block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
` [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()
` [PULL 25/28] test-bdrv-drain: avoid race with BH in IOThread drain test
` [PULL 26/28] block-backend: process I/O in the current AioContext
` [PULL 27/28] block-backend: process zoned requests "
` [PULL 28/28] block-coroutine-wrapper: use qemu_get_current_aio_context()

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

[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] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
 2023-09-15 14:03 UTC  (5+ messages)

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-15 13:14 UTC  (3+ messages)

[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  (3+ messages)
` [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  (6+ messages)
` [PATCH 1/9] tests: update Debian images to Bookworm

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


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