qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-31 17:04:32 to 2025-02-02 17:18:19 UTC [more...]

[PATCH v2 00/69] target/arm: FEAT_AFP and FEAT_RPRES
 2025-02-02 17:17 UTC  (74+ messages)
` [PATCH v2 01/69] target/i386: Do not raise Invalid for 0 * Inf + QNaN
` [PATCH v2 02/69] tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases
` [PATCH v2 03/69] fpu: Add float_class_denormal
` [PATCH v2 04/69] fpu: Implement float_flag_input_denormal_used
` [PATCH v2 05/69] fpu: allow flushing of output denormals to be after rounding
` [PATCH v2 06/69] target/arm: Define FPCR AH, FIZ, NEP bits
` [PATCH v2 07/69] target/arm: Implement FPCR.FIZ handling
` [PATCH v2 08/69] target/arm: Adjust FP behaviour for FPCR.AH = 1
` [PATCH v2 09/69] target/arm: Adjust exception flag handling for AH "
` [PATCH v2 10/69] target/arm: Add FPCR.AH to tbflags
` [PATCH v2 11/69] target/arm: Set up float_status to use for FPCR.AH=1 behaviour
` [PATCH v2 12/69] target/arm: Use FPST_FPCR_AH for FRECPE, FRECPS, FRECPX, FRSQRTE, FRSQRTS
` [PATCH v2 13/69] target/arm: Use FPST_FPCR_AH for BFCVT* insns
` [PATCH v2 14/69] target/arm: Use FPST_FPCR_AH for BFMLAL*, BFMLSL* insns
` [PATCH v2 15/69] target/arm: Add FPCR.NEP to TBFLAGS
` [PATCH v2 16/69] target/arm: Define and use new write_fp_*reg_merging() functions
` [PATCH v2 17/69] target/arm: Handle FPCR.NEP for 3-input scalar operations
` [PATCH v2 18/69] target/arm: Handle FPCR.NEP for BFCVT scalar
` [PATCH v2 19/69] target/arm: Handle FPCR.NEP for 1-input scalar operations
` [PATCH v2 20/69] target/arm: Handle FPCR.NEP in do_cvtf_scalar()
` [PATCH v2 21/69] target/arm: Handle FPCR.NEP for scalar FABS and FNEG
` [PATCH v2 22/69] target/arm: Handle FPCR.NEP for FCVTXN (scalar)
` [PATCH v2 23/69] target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element
` [PATCH v2 24/69] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX
` [PATCH v2 25/69] target/arm: Implement FPCR.AH semantics for vector FMIN/FMAX
` [PATCH v2 26/69] target/arm: Implement FPCR.AH semantics for FMAXV and FMINV
` [PATCH v2 27/69] target/arm: Implement FPCR.AH semantics for FMINP and FMAXP
` [PATCH v2 28/69] target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV
` [PATCH v2 29/69] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX immediate
` [PATCH v2 30/69] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX vector
` [PATCH v2 31/69] target/arm: Implement FPCR.AH handling of negation of NaN
` [PATCH v2 32/69] target/arm: Implement FPCR.AH handling for scalar FABS and FABD
` [PATCH v2 33/69] target/arm: Handle FPCR.AH in vector FABD
` [PATCH v2 34/69] target/arm: Handle FPCR.AH in SVE FNEG
` [PATCH v2 35/69] target/arm: Handle FPCR.AH in SVE FABS
` [PATCH v2 36/69] target/arm: Handle FPCR.AH in SVE FABD
` [PATCH v2 37/69] target/arm: Handle FPCR.AH in negation steps in SVE FCADD
` [PATCH v2 38/69] target/arm: Handle FPCR.AH in negation steps in FCADD
` [PATCH v2 39/69] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS scalar insns
` [PATCH v2 40/69] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insns
` [PATCH v2 41/69] target/arm: Handle FPCR.AH in negation step in FMLS (indexed)
` [PATCH v2 42/69] target/arm: Handle FPCR.AH in negation in FMLS (vector)
` [PATCH v2 43/69] target/arm: Handle FPCR.AH in negation step in SVE "
` [PATCH v2 44/69] target/arm: Handle FPCR.AH in SVE FTSSEL
` [PATCH v2 45/69] target/arm: Handle FPCR.AH in SVE FTMAD
` [PATCH v2 46/69] target/arm: Handle FPCR.AH in vector FCMLA
` [PATCH v2 47/69] target/arm: Handle FPCR.AH in FCMLA by index
` [PATCH v2 48/69] target/arm: Handle FPCR.AH in SVE FCMLA
` [PATCH v2 49/69] target/arm: Handle FPCR.AH in FMLSL (by element and vector)
` [PATCH v2 50/69] target/arm: Handle FPCR.AH in SVE FMLSL (indexed)
` [PATCH v2 51/69] target/arm: Handle FPCR.AH in SVE FMLSLB, FMLSLT (vectors)
` [PATCH v2 52/69] target/arm: Enable FEAT_AFP for '-cpu max'
` [PATCH v2 53/69] target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper
` [PATCH v2 54/69] target/arm: Implement increased precision FRECPE
` [PATCH v2 55/69] target/arm: Implement increased precision FRSQRTE
` [PATCH v2 56/69] target/arm: Enable FEAT_RPRES for -cpu max
` [PATCH v2 57/69] target/arm: Introduce CPUARMState.vfp.fp_status[]
` [PATCH v2 58/69] target/arm: Remove standard_fp_status_f16
` [PATCH v2 59/69] target/arm: Remove standard_fp_status
` [PATCH v2 60/69] target/arm: Remove ah_fp_status_f16
` [PATCH v2 61/69] target/arm: Remove ah_fp_status
` [PATCH v2 62/69] target/arm: Remove fp_status_f16_a64
` [PATCH v2 63/69] target/arm: Remove fp_status_f16_a32
` [PATCH v2 64/69] target/arm: Remove fp_status_a64
` [PATCH v2 65/69] target/arm: Remove fp_status_a32
` [PATCH v2 66/69] target/arm: Simplify fp_status indexing in mve_helper.c
` [PATCH v2 67/69] target/arm: Simplify DO_VFP_cmp in vfp_helper.c
` [PATCH v2 68/69] target/arm: Read fz16 from env->vfp.fpcr
` [PATCH v2 69/69] target/arm: Sink fp_status and fpcr access into do_fmlal*

[PATCH 00/21] Add i.MX 8M Plus EVK machine
 2025-02-02 17:09 UTC  (10+ messages)
` [PATCH 09/21] hw/arm/fsl-imx8mp: Add PCIe support
` [PATCH 20/21] hw/i2c: Import TCA6416 emulation from Xilinx

[PATCH v2 0/5] vfio/igd: remove incorrect IO BAR4 quirk
 2025-02-02 16:24 UTC  (12+ messages)
` [PATCH v2 3/5] vfio/igd: refactor vfio_probe_igd_bar4_quirk() into pci config quirk
` [PATCH v2 5/5] vfio/igd: handle x-igd-opregion in vfio_probe_igd_config_quirk()

[PATCH v6 00/10] Support virtio-gpu DRM native context
 2025-02-02 15:17 UTC  (9+ messages)
` [PATCH v6 10/10] docs/system: virtio-gpu: Document host/guest requirements

[PATCH v7 00/52] QEMU TDX support
 2025-02-02 14:39 UTC  (4+ messages)
` [PATCH v7 51/52] i386/tdx: Validate phys_bits against host value

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-02 12:45 UTC  (8+ messages)
` [PATCH v4 09/33] migration: postcopy_ram_listen_thread() needs to take BQL for some calls

[PATCH 0/1] -----BEGIN SSH SIGNATURE-----
 2025-02-02  5:15 UTC  (2+ messages)
` [PATCH 1/1] target/riscv: log guest errors when reserved bits are set in PTEs

[PATCH] hw/ppc/e500: Partial implementation of local access window registers
 2025-02-02  1:25 UTC  (5+ messages)

[PATCH 0/2] net: Fix announce_self with vhost
 2025-02-01 19:36 UTC  (3+ messages)

[PATCH 0/1] meson: Deprecate 32-bit host systems
 2025-02-01 15:20 UTC  (14+ messages)

[PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM
 2025-02-01 14:30 UTC  (11+ messages)
` [PATCH 1/7] hw/arm/raspi4b: Declare machine types using DEFINE_TYPES() macro
` [PATCH 2/7] hw/arm/raspi4b: Introduce abstract raspi4-base machine type
` [PATCH 3/7] hw/arm/raspi4b: Split raspi4b_machine_class_init() in two (1g and 2g)
` [PATCH 4/7] hw/arm/raspi4b: Rename as raspi4b-1g / raspi4b-2g, deprecating old name
` [PATCH 5/7] hw/arm/raspi4b: Expose the raspi4b-1g machine on 64-bit hosts
` [PATCH 6/7] hw/arm/raspi4b: Add the raspi4b-4g machine
` [PATCH 7/7] hw/arm/raspi4b: Add the raspi4b-8g machine

[PATCH v2 0/2] Add me as the maintainer for ivshmem-pci
 2025-02-01  7:08 UTC  (4+ messages)

[PATCH v7 0/6] Poisoned memory recovery on reboot
 2025-02-01  9:57 UTC  (7+ messages)
` [PATCH v7 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v7 2/6] system/physmem: poisoned memory discard on reboot
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()
` [PATCH v7 5/6] hostmem: Factor out applying settings
` [PATCH v7 6/6] hostmem: Handle remapping of RAM

[PATCH v6 0/6] Poisoned memory recovery on reboot
 2025-02-01  9:57 UTC  (4+ messages)
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page

[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
 2025-02-01  7:32 UTC  (5+ messages)
` [PATCH 11/14] target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps
` [PATCH 13/14] target/arm: Rename CP_ACCESS_TRAP_UNCATEGORIZED to CP_ACCESS_UNDEFINED

[PATCH v3 0/3] plugins: add tb convenience functions
 2025-02-01  7:24 UTC  (5+ messages)
` [PATCH v3 1/3] plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr
` [PATCH v3 2/3] plugin: extend API with qemu_plugin_tb_size
` [PATCH v3 3/3] plugins: extend insn test for new convenience functions

[PATCH] hw/arm/virt: Support larger highmem MMIO regions
 2025-02-01  0:03 UTC  (8+ messages)

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-01-31 22:18 UTC  (7+ messages)
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width

[PATCH] vfio/pci: Skip enabling INTx if the IRQ line is also unassgined
 2025-01-31 22:02 UTC  (2+ messages)

[PATCH] target/sparc: fake UltraSPARC T1 PCR and PIC registers
 2025-01-31 21:44 UTC 

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-01-31 21:41 UTC  (4+ messages)

[PULL 00/36] Misc HW patches for 2025-01-31
 2025-01-31 21:05 UTC  (37+ messages)
` [PULL 01/36] hw/rx/rx-gdbsim: Remove unnecessary uses of &first_cpu
` [PULL 02/36] hw/mips/loongson3_virt: Factor generic_cpu_reset() out
` [PULL 03/36] hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu
` [PULL 04/36] hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparams
` [PULL 05/36] hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz()
` [PULL 06/36] hw/mips/loongson3_bootp: Include missing headers
` [PULL 07/36] hw/mips/loongson3: Propagate cpu_count to init_loongson_params()
` [PULL 08/36] hw/mips/loongson3_virt: Propagate cpu_count to init_boot_param()
` [PULL 09/36] hw/mips/loongson3_bootp: Propagate processor_id to init_cpu_info()
` [PULL 10/36] hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()
` [PULL 11/36] hw/mips/loongson3_virt: Propagate %processor_id to init_boot_param()
` [PULL 12/36] hw/mips/loongson3_bootp: Move to common_ss[]
` [PULL 13/36] hw/irq: Introduce qemu_init_irqs() helper
` [PULL 14/36] hw/ipack: Clarify KConfig symbols
` [PULL 15/36] hw/ipack: Remove legacy qemu_allocate_irqs() use
` [PULL 16/36] hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
` [PULL 17/36] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
` [PULL 18/36] hw/misc/i2c-echo: add tracing
` [PULL 19/36] hw/usb/hcd-ehci: Fix debug printf format string
` [PULL 20/36] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as()
` [PULL 21/36] hw/loader: Remove unused load_elf_ram()
` [PULL 22/36] hw/loader: Clarify local variable name in load_elf_ram_sym()
` [PULL 23/36] hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
` [PULL 24/36] hw/loader: Pass ELFDATA endian order argument to load_elf_as()
` [PULL 25/36] hw/loader: Pass ELFDATA endian order argument to load_elf()
` [PULL 26/36] hw/sd/omap_mmc: Do a minimal conversion to QDev
` [PULL 27/36] hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState
` [PULL 28/36] hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs
` [PULL 29/36] hw/sd/omap_mmc: Convert to SDBus API
` [PULL 30/36] hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devices
` [PULL 31/36] hw/arm/omap1: Inline creation of MMC
` [PULL 32/36] hw/sd/omap_mmc: Remove unused coverswitch qemu_irq
` [PULL 33/36] hw/sd/omap_mmc: Untabify
` [PULL 34/36] hw/sd: Remove unused 'enable' method from SDCardClass
` [PULL 35/36] hw/sd: Remove unused legacy functions, stop killing mammoths
` [PULL 36/36] hw/sd: Remove unused SDState::enable

[PATCH v2 0/3] plugins: add tb convenience functions
 2025-01-31 21:09 UTC  (6+ messages)
` [PATCH v2 1/3] plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr
` [PATCH v2 2/3] plugin: extend API with qemu_plugin_tb_size
` [PATCH v2 3/3] plugins: extend insn test for new convenience functions

[PATCH 0/2] CXL CCI Media Operations
 2025-01-31 20:48 UTC  (4+ messages)
  ` [PATCH 2/2] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands (8.2.9.9.5.3)

[PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
 2025-01-31 20:28 UTC  (2+ messages)

[PATCH 0/2] hw/cxl: Add tracing for component I/O region
 2025-01-31 19:07 UTC  (6+ messages)
` [PATCH 2/2] hw/cxl: Allow tracing component I/O accesses

[PATCH] MAINTAINERS: Add myself as HPPA maintainer
 2025-01-31 18:35 UTC  (4+ messages)

[PATCH v2 00/11] hw/mips/loongson3: Remove uses of &first_cpu global
 2025-01-31 18:08 UTC  (2+ messages)

[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-31 17:42 UTC  (15+ messages)
` [PATCH v3 01/14] acpi/ghes: Prepare to support multiple sources on ghes
` [PATCH v3 02/14] acpi/ghes: add a firmware file with HEST address
` [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v3 04/14] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v3 05/14] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v3 06/14] acpi/ghes: only set hw_error_le or hest_addr_le
` [PATCH v3 07/14] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v3 08/14] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v3 09/14] acpi/generic_event_device: add an APEI error device
` [PATCH v3 10/14] tests/acpi: virt: allow acpi table changes for a new table: HEST
` [PATCH v3 11/14] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v3 12/14] tests/acpi: virt: add a HEST table to aarch64 virt and update DSDT
` [PATCH v3 13/14] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v3 14/14] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES
 2025-01-31 17:05 UTC  (4+ messages)
` [PATCH 27/76] target/arm: Define FPCR AH, FIZ, NEP bits


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