qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 07:58:58 to 2022-10-21 19:01:47 UTC [more...]

[PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-21 16:11 UTC  (24+ messages)
` [PATCH v6 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime

[PATCH 0/4] hw/block/nvme: Implement ZNS finish-zone ZDC AEN
 2022-10-21 16:39 UTC  (10+ messages)
` [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 v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-21 16:18 UTC  (13+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v2] target/arm: Implement FEAT_E0PD
 2022-10-21 16:01 UTC 

QEMU Advent Calendar 2022 Call for Images
 2022-10-21 15:55 UTC 

[BUG] AArch64 boot hang with -icount and -smp >1 (iothread locking issue?)
 2022-10-21 16:00 UTC  (2+ messages)

[RFC PATCH] contrib/plugins: enable debug on CONFIG_DEBUG_TCG
 2022-10-21 15:51 UTC 

[PATCH v2] linux-user: Add guest memory layout to exception dump
 2022-10-21 15:43 UTC  (4+ messages)

[PATCH 0/4] linux-user: fix regression with some ioctls with newest glibc
 2022-10-21 15:28 UTC  (15+ messages)
` [PATCH 1/4] linux-user: add more compat ioctl definitions
` [PATCH 2/4] linux-user: remove conditionals for many fs.h ioctls
` [PATCH 3/4] meson: enforce a minimum Linux kernel headers version >= 4.18
` [PATCH 4/4] linux-user: drop conditionals for obsolete kernel header versions

[PATCH] hw/acpi/erst.c: Fix memset argument order
 2022-10-21 15:29 UTC  (3+ messages)

[PATCH] linux-user: Implement faccessat2
 2022-10-21 15:37 UTC  (2+ messages)

[PATCH v2 0/2] linux-user: handle /proc/self/exe with execve() syscall
 2022-10-21 15:10 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] linux-user: don't use AT_EXECFD in do_openat()

[PATCH] linux-user: fix pidfd_send_signal()
 2022-10-21 14:58 UTC  (2+ messages)

[PULL 00/24] target-arm queue
 2022-10-21 13:39 UTC  (3+ messages)
` [PULL 12/24] target/arm: Use softmmu tlbs for page table walking

[PATCH] linux-user: Fix more MIPS n32 syscall ABI issues
 2022-10-21 14:38 UTC  (2+ messages)

[PATCH v2 0/8] hw/arm/virt: Fix dt-schema warnings
 2022-10-21 14:33 UTC  (5+ messages)
` [PATCH v2 7/8] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node

[PATCH v4 0/3] PowerPC interrupt rework
 2022-10-21 14:21 UTC  (4+ messages)
` [PATCH v4 1/3] target/ppc: introduce ppc_maybe_interrupt
` [PATCH v4 2/3] target/ppc: unify cpu->has_work based on cs->interrupt_request
` [PATCH v4 3/3] target/ppc: move the p*_interrupt_powersave methods to excp_helper.c

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-21 14:21 UTC  (6+ messages)

[PATCH v2 0/2] util/log: Always send errors to logfile when daemonized
 2022-10-21 14:08 UTC  (5+ messages)
` [PATCH v2 1/2] util/log: Derive thread id from getpid() on hosts w/o gettid() syscall

[PULL 00/11] Dump patches
 2022-10-21 13:05 UTC  (12+ messages)
` [PULL 01/11] dump: Use a buffer for ELF section data and headers
` [PULL 02/11] dump: Write ELF section headers right after ELF header
` [PULL 03/11] dump: Reorder struct DumpState
` [PULL 04/11] dump: Reintroduce memory_offset and section_offset
` [PULL 05/11] dump: Add architecture section and section string table support
` [PULL 06/11] s390x: Add protected dump cap
` [PULL 07/11] s390x: Introduce PV query interface
` [PULL 08/11] include/elf.h: add s390x note types
` [PULL 09/11] s390x: Add KVM PV dump interface
` [PULL 10/11] s390x: pv: Add dump support
` [PULL 11/11] dump/win_dump: limit number of processed PRCBs

[PATCH 00/11] fix memory leak while kset_register() fails
 2022-10-21  9:56 UTC  (21+ messages)
` [PATCH 01/11] kset: fix documentation for kset_register()

[PATCH v14 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-21 13:20 UTC  (27+ 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 11/17] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v14 12/17] net: dgram: add unix socket
` [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] target/i386: Fix caculation of LOCK NEG eflags
 2022-10-21 13:17 UTC 

[PATCH] hw/block/nvme: re-enable NVMe PCI hotplug
 2022-10-21 12:59 UTC  (11+ messages)

[PATCH v6 00/10] dump: Add arch section and s390x PV dump
 2022-10-21 12:48 UTC  (5+ messages)
` [PATCH v6 08/10] RFC: elf.h changes

[PATCH v2 0/4] ui:hw: fix tab indentation
 2022-10-21 12:16 UTC  (3+ messages)
` [PATCH v2 1/4] ui: "

x86, pflash, unassigned memory access
 2022-10-21 12:02 UTC  (4+ messages)

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-21 11:59 UTC  (11+ messages)
` [PATCH v3 12/26] block/vvfat: Unify the mkdir() call
` [PATCH v3 20/26] tests/avocado: disable sh4 rd2 tests on Gitlab
` [PATCH v3 23/26] target/s390x: don't use ld_code2 to probe next pc
` [PATCH v3 24/26] target/s390x: don't probe next pc for EXecuted insns
` [PATCH v3 25/26] target/s390x: fake instruction loading when handling 'ex'

[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
 2022-10-21 11:25 UTC  (11+ 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 4/9] target/s390x: Use Int128 for return from CKSM
` [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] util/log: Close per-thread log file on thread termination
 2022-10-21 10:57 UTC 

[PATCH v13 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-21 10:55 UTC  (13+ 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:47 UTC  (30+ messages)
` [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 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 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 v7 0/7] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-21  9:51 UTC  (8+ 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 4/7] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PATCH v7 5/7] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v7 6/7] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test
` [PATCH v7 7/7] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests

[PATCH] vhost-user-blk: fix the resize crash
 2022-10-21  9:54 UTC  (2+ messages)

[PATCH] block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
 2022-10-21  9:48 UTC  (2+ messages)

[PATCH v5 00/14] target/arm: Implement FEAT_HAFDBS
 2022-10-21  9:57 UTC  (8+ messages)
` [PATCH v5 01/14] target/arm: Introduce regime_is_stage2
` [PATCH v5 09/14] target/arm: Don't shift attrs in get_phys_addr_lpae
` [PATCH v5 10/14] target/arm: Consider GP an attribute "

[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  (5+ messages)
` [PATCH v5 5/6] hw/mips: use qemu_fdt_setprop_strings()

[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  (5+ messages)
` [PATCH v8 2/2] hw/intc: "

[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 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  (2+ messages)
` [PATCH v1 1/3] hw/loongarch: Change FDT base addr to 2 MiB


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).