qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 16:06:52 to 2023-09-19 09:47:11 UTC [more...]

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-19  9:46 UTC  (3+ messages)
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-19  9:45 UTC  (13+ messages)
` [PATCH 1/7] migration/rdma: Fix save_page method to fail on polling error
` [PATCH 4/7] block/dirty-bitmap: Clean up local variable shadowing
` [PATCH 7/7] qobject atomics osdep: Make a few macros more hygienic

[PATCH v3 00/39] target agnostic cleanups
 2023-09-19  9:45 UTC  (7+ messages)
` [PATCH v3 14/39] accel/tcg: Remove env_neg()
` [PATCH v3 16/39] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH v3 21/39] accel/tcg: Remove env_tlb()

[PATCH v2] virtio: add VIRTQUEUE_ERROR QAPI event
 2023-09-19  9:44 UTC  (2+ messages)

[PATCH] migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time
 2023-09-19  9:44 UTC  (4+ messages)

[PATCH v2 00/22] implement discard operation for Parallels images
 2023-09-19  9:42 UTC  (28+ messages)
` [PATCH 01/22] parallels: fix formatting in bdrv_parallels initialization
` [PATCH 02/22] parallels: mark driver as supporting CBT
` [PATCH 03/22] parallels: fix memory leak in parallels_open()
` [PATCH 3/3] tests: extend test 131 to cover availability of the write-zeroes
` [PATCH 04/22] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PATCH 05/22] parallels: return earler in fail_format branch in parallels_open()
` [PATCH 06/22] parallels: return earlier from parallels_open() function on error
` [PATCH 07/22] parallels: refactor path when we need to re-check image in parallels_open
` [PATCH 08/22] parallels: create mark_used() helper which sets bit in used bitmap
` [PATCH 09/22] tests: ensure that image validation will not cure the corruption
` [PATCH 10/22] parallels: fix broken parallels_check_data_off()
` [PATCH 11/22] parallels: add test which will validate data_off fixes through repair
` [PATCH 12/22] parallels: collect bitmap of used clusters at open
` [PATCH 13/22] tests: fix broken deduplication check in parallels format test
` [PATCH 14/22] tests: test self-cure of parallels image with duplicated clusters
` [PATCH 15/22] parallels: accept multiple clusters in mark_used()
` [PATCH 16/22] parallels: update used bitmap in allocate_cluster
` [PATCH 17/22] parallels: naive implementation of allocate_clusters with used bitmap
` [PATCH 18/22] parallels: improve readability of allocate_clusters
` [PATCH 19/22] parallels: naive implementation of parallels_co_pdiscard
` [PATCH 20/22] tests: extend test 131 to cover availability of the discard operation
` [PATCH 21/22] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PATCH 22/22] tests: extend test 131 to cover availability of the write-zeroes

[PULL 00/17] Net patches
 2023-09-19  9:39 UTC  (13+ messages)

[PATCH 0/6] accel/tcg: Always require can_do_io (#1866)
 2023-09-19  9:37 UTC  (5+ messages)
` [PATCH 5/6] accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
` [PATCH 6/6] accel/tcg: Always require can_do_io

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

[PATCH 0/3] hw/cxl: Misc small fixes
 2023-09-19  9:35 UTC  (17+ messages)
  ` [PATCH 1/3] hw/cxl: Fix out of bound array access
  ` [PATCH 2/3] hw/mem/cxl_type3: Add missing copyright and license notice
  ` [PATCH 3/3] docs/cxl: Cleanout some more aarch64 examples

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-19  9:34 UTC  (7+ messages)
` [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled

target/sparc: What is CPU_FEATURE_FLOAT128 for?
 2023-09-19  9:32 UTC  (2+ messages)

[PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp
 2023-09-19  9:27 UTC  (4+ messages)

[PATCH v2 0/8] qemu-img: rebase: add compression support
 2023-09-19  9:26 UTC  (6+ messages)
` [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 00/19] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-19  9:16 UTC  (3+ messages)
` [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()

[PATCH v4 00/10] linux-user: Detect and report host crashes
 2023-09-19  9:17 UTC  (11+ messages)

[PATCH] hw/i386/pc: fix max_used_gpa for 32-bit systems
 2023-09-19  9:13 UTC  (15+ messages)

[PATCH v2 0/4] hw/cxl: Line length reduction and related
 2023-09-19  9:11 UTC  (10+ 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 0/8] ppc: Clean up local variable shadowing
 2023-09-19  9:03 UTC  (18+ messages)
` [PATCH 1/8] hw/ppc: Clean up local variable shadowing in _FDT helper routine
` [PATCH 2/8] pnv/psi: Clean up local variable shadowing
` [PATCH 3/8] spapr: Clean up local variable shadowing in spapr_dt_cpus()
` [PATCH 4/8] spapr: Clean up local variable shadowing in spapr_init_cpus()
` [PATCH 5/8] spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()
` [PATCH 6/8] spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()
` [PATCH 7/8] spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
` [PATCH 8/8] spapr/drc: Clean up local variable shadowing in prop_get_fdt()

[PATCH v2 0/3] Refactor PPI logic/definitions for virt/sbsa-ref
 2023-09-19  9:02 UTC  (4+ messages)
` [PATCH v2 1/3] {include/}hw/arm: refactor virt PPI logic
` [PATCH v2 2/3] include/hw/arm: move BSA definitions to bsa.h
` [PATCH v2 3/3] hw/arm/sbsa-ref: use bsa.h for PPI definitions

[QEMU PATCH v5 00/13] Support blob memory and venus on qemu
 2023-09-19  9:02 UTC  (9+ messages)
` [QEMU PATCH v5 05/13] virtio-gpu: Configure context init for virglrenderer
` [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

[PATCH v3 qemu 0/3] Allow dump-guest-memory to output standard kdump format
 2023-09-19  8:49 UTC  (6+ messages)
` [PATCH v3 qemu 1/3] dump: Pass DumpState to write_ functions
` [PATCH v3 qemu 2/3] dump: Allow directly outputting raw kdump format
` [PATCH v3 qemu 3/3] dump: Add command interface for kdump-raw formats

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-09-19  8:35 UTC  (6+ messages)
` [PATCH 02/11] hw/i386/pc: Use qdev_prop_set_array()

[PATCH 00/16] tests: Add CPU topology related smbios test cases
 2023-09-19  8:01 UTC  (28+ 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] riscv: Call set_satp_mode_max_supported in riscv_host_cpu_init
 2023-09-19  7:57 UTC 

[Stable-8.1.1 00/34] Patch Round-up for stable 8.1.1, freeze on 2023-09-19
 2023-09-19  7:23 UTC  (4+ messages)
` [Stable-8.1.1 11/34] softmmu: Assert data in bounds in iotlb_to_section

[PULL v2 0/9] testing updates (back to green!)
 2023-09-19  6:57 UTC 

[PATCH 0/4] accel/tcg: Stubs cleanups
 2023-09-19  6:52 UTC  (5+ messages)
` [RFC PATCH 3/4] accel/tcg: Guard tb_flush() with tcg_enabled() and remove the stub

[PATCH v9 00/12] Add VIRTIO sound card
 2023-09-19  6:47 UTC  (3+ messages)
` [PATCH v9 11/12] virtio-sound: implement audio capture (RX)

[PATCH] hw/misc/mips_itu: Make MIPSITUState target agnostic
 2023-09-19  6:41 UTC  (2+ messages)

[PULL 0/9] testing updates (back to green!)
 2023-09-19  6:37 UTC  (3+ messages)

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-19  5:39 UTC  (38+ messages)
` [PATCH 01/52] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PATCH 02/52] migration/rdma: Clean up qemu_rdma_data_init()'s "
` [PATCH 03/52] migration/rdma: Clean up rdma_delete_block()'s "
` [PATCH 04/52] migration/rdma: Drop fragile wr_id formatting
` [PATCH 05/52] migration/rdma: Consistently use uint64_t for work request IDs
` [PATCH 06/52] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH 07/52] migration/rdma: Give qio_channel_rdma_source_funcs internal linkage
` [PATCH 08/52] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PATCH 09/52] migration/rdma: Put @errp parameter last
` [PATCH 10/52] migration/rdma: Eliminate error_propagate()
` [PATCH 11/52] migration/rdma: Drop rdma_add_block() error handling
` [PATCH 12/52] migration/rdma: Drop qemu_rdma_search_ram_block() "
` [PATCH 13/52] migration/rdma: Make qemu_rdma_buffer_mergable() return bool
` [PATCH 14/52] migration/rdma: Use bool for two RDMAContext flags
` [PATCH 15/52] migration/rdma: Ditch useless numeric error codes in error messages
` [PATCH 16/52] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PATCH 17/52] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PATCH 18/52] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-09-19  4:47 UTC  (3+ messages)
` [PATCH v5 16/20] linux-user/riscv: Add vdso

Call for agenda for 2023-09-19 QEMU developers call
 2023-09-19  4:44 UTC  (7+ messages)

[PATCH v3] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
 2023-09-19  4:41 UTC  (2+ messages)

[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-09-19  4:40 UTC  (2+ messages)

[PATCH] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
 2023-09-19  4:19 UTC  (2+ messages)

Re: [PATCH v3] target/riscv: Clearing the CSR values at reset and syncing the MPSTATE with the host
 2023-09-19  4:16 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v4 0/3] Fix MCE handling on AMD hosts
 2023-09-18 22:00 UTC  (3+ messages)
` [PATCH v4 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest

[PULL 00/28] Block layer patches
 2023-09-18 18:56 UTC  (3+ messages)

[PATCH v2 00/18] Make Pixman an optional dependency
 2023-09-18 17:58 UTC  (3+ messages)
` [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-18 17:56 UTC  (5+ messages)

[PULL 00/19] crypto: Provide clmul.h and host accel
 2023-09-18 17:52 UTC  (2+ messages)

[PATCH v2 qemu 0/3] Allow dump-guest-memory to output standard kdump format
 2023-09-18 17:43 UTC  (5+ messages)
` [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

[PATCH v4 0/1] Niagara MHSLD
 2023-09-18 17:36 UTC  (2+ messages)
` [PATCH v4 1/1] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[PATCH 0/8] migration fixes
 2023-09-18 17:28 UTC  (9+ messages)
` [PATCH 1/8] migration: Fix race that dest preempt thread close too early
` [PATCH 2/8] migration: Fix possible race when setting rp_state.error
` [PATCH 3/8] migration: Fix possible races when shutting down the return path
` [PATCH 4/8] migration: Fix possible race when shutting down to_dst_file
` [PATCH 5/8] migration: Remove redundant cleanup of postcopy_qemufile_src
` [PATCH 6/8] migration: Consolidate return path closing code
` [PATCH 7/8] migration: Replace the return path retry logic
` [PATCH 8/8] migration: Move return path cleanup to main migration thread

Deadlock with SATA CD I/O and eject
 2023-09-18 17:28 UTC 

[PATCH 0/3] qga: Add optional stream-output argument to guest-exec
 2023-09-18 17:17 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
 2023-09-18 16:34 UTC  (15+ messages)
` [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
` [PATCH 07/22] exec/cpu: Introduce the CPU address space destruction function
` [PATCH 11/22] target/nios2: Create IRQs *after* accelerator vCPU is realized
` [PATCH 12/22] target/mips: Create clock "
` [PATCH 13/22] target/xtensa: Create IRQs "
` [PATCH 14/22] target/sparc: Init CPU environment "
` [PATCH 15/22] exec/cpu: Introduce CPUClass::verify_accel_features()
` [PATCH 16/22] target/arm: Extract verify_accel_features() from cpu_realize()
` [PATCH 17/22] target/i386: "
` [PATCH 18/22] target/s390x: Call s390_cpu_realize_sysemu from s390_realize_cpu_model
` [PATCH 20/22] target/s390x: Use s390_realize_cpu_model() as verify_accel_features()
` [PATCH 21/22] exec/cpu: Have cpu_exec_realize() return a boolean
` [PATCH 22/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-09-18 16:16 UTC  (3+ messages)
` [PATCH v2 1/2] qdev: add IOThreadVirtQueueMappingList property type
` [PATCH v2 2/2] virtio-blk: add iothread-vq-mapping parameter


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