messages from 2025-05-16 09:30:08 to 2025-05-19 06:20:04 UTC [more...]
[PATCH v2 00/12] qapi: remove all TARGET_* conditionals from the schema
2025-05-19 6:18 UTC (11+ messages)
` [PATCH v2 01/12] qapi: expose rtc-reset-reinjection command unconditionally
` [PATCH v2 02/12] qapi: expand docs for SEV commands
` [PATCH v2 08/12] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
` [PATCH v2 09/12] qapi: make most CPU commands unconditionally available
[PATCH] vfio/igd: Respect x-igd-opregion=off in IGD quirk handling
2025-05-19 6:00 UTC (4+ messages)
[PATCH] hw/s390x/s390-virtio-ccw: Remove the deprecated 4.1 machine type
2025-05-19 5:47 UTC
[PULL 00/56] riscv-to-apply queue
2025-05-19 4:05 UTC (57+ messages)
` [PULL 01/56] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
` [PULL 02/56] hw/riscv/virt-acpi-build: Add support for RIMT
` [PULL 03/56] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PULL 04/56] target/riscv: pmp: move Smepmp operation conversion into a function
` [PULL 05/56] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
` [PULL 06/56] target/riscv: pmp: exit csr writes early if value was not changed
` [PULL 07/56] target/riscv: pmp: remove redundant check in pmp_is_locked
` [PULL 08/56] Generate strided vector loads/stores with tcg nodes
` [PULL 09/56] hw/misc: Add MPFS system reset support
` [PULL 10/56] hw/riscv: More flexible FDT placement for MPFS
` [PULL 11/56] hw/riscv: Make FDT optional "
` [PULL 12/56] hw/riscv: Allow direct start of kernel "
` [PULL 13/56] hw/riscv: Configurable MPFS CLINT timebase freq
` [PULL 14/56] hw/riscv: microchip_pfsoc: Rework documentation
` [PULL 15/56] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores
` [PULL 16/56] Expand the probe_pages helper function to handle probe flags
` [PULL 17/56] hw/riscv: Fix type conflict of GLib function pointers
` [PULL 18/56] target/riscv: fix endless translation loop on big endian systems
` [PULL 19/56] common-user/host/riscv: use tail pseudoinstruction for calling tail
` [PULL 20/56] target/riscv: rvv: Source vector registers cannot overlap mask register
` [PULL 21/56] target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
` [PULL 22/56] target/riscv: rvv: Apply vext_check_input_eew to vrgather instructions to check mismatched input EEWs encoding constraint
` [PULL 23/56] target/riscv: rvv: Apply vext_check_input_eew to OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
` [PULL 24/56] target/riscv: rvv: Apply vext_check_input_eew to OPIVV/OPFVV(vext_check_sss) instructions
` [PULL 25/56] target/riscv: rvv: Apply vext_check_input_eew to vector slide instructions(OPIVI/OPIVX)
` [PULL 26/56] target/riscv: rvv: Apply vext_check_input_eew to vector integer extension instructions(OPMVV)
` [PULL 27/56] target/riscv: rvv: Apply vext_check_input_eew to vector narrow/widen instructions
` [PULL 28/56] target/riscv: rvv: Apply vext_check_input_eew to vector indexed load/store instructions
` [PULL 29/56] target/riscv: Fix the rvv reserved encoding of unmasked instructions
` [PULL 30/56] target/riscv: Fix vslidedown with rvv_ta_all_1s
` [PULL 31/56] MAINTAINERS: Add common-user/host/riscv to RISC-V section
` [PULL 32/56] target/riscv: Pass ra to riscv_csr_write_fn
` [PULL 33/56] target/riscv: Pass ra to riscv_csrrw_do64
` [PULL 34/56] target/riscv: Pass ra to riscv_csrrw_do128
` [PULL 35/56] target/riscv: Pass ra to riscv_csrrw
` [PULL 36/56] target/riscv: Pass ra to riscv_csrrw_i128
` [PULL 37/56] target/riscv: Move insn_len to internals.h
` [PULL 38/56] target/riscv: Fix write_misa vs aligned next_pc
` [PULL 39/56] target/riscv/kvm: minor fixes/tweaks
` [PULL 40/56] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [PULL 41/56] target/riscv/kvm: turn u32/u64 reg functions into macros
` [PULL 42/56] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
` [PULL 43/56] target/riscv/kvm: add kvm_csr_cfgs[]
` [PULL 44/56] target/riscv/kvm: do not read unavailable CSRs
` [PULL 45/56] target/riscv/kvm: add senvcfg CSR
` [PULL 46/56] target/riscv/kvm: read/write KVM regs via env size
` [PULL 47/56] target/riscv/kvm: add scounteren CSR
` [PULL 48/56] hw/riscv/virt.c: enforce s->memmap use in machine_init()
` [PULL 49/56] hw/riscv/virt.c: remove trivial virt_memmap references
` [PULL 50/56] hw/riscv/virt.c: use s->memmap in virt_machine_done()
` [PULL 51/56] hw/riscv/virt.c: add 'base' arg in create_fw_cfg()
` [PULL 52/56] hw/riscv/virt.c: use s->memmap in create_fdt() path
` [PULL 53/56] hw/riscv/virt.c: use s->memmap in create_fdt_sockets() path
` [PULL 54/56] hw/riscv/virt.c: use s->memmap in create_fdt_virtio()
` [PULL 55/56] hw/riscv/virt.c: use s->memmap in finalize_fdt() functions
` [PULL 56/56] hw/riscv/virt.c: remove 'long' casts in fmt strings
[PATCH V3 0/4] acpi: Add machine option to disable SPCR table
2025-05-19 4:12 UTC (7+ messages)
` [PATCH V3 1/4] "
` [PATCH V3 3/4] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
` [PATCH V3 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware
[PATCH v3 0/2] amd_iommu: Fixes
2025-05-19 3:59 UTC (8+ messages)
` [PATCH v3 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on
` [PATCH v3 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
[PATCH v2 0/4] Several sstc extension fixes
2025-05-19 3:24 UTC (6+ messages)
` [PATCH v2 2/4] hw/intc: riscv_aclint: Fix mtime write for sstc extension
` [PATCH v2 4/4] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed
[PATCH v2] target/riscv/kvm: add satp mode for host cpu
2025-05-19 3:24 UTC (3+ messages)
[PATCH V3 00/42] Live update: vfio and iommufd
2025-05-19 3:25 UTC (30+ messages)
` [PATCH V3 06/42] vfio/container: register container for cpr
` [PATCH V3 14/42] pci: skip reset during cpr
` [PATCH V3 21/42] vfio/pci: export MSI functions
` [PATCH V3 24/42] migration: close kvm after cpr
` [PATCH V3 34/42] vfio/iommufd: invariant device name
` [PATCH V3 35/42] vfio/iommufd: register container for cpr
` [PATCH V3 36/42] vfio/iommufd: preserve descriptors
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
[PATCH 00/15] hw/loongarch/virt: Add kvm_irqchip_in_kernel support
2025-05-19 2:56 UTC (8+ messages)
` [PATCH 03/15] hw/intc/loongarch_extioi: Add irqchip-in-kernel save/restore function
` [PATCH 11/15] hw/intc/loongarch_pch: Add irqchip-in-kernel realize function
` [PATCH 14/15] target/loongarch: Report error with split kernel_irqchip option
[PATCH 0/6] Add bios-tables-test for LoongArch64 system
2025-05-19 2:46 UTC (11+ messages)
` [PATCH 3/6] tests/qtest/bios-tables-test: Add basic testing for LoongArch64
` [PATCH 4/6] tests/acpi: Add empty ACPI data files "
[PULL 00/46] aspeed queue
2025-05-19 1:52 UTC (9+ messages)
` [PULL 34/46] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PULL 45/46] tests/functional/aspeed: Add test case for AST2700 A1
[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
2025-05-19 0:32 UTC (2+ messages)
[PATCH 1/2] target/riscv: Add the implied rule for G extension
2025-05-19 0:21 UTC (3+ messages)
` [PATCH 2/2] target/riscv: Add standard B extension implied rule
[PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'
2025-05-19 0:19 UTC (3+ messages)
[PATCH 00/12] accel/tcg: Fix cross-page pointer wrapping issue
2025-05-19 0:17 UTC (3+ messages)
` [PATCH 09/12] target/riscv: Fill in TCGCPUOps.pointer_wrap
[PATCH] roms: re-remove execute bit from hppa-firmware*
2025-05-18 17:54 UTC
[PATCH 00/27] vfio-user client
2025-05-18 17:00 UTC (10+ messages)
` [PATCH 02/27] vfio/container: pass MemoryRegion to DMA operations
` [PATCH 03/27] vfio: move more cleanup into vfio_pci_put_device()
` [PATCH 04/27] vfio: move config space read into vfio_pci_config_setup()
` [PATCH 05/27] vfio: refactor out IRQ signalling setup
[PATCH v2] virtio-gpu: support context init multiple timeline
2025-05-18 16:25 UTC (2+ messages)
[PATCH] virtio-gpu: support context init multiple timeline
2025-05-18 12:50 UTC (2+ messages)
[PATCH v4] tests/functional: Add PCI hotplug test for aarch64
2025-05-18 9:26 UTC (4+ messages)
[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-18 4:56 UTC (7+ messages)
` [PATCH v2 12/14] ui/gtk-gl-area: Remove extra draw call in refresh
[PULL 00/14] NBD patches for 2025-05-14
2025-05-15 21:53 UTC (2+ messages)
[PULL 00/27] virtio,pci,pc: fixes, features
2025-05-15 21:53 UTC (2+ messages)
[PULL 0/1] nvme queue
2025-05-15 21:53 UTC (2+ messages)
[PULL 00/13] s390x obsolete machine removal & misc fixes
2025-05-15 21:52 UTC (2+ messages)
[PULL 00/58] target-arm queue
2025-05-15 21:53 UTC (2+ messages)
[PATCH v4 0/3] nbd: Increase unix socket buffer size
2025-05-17 20:11 UTC (4+ messages)
` [PATCH v4 1/3] io: Add helper for setting socket send "
` [PATCH v4 2/3] nbd: Set unix socket send buffer on macOS
` [PATCH v4 3/3] nbd: Set unix socket send buffer on Linux
[PATCH 0/6] single-binary: build target common libraries with dependencies
2025-05-17 19:37 UTC (9+ messages)
` [PATCH 1/6] meson: build target libraries with common dependencies
` [PATCH 5/6] meson: merge lib{system, user}_ss with {system, user}_ss
[PATCH v3 00/10] Improve futex usage
2025-05-17 16:30 UTC (17+ messages)
` [PATCH v3 01/10] futex: Check value after qemu_futex_wait()
` [PATCH v3 04/10] qemu-thread: Avoid futex abstraction for non-Linux
[PATCH 0/2] qapi/misc-target: Rename SGX related items to follow QAPI naming style
2025-05-17 14:29 UTC (2+ messages)
[PATCH v5 0/2] GT64120 PCI endianness fixes and cleanup
2025-05-17 14:16 UTC (5+ messages)
` [PATCH v5 1/2] hw/pci-host/gt64120: Fix endianness handling
[PATCH V4] vfio: return mr from vfio_get_xlat_addr
2025-05-17 13:55 UTC (5+ messages)
[PATCH 0/3] target/hppa: Fix FP exception handling
2025-05-17 12:00 UTC (4+ messages)
` [PATCH 1/3] target/hppa: Copy instruction code into fr1 on FPU assist fault
` [PATCH 2/3] linux-user/hppa: Send proper si_code on SIGFPE exception
` [PATCH 3/3] target/hppa: Fix FPE exceptions
[PATCH v2] plugin: Add callback support for vCPU hardware and architecture-specific interrupts
2025-05-17 11:32 UTC (2+ messages)
[PATCH] plugin: Add callback support for vCPU hardware and architecture-specific interrupts
2025-05-17 10:19 UTC
[PATCH v2 0/2] block/null: Add read-pattern option
2025-05-16 21:35 UTC (11+ messages)
` [PATCH v2 1/2] block/null: Report DATA if not reading zeroes
` [PATCH v2 2/2] block/null: Add read-pattern option
[PATCH v2 0/6] Add support for user creatable SMMUv3 device
2025-05-16 20:53 UTC (9+ messages)
` [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
[PATCH v4 0/7] Move memory listener register to vhost_vdpa_init
2025-05-16 19:09 UTC (9+ messages)
[PATCH] migration/multifd: Don't send device state packets with zerocopy flag
2025-05-16 16:54 UTC (3+ messages)
[PATCH 00/50] ppc/xive: updates for PowerVM
2025-05-16 16:22 UTC (7+ messages)
` [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
` [PATCH 17/50] pnv/xive2: Support ESB Escalation
[PATCH v4 0/7] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
2025-05-16 15:56 UTC (8+ messages)
` [PATCH v4 1/7] io: Fix partial struct copy in qio_dns_resolver_lookup_sync_inet()
` [PATCH v4 2/7] util/qemu-sockets: Refactor setting client sockopts into a separate function
` [PATCH v4 3/7] util/qemu-sockets: Refactor success and failure paths in inet_listen_saddr()
` [PATCH v4 4/7] util/qemu-sockets: Add support for keep-alive flag to passive sockets
` [PATCH v4 5/7] tests/unit/test-util-sockets: Add tests for inet_parse()
` [PATCH v4 6/7] util/qemu-sockets: Refactor inet_parse() to use QemuOpts
` [PATCH v4 7/7] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
2025-05-16 13:42 UTC (6+ messages)
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
2025-05-16 15:13 UTC (13+ messages)
` [PATCH v3 06/10] arm/kvm: Allow reading all the writable ID registers
` [PATCH v3 08/10] arm/cpu: more customization for the kvm host cpu model
[PATCH 0/4] hw/microblaze: Endianness clean-ups and deprecations
2025-05-16 15:06 UTC (4+ messages)
` [PATCH 3/4] hw/microblaze: Remove the big-endian variants of ml605 and xlnx-zynqmp-pmu
[PATCH v2] docs/interop: convert text files to restructuredText
2025-05-16 15:00 UTC (3+ messages)
` [PATCH v2 0/1] docs/interop: convert text files to reStructuredText
` [PATCH v2 1/1] docs/interop: convert text files to restructuredText
[PATCH] docs/interop: convert text files to restructuredText
2025-05-16 14:39 UTC (3+ messages)
[PATCH V2] vhost: Don't set vring call if guest notifier is unused
2025-05-16 13:03 UTC (3+ messages)
[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
2025-05-16 12:23 UTC
[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
2025-05-16 11:37 UTC (5+ messages)
` [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
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).