qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 15:22:03 to 2022-10-20 13:18:37 UTC [more...]

[PATCH 00/31] tcg: Support for Int128 with helpers
 2022-10-20 11:52 UTC  (6+ messages)
` [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 25/31] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH 29/31] tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH 30/31] tcg: Add temp allocation for TCGv_i128

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-20 11:52 UTC  (11+ 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 14/26] hw/usb: dev-mtp: Use g_mkdir()
` [PATCH v3 20/26] tests/avocado: disable sh4 rd2 tests on Gitlab
` [PATCH v3 21/26] tests/tcg: re-enable linux-test for sh4

[PULL 00/24] target-arm queue
 2022-10-20 12:21 UTC  (2+ messages)
` [PULL 20/24] target/arm: Change gen_jmp* to work on displacements

[RFC PATCH 0/3] Fix some TCG RISC-V backend bugs
 2022-10-20 11:31 UTC  (6+ 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 v12 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20 11:29 UTC  (22+ 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 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 v4 0/5] Support ACPI NVDIMM Label Methods
 2022-10-20 11:48 UTC  (8+ messages)
` [PATCH v4 5/5] test/acpi/bios-tables-test: SSDT: update golden master binaries

[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  (18+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v5 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-20 10:52 UTC  (17+ messages)
` [PATCH v5 02/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
` [PATCH v5 03/10] acpi/tests/avocado/bits: disable acpi PSS tests that are failing in biosbits
` [PATCH v5 05/10] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits smilatency tests
` [PATCH v5 06/10] acpi/tests/avocado/bits: disable smilatency test since it does not pass everytime
` [PATCH v5 09/10] acpi/tests/avocado/bits: add a README file to describe the test

[PATCH 0/7] Guest announce feature emulation using Shadow VirtQueue
 2022-10-20 10:34 UTC  (7+ 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 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 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  (11+ messages)
` [PATCH v1 04/12] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PATCH v1 05/12] hw/i386/xen/xen-hvm: create arch_handle_ioreq and arch_xen_set_memory
` [PATCH v1 06/12] xen-hvm: move common functions to hw/xen/xen-hvm-common.c
` [PATCH v1 09/12] accel/xen/xen-all: export xenstore_record_dm_state

[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 v3 00/29] PowerPC interrupt rework
 2022-10-19 21:55 UTC  (2+ messages)

[PATCH] target/riscv/pmp: fix non-translated page size address checks w/ MPU
 2022-10-19 21:29 UTC  (3+ messages)

[PATCH 0/6] Enable doorbell instruction for POWER8 CPUs
 2022-10-19 20:59 UTC  (7+ 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 "

[RFC PATCH] tests/avocado: set -machine none for userfwd and vnc tests
 2022-10-19 18:38 UTC 

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-19 17:56 UTC  (9+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

socket chardevs: data loss when other end closes connection?
 2022-10-19 16:29 UTC  (4+ messages)

[PATCH v7 0/8] ppc4xx_sdram QOMify and clean ups
 2022-10-19 16:02 UTC  (9+ messages)
` [PATCH v7 1/8] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
` [PATCH v7 2/8] ppc4xx_devs.c: Move DDR "
` [PATCH v7 3/8] ppc4xx_sdram: Move ppc4xx_sdram_banks() "
` [PATCH v7 4/8] ppc4xx_sdram: Use hwaddr for memory bank size
` [PATCH v7 5/8] ppc4xx_sdram: Rename local state variable for brevity
` [PATCH v7 6/8] ppc4xx_sdram: Generalise bank setup
` [PATCH v7 7/8] ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
` [PATCH v7 8/8] ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()

[PATCH v2 00/11] Add support for fixed ram offsets during migration
 2022-10-19 16:02 UTC  (5+ messages)
` [PATCH v2 03/11] migration: Make migration json writer part of MigrationState struct

[RFC 0/7] migration patches for VFIO
 2022-10-19 15:51 UTC  (9+ messages)
` [RFC 7/7] migration: call qemu_savevm_state_pending_exact() with the guest stopped

[PATCH v3 0/2] Refactoring: expand usage of TFR() macro
 2022-10-19 15:40 UTC  (5+ messages)
` [PATCH v3 1/2] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
` [PATCH v3 2/2] error handling: Use RETRY_ON_EINTR() macro where applicable


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