qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-24 08:12:29 to 2024-05-25 11:36:04 UTC [more...]

[PULL 00/24] Build system and target/i386/translate.c cleanups for 2025-05-25
 2024-05-25 11:33 UTC  (11+ messages)
` [PULL 02/24] target/i386: disable jmp_opt if EFLAGS.RF is 1
` [PULL 08/24] target/i386: document and group DISAS_* constants
` [PULL 09/24] target/i386: avoid calling gen_eob_syscall before tb_stop
` [PULL 12/24] target/i386: raze the gen_eob* jungle
` [PULL 15/24] target/i386: inline gen_add_A0_ds_seg
` [PULL 16/24] target/i386: use mo_stacksize more
` [PULL 18/24] target/i386: clean up repeated string operations
` [PULL 19/24] target/i386: remove aflag argument of gen_lea_v_seg
` [PULL 22/24] tcg: include dependencies in static_library()
` [PULL 23/24] meson: do not query modules before they are processed

[PATCH] target/i386: always go through gen_eob*()
 2024-05-25  8:57 UTC  (3+ messages)

[PATCH 0/2] migrate inflight emulated SCSI request for the scsi disk device
 2024-05-25  6:40 UTC  (5+ messages)
` [PATCH 2/2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-05-25  6:16 UTC  (5+ messages)
` [PATCH v2 01/18] migration: Fix file migration with fdset

[PATCH 0/3] tests/qtest/migration-test: Improve and enable on ppc64
 2024-05-25  3:13 UTC  (4+ messages)
` [PATCH 1/3] tests/qtest/migration-test: Quieten ppc64 QEMU warnigns
` [PATCH 2/3] tests/qtest/migration-test: Enable on ppc64
` [PATCH 3/3] tests/qtest/migration-test: Use custom asm bios for ppc64

[PATCH v2 00/67] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-24 23:21 UTC  (68+ messages)
` [PATCH v2 01/67] target/arm: Add neoverse-n1 to qemu-arm (DO NOT MERGE)
` [PATCH v2 02/67] target/arm: Use PLD, PLDW, PLI not NOP for t32
` [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
` [PATCH v2 04/67] target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer)
` [PATCH v2 05/67] target/arm: Fix decode of FMOV (hp) vs MOVI
` [PATCH v2 06/67] target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16)
` [PATCH v2 07/67] target/arm: Split out gengvec.c
` [PATCH v2 08/67] target/arm: Split out gengvec64.c
` [PATCH v2 09/67] target/arm: Convert Cryptographic AES to decodetree
` [PATCH v2 10/67] target/arm: Convert Cryptographic 3-register SHA "
` [PATCH v2 11/67] target/arm: Convert Cryptographic 2-register "
` [PATCH v2 12/67] target/arm: Convert Cryptographic 3-register SHA512 "
` [PATCH v2 13/67] target/arm: Convert Cryptographic 2-register "
` [PATCH v2 14/67] target/arm: Convert Cryptographic 4-register "
` [PATCH v2 15/67] target/arm: Convert Cryptographic 3-register, imm2 "
` [PATCH v2 16/67] target/arm: Convert XAR "
` [PATCH v2 17/67] target/arm: Convert Advanced SIMD copy "
` [PATCH v2 18/67] target/arm: Convert FMULX "
` [PATCH v2 19/67] target/arm: Convert FADD, FSUB, FDIV, FMUL "
` [PATCH v2 20/67] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM "
` [PATCH v2 21/67] target/arm: Introduce vfp_load_reg16
` [PATCH v2 22/67] target/arm: Expand vfp neg and abs inline
` [PATCH v2 23/67] target/arm: Convert FNMUL to decodetree
` [PATCH v2 24/67] target/arm: Convert FMLA, FMLS "
` [PATCH v2 25/67] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT "
` [PATCH v2 26/67] target/arm: Convert FABD "
` [PATCH v2 27/67] target/arm: Convert FRECPS, FRSQRTS "
` [PATCH v2 28/67] target/arm: Convert FADDP "
` [PATCH v2 29/67] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP "
` [PATCH v2 30/67] target/arm: Use gvec for neon faddp, fmaxp, fminp
` [PATCH v2 31/67] target/arm: Convert ADDP to decodetree
` [PATCH v2 32/67] target/arm: Use gvec for neon padd
` [PATCH v2 33/67] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
` [PATCH v2 34/67] target/arm: Use gvec for neon pmax, pmin
` [PATCH v2 35/67] target/arm: Convert FMLAL, FMLSL to decodetree
` [PATCH v2 36/67] target/arm: Convert disas_simd_3same_logic "
` [PATCH v2 37/67] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
` [PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD
` [PATCH v2 40/67] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
` [PATCH v2 41/67] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
` [PATCH v2 42/67] target/arm: Convert SUQADD, USQADD "
` [PATCH v2 43/67] target/arm: Convert SSHL, USHL "
` [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
` [PATCH v2 45/67] target/arm: Convert SRSHL, URSHL to decodetree
` [PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
` [PATCH v2 47/67] target/arm: Convert SQSHL, UQSHL to decodetree
` [PATCH v2 48/67] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
` [PATCH v2 49/67] target/arm: Convert SQRSHL, UQRSHL to decodetree
` [PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) "
` [PATCH v2 51/67] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ "
` [PATCH v2 52/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
` [PATCH v2 53/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
` [PATCH v2 54/67] target/arm: Convert SHADD, UHADD to gvec
` [PATCH v2 55/67] target/arm: Convert SHADD, UHADD to decodetree
` [PATCH v2 56/67] target/arm: Convert SHSUB, UHSUB to gvec
` [PATCH v2 57/67] target/arm: Convert SHSUB, UHSUB to decodetree
` [PATCH v2 58/67] target/arm: Convert SRHADD, URHADD to gvec
` [PATCH v2 59/67] target/arm: Convert SRHADD, URHADD to decodetree
` [PATCH v2 60/67] target/arm: Convert SMAX, SMIN, UMAX, UMIN "
` [PATCH v2 61/67] target/arm: Convert SABA, SABD, UABA, UABD "
` [PATCH v2 62/67] target/arm: Convert MUL, PMUL "
` [PATCH v2 63/67] target/arm: Convert MLA, MLS "
` [PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)
` [PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
` [PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB "
` [PATCH v2 67/67] target/arm: Convert FCSEL "

[PATCH V2 0/3] improve -overcommit cpu-pm=on|off
 2024-05-24 20:00 UTC  (4+ messages)
` [PATCH V2 1/3] vl: Allow multiple -overcommit commands
` [PATCH V2 2/3] target/i386: call cpu_exec_realizefn before x86_cpu_filter_features
` [PATCH V2 3/3] target/i386: Move host_cpu_enable_cpu_pm into kvm_cpu_realizefn()

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-05-24 17:22 UTC  (3+ messages)
` [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE

Add 'info pg' command to monitor
 2024-05-24 17:07 UTC  (8+ messages)
` [PATCH v2 0/6] Rework x86 page table walks
  ` [PATCH v2 1/6] Add an "info pg" command that prints the current page tables
  ` [PATCH v2 2/6] Convert 'info tlb' to use generic iterator
  ` [PATCH v2 3/6] Convert 'info mem' "
  ` [PATCH v2 4/6] Convert x86_cpu_get_memory_mapping() to use generic iterators
  ` [PATCH v2 5/6] Move tcg implementation of x86 get_physical_address into common helper code
  ` [PATCH v2 6/6] Convert x86_mmu_translate() to use common code

[PATCH] target/i386: disable jmp_opt if EFLAGS.RF is 1
 2024-05-24 16:56 UTC  (2+ messages)

[PATCH 0/5] meson: small cleanups
 2024-05-24 16:20 UTC  (6+ messages)
` [PATCH 1/5] meson: remove unnecessary reference to libm
` [PATCH 2/5] meson: remove unnecessary dependency
` [PATCH 3/5] tcg: include dependencies in static_library()
` [PATCH 4/5] meson: do not query modules before they are processed
` [PATCH 5/5] migration: remove unnecessary zlib dependency

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-05-24 16:11 UTC  (4+ messages)
` [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support

[PATCH v2 0/3] RISC-V virt MHP support
 2024-05-24 15:29 UTC  (8+ messages)
` [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
` [PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support

[PATCH 00/16] target/i386/tcg: translation cleanups
 2024-05-24 15:18 UTC  (38+ messages)
` [PATCH 01/16] target/i386: remove unnecessary gen_update_cc_op before gen_eob*
` [PATCH 02/16] target/i386: cleanup eob handling of RSM
` [PATCH 03/16] target/i386: document and group DISAS_* constants
` [PATCH 04/16] target/i386: avoid calling gen_eob_syscall before tb_stop
` [PATCH 05/16] target/i386: avoid calling gen_eob_inhibit_irq "
` [PATCH 06/16] target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the same in tb_stop
` [PATCH 07/16] target/i386: raze the gen_eob* jungle
` [PATCH 08/16] target/i386: reg in gen_ldst_modrm is always OR_TMP0
` [PATCH 09/16] target/i386: split gen_ldst_modrm for load and store
` [PATCH 10/16] target/i386: inline gen_add_A0_ds_seg
` [PATCH 11/16] target/i386: use mo_stacksize more
` [PATCH 12/16] target/i386: introduce gen_lea_ss_ofs
` [PATCH 13/16] target/i386: clean up repeated string operations
` [PATCH 14/16] target/i386: remove aflag argument of gen_lea_v_seg
` [PATCH 15/16] target/i386: cpu_load_eflags already sets cc_op
` [PATCH 16/16] target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-05-24 15:15 UTC  (7+ messages)
` [PATCH v3 2/2] cxl/core: "

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-24 14:58 UTC  (9+ messages)
` [PATCH V1 05/26] migration: precreate vmstate
` [PATCH V1 20/26] migration: cpr-exec mode
` [PATCH V1 23/26] migration: misc cpr-exec blockers

[PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-05-24 13:57 UTC  (7+ messages)
` [PATCH rfcv2 06/17] intel_iommu: Implement stage-1 translation
` [PATCH rfcv2 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH rfcv2 15/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode

[PULL 00/72] ppc-for-9.1-1 queue
 2024-05-24 13:36 UTC  (2+ messages)

[PATCH 00/16] VFIO: misc cleanups part2
 2024-05-24 13:16 UTC  (5+ messages)
` [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
` [PATCH 05/16] vfio/helpers: Make vfio_device_get_name() "

[PATCH 0/7] s390x/ccw: Error reporting cleanups
 2024-05-24 13:14 UTC  (13+ messages)
` [PATCH 1/7] hw/s390x/ccw: Make s390_ccw_get_dev_info() return a bool
` [PATCH 2/7] s390x/css: Make CCWDeviceClass::realize return bool
` [PATCH 3/7] hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()
` [PATCH 4/7] s390x/css: Make S390CCWDeviceClass::realize return bool
` [PATCH 5/7] vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()
` [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors

[PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
 2024-05-24 12:28 UTC  (4+ messages)

[PATCH v2 0/2] Zynq 7000 Improvements
 2024-05-24 12:08 UTC  (3+ messages)
` [PATCH v2 1/2] hw/arm/xilinx_zynq: Add cache controller
` [PATCH v2 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores

[PATCH 0/2] Zynq 7000 SoC improvements
 2024-05-24 11:45 UTC  (4+ messages)
` [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores

[RFC PATCH] hw/dma: Add Intel I/OAT DMA controller emulation
 2024-05-24 11:45 UTC 

[PATCH 0/6] target/riscv: Support Zabha extension
 2024-05-24 11:44 UTC  (4+ messages)
` [PATCH 5/6] target/riscv: Enable zabha for max cpu

[PATCH v2 0/2] Fix GICv2 handling of pending interrupts
 2024-05-24 11:32 UTC  (3+ messages)
` [PATCH v2 1/2] hw/intc/arm_gic: Fix set pending of PPIs
` [PATCH v2 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn

[PATCH 1/1] target/riscv: Support Zama16b extension
 2024-05-24 11:22 UTC  (2+ messages)

[PULL 00/10] loongarch-to-apply queue
 2024-05-24 10:54 UTC  (6+ messages)
` [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
` [PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width

[PATCH v7 0/8] xen: Support grant mappings
 2024-05-24 10:51 UTC  (9+ messages)
` [PATCH v7 1/8] xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
` [PATCH v7 2/8] xen: mapcache: Unmap first entries in buckets
` [PATCH v7 3/8] xen: Add xen_mr_is_memory()
` [PATCH v7 4/8] softmmu: xen: Always pass offset + addr to xen_map_cache
` [PATCH v7 5/8] softmmu: Replace check for RAMBlock offset 0 with xen_mr_is_memory
` [PATCH v7 6/8] xen: mapcache: Pass the ram_addr offset to xen_map_cache()
` [PATCH v7 7/8] xen: mapcache: Add support for grant mappings
` [PATCH v7 8/8] hw/arm: xen: Enable use of "

[PATCH v2 qemu 0/6] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-05-24 10:05 UTC  (7+ messages)
` [PATCH v2 1/6] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH v2 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
` [PATCH v2 3/6] hw/acpi: Generic Port Affinity Structure support
` [PATCH v2 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH v2 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH v2 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)

[PATCH 0/4] target/riscv: Implement May-Be-Operations(zimop) extension
 2024-05-24  9:48 UTC  (5+ messages)
` [PATCH 1/4] target/riscv: Add zimop extension
` [PATCH 3/4] target/riscv: Add zcmop extension

[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-05-24  9:31 UTC  (2+ messages)

[PATCH RFC 0/2] meson: Pass objects to declare_dependency()
 2024-05-24  9:14 UTC  (2+ messages)

[PATCH] intel_iommu: Use the latest fault reasons defined by spec
 2024-05-24  8:40 UTC  (8+ 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).