qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 19:33:34 to 2022-10-20 14:20:09 UTC [more...]

[PATCH 00/31] tcg: Support for Int128 with helpers
 2022-10-20 11:52 UTC  (21+ messages)
` [PATCH 02/31] tcg: Introduce paired register allocation
` [PATCH 03/31] tcg/s390x: Use register pair allocation for div and mulu2
` [PATCH 04/31] tcg/arm: Use register pair allocation for qemu_{ld, st}_i64
` [PATCH 08/31] target/sparc: Avoid TCGV_{LOW,HIGH}
` [PATCH 09/31] tcg: Move TCG_{LOW,HIGH} to tcg-internal.h
` [PATCH 10/31] tcg: Add temp_subindex to TCGTemp
` [PATCH 11/31] tcg: Allocate TCGTemp pairs in host memory order
` [PATCH 12/31] tcg: Move TCG_TYPE_COUNT outside enum
` [PATCH 13/31] tcg: Introduce tcg_type_size
` [PATCH 15/31] tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64
` [PATCH 16/31] tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32
` [PATCH 18/31] tcg: Reorg function calls
` [PATCH 19/31] tcg: Move ffi_cif pointer into TCGHelperInfo
` [PATCH 21/31] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH 22/31] tcg: Add TCG_CALL_{RET,ARG}_NORMAL_4
` [PATCH 25/31] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH 27/31] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH 29/31] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH 30/31] tcg: Add temp allocation for TCGv_i128
` [PATCH 31/31] tcg: Add tcg_gen_extr_i128_i64, tcg_gen_concat_i64_i128

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-20 11:54 UTC  (17+ messages)
` [PATCH v3 01/26] tests/docker: update fedora-win[32|64]-cross with lcitool
` [PATCH v3 03/26] tests/docker: Add flex/bison to `debian-all-test`
` [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 07/26] tests/docker: Add flex/bison to `debian-hexagon-cross`
` [PATCH v3 08/26] tests/tcg: use regular semihosting for nios2-softmmu
` [PATCH v3 10/26] tcg: Avoid using hardcoded /tmp
` [PATCH v3 14/26] hw/usb: dev-mtp: Use g_mkdir()
` [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 19/26] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping
` [PATCH v3 20/26] tests/avocado: disable sh4 rd2 tests on Gitlab
` [PATCH v3 21/26] tests/tcg: re-enable linux-test for sh4
` [PATCH v3 24/26] target/s390x: don't probe next pc for EXecuted insns

[PATCH v6 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-20 12:35 UTC  (3+ messages)
` [PATCH v6 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v6 09/10] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test

[PULL 00/24] target-arm queue
 2022-10-20 12:21 UTC  (8+ messages)
` [PULL 04/24] target/arm: Use probe_access_full for MTE
` [PULL 12/24] target/arm: Use softmmu tlbs for page table walking
` [PULL 15/24] target/arm: Introduce curr_insn_len
` [PULL 16/24] target/arm: Change gen_goto_tb to work on displacements
` [PULL 18/24] target/arm: Change gen_exception_insn* "
` [PULL 20/24] target/arm: Change gen_jmp* "
` [PULL 24/24] hw/ide/microdrive: Use device_cold_reset() for self-resets

[PULL 0/9] tcg patch queue for 2022-06-21
 2022-10-20 12:33 UTC  (3+ messages)
` [PULL 3/9] accel/tcg: Init TCG cflags in vCPU thread handler

[PATCH v4 0/5] Support ACPI NVDIMM Label Methods
 2022-10-20 11:48 UTC  (10+ messages)
` [PATCH v4 4/5] acpi/nvdimm: Implement "
` [PATCH v4 5/5] test/acpi/bios-tables-test: SSDT: update golden master binaries

[RFC PATCH 0/3] Fix some TCG RISC-V backend bugs
 2022-10-20 11:44 UTC  (9+ messages)
` [RFC PATCH 1/3] tcg/riscv: Fix base regsiter for qemu_ld/st
` [RFC PATCH 2/3] tcg/riscv: Fix tcg_out_opc_imm when imm exceeds
` [RFC PATCH 3/3] tcg/riscv: Remove a wrong optimization for addsub2

[PATCH v3 00/29] PowerPC interrupt rework
 2022-10-20 11:18 UTC  (3+ messages)

[PATCH 0/6] Enable doorbell instruction for POWER8 CPUs
 2022-10-20 12:18 UTC  (8+ messages)
` [PATCH 4/6] target/ppc: move msgclr/msgsnd to decodetree
` [PATCH 5/6] target/ppc: move msgclrp/msgsndp "
` [PATCH 6/6] target/ppc: move msgsync "

[PATCH 0/7] Guest announce feature emulation using Shadow VirtQueue
 2022-10-20 10:34 UTC  (8+ messages)
` [PATCH 1/7] vdpa: Save emulated features list in vhost_vdpa
` [PATCH 2/7] virtio_net: Modify virtio_net_get_config to early return
` [PATCH 3/7] virtio_net: Handle _F_STATUS emulation in virtio_net_get_config
` [PATCH 4/7] vdpa: Expose VIRTIO_NET_F_STATUS unconditionally
` [PATCH 5/7] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
` [PATCH 6/7] virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
` [PATCH 7/7] vdpa: Offer VIRTIO_NET_F_GUEST_ANNOUNCE feature if SVQ is enabled

[PATCH v12 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 11:29 UTC  (24+ messages)
` [PATCH v12 01/17] net: introduce convert_host_port()
` [PATCH v12 02/17] net: remove the @errp argument of net_client_inits()
` [PATCH v12 03/17] net: simplify net_client_parse() error management
` [PATCH v12 04/17] qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
` [PATCH v12 05/17] net: introduce qemu_set_info_str() function
` [PATCH v12 06/17] qapi: net: add stream and dgram netdevs
` [PATCH v12 07/17] net: socket: Don't ignore EINVAL on netdev socket connection
` [PATCH v12 08/17] net: stream: "
` [PATCH v12 09/17] net: stream: add unix socket
` [PATCH v12 10/17] net: dgram: make dgram_dst generic
` [PATCH v12 11/17] net: dgram: move mcast specific code from net_socket_fd_init_dgram()
` [PATCH v12 12/17] net: dgram: add unix socket
` [PATCH v12 13/17] qemu-sockets: move and rename SocketAddress_to_str()
` [PATCH v12 14/17] qemu-sockets: update socket_uri() and socket_parse() to be consistent
` [PATCH v12 15/17] net: stream: move to QIO to enable additional parameters
` [PATCH v12 16/17] tests/qtest: netdev: test stream and dgram backends
` [PATCH v12 17/17] net: stream: add QAPI events to report connection state

[PATCH 0/3] Drop useless casts from void * to pointer
 2022-10-20 12:12 UTC  (2+ messages)

[PATCH v5 0/6] hw/arm/virt: Improve address assignment for high memory regions
 2022-10-20 11:13 UTC  (13+ messages)
` [PATCH v5 4/6] hw/arm/virt: Introduce virt_get_high_memmap_enabled() helper
` [PATCH v5 5/6] hw/arm/virt: Improve high memory region address assignment
` [PATCH v5 6/6] hw/arm/virt: Add 'compact-highmem' property

[PATCH v3 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-20 11:36 UTC  (4+ messages)
` [PATCH v3 1/2] virtio-net: fix bottom-half packet TX on asynchronous completion
` [PATCH v3 2/2] virtio-net: fix TX timer with tx_burst

[PATCH v3 0/4] irqfd, iothread and polling support
 2022-10-20 11:16 UTC  (6+ messages)
` [PATCH v3 3/4] hw/nvme: add iothread support
` [PATCH v3 4/4] hw/nvme: add polling support

[PATCH v6 00/10] dump: Add arch section and s390x PV dump
 2022-10-20 11:03 UTC  (5+ messages)
` [PATCH v6 09/10] s390x: Add KVM PV dump interface
` [PATCH v6 10/10] s390x: pv: Add dump support

[PATCH] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping
 2022-10-20 11:10 UTC  (5+ messages)

[RISU PATCH v2 0/5] Add LoongArch architectures support
 2022-10-20 11:11 UTC  (2+ messages)

[RFC PATCH] target/s390x: fake instruction loading when handling 'ex'
 2022-10-20 11:09 UTC  (4+ messages)

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

[RFC PATCH 0/4] docs/devel suggestions for discussion
 2022-10-20 10:51 UTC  (6+ messages)
` [RFC PATCH 1/4] docs/devel: add a maintainers section to development process

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-20 10:50 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v5 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-20 10:52 UTC  (6+ messages)
` [PATCH v5 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests

[PATCH v8 0/9] target/arm: pc-relative translation blocks
 2022-10-20 10:29 UTC  (11+ messages)
` [PATCH v8 1/9] target/arm: Introduce curr_insn_len
` [PATCH v8 2/9] target/arm: Change gen_goto_tb to work on displacements
` [PATCH v8 3/9] target/arm: Change gen_*set_pc_im to gen_*update_pc
` [PATCH v8 4/9] target/arm: Change gen_exception_insn* to work on displacements
` [PATCH v8 5/9] target/arm: Remove gen_exception_internal_insn pc argument
` [PATCH v8 6/9] target/arm: Change gen_jmp* to work on displacements
` [PATCH v8 7/9] target/arm: Introduce gen_pc_plus_diff for aarch64
` [PATCH v8 8/9] target/arm: Introduce gen_pc_plus_diff for aarch32
` [PATCH v8 9/9] target/arm: Enable TARGET_TB_PCREL

[PATCH] .gitignore: add multiple items to .gitignore
 2022-10-20 17:19 UTC  (2+ messages)

[PATCH v11 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 10:22 UTC  (5+ messages)
` [PATCH v11 17/17] net: stream: add QAPI events to report connection state

has anybody looked at the long-standing intermittent raspi2 avocado test failure?
 2022-10-20 10:16 UTC  (4+ messages)

[PATCH v7 0/2] Fix LoongArch extioi coreisr accessing
 2022-10-20  9:58 UTC  (4+ messages)
` [PATCH v7 1/2] hw/intc: Convert the memops to with_attrs in LoongArch extioi
` [PATCH v7 2/2] hw/intc: Fix LoongArch extioi coreisr accessing

[RFC PATCH v2 0/8] Guest announce feature emulation using Shadow VirtQueue
 2022-10-20  8:38 UTC  (18+ messages)
` [RFC PATCH v2 1/8] vdpa: Delete duplicated vdpa_feature_bits entry
` [RFC PATCH v2 2/8] vdpa: Save emulated features list in vhost_vdpa
` [RFC PATCH v2 3/8] vhost_net: Emulate link state up if backend doesn't expose it
` [RFC PATCH v2 5/8] vdpa: Remove shadow CVQ command check
` [RFC PATCH v2 6/8] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
` [RFC PATCH v2 7/8] vhost_net: return VIRTIO_NET_S_ANNOUNCE is device model has it set

[PATCH] vdpa: Remove shadow CVQ command check
 2022-10-20  8:02 UTC 

[PATCH] vdpa: Delete duplicated vdpa_feature_bits entry
 2022-10-20  8:00 UTC 

[PATCH] dump/win_dump: limit number of processed PRCBs
 2022-10-20  7:54 UTC  (2+ messages)

[PATCH] MAINTAINERS: target/s390x/: add Ilya as reviewer
 2022-10-20  6:36 UTC  (3+ messages)

[PATCH] hw/acpi/erst.c: Fix memset argument order
 2022-10-20  6:14 UTC  (4+ messages)

[RESEND PATCH] hw/mem/nvdimm: fix error message for 'unarmed' flag
 2022-10-20  5:17 UTC  (5+ messages)

[PATCH v2 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-20  4:20 UTC  (3+ messages)
` [PATCH v2 2/2] virtio-net: fix TX timer with tx_burst

[PATCH] x86-iommu: Fail flag registration of DEVIOTLB if DT not supported
 2022-10-20  3:58 UTC  (6+ messages)

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

[PATCH v4 00/24] target/arm: Implement FEAT_HAFDBS
 2022-10-20  3:16 UTC  (4+ messages)
` [PATCH v4 13/24] target/arm: Add ptw_idx to S1Translate

[PATCH 0/4] target/i386: support x86_64-v3 for user mode applications
 2022-10-20  3:02 UTC  (11+ messages)
` [PATCH 1/4] target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]
` [PATCH 2/4] target/i386: introduce function to set rounding mode from FPCW or MXCSR bits
` [PATCH 3/4] target/i386: implement F16C instructions
` [PATCH 4/4] target/i386: implement FMA instructions

[PATCH v2] vhost-vdpa: add support for vIOMMU
 2022-10-20  2:14 UTC  (2+ messages)

[PATCH v3 00/12] VMX/VSX instructions with gvec
 2022-10-20  0:25 UTC  (3+ messages)
` [PATCH v3 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-19 23:12 UTC  (4+ messages)
` [PATCH v1 06/12] xen-hvm: move common functions to hw/xen/xen-hvm-common.c

[PATCH 0/8] Hexagon (target/hexagon) Improve change-of-flow
 2022-10-19 22:37 UTC  (9+ messages)
` [PATCH 1/8] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PATCH 2/8] Hexagon (target/hexagon) Remove PC from the runtime state
` [PATCH 3/8] Hexagon (target/hexagon) Remove next_PC from "
` [PATCH 4/8] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PATCH 5/8] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PATCH 6/8] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PATCH 7/8] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PATCH 8/8] Hexagon (target/hexagon) Use direct block chaining for tight loops

[PATCH] target/riscv/pmp: fix non-translated page size address checks w/ MPU
 2022-10-19 21:29 UTC  (3+ 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).