messages from 2022-10-20 22:23:44 to 2022-10-21 10:36:52 UTC [more...]
[PATCH 00/11] fix memory leak while kset_register() fails
2022-10-21 9:12 UTC (24+ 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 v13 00/17] qapi: net: add unix socket type support to netdev backend
2022-10-21 9:41 UTC (12+ messages)
` [PATCH v13 17/17] net: stream: add QAPI events to report connection state
[PATCH v2 00/36] tcg: Support for Int128 with helpers
2022-10-21 10:33 UTC (38+ 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 17/36] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [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 20/36] tcg: Reorg function calls
` [PATCH v2 21/36] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH v2 22/36] tcg: Add TCGHelperInfo argument to tcg_out_call
` [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 32/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v2 33/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v2 34/36] tcg: "
` [PATCH v2 35/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v2 36/36] tcg: Add tcg_gen_extr_i128_i64, tcg_gen_concat_i64_i128
[PATCH] vhost-user-blk: fix the resize crash
2022-10-21 9:54 UTC (2+ messages)
[PATCH v14 00/17] qapi: net: add unix socket type support to netdev backend
2022-10-21 10:30 UTC (19+ messages)
` [PATCH v14 01/17] net: introduce convert_host_port()
` [PATCH v14 02/17] net: remove the @errp argument of net_client_inits()
` [PATCH v14 03/17] net: simplify net_client_parse() error management
` [PATCH v14 04/17] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v14 05/17] net: introduce qemu_set_info_str() function
` [PATCH v14 06/17] qapi: net: add stream and dgram netdevs
` [PATCH v14 07/17] net: socket: Don't ignore EINVAL on netdev socket connection
` [PATCH v14 08/17] net: stream: "
` [PATCH v14 09/17] net: stream: add unix socket
` [PATCH v14 10/17] net: dgram: make dgram_dst generic
` [PATCH v14 13/17] qemu-sockets: move and rename SocketAddress_to_str()
` [PATCH v14 14/17] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v14 15/17] net: stream: move to QIO to enable additional parameters
` [PATCH v14 16/17] tests/qtest: netdev: test stream and dgram backends
` [PATCH v14 17/17] net: stream: add QAPI events to report connection state
[PATCH] block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
2022-10-21 9:48 UTC (2+ messages)
[PATCH v7 0/7] Introduce new acpi/smbios avocado tests using biosbits
2022-10-21 9:51 UTC (6+ messages)
` [PATCH v7 1/7] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
` [PATCH v7 2/7] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
` [PATCH v7 3/7] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v7 5/7] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v7 7/7] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests
[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
2022-10-21 7:30 UTC (9+ messages)
` [PATCH 1/9] target/s390x: Use a single return for helper_divs32/u32
` [PATCH 2/9] target/s390x: Use a single return for helper_divs64/u64
` [PATCH 3/9] target/s390x: Use Int128 for return from CLST
` [PATCH 5/9] target/s390x: Use Int128 for return from TRE
` [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 v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
2022-10-21 9:40 UTC (19+ messages)
` [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 v5 00/14] target/arm: Implement FEAT_HAFDBS
2022-10-21 9:57 UTC (19+ 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 v2 0/2] Fix some problems with vvfat in R/W mode
2022-10-21 9:45 UTC (2+ messages)
add qemu_fdt_setprop_strings
2022-10-21 9:05 UTC (11+ 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 v6 1/2] block: Ignore close() failure in get_tmp_filename()
2022-10-21 9:25 UTC (4+ messages)
` [PATCH v6 2/2] block: Refactor get_tmp_filename()
[RFC PATCH v2 0/8] Guest announce feature emulation using Shadow VirtQueue
2022-10-21 9:05 UTC (11+ 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 v8 0/2] Fix LoongArch extioi coreisr accessing
2022-10-21 9:28 UTC (6+ 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] MAINTAINERS: Fold "Block QAPI, monitor, ..." into "Block layer core"
2022-10-21 9:06 UTC (2+ messages)
[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
[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
2022-10-21 8:10 UTC (7+ messages)
` [PATCH v3 06/26] tests/avocado: extend the timeout for x86_64 tcg tests
` [PATCH v3 12/26] block/vvfat: Unify the mkdir() call
` [PATCH v3 16/26] MAINTAINERS: add features_to_c.sh to gdbstub files
[PATCH v9 0/5] improve error handling for module load
2022-10-21 8:24 UTC (2+ messages)
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 "
[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 (4+ 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 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)
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).