qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-20 16:53:34 to 2022-10-21 09:26:55 UTC [more...]

[PATCH 00/11] fix memory leak while kset_register() fails
 2022-10-21  8:59 UTC  (23+ messages)
` [PATCH 01/11] kset: fix documentation for kset_register()
` [PATCH 02/11] kset: add null pointer check in kset_put()
` [PATCH 03/11] bus: fix possible memory leak in bus_register()
` [PATCH 04/11] kobject: fix possible memory leak in kset_create_and_add()
` [PATCH 05/11] class: fix possible memory leak in __class_register()
` [PATCH 06/11] firmware: qemu_fw_cfg: fix possible memory leak in fw_cfg_build_symlink()
` [PATCH 07/11] f2fs: fix possible memory leak in f2fs_init_sysfs()
` [PATCH 08/11] erofs: fix possible memory leak in erofs_init_sysfs()
` [PATCH 09/11] ocfs2: possible memory leak in mlog_sys_init()
` [PATCH 10/11] drm/amdgpu/discovery: fix possible memory leak
` [PATCH 11/11] ubifs: Fix memory leak in ubifs_sysfs_init()

[PATCH v14 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-21  9:09 UTC  (3+ messages)
` [PATCH v14 06/17] qapi: net: add stream and dgram netdevs
` [PATCH v14 09/17] net: stream: add unix socket

[PATCH v8 0/2] Fix LoongArch extioi coreisr accessing
 2022-10-21  9:11 UTC  (5+ messages)
` [PATCH v8 1/2] hw/intc: Convert the memops to with_attrs in LoongArch extioi
` [PATCH v8 2/2] hw/intc: Fix LoongArch extioi coreisr accessing

[PATCH v2 00/36] tcg: Support for Int128 with helpers
 2022-10-21  7:15 UTC  (31+ messages)
` [PATCH v2 01/36] include/qemu/atomic128: Support 16-byte atomic read/write for Intel AVX
` [PATCH v2 02/36] tcg: Tidy tcg_reg_alloc_op
` [PATCH v2 03/36] tcg: Introduce paired register allocation
` [PATCH v2 04/36] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH v2 05/36] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PATCH v2 06/36] meson: Move CONFIG_TCG_INTERPRETER to config_host
` [PATCH v2 07/36] tcg: Remove TCG_TARGET_STACK_GROWSUP
` [PATCH v2 08/36] accel/tcg: Set cflags_next_tb in cpu_common_initfn
` [PATCH v2 09/36] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH v2 10/36] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH v2 11/36] tcg: Add temp_subindex to TCGTemp
` [PATCH v2 12/36] tcg: Simplify calls to temp_sync vs mem_coherent
` [PATCH v2 13/36] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH v2 14/36] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH v2 15/36] tcg: Introduce tcg_type_size
` [PATCH v2 16/36] tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
` [PATCH v2 18/36] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH v2 19/36] tcg: Use TCG_CALL_ARG_EVEN for TCI special case
` [PATCH v2 21/36] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH v2 23/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v2 24/36] tcg: Add TCG_CALL_{RET,ARG}_NORMAL_4
` [PATCH v2 25/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v2 26/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v2 27/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v2 28/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v2 29/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v2 30/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v2 31/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v2 33/36] tcg/tci: "
` [PATCH v2 35/36] tcg: Add temp allocation for TCGv_i128

[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
 2022-10-21  7:30 UTC  (6+ messages)
` [PATCH 2/9] target/s390x: Use a single return for helper_divs64/u64
` [PATCH 6/9] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH 7/9] tests/tcg/s390x: Add long-double.c
` [PATCH 8/9] target/s390x: Use Int128 for returning float128
` [PATCH 9/9] target/s390x: Use Int128 for passing float128

[PATCH 0/4] Shadow VirtQueue event index support
 2022-10-21  8:15 UTC  (5+ messages)
` [PATCH 2/4] vhost: toggle device callbacks using used event idx

[RFC PATCH v2 0/8] Guest announce feature emulation using Shadow VirtQueue
 2022-10-21  8:56 UTC  (10+ messages)
` [RFC PATCH v2 2/8] vdpa: Save emulated features list in vhost_vdpa
` [RFC PATCH v2 6/8] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail

[PATCH v13 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-21  8:43 UTC  (13+ messages)
` [PATCH v13 05/17] net: introduce qemu_set_info_str() function
` [PATCH v13 07/17] net: socket: Don't ignore EINVAL on netdev socket connection
` [PATCH v13 10/17] net: dgram: make dgram_dst generic
` [PATCH v13 12/17] net: dgram: add unix socket
` [PATCH v13 14/17] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v13 17/17] net: stream: add QAPI events to report connection state

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-21  8:10 UTC  (37+ messages)
` [PATCH v3 01/26] tests/docker: update fedora-win[32|64]-cross with lcitool
` [PATCH v3 04/26] configure: don't enable cross compilers unless in target_list
` [PATCH v3 05/26] configure: fix the --enable-static --disable-pie case
` [PATCH v3 06/26] tests/avocado: extend the timeout for x86_64 tcg tests
` [PATCH v3 08/26] tests/tcg: use regular semihosting for nios2-softmmu
` [PATCH v3 09/26] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v3 10/26] tcg: "
` [PATCH v3 11/26] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH v3 12/26] block/vvfat: Unify the mkdir() call
` [PATCH v3 14/26] hw/usb: dev-mtp: Use g_mkdir()
` [PATCH v3 15/26] MAINTAINERS: add entries for the key build bits
` [PATCH v3 16/26] MAINTAINERS: add features_to_c.sh to gdbstub files
` [PATCH v3 17/26] MAINTAINERS: fix-up for check-tcg Makefile changes
` [PATCH v3 18/26] tests/avocado: set -machine none for userfwd and vnc tests
` [PATCH v3 20/26] tests/avocado: disable sh4 rd2 tests on Gitlab
` [PATCH v3 22/26] tests/tcg: re-enable threadcount for sh4
` [PATCH v3 24/26] target/s390x: don't probe next pc for EXecuted insns

[PATCH v9 0/5] improve error handling for module load
 2022-10-21  8:24 UTC  (2+ messages)

[PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-21  8:32 UTC  (25+ messages)
` [PATCH v6 01/10] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
` [PATCH v6 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v6 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v6 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime
` [PATCH v6 07/10] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PATCH v6 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v6 09/10] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test
` [PATCH v6 10/10] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests

MultiFD and default channel out of order mapping on receive side
 2022-10-21  8:13 UTC  (12+ messages)

[PATCH v1 0/3] Improve FDT and support TPM for LoongArch
 2022-10-21  3:54 UTC  (4+ messages)
` [PATCH v1 1/3] hw/loongarch: Change FDT base addr to 2 MiB
` [PATCH v1 2/3] hw/loongarch: Improve fdt for LoongArch virt machine
` [PATCH v1 3/3] hw/loongarch: Add TPM device "

add qemu_fdt_setprop_strings
 2022-10-21  7:00 UTC  (9+ messages)
` [PATCH v5 1/6] device_tree: add qemu_fdt_setprop_strings() helper
` [PATCH v5 2/6] hw/core: don't check return on qemu_fdt_setprop_string_array()
` [PATCH v5 3/6] hw/riscv: use qemu_fdt_setprop_strings() for string arrays
` [PATCH v5 4/6] hw/core: use qemu_fdt_setprop_strings()
` [PATCH v5 5/6] hw/mips: "
` [PATCH v5 6/6] hw/arm: change to "

[PATCH] qga: add channel path to error messages
 2022-10-21  6:53 UTC  (2+ messages)

[PATCH] hw/acpi/erst.c: Fix memset argument order
 2022-10-21  6:42 UTC  (5+ messages)

[PATCH 0/4] hw/block/nvme: Implement ZNS finish-zone ZDC AEN
 2022-10-21  6:41 UTC  (10+ messages)
` [PATCH 1/4] hw/block/nvme: add ZONE_FINISH_RECOMMENDED functionality
` [PATCH 2/4] hw/block/nvme: add zone descriptor changed log page
` [PATCH 3/4] hw/block/nvme: supply dw1 for aen result
` [PATCH 4/4] hw/block/nvme: add zone descriptor changed AEN

[PATCH] hw/nvme: reenable cqe batching
 2022-10-21  6:24 UTC  (5+ messages)

[RFC PATCH 0/3] Fix some TCG RISC-V backend bugs
 2022-10-21  4:29 UTC  (5+ messages)
` [RFC PATCH 2/3] tcg/riscv: Fix tcg_out_opc_imm when imm exceeds

[PATCH] vdpa: Delete duplicated vdpa_feature_bits entry
 2022-10-21  3:02 UTC  (2+ messages)

[PATCH v3 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-21  3:05 UTC  (2+ messages)

[PATCH] vdpa: Remove shadow CVQ command check
 2022-10-21  3:02 UTC  (2+ messages)

[PATCH v2] vhost: Warn if DEVIOTLB_UNMAP is not supported and ats is set
 2022-10-21  2:38 UTC  (4+ messages)

[PATCH RESEND] elf2dmp: free memory in failure
 2022-10-21  2:02 UTC  (2+ messages)

[PATCH] target/riscv: Fix PMP propagation for tlb
 2022-10-21  1:22 UTC  (2+ messages)

[PATCH v4] tcg/loongarch64: Add direct jump support
 2022-10-21  0:04 UTC  (3+ messages)

[PATCH] tcg/riscv: Fix reg overlap case in tcg_out_addsub2
 2022-10-20 23:38 UTC 

[PATCH] tcg/aarch64: Remove unused code in tcg_out_op
 2022-10-20 22:44 UTC  (2+ messages)

[PATCH v5 00/14] target/arm: Implement FEAT_HAFDBS
 2022-10-20 22:35 UTC  (15+ messages)
` [PATCH v5 01/14] target/arm: Introduce regime_is_stage2
` [PATCH v5 02/14] target/arm: Add ptw_idx to S1Translate
` [PATCH v5 03/14] target/arm: Add isar predicates for FEAT_HAFDBS
` [PATCH v5 04/14] target/arm: Extract HA and HD in aa64_va_parameters
` [PATCH v5 05/14] target/arm: Move S1_ptw_translate outside arm_ld[lq]_ptw
` [PATCH v5 06/14] target/arm: Add ARMFault_UnsuppAtomicUpdate
` [PATCH v5 07/14] target/arm: Remove loop from get_phys_addr_lpae
` [PATCH v5 08/14] target/arm: Fix fault reporting in get_phys_addr_lpae
` [PATCH v5 09/14] target/arm: Don't shift attrs "
` [PATCH v5 10/14] target/arm: Consider GP an attribute "
` [PATCH v5 11/14] target/arm: Tidy merging of attributes from descriptor and table
` [PATCH v5 12/14] target/arm: Implement FEAT_HAFDBS, access flag portion
` [PATCH v5 13/14] target/arm: Implement FEAT_HAFDBS, dirty bit portion
` [PATCH v5 14/14] target/arm: Use the max page size in a 2-stage ptw

[PATCH v3 00/12] VMX/VSX instructions with gvec
 2022-10-20 22:21 UTC  (2+ messages)

[PATCH v2] memory: prevent dma-reentracy issues
 2022-10-20 22:11 UTC  (5+ messages)

[PATCH 00/31] tcg: Support for Int128 with helpers
 2022-10-20 21:39 UTC  (11+ messages)
` [PATCH 11/31] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH 12/31] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH 15/31] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH 20/31] tcg: Add TCGHelperInfo argument to tcg_out_call

[PATCH v2] target/i386: implement FMA instructions
 2022-10-20 21:22 UTC 

[PATCH v12 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 15:23 UTC  (7+ messages)
` [PATCH v12 10/17] net: dgram: make dgram_dst generic
` [PATCH v12 15/17] net: stream: move to QIO to enable additional parameters

[PATCH 0/2] AioContext removal: LinuxAioState and ThreadPool
 2022-10-20 16:22 UTC  (8+ messages)
` [PATCH 2/2] thread-pool: use ThreadPool from the running thread

[PULL 00/24] target-arm queue
 2022-10-20 20:04 UTC  (4+ messages)
` [PULL 09/24] target/arm: Split out S1Translate type
` [PULL 17/24] target/arm: Change gen_*set_pc_im to gen_*update_pc

[PATCH v3] hw/core/resettable: fix reset level counting
 2022-10-20 15:33 UTC  (2+ messages)

[PATCH 7/8] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
 2022-10-20 16:56 UTC  (3+ messages)

[PATCH v3 0/8] rerandomize RNG seeds on reboot and handle record&replay
 2022-10-20 17:38 UTC  (2+ messages)

[PATCH v16 00/10] vhost-vdpa: add support for configure interrupt
 2022-10-20 14:26 UTC  (2+ messages)
` [PATCH v16 02/10] virtio-pci: decouple notifier from interrupt process

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-20 14:32 UTC  (4+ messages)
` [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

[PATCH 6/8] Hexagon (target/hexagon) Add overrides for various forms of jump
 2022-10-20 17:00 UTC  (3+ messages)

[PATCH 0/6] Enable doorbell instruction for POWER8 CPUs
 2022-10-20 14:25 UTC  (5+ messages)
` [PATCH 5/6] target/ppc: move msgclrp/msgsndp to decodetree

[RFC 0/7] migration patches for VFIO
 2022-10-20 14:56 UTC  (2+ messages)

[PATCH] x86-iommu: Fail flag registration of DEVIOTLB if DT not supported
 2022-10-20 16:45 UTC  (7+ 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).