qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-25 11:39:57 to 2025-04-25 20:00:57 UTC [more...]

[PATCH 0/2] tcg/sparc64: Implement CTPOP
 2025-04-25 20:00 UTC 

[PATCH 00/21] Hi,
 2025-04-25 19:59 UTC  (19+ messages)
` [PATCH 03/21] hw/dma/zynq-devcfg: Handle bitstream loading via DMA to 0xffffffff
` [PATCH 04/21] hw/arm/zynq-devcfg: Prevent unintended unlock during initialization
` [PATCH 05/21] hw/dma/zynq: Notify devcfg on FPGA reset via SLCR control
` [PATCH 06/21] hw/dma/zynq-devcfg: Simulate dummy PL reset
` [PATCH 07/21] hw/dma/zynq-devcfg: Indicate power-up status of PL
` [PATCH 08/21] hw/dma/zynq-devcfg: Fix register memory
` [PATCH 09/21] hw/misc: Add dummy ZYNQ DDR controller
` [PATCH 10/21] hw/misc/zynq_slcr: Add logic for DCI configuration
` [PATCH 00/21] hw/arm: add CX7200 board emulation

[PATCH 00/15] accel/tcg: Compile tb-maint.c twice
 2025-04-25 19:46 UTC  (31+ messages)
` [PATCH 01/15] accel/tcg: Add CPUState argument to page_unprotect
` [PATCH 02/15] accel/tcg: Add CPUState argument to tb_invalidate_phys_page_unwind
` [PATCH 03/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_page_range__locked
` [PATCH 04/15] accel/tcg: Merge tb_invalidate_phys_range{__locked}
` [PATCH 05/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range
` [PATCH 06/15] accel/tcg: Add CPUState arg to tb_invalidate_phys_range_fast
` [PATCH 07/15] accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
` [PATCH 08/15] accel/tcg: Simplify CPU_TLB_DYN_MAX_BITS
` [PATCH 09/15] accel/tcg: Simplify L1_MAP_ADDR_SPACE_BITS
` [PATCH 10/15] accel/tcg: Merge internal-target.h into internal-common.h
` [PATCH 11/15] accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
` [PATCH 12/15] accel/tcg: Use vaddr for walk_memory_regions callback
` [PATCH 13/15] accel/tcg: Use vaddr in user/page-protection.h
` [PATCH 14/15] include/exec: Move tb_invalidate_phys_range to translation-block.h
` [PATCH 15/15] accel/tcg: Compile tb-maint.c twice

[PATCH v1 0/1] xen: mapcache: grants: Fix mixup betwen ro and rw mappings
 2025-04-25 19:26 UTC  (3+ messages)
` [PATCH v1 1/1] xen: mapcache: Split mapcache_grants by ro and rw

[PATCH] vfio: Register/unregister container for CPR only once for each container
 2025-04-25 19:14 UTC  (3+ messages)

[PATCH 0/9] riscv: Add support for MIPS P8700 CPU
 2025-04-25 18:24 UTC  (11+ messages)
` [PATCH 1/9] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH 3/9] target/riscv: Add MIPS P8700 CPU
` [PATCH 2/9] target/riscv: Add cpu_set_exception_base
` [PATCH 4/9] target/riscv: Add MIPS P8700 CSRs
` [PATCH 5/9] target/riscv: Add mips.ccmov instruction
` [PATCH 6/9] target/riscv: Add mips.pref instruction
` [PATCH 7/9] target/riscv: Add Xmipslsp instructions
` [PATCH 8/9] configs/devices: Add MIPS Boston-aia board model to RISC-V
` [PATCH 9/9] hw/riscv: Add a network device e1000e to the boston-aia

[PULL 0/4] Block layer patches
 2025-04-25 17:52 UTC  (5+ messages)
` [PULL 1/4] file-posix: probe discard alignment on Linux block devices
` [PULL 2/4] block/io: skip head/tail requests on EINVAL
` [PULL 3/4] block: Remove unused callback function *bdrv_aio_pdiscard
` [PULL 4/4] qemu-img: improve queue depth validation in img_bench

[PATCH] target/i386/hvf: Include missing 'exec/target_page.h' header
 2025-04-25 17:51 UTC  (2+ messages)

[PATCH 000/147] single-binary patch queue
 2025-04-25 17:35 UTC  (3+ messages)
` [PATCH 066/147] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags

[PATCH alternate 0/2] target/riscv: Fix write_misa vs aligned next_pc
 2025-04-25 16:50 UTC  (3+ messages)
` [PATCH alternate 1/2] target/riscv: Update pc before csrw, csrrw
` [PATCH alternate 2/2] target/riscv: Fix write_misa vs aligned next_pc

[PATCH v3 0/9] target/riscv/kvm: CSR related fixes
 2025-04-25 16:43 UTC  (11+ messages)
` [PATCH v3 1/9] target/riscv/kvm: minor fixes/tweaks
` [PATCH v3 2/9] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [PATCH v3 3/9] target/riscv/kvm: turn u32/u64 reg functions into macros
` [PATCH v3 4/9] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
` [PATCH v3 5/9] target/riscv/kvm: add kvm_csr_cfgs[]
` [PATCH v3 6/9] target/riscv/kvm: do not read unavailable CSRs
` [PATCH v3 7/9] target/riscv/kvm: add senvcfg CSR
` [PATCH v3 8/9] target/riscv: widen scounteren to target_ulong
` [PATCH v3 9/9] target/riscv/kvm: add scounteren CSR

[PATCH 0/4] Fix qemu-img bench issues and improve checks
 2025-04-25 16:10 UTC  (7+ messages)
` [PATCH 2/4] qemu-img: fix offset calculation in bench
` [PATCH 3/4] qemu-img: prevent stack overflow in bench by using bottom half
` [PATCH 4/4] qemu-img: improve queue depth validation in img_bench

[PATCH 0/3] [RESEND] block: unify block and fdmon io_uring
 2025-04-25 15:51 UTC  (3+ messages)
` [PATCH 1/3] aio-posix: treat io_uring setup failure as fatal

[PATCH v4 00/11] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-04-25 15:45 UTC  (4+ messages)
` [PATCH v4 01/11] [DO NOT MERGE] i386/cpu: Consolidate the helper to get Host's vendor

[PULL 00/58] Misc single binary patches for 2025-04-25
 2025-04-25 15:28 UTC  (58+ messages)
` [PULL 01/58] target/hexagon: Explode MO_TExx -> MO_TE | MO_xx
` [PULL 02/58] target/hexagon: Replace MO_TE -> MO_LE
` [PULL 03/58] target/i386: Replace MO_TE* -> MO_LE*
` [PULL 04/58] cpus: Introduce CPUClass::list_cpus() callback
` [PULL 05/58] target/i386: Register CPUClass:list_cpus
` [PULL 06/58] target/ppc: "
` [PULL 07/58] target/sparc: "
` [PULL 08/58] target/s390x: "
` [PULL 09/58] cpus: Remove #ifdef check on cpu_list definition
` [PULL 10/58] hw/pci-host/designware: Use deposit/extract API
` [PULL 11/58] hw/misc/edu: Convert type_init() -> DEFINE_TYPES()
` [PULL 12/58] qom: Have class_base_init() take a const data argument
` [PULL 14/58] qom: Constify TypeInfo::class_data
` [PULL 15/58] qom: Constify TypeInfo::interfaces
` [PULL 16/58] qom: Make InterfaceInfo[] uses const
` [PULL 17/58] qom/object: Fix type conflict of GLib function pointers
` [PULL 18/58] hw/core: Get default_cpu_type calling machine_class_default_cpu_type()
` [PULL 19/58] hw/core/cpu: gdb_arch_name string should not be freed
` [PULL 20/58] gdbstub: Allow gdb_core_xml_file to be set at runtime
` [PULL 21/58] target/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name
` [PULL 22/58] target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU
` [PULL 23/58] target/arm: Handle AArch64 gdb read/write regs "
` [PULL 24/58] target/arm: Replace target_ulong -> hwaddr in ARMMMUFaultInfo
` [PULL 25/58] target/arm: Replace target_ulong -> vaddr for CPUWatchpoint
` [PULL 26/58] target/mips: Fix MIPS16e translation
` [PULL 27/58] exec: Rename target_words_bigendian() -> target_big_endian()
` [PULL 28/58] hw/usb/hcd-xhci: Unmap canceled packet
` [PULL 29/58] hw/intc/i8259: Remove unused DEBUG_PIC define
` [PULL 30/58] hw/core/loader: Fix type conflict of GLib function pointers
` [PULL 31/58] hw/net/can: "
` [PULL 32/58] contrib/plugins: "
` [PULL 33/58] system/vl: "
` [PULL 34/58] system/memory: Remove DEVICE_HOST_ENDIAN definition
` [PULL 35/58] system/datadir: Add new type constant for DTB files
` [PULL 36/58] pc-bios: Move device tree files in their own subdir
` [PULL 37/58] meson: Use has_header_symbol() to check getcpu()
` [PULL 38/58] meson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
` [PULL 39/58] meson: Share common C source prefixes
` [PULL 40/58] meson: Use osdep_prefix for strchrnul()
` [PULL 41/58] system/kvm: make functions accessible from common code
` [PULL 42/58] accel/tcg: Correct list of included headers in tcg-stub.c
` [PULL 43/58] target/hexagon: Include missing 'accel/tcg/getpc.h'
` [PULL 44/58] linux-user/elfload: Use target_needs_bswap()
` [PULL 45/58] accel/kvm: "
` [PULL 46/58] target/mips: Check CPU endianness at runtime using env_is_bigendian()
` [PULL 47/58] target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile time
` [PULL 48/58] hw/mips: "
` [PULL 49/58] hw/microblaze: "
` [PULL 50/58] qapi: Rename TargetInfo structure as QemuTargetInfo
` [PULL 51/58] qemu: Introduce target_cpu_type()
` [PULL 52/58] cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
` [PULL 53/58] cpus: Move target-agnostic methods out of cpu-target.c
` [PULL 54/58] accel: Implement accel_init_ops_interfaces() for both system/user mode
` [PULL 55/58] accel: Include missing 'qemu/accel.h' header in accel-internal.h
` [PULL 56/58] accel: Make AccelCPUClass structure target-agnostic
` [PULL 57/58] accel: Move target-agnostic code from accel-target.c -> accel-common.c
` [PULL 58/58] qemu: Convert target_name() to TargetInfo API

[RFC PATCH 0/3] single-binary: make QAPI generated files common
 2025-04-25 15:38 UTC  (2+ messages)

[PATCH] block: change type of bytes from int to int64_t for *bdrv_aio_pdiscard
 2025-04-25 15:36 UTC  (5+ messages)

[PATCH v2] hw/loongarch/virt: Get physical entry address with elf file
 2025-04-25 15:33 UTC  (2+ messages)

[PATCH 0/7] target/riscv: Fix write_misa vs aligned next_pc
 2025-04-25 15:23 UTC  (8+ messages)
` [PATCH 1/7] target/riscv: Pass ra to riscv_csr_write_fn
` [PATCH 2/7] target/riscv: Pass ra to riscv_csrrw_do64
` [PATCH 3/7] target/riscv: Pass ra to riscv_csrrw_do128
` [PATCH 4/7] target/riscv: Pass ra to riscv_csrrw
` [PATCH 5/7] target/riscv: Pass ra to riscv_csrrw_i128
` [PATCH 6/7] target/riscv: Move insn_len to internals.h
` [PATCH 7/7] target/riscv: Fix write_misa vs aligned next_pc

[PATCH 0/8] misc: Prefer evaluating TARGET_BIG_ENDIAN in C
 2025-04-25 15:17 UTC  (2+ messages)

[PATCH] Drop support for Python 3.8
 2025-04-25 15:13 UTC  (4+ messages)

[PATCH v2] block: Remove unused callback function *bdrv_aio_pdiscard
 2025-04-25 15:12 UTC  (2+ messages)

[PATCH v6 0/4] virtio: Convert feature properties to OnOffAuto
 2025-04-25 15:08 UTC  (4+ messages)

[PATCH v2 0/2] scsi-disk: Add FUA write support
 2025-04-25 15:05 UTC  (5+ messages)
` [PATCH v2 1/2] scsi-disk: Add native "
` [PATCH v2 2/2] scsi-disk: Advertise FUA support by default

[PATCH v2 00/20] Enable QEMU TCI to run 32bit guests on browsers
 2025-04-25 15:03 UTC  (8+ messages)
` [PATCH v2 02/20] qom/object.c: Fix type conflict of GLib function pointers
` [PATCH v2 04/20] target/arm/helper.c: "
` [PATCH v2 07/20] hw/net/can: "

[PATCH v4 0/2] block: discard alignment fixes
 2025-04-25 14:42 UTC  (2+ messages)

[PATCH for-10.1 0/9] target/arm: Remove TYPE_AARCH64_CPU class
 2025-04-25 14:42 UTC  (3+ messages)
` [PATCH for-10.1 6/9] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64

[PATCH v5 0/3] DIAG 308: extend subcode 10 to return UVC cmd id, RC and RRC values upon failure to enter secure mode
 2025-04-25 14:30 UTC  (3+ messages)
` [PATCH v5 3/3] target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails "

[PATCH v5 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-25 14:09 UTC  (5+ messages)
` [PATCH v5 1/3] util: Add functions for s390x mmio read/write

[PATCH v4 2/2] hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
 2025-04-25 12:22 UTC 

[PATCH v4 0/2] riscv: Add Kunminghu CPU and platform
 2025-04-25 12:17 UTC 

[PATCH v4 1/2] target/riscv: Add BOSC's Xiangshan Kunminghu CPU
 2025-04-25 12:22 UTC 

[PATCH v2 0/9] target/riscv/kvm: CSR related fixes
 2025-04-25 13:10 UTC  (20+ messages)
` [PATCH v2 1/9] target/riscv/kvm: minor fixes/tweaks
` [PATCH v2 2/9] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [PATCH v2 3/9] target/riscv/kvm: turn u32/u64 reg functions in macros
` [PATCH v2 4/9] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() in a macro
` [PATCH v2 5/9] target/riscv/kvm: add kvm_csr_cfgs[]
` [PATCH v2 6/9] target/riscv/kvm: do not read unavailable CSRs
` [PATCH v2 7/9] target/riscv/kvm: add senvcfg CSR
` [PATCH v2 8/9] target/riscv: widen (m|s)counteren to target_ulong
` [PATCH v2 9/9] target/riscv/kvm: add scounteren CSR

[PATCH 00/14] vfio: preparation for vfio-user
 2025-04-25 13:01 UTC  (6+ messages)
` [PATCH 08/14] vfio: add vfio-pci-base class

[PATCH v4 00/13] Enable shared device assignment
 2025-04-25 12:57 UTC  (19+ messages)
` [PATCH v4 02/13] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v4 03/13] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager
` [PATCH v4 05/13] memory: Introduce PrivateSharedManager Interface as child of GenericStateManager

[PATCH 0/9] hw/riscv/virt.c: memmap usage cleanup
 2025-04-25 12:33 UTC  (7+ messages)
` [PATCH 1/9] hw/riscv/virt.c: enforce s->memmap use in machine_init()
` [PATCH 9/9] hw/riscv/virt.c: remove 'long' casts in fmt strings

[PATCH] meson/configure: add 'valgrind' option & --{en, dis}able-valgrind flag
 2025-04-25 12:26 UTC  (2+ messages)

[PATCH v7 0/6] Report vfio-ap configuration changes
 2025-04-25 12:22 UTC  (3+ messages)
` [PATCH v7 1/6] linux-header: update-linux-header script changes

[PATCH 00/12] hw/i386: separate isapc out from pc_piix
 2025-04-25 11:37 UTC  (13+ messages)
` [PATCH 01/12] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
` [PATCH 02/12] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa()
` [PATCH 03/12] hw/i386/pc_piix.c: remove SMI and piix4_pm "
` [PATCH 04/12] hw/i386/pc_piix.c: remove SGX "
` [PATCH 05/12] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH 06/12] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH 07/12] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH 08/12] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
` [PATCH 09/12] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
` [PATCH 10/12] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false "
` [PATCH 11/12] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH 12/12] hw/i386: move isapc machine to separate isapc.c file

[PATCH v3 1/2] target/riscv: Add BOSC's Xiangshan Kunminghu CPU
 2025-04-25  7:01 UTC  (3+ 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).