qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 21:04:28 to 2024-02-05 05:53:19 UTC [more...]

[PATCH 0/5] migration/multifd: Fix channel creation vs. cleanup races
 2024-02-05  5:52 UTC  (9+ messages)
` [PATCH 1/5] migration/multifd: Join the TLS thread
` [PATCH 2/5] migration/multifd: Remove p->running
` [PATCH 3/5] migration/multifd: Move multifd_save_setup error handling in to the function
` [PATCH 4/5] migration/multifd: Move multifd_save_setup into migration thread

[PATCH] ppc/pnv: Add PowerPC Special Purpose Registers
 2024-02-05  5:49 UTC 

[PATCH] linux-user/riscv: Fix sizeof_reg typo in vdso unwind info
 2024-02-05  5:14 UTC  (3+ messages)

[PATCH 0/2] Export debug triggers as an extension
 2024-02-05  4:50 UTC  (8+ messages)
        `  "

[PATCH v2 00/23] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-05  4:35 UTC  (15+ messages)
` [PATCH v2 18/23] migration/multifd: Rewrite multifd_queue_page()
` [PATCH v2 19/23] migration/multifd: Cleanup multifd_save_cleanup()
` [PATCH v2 21/23] migration/multifd: Stick with send/recv on function names
` [PATCH v2 22/23] migration/multifd: Fix MultiFDSendParams.packet_num race
` [PATCH v2 23/23] migration/multifd: Optimize sender side to be lockless

[PATCH v4 0/2] riscv: support new isa extension detection devicetree properties
 2024-02-05  4:00 UTC  (4+ messages)
` [PATCH v4 1/2] target/riscv: use misa_mxl_max to populate isa string rather than TARGET_LONG_BITS

[PATCH 0/2] migration: Fix return-path thread exit
 2024-02-05  3:37 UTC  (6+ messages)
` [PATCH 2/2] "

[PULL 00/14] Migration 20240126 patches
 2024-02-05  3:25 UTC  (5+ messages)
` [PULL 06/14] ci: Add a migration compatibility test job

[PATCH 0/7] hw/riscv: fix leak, add more g_autofree
 2024-02-05  3:16 UTC  (16+ messages)
` [PATCH 1/7] hw/riscv/virt-acpi-build.c: fix leak in build_rhct()
` [PATCH 2/7] hw/riscv/numa.c: use g_autofree in socket_fdt_write_distance_matrix()
` [PATCH 3/7] hw/riscv/virt.c: use g_autofree in create_fdt_socket_cpus()
` [PATCH 4/7] hw/riscv/virt.c: use g_autofree in create_fdt_sockets()
` [PATCH 5/7] hw/riscv/virt.c: use g_autofree in create_fdt_virtio()
` [PATCH 6/7] hw/riscv/virt.c: use g_autofree in virt_machine_init()
` [PATCH 7/7] hw/riscv/virt.c: use g_autofree in create_fdt_*

[PULL 00/13] linux-user patch queue
 2024-02-05  3:05 UTC  (6+ messages)
` [PULL 05/13] linux-user: Use walk_memory_regions for open_self_maps

[PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64
 2024-02-05  2:56 UTC  (10+ messages)

[PATCH v2 0/2] target/riscv: Support mxstatus CSR for thead-c906
 2024-02-05  2:41 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv: Register vendors CSR
` [PATCH v2 2/2] target/riscv: Support xtheadmaee for thead-c906

[PATCH 0/3] target/arm: Split mtedesc from vector desc
 2024-02-05  2:39 UTC  (4+ messages)
` [PATCH 1/3] target/arm: Fix SVE/SME gross MTE suppression checks
` [PATCH 2/3] target/arm: Move SVE/SME MTE disable checks inward
` [PATCH 3/3] target/arm: Split mtedesc from vector desc

[PATCH] target/riscv: Use RISCVException as return type for all csr ops
 2024-02-05  2:33 UTC  (3+ messages)

[PATCH] tests/cdrom-test: Add cdrom test for LoongArch virt machine
 2024-02-05  2:13 UTC 

[PATCH] target/riscv: FCSR doesn't contain vxrm and vxsat
 2024-02-05  0:21 UTC  (2+ messages)

[PATCH 0/3] Add device DM163 (led driver, matrix colors shield & display)
 2024-02-05  0:14 UTC  (5+ messages)
` [PATCH 1/3] hw/display : Add device DM163
` [PATCH 2/3] hw/arm : Connect DM163 to STM32L4x5

[PATCH v11 0/3] gdbstub and TCG plugin improvements
 2024-02-04 23:42 UTC  (9+ messages)
` [PATCH v11 1/3] target/riscv: Remove misa_mxl validation
` [PATCH v11 2/3] target/riscv: Move misa_mxl_max to class
` [PATCH v11 3/3] target/riscv: Validate misa_mxl_max only once

[PATCH v1 00/15] libvhost-user: support more memslots and cleanup memslot handling code
 2024-02-04 22:07 UTC  (36+ messages)
` [PATCH v1 01/15] libvhost-user: Fix msg_region->userspace_addr computation
` [PATCH v1 02/15] libvhost-user: Dynamically allocate memory for memory slots
` [PATCH v1 03/15] libvhost-user: Bump up VHOST_USER_MAX_RAM_SLOTS to 509
` [PATCH v1 04/15] libvhost-user: Factor out removing all mem regions
` [PATCH v1 05/15] libvhost-user: Merge vu_set_mem_table_exec_postcopy() into vu_set_mem_table_exec()
` [PATCH v1 06/15] libvhost-user: Factor out adding a memory region
` [PATCH v1 07/15] libvhost-user: No need to check for NULL when unmapping
` [PATCH v1 08/15] libvhost-user: Don't zero out memory for memory regions
` [PATCH v1 09/15] libvhost-user: Don't search for duplicates when removing "
` [PATCH v1 10/15] libvhost-user: Factor out search for memory region by GPA and simplify
` [PATCH v1 11/15] libvhost-user: Speedup gpa_to_mem_region() and vu_gpa_to_va()
` [PATCH v1 12/15] libvhost-user: Use most of mmap_offset as fd_offset
` [PATCH v1 13/15] libvhost-user: Factor out vq usability check
` [PATCH v1 14/15] libvhost-user: Dynamically remap rings after (temporarily?) removing memory regions
` [PATCH v1 15/15] libvhost-user: Mark mmap'ed region memory as MADV_DONTDUMP

[PULL 00/39] tcg patch queue
 2024-02-04 21:40 UTC  (40+ messages)
` [PULL 01/39] tcg: Introduce TCG_COND_TST{EQ,NE}
` [PULL 02/39] tcg: Introduce TCG_TARGET_HAS_tst
` [PULL 03/39] tcg/optimize: Split out arg_is_const_val
` [PULL 04/39] tcg/optimize: Split out do_constant_folding_cond1
` [PULL 05/39] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PULL 06/39] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PULL 07/39] tcg/optimize: Lower TCG_COND_TST{EQ,NE} if unsupported
` [PULL 08/39] target/alpha: Pass immediate value to gen_bcond_internal()
` [PULL 09/39] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PULL 10/39] target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}
` [PULL 11/39] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
` [PULL 12/39] target/m68k: Use TCG_COND_TST{EQ,NE} in gen_fcc_cond
` [PULL 13/39] target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc
` [PULL 14/39] target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}
` [PULL 15/39] target/s390x: Improve general case of disas_jcc
` [PULL 16/39] tcg: Add TCGConst argument to tcg_target_const_match
` [PULL 17/39] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PULL 18/39] tcg/aarch64: Massage tcg_out_brcond()
` [PULL 19/39] tcg/aarch64: Generate TBZ, TBNZ
` [PULL 20/39] tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
` [PULL 21/39] tcg/arm: Split out tcg_out_cmp()
` [PULL 22/39] tcg/arm: Support TCG_COND_TST{EQ,NE}
` [PULL 23/39] tcg/i386: Pass x86 condition codes to tcg_out_cmov
` [PULL 24/39] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PULL 25/39] tcg/i386: Support TCG_COND_TST{EQ,NE}
` [PULL 26/39] tcg/i386: Improve TSTNE/TESTEQ vs powers of two
` [PULL 27/39] tcg/i386: Use TEST r,r to test 8/16/32 bits
` [PULL 28/39] tcg/sparc64: Hoist read of tcg_cond_to_rcond
` [PULL 29/39] tcg/sparc64: Pass TCGCond to tcg_out_cmp
` [PULL 30/39] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
` [PULL 31/39] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PULL 32/39] tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
` [PULL 33/39] tcg/ppc: Tidy up tcg_target_const_match
` [PULL 34/39] tcg/ppc: Add TCG_CT_CONST_CMP
` [PULL 35/39] tcg/ppc: Support TCG_COND_TST{EQ,NE}
` [PULL 36/39] tcg/s390x: Split constraint A into J+U
` [PULL 37/39] tcg/s390x: Add TCG_CT_CONST_CMP
` [PULL 38/39] tcg/s390x: Support TCG_COND_TST{EQ,NE}
` [PULL 39/39] tcg/tci: "

[PATCH rfcv1 00/23] intel_iommu: Enable stage-1 translation
 2024-02-04 21:05 UTC  (5+ messages)
` [PATCH rfcv1 23/23] intel_iommu: modify x-scalable-mode to be string option

[PATCH 0/4] mips: do not list individual devices from configs/
 2024-02-04 20:00 UTC  (3+ messages)
` [PATCH 2/4] isa: extract FDC37M81X to a separate file

[PULL 00/10] Hppa fixes 8.2 patches
 2024-02-04 19:26 UTC  (4+ messages)
` [PULL 02/10] hw/hppa/machine: Disable default devices with --nodefaults option

[PATCH v4 0/1] Initialize backend memory objects in parallel
 2024-02-04 16:54 UTC  (4+ messages)
` [PATCH v4 1/1] oslib-posix: initialize "

Help understanding allocation and mapping flow of virtio-gpu 3D resource blobs
 2024-02-04 14:52 UTC  (3+ messages)

[PATCH v2 0/2] hw/smbios: Fix option validation
 2024-02-04 12:08 UTC  (3+ messages)

GPL 3.0 in TCG test code
 2024-02-04 10:53 UTC 

[PATCH 0/2] Fix pointer arithmetic in indirect read for libvhost-user and libvduse
 2024-02-04  9:41 UTC  (2+ messages)

[PATCH v2 0/3] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-04  8:26 UTC  (6+ messages)
` [PATCH v2 3/3] hw: Set virtio-iommu aw-bits default value on pc_q35_9.0 and arm virt

[PATCH] target/riscv: Enable xtheadsync under user mode
 2024-02-04  5:52 UTC 

[PATCH 0/2] target/riscv: Support mxstatus CSR for thead-c906
 2024-02-04  5:47 UTC  (4+ messages)
` [PATCH 2/2] target/riscv: Support xtheadmaee "

[PATCH 0/4] Consolidate the use of device_class_set_parent_realize()
 2024-02-04  5:00 UTC  (2+ messages)

[PATCH] loongarch: Change the UEFI loading mode to loongarch
 2024-02-04  4:01 UTC  (4+ messages)

[PATCH] MAINTAINERS: Switch to my Enfabrica email
 2024-02-04  2:37 UTC 

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-02-03 22:58 UTC  (4+ messages)
` [PATCH v3 25/33] tests/tcg: Extend file in linux-madvise.c

ehci: more than 16 ITDs
 2024-02-03 20:38 UTC  (4+ messages)

[PATCH] tests/tcg: Fix the /proc/self/mem probing in the PROT_NONE gdbstub test
 2024-02-03 20:48 UTC  (2+ messages)

[PULL v2 00/58] tcg patch queue
 2024-02-03 16:27 UTC  (5+ messages)
` [PULL v2 12/58] target/loongarch: Rename MMU_IDX_*
` [PULL v2 35/58] tcg/loongarch64: Set vector registers call clobbered
` [PULL v2 58/58] linux-user/aarch64: Add padding before __kernel_rt_sigreturn

[PULL 0/5] QAPI patches patches for 2024-02-03
 2024-02-03 16:27 UTC  (7+ messages)
` [PULL 1/5] qapi: Drop redundant documentation of inherited members
` [PULL 2/5] qapi: Drop redundant documentation of conditional
` [PULL 3/5] qapi: Elide "Potential additional modes" from generated docs
` [PULL 4/5] qga: Move type description right after type name
` [PULL 5/5] qga/qapi-schema: Move command description right after command name

ui/dbus-display1.[ch] are not properly listed in dependencies
 2024-02-03 13:41 UTC 

[PULL 00/36] target-arm queue
 2024-02-03 13:27 UTC  (2+ messages)

[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
 2024-02-03 11:56 UTC  (5+ messages)
` [PATCH v3 16/21] gdbstub: expose api to find registers

[PATCH 0/3] monitor: only run coroutine commands in qemu_aio_context
 2024-02-03 11:30 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH 0/4] char: Minor fixes, and a tighter QAPI schema
 2024-02-03 11:07 UTC  (6+ messages)
` [PATCH 1/4] chardev/parallel: Don't close stdin on inappropriate device
` [PATCH 2/4] tests/unit/test-char: Fix qemu_socket(), make_udp_socket() check
` [PATCH 3/4] qapi/char: Make backend types properly conditional
` [PATCH 4/4] qapi/char: Deprecate backend type "memory"

[PATCH 0/6] hw/pci: SR-IOV related fixes and improvements
 2024-02-03  9:32 UTC  (7+ messages)
` [PATCH 1/6] hw/pci: Determine if rombar is explicitly enabled
` [PATCH 2/6] vfio: Avoid inspecting option QDict for rombar
` [PATCH 3/6] hw/qdev: Remove opts member
` [PATCH 4/6] pcie_sriov: Validate NumVFs
` [PATCH 5/6] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH 6/6] pcie_sriov: Release VFs failed to realize

[RFC 0/6] Intel Thread Director Virtualization Support in QEMU
 2024-02-03  9:37 UTC  (8+ messages)
` [RFC 1/6] target/i386: Add support for save/load of ACPI thermal MSRs
` [RFC 2/6] target/i386: Add support for Package Thermal Management feature
` [RFC 3/6] target/i386: Add support for Hardware Feedback Interface feature
` [RFC 4/6] target/i386: Add support for Intel Thread Director feature
` [RFC 5/6] target/i386: Add support for HRESET feature
` [RFC 6/6] i386: Add a new property to set ITD related feature bits for Guest

[PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index
 2024-02-03  6:29 UTC  (3+ messages)
` [PATCH 30/33] target/tricore: Populate CPUClass.mmu_index

[PATCH v3 0/5] gdbstub: Implement catching syscalls
 2024-02-02 23:13 UTC  (2+ 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).