qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 19:22:08 to 2023-05-31 09:05:55 UTC [more...]

[PATCH] tests/vm/freebsd: Install more feature libraries in the FreeBSD VM
 2023-05-31  9:04 UTC 

[RFC] Native Library Calls
 2023-05-31  8:53 UTC  (6+ messages)

[PATCH 00/12] aspeed: fixes and extensions
 2023-05-31  8:47 UTC  (36+ messages)
` [PATCH 01/12] aspeed/hace: Initialize g_autofree pointer
` [PATCH 02/12] aspeed: Introduce a boot_rom region at the machine level
` [PATCH 03/12] aspeed: Use the boot_rom region of the fby35 machine
` [PATCH 04/12] hw/ssi: Add an "addr" property to SSIPeripheral
` [PATCH 05/12] hw/ssi: Introduce a ssi_get_cs() helper
` [PATCH 06/12] aspeed/smc: Wire CS lines at reset
` [PATCH 07/12] hw/ssi: Check for duplicate addresses
` [PATCH 09/12] m25p80: Introduce an helper to retrieve the BlockBackend of a device
` [PATCH 10/12] aspeed: Get the BlockBackend of FMC0 from the flash device
` [PATCH 11/12] aspeed: Introduce a "uart" machine option

[PATCH v4 0/8] i386: Make Intel PT configurable
 2023-05-31  8:43 UTC  (9+ messages)
` [PATCH v4 1/8] target/i386: Print CPUID subleaf info for unsupported feature
` [PATCH v4 2/8] target/i386/intel-pt: Fix INTEL_PT_ADDR_RANGES_NUM_MASK
` [PATCH v4 3/8] target/i386/intel-pt: Introduce FeatureWordInfo for Intel PT CPUID leaf 0x14
` [PATCH v4 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
` [PATCH v4 5/8] target/i386/intel-pt: Rework/rename the default INTEL-PT feature set
` [PATCH v4 6/8] target/i386/intel-pt: Enable host pass through of Intel PT
` [PATCH v4 7/8] target/i386/intel-pt: Define specific PT feature set for IceLake-server, Snowridge and SapphireRapids
` [PATCH v4 8/8] target/i386/intel-pt: Access MSR_IA32_RTIT_ADDRn based on guest CPUID configuration

[PATCH 0/2] Vhost-vdpa Shadow Virtqueue Offloads support
 2023-05-31  8:35 UTC  (10+ messages)
` [PATCH 1/2] vdpa: Add vhost_vdpa_net_load_offloads
` [PATCH 2/2] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ

[RFC PATCH v2 0/5] virtio-balloon: Working Set Reporting
 2023-05-31  8:18 UTC  (6+ messages)
` [RFC PATCH v2 1/5] virtio-balloon: Add Working Set Reporting feature
` [RFC PATCH v2 3/5] virtio-balloon: Add QMP functions for Working Set

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-05-31  8:13 UTC  (13+ messages)
` [PATCH v3 03/14] nbd/server: Prepare for alternate-size headers
` [PATCH v3 05/14] nbd: Add types for extended headers
    ` [Libguestfs] "
` [PATCH v3 06/14] nbd/server: Refactor handling of request payload
` [PATCH v3 07/14] nbd/server: Refactor to pass full request around

[PATCH] hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI
 2023-05-31  8:10 UTC  (2+ messages)

[PATCH 0/3] hw/smbios: Cleanup topology related variables
 2023-05-31  7:58 UTC  (3+ messages)
` [PATCH 2/3] hw/smbios: Fix thread count in type4

[PATCH v3] hw/cxl: Fix CFMW config memory leak
 2023-05-31  7:51 UTC  (2+ messages)

[PATCH v3 0/6] block: add blk_io_plug_call() API
 2023-05-31  7:33 UTC  (3+ messages)
` [PATCH v3 5/6] block/linux-aio: convert to "

[PULL 00/21] Migration 20230530 patches
 2023-05-31  7:28 UTC  (3+ messages)

[RFC PATCH 0/5] target/ppc: initial SMT support in TCG
 2023-05-31  7:25 UTC  (8+ messages)
` [RFC PATCH 1/5] target/ppc: gdbstub init spr gdb_id for all CPUs
` [RFC PATCH 2/5] target/ppc: Add initial flags and helpers for SMT support
` [RFC PATCH 3/5] target/ppc: Add support for SMT CTRL register
` [RFC PATCH 4/5] target/ppc: Add msgsnd/p and DPDES SMT support
` [RFC PATCH 5/5] spapr: Allow up to 8 threads SMT configuration

[PATCH] hw/mips/malta: Fix the malta machine on big endian hosts
 2023-05-31  7:13 UTC  (5+ messages)

[PATCH] fpu: Add conversions between bfloat16 and [u]int8
 2023-05-31  6:54 UTC 

[PATCH v1] target/ppc: Support directed privileged doorbell interrupt (SDOOR)
 2023-05-31  6:52 UTC  (2+ messages)

[PATCH v1] target/ppc: Fix msgclrp interrupt type
 2023-05-31  6:52 UTC  (2+ messages)

[PATCH v2] hw/cxl: Fix CFMW config memory leak
 2023-05-31  6:08 UTC  (3+ messages)

[PATCH] tests/avocado/virtio-gpu: Cancel test if drm rendering is not available
 2023-05-31  5:53 UTC  (2+ messages)

[PATCH v3 00/48] tcg: Build once for system, once for user
 2023-05-31  5:30 UTC  (56+ messages)
` [PATCH v3 01/48] tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH v3 02/48] tcg/riscv: "
` [PATCH v3 03/48] tcg/s390x: "
` [PATCH v3 04/48] tcg/sparc64: "
` [PATCH v3 05/48] tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
` [PATCH v3 06/48] tcg: Widen CPUTLBEntry comparators to 64-bits
` [PATCH v3 07/48] tcg: Add tlb_fast_offset to TCGContext
` [PATCH v3 08/48] *: Add missing includes of qemu/error-report.h
` [PATCH v3 09/48] *: Add missing includes of tcg/debug-assert.h
` [PATCH v3 10/48] *: Add missing includes of tcg/tcg.h
` [PATCH v3 11/48] tcg: Split out tcg-target-reg-bits.h
` [PATCH v3 12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PATCH v3 13/48] tcg: Split out tcg/oversized-guest.h
` [PATCH v3 14/48] tcg: Move TCGv, dup_const_tl definitions to tcg-op.h
` [PATCH v3 15/48] tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h
` [PATCH v3 16/48] target/arm: Include helper-gen.h in translator.h
` [PATCH v3 17/48] target/hexagon: Include helper-gen.h where needed
` [PATCH v3 18/48] tcg: Remove outdated comments in helper-head.h
` [PATCH v3 19/48] tcg: Move TCGHelperInfo and dependencies to tcg/helper-info.h
` [PATCH v3 20/48] tcg: Pass TCGHelperInfo to tcg_gen_callN
` [PATCH v3 21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PATCH v3 22/48] tcg: Split tcg_gen_callN
` [PATCH v3 23/48] tcg: Split helper-gen.h
` [PATCH v3 24/48] tcg: Split helper-proto.h
` [PATCH v3 25/48] tcg: Add insn_start_words to TCGContext
` [PATCH v3 26/48] tcg: Add guest_mo "
` [PATCH v3 27/48] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
` [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h
` [PATCH v3 29/48] tcg: Remove NO_CPU_IO_DEFS
` [PATCH v3 30/48] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v3 31/48] exec-all: Widen TranslationBlock pc and cs_base to 64-bits
` [PATCH v3 32/48] tcg: Spit out exec/translation-block.h
` [PATCH v3 33/48] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PATCH v3 34/48] accel/tcg: Move most of gen-icount.h into translator.c
` [PATCH v3 35/48] accel/tcg: Introduce translator_io_start
` [PATCH v3 36/48] accel/tcg: Move translator_fake_ldb out of line
` [PATCH v3 37/48] target/arm: Tidy helpers for translation
` [PATCH v3 38/48] target/mips: "
` [PATCH v3 39/48] *: Add missing includes of exec/translation-block.h
` [PATCH v3 40/48] *: Add missing includes of exec/exec-all.h
` [PATCH v3 41/48] accel/tcg: Tidy includes for translator.[ch]
` [PATCH v3 42/48] tcg: Fix PAGE/PROT confusion
` [PATCH v3 43/48] tcg: Move env defines out of NEED_CPU_H in helper-head.h
` [PATCH v3 44/48] tcg: Remove target-specific headers from tcg.[ch]
` [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c
` [PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h
` [PATCH v3 47/48] exec/poison: Do not poison CONFIG_SOFTMMU
` [PATCH v3 48/48] tcg: Build once for system and once for user-only

[PATCH] tap: introduce IFF_NAPI
 2023-05-31  5:27 UTC  (6+ messages)

[PATCH v5 0/3] hw/riscv/virt: pflash improvements
 2023-05-31  5:16 UTC  (2+ messages)

[PATCH 0/4] Add SCMI vhost-user VIRTIO device
 2023-05-31  5:05 UTC  (7+ messages)
` [PATCH 1/4] hw/virtio: Add boilerplate for vhost-user-scmi device
` [PATCH 2/4] hw/virtio: Add vhost-user-scmi-pci boilerplate
` [PATCH 4/4] tests/qtest: enable tests for virtio-scmi
` [PATCH 3/4] tests/qtest: Fix a comment typo in vhost-user-test.c

[PATCH v2 0/1] target/i386: add support for LAM in CPUID enumeration
 2023-05-31  3:45 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v13 00/10] TCG code quality tracking
 2023-05-31  2:05 UTC  (8+ messages)
` [PATCH v13 04/10] accel/tcg: add jit stats and time to TBStatistics

[PATCH] hw/clx: Fix CFMW config memory leak
 2023-05-31  1:58 UTC  (3+ messages)

[PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization
 2023-05-31  1:44 UTC  (3+ messages)
` [PATCH v4 2/2] vdpa: move CVQ isolation check to net_init_vhost_vdpa

[PATCH v2 0/2] vhost: release memory objects in an error path
 2023-05-31  1:22 UTC  (5+ messages)
` [PATCH v2 1/2] vhost: release memory_listener object in "
` [PATCH v2 2/2] vhost: release virtqueue objects "

[PULL 00/27] tcg patch queue
 2023-05-31  1:08 UTC  (2+ messages)

[PATCH 0/2] s390x/ap: fix hang when mdev attached to guest is removed
 2023-05-31  0:56 UTC  (4+ messages)
` [PATCH 1/2] linux-headers: Update with vfio_ap IRQ index mapping
` [PATCH 2/2] s390x/ap: Wire up the device request notifier interface

[PATCH v14 00/10] TCG code quality tracking
 2023-05-31  0:54 UTC  (4+ messages)
` [PATCH v14 04/10] accel/tcg: add jit stats and time to TBStatistics

[PATCH 0/4] target/riscv: Fix mstatus related problems
 2023-05-31  0:27 UTC  (10+ messages)
` [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV
` [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH 4/4] target/riscv: Remove redundant assignment to SXL

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-30 23:16 UTC  (5+ messages)
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers

[PATCH v3 00/15] vfio: VFIO migration support with vIOMMU
 2023-05-30 22:04 UTC  (7+ messages)
` [PATCH v3 01/15] hw/pci: Refactor pci_device_iommu_address_space()
` [PATCH v3 08/15] vfio/common: Relax vIOMMU detection when DMA translation is off
` [PATCH v3 10/15] intel-iommu: Implement IOMMU_ATTR_MAX_IOVA get_attr() attribute

[QEMU][PATCH v6 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
 2023-05-30 21:22 UTC 

[QEMU][PATCH v6 0/4] Introduce Xilinx Versal CANFD
 2023-05-30 21:07 UTC  (4+ messages)
` [QEMU][PATCH v6 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
` [QEMU][PATCH v6 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
` [QEMU][PATCH v6 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-05-30 19:46 UTC  (17+ messages)
` [PATCH 01/16] target/riscv: skip features setup for KVM CPUs
` [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH 04/16] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH 05/16] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH 08/16] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH 09/16] linux-headers: Update to v6.4-rc1
` [PATCH 10/16] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH 11/16] target/riscv: add KVM specific MISA properties
` [PATCH 12/16] target/riscv/kvm.c: update KVM MISA bits
` [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM
` [PATCH 15/16] target/riscv: update multi-letter extension KVM properties
` [PATCH 16/16] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH v3 00/20] target/arm: Implement FEAT_LSE2
 2023-05-30 19:14 UTC  (9+ messages)
` [PATCH v3 01/20] target/arm: Add commentary for CPUARMState.exclusive_high
` [PATCH v3 02/20] target/arm: Add feature test for FEAT_LSE2
` [PATCH v3 03/20] target/arm: Introduce finalize_memop_{atom,pair}
` [PATCH v3 04/20] target/arm: Use tcg_gen_qemu_ld_i128 for LDXP
` [PATCH v3 07/20] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r
` [PATCH v3 08/20] target/arm: Sink gen_mte_check1 into load/store_exclusive
` [PATCH v3 14/20] target/arm: Check alignment in helper_mte_check
` [PATCH v3 18/20] tests/tcg/aarch64: Use stz2g in mte-7.c


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