qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-24 08:53:39 to 2024-04-24 22:58:55 UTC [more...]

[PATCH v6 00/10] Optimize buffer_is_zero
 2024-04-24 22:57 UTC  (11+ messages)
` [PATCH v6 01/10] util/bufferiszero: Remove SSE4.1 variant
` [PATCH v6 02/10] util/bufferiszero: Remove AVX512 variant
` [PATCH v6 03/10] util/bufferiszero: Reorganize for early test for acceleration
` [PATCH v6 04/10] util/bufferiszero: Remove useless prefetches
` [PATCH v6 05/10] util/bufferiszero: Optimize SSE2 and AVX2 variants
` [PATCH v6 06/10] util/bufferiszero: Improve scalar variant
` [PATCH v6 07/10] util/bufferiszero: Introduce biz_accel_fn typedef
` [PATCH v6 08/10] util/bufferiszero: Simplify test_buffer_is_zero_next_accel
` [PATCH v6 09/10] util/bufferiszero: Add simd acceleration for aarch64
` [PATCH v6 10/10] tests/bench: Add bufferiszero-bench

[PULL 0/9] tcg + linux-user patch queue
 2024-04-24 22:51 UTC  (10+ messages)
` [PULL 1/9] meson: Make DEBUG_REMAP a meson option
` [PULL 2/9] linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY
` [PULL 3/9] linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()
` [PULL 4/9] linux-user: do_setsockopt: make ip_mreq_source local to the place where it is used
` [PULL 5/9] linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEO
` [PULL 6/9] linux-user: Add FITRIM ioctl
` [PULL 7/9] target/m68k: Pass semihosting arg to exit
` [PULL 8/9] target/m68k: Perform the semihosting test during translate
` [PULL 9/9] target/m68k: Support semihosting on non-ColdFire targets

[PATCH v3 0/2] query-cpu-model-expansion: report deprecated features
 2024-04-24 22:05 UTC  (4+ messages)
` [PATCH v3 1/2] target/s390x: report deprecated-props in cpu-model-expansion reply
` [PATCH v3 2/2] target/s390x: flag te and cte as deprecated

[PATCH] target/loongarch/cpu.c: typo fix: expection
 2024-04-24 22:17 UTC  (2+ messages)

[PATCH 0/3] accel: Add new @dirty field on HVF/NVMM/WHPX
 2024-04-24 22:13 UTC  (5+ messages)
` [PATCH 1/3] accel/whpx: Use accel-specific per-vcpu @dirty field
` [PATCH 2/3] accel/nvmm: "
` [PATCH 3/3] accel/hvf: "

[PATCH v2 0/3] include: Rename some expanded headers using '.h.inc' suffix
 2024-04-24 22:11 UTC  (5+ messages)
` [PATCH v2 1/3] hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
` [PATCH v2 2/3] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix
` [PATCH v2 3/3] accel/tcg: Rename helper-head.h -> helper-head.h.inc

[PATCH v2 0/2] migration: do not exit on incoming failure
 2024-04-24 22:02 UTC  (7+ messages)
` [PATCH v2 1/2] migration: rework migrate_set_error() to migrate_report_err()
` [PATCH v2 2/2] qapi: introduce exit-on-error paramter for migrate-incoming

[PULL 0/5] Housekeeping patches for 2024-04-24
 2024-04-24 22:02 UTC  (7+ messages)
` [PULL 1/5] MAINTAINERS: Update Sriram Yagnaraman mail address
` [PULL 2/5] target/nios2: Remove the deprecated Nios II target
` [PULL 3/5] hw/timer: Remove the ALTERA_TIMER model
` [PULL 4/5] hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helper
` [PULL 5/5] block/gluster: Remove deprecated RDMA protocol handling

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-04-24 20:43 UTC  (3+ messages)

[PATCH v2 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 20:29 UTC  (4+ messages)
` [PATCH v2 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH v2 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-24 20:28 UTC  (2+ messages)

[PATCH v6 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-24 20:06 UTC  (6+ messages)
` [PATCH v6 1/5] hw/display : Add device DM163
` [PATCH v6 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v6 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v6 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v6 5/5] tests/qtest : Add testcase for DM163

[PATCH RFC v2 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-04-24 20:04 UTC  (4+ messages)
` [PATCH RFC v2 1/3] cxl-mailbox-utils: move CXLUpdateDCExtentListInPl into header
` [PATCH RFC v2 2/3] cxl_type3: add MHD callbacks
` [PATCH RFC v2 3/3] mhsld: implement MHSLD device

[PATCH 0/4] X86: Alias isa-bios area and clean up
 2024-04-24 20:05 UTC  (2+ messages)

[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
 2024-04-24 19:12 UTC  (10+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion
` [PATCH v2 2/3] target/s390x: add support for "disable-deprecated-feats" expansion option

[PULL v2 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-24 18:49 UTC  (2+ messages)

[PULL 00/25] QAPI patches patches for 2024-04-24
 2024-04-24 18:47 UTC  (2+ messages)

[PULL 00/10] Error reporting patches for 2024-04-24
 2024-04-24 18:47 UTC  (2+ messages)

[PATCH] tests/avocado: add hotplug_blk test
 2024-04-24 18:16 UTC  (2+ messages)

[PATCH RFC] prevent overflow in xlnx_dpdma_desc_get_source_address()
 2024-04-24 18:13 UTC  (5+ messages)
` [PATCH v2 RFC] fix host-endianness bug and prevent overflow
    ` [PATCH] fix host-endianness bug
    ` [PATCH] fix bit fields extraction and prevent overflow

cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?
 2024-04-24 18:10 UTC  (6+ messages)
    ` Timeouts in CI jobs (was: cross-i686-tci CI job is flaky again (timeouts): can somebody who cares about TCI investigate?)
        ` Timeouts in CI jobs

[BUG, RFC] Base node is in RW after making external snapshot
 2024-04-24 18:00 UTC 

[PATCH 0/2] riscv,kvm: remove another strerrorname_np()
 2024-04-24 17:54 UTC  (10+ messages)
` [PATCH 1/2] target/riscv/kvm: remove sneaky strerrorname_np() instance
` [PATCH 2/2] checkpatch.pl: forbid strerrorname_np()

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-04-24 17:44 UTC  (15+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 13/13] qapi/cxl.json: Add QMP interfaces to print out accepted and pending DC extents

[ANNOUNCE] QEMU 8.2.3 Stable released
 2024-04-24 17:39 UTC 

[ANNOUNCE] QEMU 7.2.11 Stable released
 2024-04-24 17:38 UTC 

[PATCH v2 0/6] hw/ppc: SPI model
 2024-04-24 17:12 UTC  (4+ messages)
` [PATCH v2 5/6] hw/ppc: SPI controller wiring to P10 chip and create seeprom device

[PATCH 0/5] tcg: Misc improvements
 2024-04-24 17:09 UTC  (7+ messages)
` [PATCH] target/arm: Restrict translation disabled alignment check to VMSA
` [PATCH 1/5] tcg: Add write_aofs to GVecGen3i
` [PATCH 2/5] tcg/i386: Simplify immediate 8-bit logical vector shifts
` [PATCH 3/5] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
` [PATCH 4/5] tcg/optimize: Optimize setcond with zmask
` [PATCH 5/5] accel/tcg: Introduce CF_BP_PAGE

Problems (timeouts) when testing usb-ohci with qemu
 2024-04-24 17:05 UTC  (8+ messages)

Qemu for TC377
 2024-04-24 16:29 UTC  (5+ messages)

[PULL 00/17] CI job updates, header cleanups and other misc patches
 2024-04-24 16:21 UTC  (4+ messages)
` [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8

[PATCH for-9.1 0/7] target/i386/kvm: Cleanup the kvmclock feature name
 2024-04-24 15:57 UTC  (7+ messages)
` [PATCH for-9.1 1/7] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH for-9.1 2/7] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-04-24 15:49 UTC  (22+ messages)
` [PATCH v11 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v11 02/21] hw/core/machine: Support modules in -smp
` [PATCH v11 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v11 04/21] hw/core: Support module-id in numa configuration
` [PATCH v11 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v11 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v11 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v11 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v11 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v11 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v11 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v11 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v11 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v11 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v11 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v11 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v11 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v11 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v11 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v11 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v11 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[PATCH v3] target/riscv: Raise exceptions on wrs.nto
 2024-04-24 14:46 UTC  (2+ messages)

[PATCH v9 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-24 14:40 UTC  (3+ messages)
` [PATCH v9 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v9 2/2] Implement SSH commands in QEMU GA for Windows

[PATCH v8 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-24 14:30 UTC  (8+ messages)
` [PATCH v8 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v8 2/2] Implement SSH commands in QEMU GA for Windows

[PATCH 00/27] Add qapi-domain Sphinx extension
 2024-04-24 14:13 UTC  (9+ messages)

[PATCH 6.1.y] virtio_net: Do not send RSS key if it is not supported
 2024-04-24 10:57 UTC 

[PATCH] vfio/ccw: Use g_autofree variable
 2024-04-24 13:27 UTC  (3+ messages)

[PATCH] vfio/ap: Use g_autofree variable
 2024-04-24 13:22 UTC  (2+ messages)

[PATCH for-9.1] util/log: add cleanup function
 2024-04-24 13:12 UTC  (3+ messages)

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-24 12:52 UTC  (9+ messages)
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
` [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
` [PATCH v8 09/11] virtio-gpu: Resource UUID

[PATCH v2 0/2] net: Update MemReentrancyGuard for NIC
 2024-04-24 12:32 UTC  (5+ messages)
` [PATCH v2 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()

[PATCH-for-9.1 v2 0/3] target/nios2: Remove the deprecated Nios II target
 2024-04-24 11:39 UTC  (6+ messages)
` [PATCH-for-9.1 v2 2/3] "

[PATCH v4] linux-aio: add IO_CMD_FDSYNC command support
 2024-04-24 12:17 UTC  (2+ messages)

[PATCH v3 0/5] vhost-user-blk: live resize additional APIs
 2024-04-24 12:11 UTC  (6+ messages)
` [PATCH v3 4/5] qapi: introduce device-sync-config
` [PATCH v3 5/5] qapi: introduce CONFIG_READ event

[PATCH] ppc/pnv: Introduce pnv_chip_foreach_cpu()
 2024-04-24 12:10 UTC  (2+ messages)

[PATCH-for-9.1 00/21] target/monitor: Cleanup around hmp_info_tlb()
 2024-04-24 12:08 UTC  (11+ messages)
` [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
` [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
` [PATCH-for-9.1 16/21] target/sparc: "

[PATCH for-9.1 00/19] target/i386: convert 1-byte opcodes to new decoder
 2024-04-24 11:13 UTC  (4+ messages)
` [PATCH for-9.1 09/19] target/i386: move 60-BF "

[PATCH v3] hw/audio/virtio-snd: Use device endianness instead of target one
 2024-04-24 10:31 UTC  (8+ messages)

[PATCH v4 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-04-24  9:34 UTC  (2+ messages)

[PATCH] Fix incorrect disassembly format for certain RISC-V instructions
 2024-04-24  9:08 UTC  (3+ messages)

[PATCH] backends/cryptodev-builtin: Fix local_error leaks
 2024-04-24  9:06 UTC  (2+ messages)

[PATCH v3 00/27] qemu-img: refersh options and --help handling, cleanups
 2024-04-24  8:50 UTC  (15+ messages)
` [PATCH 02/27] qemu-img: create: convert img_size to signed, simplify handling
` [PATCH 03/27] qemu-img: global option processing and error printing
` [PATCH 08/27] qemu-img: simplify --repair error message
` [PATCH 09/27] qemu-img: commit: refresh options/--help
` [PATCH 14/27] qemu-img: snapshot: allow specifying -f fmt
` [PATCH 17/27] qemu-img: rebase: refresh options/--help
` [PATCH 19/27] qemu-img: resize: "
` [PATCH 21/27] qemu-img: bench: "
` [PATCH 22/27] qemu-img: bitmap: "
` [PATCH 23/27] qemu-img: dd: "
` [PATCH 24/27] qemu-img: measure: "
` [PATCH 25/27] qemu-img: implement short --help, remove global help() function
` [PATCH 26/27] qemu-img: inline list of supported commands, remove qemu-img-cmds.h include
` [PATCH 27/27] qemu-img: extend cvtnum() and use it in more places


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