qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 14:38:16 to 2024-07-11 13:20:16 UTC [more...]

[PULL 00/24] target-arm queue
 2024-07-11 13:18 UTC  (7+ messages)
` [PULL 02/24] target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}
` [PULL 03/24] target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}
` [PULL 04/24] target/arm: Support migration when FPSR/FPCR won't fit in the FPSCR
` [PULL 07/24] target/arm: Rename FPCR_ QC, NZCV macros to FPSR_
` [PULL 11/24] hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_ops
` [PULL 13/24] target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()

[PATCH v2 0/9] RISC-V: ACPI: Namespace updates
 2024-07-11 13:17 UTC  (3+ messages)
` [PATCH v2 1/9] hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLIC

[PATCH 0/2] Postcopy migration and vhost-user errors
 2024-07-11 13:14 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: add a write-read lock
` [PATCH 2/2] vhost: fail device start if iotlb update fails

[PATCH] hw/display/tcx: Fix out-of-bounds access in tcx_blit_writel
 2024-07-11 13:05 UTC  (4+ messages)

[PATCH v8 00/10] Support persistent reservation operations
 2024-07-11 13:05 UTC  (8+ messages)
` [PATCH v8 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v8 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v8 10/10] block/iscsi: add persistent reservation in/out driver

[PATCH] smbios: make memory device size configurable per Machine
 2024-07-11 13:05 UTC  (7+ messages)

[PATCH v4 00/19] SMMUv3 nested translation support
 2024-07-11 13:03 UTC  (6+ messages)
` [PATCH v4 08/19] hw/arm/smmuv3: Translate CD and TT using stage-2 table

[RFC PATCH 0/8] Convert avocado tests to normal Python unittests
 2024-07-11 12:45 UTC  (10+ messages)
` [RFC PATCH 1/8] tests/pytest: Add base classes for the upcoming pytest-based tests
` [RFC PATCH 2/8] tests/pytest: Convert some simple avocado tests into pytests
` [RFC PATCH 3/8] tests/pytest: Convert info_usernet and version test with small adjustments
` [RFC PATCH 4/8] tests/pytest: add pytest to the meson build system
` [RFC PATCH 5/8] tests_pytest: Implement fetch_asset() method for downloading assets
` [RFC PATCH 6/8] tests/pytest: Convert some tests that download files via fetch_asset()
` [RFC PATCH 7/8] tests/pytest: Add a function for extracting files from an archive
` [RFC PATCH 8/8] tests/pytest: Convert avocado test that needed avocado.utils.archive

[PATCH v4 00/13] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-07-11 12:34 UTC  (10+ messages)
` [PATCH v4 05/13] hw/pci: Add a busnr property to pci_props and use for acpi/gi
` [PATCH v4 06/13] acpi/pci: Move Generic Initiator object handling into acpi/pci.*
` [PATCH v4 07/13] hw/pci-bridge: Add acpi_uid property to TYPE_PXB_BUS
` [PATCH v4 08/13] hw/i386/acpi: Use TYPE_PXB_BUS property acpi_uid for DSDT

Avocado 88.1 vs Python 3.12
 2024-07-11 12:30 UTC  (5+ messages)

[PATCH v1] target/i386: kvm: Block migration when enfore_cpuid is set to false
 2024-07-11 12:24 UTC  (10+ messages)

[PATCH v3 0/2] backup: allow specifying minimum cluster size
 2024-07-11 12:09 UTC  (3+ messages)
` [PATCH v3 1/2] copy-before-write: "
` [PATCH v3 2/2] backup: add minimum cluster size to performance options

[PATCH 0/6] Add ACPI CPER firmware first error injection for Arm Processor
 2024-07-11 11:59 UTC  (9+ messages)
` [PATCH 1/6] arm/virt: Wire up GPIO error source for ACPI / GHES
` [PATCH 2/6] acpi/ghes: Support GPIO error source
` [PATCH 3/6] acpi/ghes: Add a logic to handle block addresses and FW first ARM processor error injection
` [PATCH 4/6] target/arm: preserve mpidr value
` [PATCH 5/6] acpi/ghes: update comments to point to newer ACPI specs
` [PATCH 6/6] acpi/ghes: extend arm error injection logic

More than 255 vcpus Windows VM setup without viommu ?
 2024-07-11 11:52 UTC  (7+ messages)

[PATCH] virtio: Always reset vhost devices
 2024-07-11 11:46 UTC  (5+ messages)

[PATCH 0/5] qapi: Doc comment cleanups
 2024-07-11 11:22 UTC  (6+ messages)
` [PATCH 1/5] qapi/pci: Clean up documentation around PciDeviceClass
` [PATCH 2/5] qapi/machine: Clean up documentation around CpuInstanceProperties
` [PATCH 3/5] qapi/machine: Clarify query-uuid value when none has been specified
` [PATCH 4/5] qapi/sockets: Move deprecation note out of SocketAddress doc comment
` [PATCH 5/5] qapi/ui: Drop note on naming of SpiceQueryMouseMode

[PATCH] chardev: add a mutex to protect IOWatchPoll::src
 2024-07-11 11:23 UTC  (2+ messages)

[PATCH v48 00/12] hw/sd/sdcard: Add eMMC support
 2024-07-11 11:03 UTC  (5+ messages)

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-07-11 10:56 UTC  (14+ messages)
` [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request
` [RFC PATCH v2 2/5] vhost_user: Add frontend command for shmem config
` [RFC PATCH v2 3/5] vhost-user-dev: Add cache BAR
` [RFC PATCH v2 4/5] vhost_user: Add MEM_READ/WRITE backend requests
` [RFC PATCH v2 5/5] vhost_user: Implement mem_read/mem_write handlers

[PATCH V13 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-07-11 10:49 UTC  (6+ messages)
` [PATCH V13 4/8] hw/acpi: Update GED _EVT method AML with CPU scan

[PATCH v3 00/10] hw/vfio: IOMMUFD Dirty Tracking
 2024-07-11 10:44 UTC  (5+ messages)

[PATCH 1/1] target/arm: calculate cache sizes properly
 2024-07-11 10:45 UTC  (3+ messages)

[PATCH] loader: remove load_image_gzipped function as its not used anywhere
 2024-07-11 10:23 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Edgar as Xen maintainer
 2024-07-11 10:09 UTC  (5+ messages)

[RESEND PATCH 0/6] target/arm: AdvSIMD decodetree conversion, part 3
 2024-07-11 10:06 UTC  (2+ messages)

[PATCH v2] plugins/stoptrigger: TCG plugin to stop execution under conditions
 2024-07-11 10:03 UTC  (2+ messages)

[PULL 0/9] loongarch-to-apply queue
 2024-07-11  9:57 UTC  (11+ messages)
` [PULL 1/9] hw/loongarch/boot.c: fix out-of-bound reading
` [PULL 2/9] hw/loongarch: Change the tpm support by default
` [PULL 3/9] hw/loongarch: Modify flash block size to 256K
` [PULL 4/9] hw/loongarch/virt: Remove unused assignment
` [PULL 5/9] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine
` [PULL 6/9] target/loongarch/kvm: Add software breakpoint support
` [PULL 7/9] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it
` [PULL 8/9] target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values
` [PULL 9/9] target/loongarch: Fix cpu_reset set wrong CSR_CRMD

[PULL 0/2] Block patches
 2024-07-11  9:17 UTC  (3+ messages)
` [PULL 1/2] qemu-iotest/245: Add missing discard=unmap
` [PULL 2/2] Consider discard option when writing zeros

[PATCH v3 0/2] Consider discard option when writing zeros
 2024-07-11  9:11 UTC  (6+ messages)
` [PATCH v3 1/2] qemu-iotest/245: Add missing discard=unmap
` [PATCH v3 2/2] Consider discard option when writing zeros

[PATCH] arm/kvm: add support for MTE
 2024-07-11  8:53 UTC  (3+ messages)

[PATCH v5 0/3] vhost-user-blk: live resize additional APIs
 2024-07-11  8:53 UTC  (2+ messages)

[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
 2024-07-11  8:38 UTC  (7+ messages)
` [PATCH v2 09/15] memory: Do not create circular reference with subregion

[PATCH v1] virtio-snd: check for invalid param shift operands
 2024-07-11  8:20 UTC  (2+ messages)

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-11  8:04 UTC  (7+ messages)
  ` [PATCH ats_vtd v5 20/22] pci: add a pci-level API for ATS

[RFC PATCH v4 0/7] Add Rust support, implement ARM PL011
 2024-07-11  8:30 UTC  (8+ messages)
` [RFC PATCH v4 2/7] rust: add bindgen step as a meson dependency

[PATCH] contrib/elf2dmp: a workaround for the buggy msvcrt.dll!fwrite
 2024-07-11  7:53 UTC  (5+ messages)

[RFC PATCH v4] ptp: Add vDSO-style vmclock support
 2024-07-11  7:50 UTC  (5+ messages)

Disassembler location
 2024-07-11  7:00 UTC  (5+ messages)

[PATCH] tests/avocado: Remove non-working sparc leon3 test
 2024-07-11  6:50 UTC  (4+ messages)

[PATCH 00/10] target/i386/tcg: fixes for seg_helper.c
 2024-07-11  6:28 UTC  (19+ messages)
` [PATCH 02/10] target/i386/tcg: Allow IRET from user mode to user mode with SMAP
` [PATCH 03/10] target/i386/tcg: use PUSHL/PUSHW for error code
` [PATCH 06/10] target/i386/tcg: Compute MMU index once
` [PATCH 07/10] target/i386/tcg: Use DPL-level accesses for interrupts and call gates
` [PATCH 08/10] target/i386/tcg: check for correct busy state before switching to a new task
` [PATCH 09/10] target/i386/tcg: use X86Access for TSS access
` [PATCH 10/10] target/i386/tcg: save current task state before loading new one

[PATCH 0/2] block/graph-lock: Make WITH_GRAPH_RDLOCK_GUARD() fully checked
 2024-07-11  6:12 UTC  (4+ messages)
` [PATCH 2/2] "

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-07-11  5:35 UTC  (4+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model

[PATCH 0/2] hw/intc/loongson_ipi: Fix for LoongArch
 2024-07-11  3:41 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine

[PATCH] hw/loongarch: Modify flash block size to 256K
 2024-07-11  3:06 UTC  (2+ messages)

[PATCH] hw/loongarch: Change the tpm support by default
 2024-07-11  3:06 UTC  (2+ messages)

[PATCH v2] target/loongarch/gdbstub: Add vector registers support
 2024-07-11  2:44 UTC 

[PATCH v5 0/5] Implement QATzip compression method
 2024-07-11  2:52 UTC  (6+ messages)
` [PATCH v5 1/5] docs/migration: add qatzip compression feature
` [PATCH v5 2/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH v5 3/5] migration: Add migration parameters for QATzip
` [PATCH v5 4/5] migration: Introduce 'qatzip' compression method
` [PATCH v5 5/5] tests/migration: Add integration test for "

[PATCH] hw/loongarch/virt: Remove unused assignment
 2024-07-11  2:52 UTC  (2+ messages)

[PATCH] target/loongarch/gdbstub: Add vector registers support
 2024-07-11  2:25 UTC  (3+ messages)

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2024-07-11  2:03 UTC 

[PATCH v3 00/17] hw/sd/sdcard: Accumulation of cleanups and fixes
 2024-07-10 22:06 UTC  (12+ messages)
` [PATCH v3 06/17] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-07-10 21:55 UTC  (8+ messages)
` [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters

[PATCH] iov: don't use void* in pointer arithmetic in headers
 2024-07-10 21:47 UTC  (3+ messages)

[PATCH V1 0/8] Live update: vfio
 2024-07-10 20:32 UTC  (4+ messages)
` [PATCH V1 4/8] vfio-pci: cpr part 1 (fd and dma)

[PATCH v4 0/4] Implement using Intel QAT to offload ZLIB
 2024-07-10 18:51 UTC  (9+ messages)
` [PATCH v4 3/4] migration: Introduce 'qatzip' compression method

[PULL 0/1] Host Memory Backends and Memory devices queue 2024-07-10
 2024-07-10 18:00 UTC  (2+ messages)
` [PULL 1/1] virtio-mem: improve error message when unplug of device fails due to plugged memory

[RFC] Per-request private data in virtio-block
 2024-07-10 16:56 UTC  (2+ messages)

[PATCH v4 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-07-10 16:16 UTC  (3+ messages)
` [PATCH v4 4/6] virtio: virtqueue_ordered_flush - "

[RFC PATCH] build deps: update lcitool to include rust bits
 2024-07-10 15:43 UTC 

[PATCH] scsi: fix regression and honor bootindex again for legacy drives
 2024-07-10 15:25 UTC 

[PATCH] target/i386/tcg: fix POP to memory in long mode
 2024-07-10 15:18 UTC  (2+ messages)

[PATCH 0/8] qapi: convert example sections to qmp-example rST directives
 2024-07-10 14:46 UTC  (6+ messages)
` [PATCH 8/8] qapi: remove "Example" doc section

[PATCH v2 00/13] Fixes for user-only munmap races
 2024-07-10 14:42 UTC  (10+ messages)
` [PATCH v2 06/13] target/ppc: Hoist dcbz_size out of dcbz_common
` [PATCH v2 08/13] target/ppc: Merge helper_{dcbz,dcbzep}
` [PATCH v2 09/13] target/ppc: Improve helper_dcbz for user-only


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