qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 10:57:06 to 2022-10-20 10:28:43 UTC [more...]

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

[PATCH v2 0/2] util/log: Always send errors to logfile when daemonized
 2022-10-20  9:58 UTC  (8+ 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

[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

[PATCH v3 0/2] virtio-net: re-arm/re-schedule when tx_burst stops virtio_net_flush_tx()
 2022-10-20  9:58 UTC 

[PATCH v12 00/17] qapi: net: add unix socket type support to netdev backend
 2022-10-20  9:16 UTC  (18+ 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  9:44 UTC  (14+ 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] .gitignore: add multiple items to .gitignore
 2022-10-20 17:19 UTC 

[RFC PATCH v2 0/8] Guest announce feature emulation using Shadow VirtQueue
 2022-10-20  8:38 UTC  (20+ 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 4/8] vdpa: Expose VIRTIO_NET_F_STATUS unconditionally
` [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
` [RFC PATCH v2 8/8] vdpa: Offer VIRTIO_NET_F_GUEST_ANNOUNCE feature if SVQ is enabled

[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  (5+ 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  (6+ 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 v8 0/9] target/arm: pc-relative translation blocks
 2022-10-20  3:06 UTC  (10+ 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 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 v4 0/5] Support ACPI NVDIMM Label Methods
 2022-10-20  0:48 UTC  (7+ messages)
` [PATCH v4 5/5] test/acpi/bios-tables-test: SSDT: update golden master binaries

[PATCH v3 00/12] VMX/VSX instructions with gvec
 2022-10-20  0:25 UTC  (14+ messages)
` [PATCH v3 01/12] target/ppc: Moved VMLADDUHM to decodetree and use gvec
` [PATCH v3 02/12] target/ppc: Move VMH[R]ADDSHS instruction to decodetree
` [PATCH v3 03/12] target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
` [PATCH v3 04/12] target/ppc: Move VNEG[WD] to decodtree "
` [PATCH v3 05/12] target/ppc: Move VPRTYB[WDQ] to decodetree "
` [PATCH v3 06/12] target/ppc: Move VAVG[SU][BHW] "
` [PATCH v3 07/12] target/ppc: Move VABSDU[BHW] "
` [PATCH v3 08/12] target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P
` [PATCH v3 09/12] target/ppc: Use gvec to decode XVCPSGN[SD]P
` [PATCH v3 10/12] target/ppc: Moved XVTSTDC[DS]P to decodetree
` [PATCH v3 11/12] target/ppc: Moved XSTSTDC[QDS]P "
` [PATCH v3 12/12] target/ppc: Use gvec to decode XVTSTDC[DS]P

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

[PATCH v1 00/12] Introduce xenpv machine for arm architecture
 2022-10-19 23:12 UTC  (17+ messages)
` [PATCH v1 01/12] hw/xen: Correct build config for xen_pt_stub
` [PATCH v1 02/12] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PATCH v1 03/12] hw/i386/xen: rearrange xen_hvm_init_pc
` [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 v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-19 18:32 UTC  (32+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 5/8] KVM: Register/unregister the guest private memory regions

[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 v5 00/10] Introduce new acpi/smbios avocado tests using biosbits
 2022-10-19 16:00 UTC  (21+ 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 08/10] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PATCH v5 09/10] acpi/tests/avocado/bits: add a README file to describe the test

[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

Question about TCG backend correctness
 2022-10-19 13:46 UTC  (6+ messages)

[PATCH] target/arm: Fixed Privileged Access Never (PAN) for aarch32
 2022-10-19 12:03 UTC 

[PATCH] target/arm: Fixed Privileged Access Never (PAN) for aarch32
 2022-10-19 12:15 UTC 

[PATCH] MAINTAINERS: Replace my amsat.org email address
 2022-10-19 12:44 UTC  (2+ messages)

[PATCH v3 0/7] hostmem: NUMA-aware memory preallocation using ThreadContext
 2022-10-19 12:36 UTC  (2+ messages)

[PATCH] vhost: Warn if DEVIOTLB_UNMAP is not supported and ats is set
 2022-10-19 11:25 UTC  (5+ messages)

[PATCH v6 0/1] Fix LoongArch extioi coreisr accessing
 2022-10-19 11:00 UTC  (3+ messages)
` [PATCH v6 1/1] hw/intc: "

[PATCH v3 00/15] gdbstub/next (MemTxAttrs, re-factoring)
 2022-10-19 10:53 UTC  (3+ messages)
` [PATCH v3 15/15] accel/kvm: move kvm_update_guest_debug to inline stub


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