messages from 2025-01-31 21:07:15 to 2025-02-03 03:20:15 UTC [more...]
[PATCH v2 00/14] meson: Deprecate 32-bit host support
2025-02-03 3:18 UTC (15+ messages)
` [PATCH v2 01/14] meson: Drop tcg as a module
` [PATCH v2 02/14] tcg: Move stubs in tcg/perf.h to tcg/perf-stubs.c
` [PATCH v2 03/14] plugins: Uninline qemu_plugin_add_opts
` [PATCH v2 04/14] meson: Introduce CONFIG_TCG_TARGET
` [PATCH v2 05/14] tcg: Link only when required in system mode
` [PATCH v2 06/14] plugins: "
` [PATCH v2 07/14] accel/stubs: Expand stubs for TCG
` [PATCH v2 08/14] target/mips: Protect objects with CONFIG_TCG
` [PATCH v2 09/14] gitlab: Replace aarch64 with arm in cross-i686-tci build
` [PATCH v2 10/14] configure: Define TARGET_LONG_BITS in configs/targets/*.mak
` [PATCH v2 11/14] target/*: Remove TARGET_LONG_BITS from cpu-param.h
` [PATCH v2 12/14] meson: Disallow 64-bit on 32-bit TCG emulation
` [PATCH v2 13/14] meson: Deprecate 32-bit host support
` [PATCH v2 14/14] tcg: Remove TCG_OVERSIZED_GUEST
Patch: Sparc prevent segfault when dumping uninitialzed cpu state
2025-02-03 3:14 UTC
[PATCH v5 0/7] target/riscv: Add support for Control Transfer Records Ext
2025-02-03 2:58 UTC (11+ messages)
` [PATCH v5 3/7] target/riscv: Add support for Control Transfer Records extension CSRs
` [PATCH v5 4/7] target/riscv: Add support to record CTR entries
` [PATCH v5 5/7] target/riscv: Add CTR sctrclr instruction
` [PATCH v5 6/7] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs
` [PATCH v5 7/7] target/riscv: machine: Add Control Transfer Record state description
[PATCH qemu] target/riscv: Check ext_zca for misaligned return address of mret/sret
2025-02-03 2:28 UTC (2+ messages)
Call for GSoC internship project ideas
2025-02-03 1:42 UTC (3+ messages)
[PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
2025-02-03 1:30 UTC (2+ messages)
[PATCH 1/1] vhost-scsi: support VIRTIO_SCSI_F_HOTPLUG
2025-02-03 0:52 UTC
[PATCH v7 00/10] Support virtio-gpu DRM native context
2025-02-02 23:21 UTC (11+ messages)
` [PATCH v7 01/10] ui/sdl2: Restore original context after new context creation
` [PATCH v7 02/10] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v7 03/10] virtio-gpu: Handle virgl fence creation errors
` [PATCH v7 04/10] virtio-gpu: Support asynchronous fencing
` [PATCH v7 05/10] virtio-gpu: Support DRM native context
` [PATCH v7 06/10] ui/sdl2: Don't disable scanout when display is refreshed
` [PATCH v7 07/10] ui/gtk: "
` [PATCH v7 08/10] docs/system: virtio-gpu: Add link to Mesa VirGL doc
` [PATCH v7 09/10] docs/system: virtio-gpu: Update Venus link
` [PATCH v7 10/10] docs/system: virtio-gpu: Document host/guest requirements
[PATCH] linux-user/riscv: Disable unsupported SA_RESTORER
2025-02-02 22:57 UTC
[RFC 0/4] Add SPDM over Storage transport support for NVMe
2025-02-02 22:23 UTC (6+ messages)
` [RFC 2/4] spdm: add spdm storage transport virtual header
[PATCH v5] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
2025-02-02 22:20 UTC (2+ messages)
[PATCH v6 00/10] Support virtio-gpu DRM native context
2025-02-02 22:16 UTC (7+ messages)
` [PATCH v6 10/10] docs/system: virtio-gpu: Document host/guest requirements
[PATCH v5 0/8] Support virtio-gpu DRM native context
2025-02-02 22:08 UTC (6+ messages)
` [PATCH v5 8/8] docs/system: Expand the virtio-gpu documentation
[PATCH 0/1] -----BEGIN SSH SIGNATURE-----
2025-02-02 22:04 UTC (3+ messages)
` [PATCH 1/1] target/riscv: log guest errors when reserved bits are set in PTEs
[PATCH] target/sparc: fake UltraSPARC T1 PCR and PIC registers
2025-02-02 21:57 UTC (3+ messages)
[PATCH 0/2] net: Fix announce_self with vhost
2025-02-02 17:28 UTC (4+ messages)
[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 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 (5+ messages)
` [PATCH v4 09/33] migration: postcopy_ram_listen_thread() needs to take BQL for some calls
[PATCH] hw/ppc/e500: Partial implementation of local access window registers
2025-02-02 1:25 UTC (5+ 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 (6+ 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)
[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 (30+ messages)
` [PULL 03/36] hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu
` [PULL 06/36] hw/mips/loongson3_bootp: Include missing headers
` [PULL 07/36] hw/mips/loongson3: Propagate cpu_count to init_loongson_params()
` [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 13/36] hw/irq: Introduce qemu_init_irqs() helper
` [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 (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).