qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-07 03:29:12 to 2025-05-07 23:16:06 UTC [more...]

[PATCH 00/13] single-binary: make QAPI generated files common
 2025-05-07 23:14 UTC  (4+ messages)
` [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
` [PATCH 07/13] qapi: add access to qemu/target-info.h
` [PATCH 13/13] [ANNEX] build/qapi: after series

[PATCH 0/3] Fix typo in comments
 2025-05-07 22:08 UTC  (6+ messages)
` [PATCH 1/3] linux-user: Fix typo in comment
` [PATCH 2/3] Fix typo in comments
` [PATCH 3/3] "

[PATCH v5 00/24] target/m68k: fpu improvements
 2025-05-07 21:28 UTC  (26+ messages)
` [PATCH v5 01/24] target/m68k: Add FPSR exception bit defines
` [PATCH v5 02/24] target/m68k: Restore fp rounding mode on vm load
` [PATCH v5 03/24] target/m68k: Keep FPSR up-to-date
` [PATCH v5 04/24] target/m68k: Update FPSR.EXC
` [PATCH v5 05/24] target/m68k: Update FPSR for FMOVECR
` [PATCH v5 06/24] target/m68k: Introduce M68K_FEATURE_FPU_PACKED_DECIMAL
` [PATCH v5 07/24] target/m68k: Merge gen_ea into SRC_EA and DEST_EA
` [PATCH v5 08/24] target/m68k: Use g_assert_not_reached in gen_lea_mode and gen_ea_mode
` [PATCH v5 09/24] target/m68k: Use OS_UNSIZED in LEA, PEA, JMP
` [PATCH v5 10/24] target/m68k: Move pre-dec/post-inc to gen_lea_mode
` [PATCH v5 11/24] target/m68k: Split gen_ea_mode for load/store
` [PATCH v5 12/24] target/m68k: Remove env argument to gen_lea_indexed
` [PATCH v5 13/24] target/m68k: Remove env argument to gen_lea_mode
` [PATCH v5 14/24] target/m68k: Remove env argument to gen_load_mode
` [PATCH v5 15/24] target/m68k: Remove env argument to gen_store_mode
` [PATCH v5 16/24] target/m68k: Remove env argument to gen_ea_mode_fp
` [PATCH v5 17/24] target/m68k: Split gen_ea_mode_fp for load/store
` [PATCH v5 18/24] target/m68k: Move gen_addr_fault into gen_{load, store}_mode_fp
` [PATCH v5 19/24] target/m68k: Merge gen_load_fp, gen_load_mode_fp
` [PATCH v5 20/24] target/m68k: Merge gen_store_fp, gen_store_mode_fp
` [PATCH v5 21/24] target/m68k: Implement packed decimal real loads and stores
` [PATCH v5 22/24] tests/tcg/m68k: Add packed decimal tests
` [PATCH v5 23/24] target/m68k: Make vmstate variables static
` [PATCH v5 24/24] target/m68k: Implement FPIAR

[PATCH] accel/hvf: Include missing 'hw/core/cpu.h' header
 2025-05-07 20:46 UTC  (3+ messages)

[PULL 00/32] target-arm queue
 2025-05-07 20:10 UTC  (5+ messages)

[PATCH 0/3] migration, ci: Tweaks to migration-compat jobs
 2025-05-07 19:39 UTC  (8+ messages)
` [PATCH 1/3] ci: Re-enable python subtests in qtest migration suite
` [PATCH 2/3] ci: Fix build-previous-qemu when the version tag is absent
` [PATCH 3/3] ci: Reduce the size of artifacts for build-previous-qemu

[PATCH] alsaaudio: Set try-poll to false by default
 2025-05-07 19:38 UTC  (5+ messages)

[RFC PATCH 0/3] single-binary: make QAPI generated files common
 2025-05-07 19:00 UTC  (13+ messages)

[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
 2025-05-07 18:46 UTC  (8+ messages)
` [PATCH v4 1/7] vdpa: check for iova tree initialized at net_client_start
` [PATCH v4 2/7] vdpa: reorder vhost_vdpa_set_backend_cap
` [PATCH v4 3/7] vdpa: set backend capabilities at vhost_vdpa_init
` [PATCH v4 4/7] vdpa: add listener_registered
` [PATCH v4 5/7] vdpa: reorder listener assignment
` [PATCH v4 6/7] vdpa: move iova_tree allocation to net_vhost_vdpa_init
` [PATCH v4 7/7] vdpa: move memory listener register to vhost_vdpa_init

[PATCH] meson: use thorough test setup as default
 2025-05-07 18:45 UTC  (9+ messages)

[PATCH v3 0/2] io: Increase unix stream socket buffer size
 2025-05-07 18:23 UTC  (5+ messages)
` [PATCH v3 1/2] io: Increase unix socket buffers size on macOS

[PATCH 0/2] docs: Bump sphinx to 8.2.3
 2025-05-07 18:23 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v6 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-05-07 18:09 UTC  (7+ messages)
` [PATCH v6 1/3] util: Add functions for s390x mmio read/write
` [PATCH v6 2/3] include: Add a header to define host PCI MMIO functions

[PULL 00/21] Trivial patches for 2025-05-07
 2025-05-07 18:04 UTC  (22+ messages)
` [PULL 01/21] linux-user/syscall.c: add translation logic for epoll_pwait2 syscall
` [PULL 02/21] hw/pci/pci.c: Turn DPRINTF into trace events
` [PULL 03/21] hw/isa/ich9: Remove stray empty comment
` [PULL 04/21] hw/i386/acpi-build: Fix typo and grammar in comment
` [PULL 05/21] hw/i386/acpi-build: Update document reference
` [PULL 06/21] hw/acpi/ich9: Remove ICH9_DEBUG macro
` [PULL 07/21] hw/i386/acpi-build: Fix typo in function name
` [PULL 08/21] hw/core/machine: Fix indentation
` [PULL 09/21] qom/object: Fix typo in comment
` [PULL 10/21] hw/net/e1000: Remove stray empty comment in header
` [PULL 11/21] hw/pci-host/gpex-acpi: Fix typo in comment
` [PULL 12/21] hw/acpi/pcihp: Fix typo in function name
` [PULL 13/21] linux-user/mmap.c: fix "of of" typo in comment
` [PULL 14/21] block.c: fix "the the" "
` [PULL 15/21] hw/xen/xen-hvm-common.c: "
` [PULL 16/21] include/exec/cpu-common.h: "
` [PULL 17/21] include/hw/xen/interface/io/blkif.h: "
` [PULL 18/21] qapi/qom.json: "
` [PULL 19/21] hw/display/apple-gfx.m: fix "in in" "
` [PULL 20/21] qapi/machine-target.json: "
` [PULL 21/21] docs: replace `-hda` with `-drive` & update `root=` kernel parameter

[PULL v2 00/21] Trivial patches for 2025-05-07
 2025-05-07 18:07 UTC  (2+ messages)
` [PULL 21/21] docs: replace `-hda` with `-drive` & update `root=` kernel parameter

[PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
 2025-05-07 17:32 UTC  (3+ messages)

[PATCH] qom/object: Fix typo in comment
 2025-05-07 17:08 UTC  (3+ messages)

[RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
 2025-05-07 16:58 UTC 

[RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add, sub} under certain modes
 2025-05-07 16:16 UTC  (4+ messages)
` [RFC PATCH v2] target/loongarch: Fix incorrect rounding in fnm{add,sub} "

The current implementation status of ARM Secure SMMU in QEMU
 2025-05-07 15:39 UTC 

[PATCH v2] util/memfd: allow allocating 0 bytes
 2025-05-07 15:51 UTC  (3+ messages)

[PATCH] fpu: Process float_muladd_negate_result after rounding
 2025-05-07 15:26 UTC  (2+ messages)

[PATCH v3 00/15] vfio: preparation for vfio-user
 2025-05-07 15:20 UTC  (16+ messages)
` [PATCH v3 01/15] vfio: add vfio_device_prepare()
` [PATCH v3 02/15] vfio: add vfio_device_unprepare()
` [PATCH v3 03/15] vfio: add vfio_attach_device_by_iommu_type()
` [PATCH v3 04/15] vfio: add vfio_device_get_irq_info() helper
` [PATCH v3 05/15] vfio: consistently handle return value for helpers
` [PATCH v3 06/15] vfio: add strread/writeerror()
` [PATCH v3 07/15] vfio: add vfio_pci_config_space_read/write()
` [PATCH v3 08/15] vfio: add unmap_all flag to DMA unmap callback
` [PATCH v3 09/15] vfio: implement unmap all for DMA unmap callbacks
` [PATCH v3 10/15] vfio: add device IO ops vector
` [PATCH v3 11/15] vfio: add region info cache
` [PATCH v3 12/15] vfio: add read/write to device IO ops vector
` [PATCH v3 13/15] vfio: add vfio-pci-base class
` [PATCH v3 14/15] vfio/container: pass listener_begin/commit callbacks
` [PATCH v3 15/15] vfio/container: pass MemoryRegion to DMA operations

[RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
 2025-05-07 15:12 UTC  (3+ messages)

KVM/QEMU Community call 29/04/2025 agenda items?
 2025-05-07 15:11 UTC  (9+ messages)

[PATCH] crypto: fully drop built-in cipher provider
 2025-05-07 14:18 UTC  (2+ messages)

[PATCH] hw/nvme: fix nvme hotplugging
 2025-05-07 14:14 UTC  (2+ messages)

[PATCH v2 00/15] vfio: preparation for vfio-user
 2025-05-07 13:58 UTC  (7+ messages)
` [PATCH v2 09/15] vfio: implement unmap all for DMA unmap callbacks
` [PATCH v2 15/15] vfio/container: pass MemoryRegion to DMA operations

[PATCH v4] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
 2025-05-07 13:43 UTC  (6+ messages)

[PATCH v3] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch
 2025-05-07 13:43 UTC  (4+ messages)

[PATCH] gdbstub: Implement qqemu.Pid packet
 2025-05-07 13:38 UTC  (4+ messages)

[PULL v2 00/59] tcg patch queue
 2025-05-07 13:17 UTC  (2+ messages)

[PULL 0/8] loongarch-to-apply queue
 2025-05-07 13:17 UTC  (2+ messages)

[PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
 2025-05-07 13:06 UTC  (2+ messages)

[PATCH 0/4] target/i386: Emulate ftz and denormal flag bits correctly
 2025-05-07 13:12 UTC  (5+ messages)
` [PATCH 1/4] target/i386: Detect flush-to-zero after rounding
` [PATCH 2/4] target/i386: Use correct type for get_float_exception_flags() values

[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-07 11:59 UTC  (16+ messages)
` [PATCH v3 01/19] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
` [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v3 03/19] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem()
` [PATCH v3 04/19] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
` [PATCH v3 05/19] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v3 06/19] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
` [PATCH v3 07/19] hw/i386/pc: Remove pc_compat_2_6[] array

[PATCH v2] util/memfd: allow allocating 0 bytes
 2025-05-07 11:36 UTC  (6+ messages)

[PULL 00/22] Misc HW patches for 2025-05-06
 2025-05-07 11:20 UTC  (4+ messages)
` [PULL 05/22] target/i386/hvf: Include missing 'exec/target_page.h' header

[PATCH v1 0/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
 2025-05-07 10:10 UTC  (4+ messages)
` [PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
` [PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
` [PATCH v1 3/3] docs: Remove ast2700fc from Aspeed family boards

[v2] tests/qtest: Add qtest for NPCM8XX PSPI module
 2025-05-07  9:18 UTC 

[PATCH v2 0/6] Add support for user creatable SMMUv3 device
 2025-05-07  8:50 UTC  (6+ messages)
` [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC

[PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module
 2025-05-07  8:46 UTC  (3+ messages)

[PATCH] hw/usb/network: Remove hardcoded 0x40 prefix
 2025-05-07  8:45 UTC  (2+ messages)

[PATCH preview 0/5] rust: allow minimum version of 1.83
 2025-05-07  7:59 UTC  (3+ messages)
` [PATCH 4/5] rust: vmstate: use const_refs_to_static

[PATCH] qtest/migration/rdma: Add test for rdma migration with ipv6
 2025-05-07  7:02 UTC  (7+ messages)

[PULL 00/23] aspeed queue
 2025-05-07  6:46 UTC  (8+ messages)
` [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc

[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
 2025-05-07  6:08 UTC  (19+ messages)
` [PATCH v3 11/19] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
` [PATCH v3 12/19] hw/core/machine: Remove hw_compat_2_5[] array
` [PATCH v3 13/19] hw/block/fdc-isa: Remove 'fallback' property
` [PATCH v3 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
` [PATCH v3 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
` [PATCH v3 16/19] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
` [PATCH v3 17/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
` [PATCH v3 18/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
` [PATCH v3 19/19] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit

[PULL 0/6] Ui patches
 2025-05-07  5:44 UTC  (7+ messages)
` [PULL 1/6] ui/dmabuf: extend QemuDmaBuf to support multi-plane
` [PULL 2/6] ui/egl: require EGL_EXT_image_dma_buf_import_modifiers
` [PULL 3/6] ui/egl: use DRM_FORMAT_MOD_INVALID as default modifier
` [PULL 4/6] ui/egl: support multi-plane dmabuf when egl export/import
` [PULL 5/6] ui/dbus: change dbus ScanoutDMABUF interface
` [PULL 6/6] ui/spice: support multi plane dmabuf scanout

[PATCH 0/3] ppc/spapr: remove deprecated machines till pseries-4.0
 2025-05-07  5:40 UTC  (5+ messages)
` [PATCH 1/3] ppc/spapr: remove deprecated machine pseries-3.0
` [PATCH 2/3] ppc/spapr: remove deprecated machine pseries-3.1
` [PATCH 3/3] ppc/spapr: remove deprecated machine pseries-4.0

[PATCH] Drop support for Python 3.8
 2025-05-07  5:35 UTC  (9+ 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).