messages from 2024-05-22 21:13:03 to 2024-05-23 15:05:33 UTC [more...]
[PATCH v5 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
2024-05-23 15:03 UTC (19+ messages)
` [PATCH v5 01/13] libvhost-user: set msg.msg_control to NULL when it is empty
` [PATCH v5 02/13] libvhost-user: fail vu_message_write() if sendmsg() is failing
` [PATCH v5 03/13] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH v5 04/13] vhost-user-server: do not set memory fd non-blocking
` [PATCH v5 05/13] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH v5 06/13] contrib/vhost-user-*: use QEMU bswap helper functions
` [PATCH v5 07/13] vhost-user: enable frontends on any POSIX system
` [PATCH v5 08/13] libvhost-user: enable it "
` [PATCH v5 09/13] osdep: move O_DSYNC and O_DIRECT defines from file-posix
` [PATCH v5 10/13] contrib/vhost-user-blk: enable it on any POSIX system
` [PATCH v5 11/13] hostmem: add a new memory backend based on POSIX shm_open()
` [PATCH v5 12/13] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH v5 13/13] tests/qtest/vhost-user-test: add a test case for memory-backend-shm
[PULL 00/23] i386 changes for 2024-05-23
2024-05-23 15:00 UTC (20+ messages)
` [PULL 01/23] target/i386: generate simpler code for ROL/ROR with immediate count
` [PULL 02/23] target/i386: clean up AAM/AAD
` [PULL 03/23] hw/i386/pc_sysfw: Alias rather than copy isa-bios region
` [PULL 04/23] target/i386: add support for LAM in CPUID enumeration
` [PULL 05/23] target/i386: add control bits support for LAM
` [PULL 06/23] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PULL 07/23] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PULL 08/23] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PULL 09/23] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PULL 10/23] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PULL 11/23] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PULL 12/23] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PULL 13/23] i386: Introduce module level cpu topology to CPUX86State
` [PULL 15/23] i386: Expose module level in CPUID[0x1F]
` [PULL 18/23] tests: Add test case of APIC ID for module level parsing
` [PULL 20/23] i386: Add cache topology info in CPUCacheInfo
` [PULL 21/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PULL 22/23] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
` [PULL 23/23] target-i386: hyper-v: Correct kvm_hv_handle_exit return value
[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
2024-05-23 14:51 UTC (61+ messages)
` [PATCH 03/57] target/arm: Convert Cryptographic AES to decodetree
` [PATCH 04/57] target/arm: Convert Cryptographic 3-register SHA "
` [PATCH 05/57] target/arm: Convert Cryptographic 2-register "
` [PATCH 06/57] target/arm: Convert Cryptographic 3-register SHA512 "
` [PATCH 07/57] target/arm: Convert Cryptographic 2-register "
` [PATCH 08/57] target/arm: Convert Cryptographic 4-register "
` [PATCH 09/57] target/arm: Convert Cryptographic 3-register, imm2 "
` [PATCH 10/57] target/arm: Convert XAR "
` [PATCH 11/57] target/arm: Convert Advanced SIMD copy "
` [PATCH 12/57] target/arm: Convert FMULX "
` [PATCH 13/57] target/arm: Convert FADD, FSUB, FDIV, FMUL "
` [PATCH 14/57] target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM "
` [PATCH 15/57] target/arm: Expand vfp neg and abs inline
` [PATCH 16/57] target/arm: Convert FNMUL to decodetree
` [PATCH 17/57] target/arm: Convert FMLA, FMLS "
` [PATCH 18/57] target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT "
` [PATCH 19/57] target/arm: Convert FABD "
` [PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS "
` [PATCH 21/57] target/arm: Convert FADDP "
` [PATCH 22/57] target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP "
` [PATCH 23/57] target/arm: Use gvec for neon faddp, fmaxp, fminp
` [PATCH 24/57] target/arm: Convert ADDP to decodetree
` [PATCH 25/57] target/arm: Use gvec for neon padd
` [PATCH 26/57] target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetree
` [PATCH 27/57] target/arm: Use gvec for neon pmax, pmin
` [PATCH 28/57] target/arm: Convert FMLAL, FMLSL to decodetree
` [PATCH 29/57] target/arm: Convert disas_simd_3same_logic "
` [PATCH 30/57] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
[PATCH 0/3] target/ppc: Moving VSX insns to decodetree
2024-05-23 14:17 UTC (5+ messages)
` [PATCH 1/3] target/ppc: Move ISA300 flag check out of do_helper_XX3
` [PATCH 2/3] target/ppc: Move VSX arithmetic and max/min insns to decodetree
` [PATCH 3/3] target/ppc: Move VSX logical instructions "
[PATCH v2 0/2] target/ppc: Move VMX int add/sub saturate insns
2024-05-23 14:12 UTC (4+ messages)
` [PATCH v2 1/2] target/ppc: Move VMX integer add/sub saturate insns to decodetree
` [PATCH v2 2/2] target/ppc: Improve VMX integer add/sub saturate instructions
[PATCH] qapi: clarify that the default is backend dependent
2024-05-23 13:33 UTC
[RFC PATCH] docs: Enhance documentation for iommu bypass
2024-05-23 13:15 UTC (5+ messages)
[PATCH v4 0/4] target/hexagon: Minor idef-parser cleanup
2024-05-23 12:59 UTC (5+ messages)
` [PATCH v4 1/4] target/hexagon: idef-parser remove unused defines
` [PATCH v4 2/4] target/hexagon: idef-parser remove undefined functions
` [PATCH v4 3/4] target/hexagon: idef-parser fix leak of init_list
` [PATCH v4 4/4] target/hexagon: idef-parser simplify predicate init
[PATCH 0/6] target/riscv: Support Zabha extension
2024-05-23 12:40 UTC (7+ messages)
` [PATCH 1/6] target/riscv: Move gen_amo before implement Zabha
` [PATCH 2/6] target/riscv: Add AMO instructions for Zabha
` [PATCH 3/6] target/riscv: Move gen_cmpxchg before adding amocas.[b|h]
` [PATCH 4/6] target/riscv: Add amocas.[b|h] for Zabha
` [PATCH 5/6] target/riscv: Enable zabha for max cpu
` [PATCH 6/6] disas/riscv: Support zabha disassemble
[PATCH] dump: use 10 base for phys_base
2024-05-23 8:32 UTC
[PATCH v2 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
2024-05-23 11:10 UTC (12+ messages)
` [PATCH v2 1/6] virtio: Add bool to VirtQueueElement
` [PATCH v2 2/6] virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
` [PATCH v2 3/6] virtio: virtqueue_ordered_fill "
[PATCH] xen-hvm: Avoid livelock while handling buffered ioreqs
2024-05-23 11:00 UTC (4+ messages)
[PATCH 0/4] MAINTAINERS: update kraxel's entries
2024-05-23 10:39 UTC (11+ messages)
` [PATCH 1/4] MAINTAINERS: drop audio maintainership
` [PATCH 2/4] MAINTAINERS: drop usb maintainership
` [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership
` [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership
[PATCH] tests/qtest/fuzz/virtio_net_fuzz.c: fix virtio_net_fuzz_multi
2024-05-23 10:28 UTC
[PATCH v6 0/8] xen: Support grant mappings
2024-05-23 10:23 UTC (6+ messages)
` [PATCH v6 7/8] xen: mapcache: Add support for "
` [PATCH v6 8/8] hw/arm: xen: Enable use of "
[PATCH] meson.build: add -mcx16 flag
2024-05-23 10:12 UTC (6+ messages)
[PATCH V11 0/8] Add architecture agnostic code to support vCPU Hotplug
2024-05-23 10:01 UTC (11+ messages)
` [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V11 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V11 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V11 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V11 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V11 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V11 6/8] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V11 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V11 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
[PATCH] qga: Add an interactive mode to guest-exec via VSOCK for Linux
2024-05-23 9:56 UTC (7+ messages)
` Test scripts
[PATCH v3 0/3] Fix sanitizer errors with clang 18.1.1
2024-05-23 9:54 UTC (6+ messages)
` [PATCH v3 1/3] qemu-keymap: Free xkb allocations
[PATCH rfcv2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-05-23 9:46 UTC (6+ messages)
` [PATCH rfcv2 17/17] tests/qtest: Add intel-iommu test
[PATCH v2 0/3] Fix sanitizer errors with clang 18.1.1
2024-05-23 8:44 UTC (3+ messages)
` [PATCH v2 3/3] meson: Drop the .fa library prefix
[PATCH 0/7] s390x/ccw: Error reporting cleanups
2024-05-23 8:52 UTC (15+ 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 6/7] vfio/ccw: Fix the missed unrealize() call in error path
` [PATCH 7/7] vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errors
[PATCH v2] meson.build: add -mcx16 flag for x86_64 host
2024-05-23 8:45 UTC (2+ messages)
[PATCH v3 0/3] Add extioi virt extension support
2024-05-23 8:13 UTC (5+ messages)
` [PATCH v3 1/3] hw/intc/loongarch_extioi: Add extioi virt extension definition
` [PATCH v3 3/3] hw/loongarch/virt: Use MemTxAttrs interface for misc ops
[PATCH v3 0/3] target/ppc: vcpu hotplug failure handling fixes
2024-05-23 7:26 UTC (4+ messages)
` [PATCH v3 1/3] accel/kvm: Introduce kvm_create_and_park_vcpu() helper
` [PATCH v3 2/3] cpu-common.c: export cpu_get_free_index to be reused later
` [PATCH v3 3/3] target/ppc: handle vcpu hotplug failure gracefully
[PATCH v12 00/13] Support blob memory and venus on qemu
2024-05-23 7:18 UTC (5+ messages)
` [PATCH v12 12/13] virtio-gpu: Register capsets dynamically
` [PATCH v12 13/13] virtio-gpu: Support Venus context
[PATCH] hw: debugexit: use runstate API instead of plain exit()
2024-05-23 7:09 UTC
[PATCH v2 0/7] target/ppc: misc ppc improvements/optimizations
2024-05-23 5:14 UTC (8+ messages)
` [PATCH v2 1/7] target/ppc: use locally stored msr and avoid indirect access
` [PATCH v2 2/7] target/ppc: optimize hreg_compute_pmu_hflags_value
` [PATCH v2 3/7] "
` [PATCH v2 4/7] target/ppc: optimize p9 exception handling routines
` [PATCH v2 5/7] target/ppc: optimize p9 exception handling routines for lpcr
` [PATCH v2 6/7] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}
` [PATCH v2 7/7] target/ppc: redue code duplication across Power9/10 init code
[PATCH 0/6] target/ppc: misc ppc improvements/optimizations
2024-05-23 5:16 UTC (4+ messages)
` [PATCH 6/6] target/ppc: redue code duplication across Power9/10 init code
[PULL 0/9] Migration patches for 2024-05-22
2024-05-23 2:02 UTC (11+ messages)
` [PULL 1/9] migration/colo: Minor fix for colo error message
` [PULL 2/9] migration/colo: make colo_incoming_co() return void
` [PULL 3/9] migration/colo: Tidy up bql_unlock() around bdrv_activate_all()
` [PULL 4/9] migration: add "exists" info to load-state-field trace
` [PULL 5/9] migration: fix a typo
` [PULL 6/9] virtio-gpu: fix v2 migration
` [PULL 7/9] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
` [PULL 8/9] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
` [PULL 9/9] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
[PULL 00/10] loongarch-to-apply queue
2024-05-23 1:46 UTC (11+ messages)
` [PULL 01/10] target/loongarch/kvm: Fix VM recovery from disk failures
` [PULL 02/10] target/loongarch/kvm: fpu save the vreg registers high 192bit
` [PULL 03/10] hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
` [PULL 04/10] hw/loongarch: Refine acpi srat table for numa memory
` [PULL 05/10] hw/loongarch: Refine fadt memory "
` [PULL 06/10] hw/loongarch: Refine fwcfg memory map
` [PULL 07/10] hw/loongarch: Refine system dram memory region
` [PULL 08/10] hw/loongarch: Remove minimum and default memory size
` [PULL 09/10] target/loongarch: Add loongarch vector property unconditionally
` [PULL 10/10] hw/loongarch/virt: Fix FDT memory node address width
[PATCH 00/14] target/s390x: Fix and improve PER
2024-05-22 22:54 UTC (6+ messages)
` [PATCH 04/14] target/s390x: Record separate PER bits in TB flags
` [PATCH 09/14] target/s390x: Raise exception from helper_per_branch
[PATCH 0/2] target/ppc: Fix PMU instruction counting
2024-05-22 22:46 UTC (2+ messages)
[PULL 00/47] vfio queue
2024-05-22 22:31 UTC (2+ messages)
[PATCH RISU 0/4] risugen/arm: Convert to use assembly
2024-05-22 22:29 UTC (6+ messages)
` [PATCH RISU 1/4] "
` [PATCH RISU 2/4] risugen/arm: Fill general regs with 64-bit random data
` [PATCH RISU 3/4] risugen/arm: Switch to thumb mode only once
` [PATCH RISU 4/4] contrib/generate_all: Do not rely on ag
[PATCH v4 0/3] Fix "virtio-gpu: fix scanout migration post-load"
2024-05-22 22:02 UTC (2+ messages)
[PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
2024-05-22 22:02 UTC (2+ messages)
[PATCH] tests/qtest/migration-test: Run some basic tests on s390x and ppc64 with TCG, too
2024-05-22 22:02 UTC (2+ messages)
[PATCH] tests/qtest/migration-test: Fix the check for a successful run of analyze-migration.py
2024-05-22 22:02 UTC (2+ messages)
[PATCH v2 1/3] migration/colo: Minor fix for colo error message
2024-05-22 21:50 UTC (2+ 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).