qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 12:45:38 to 2024-10-10 10:45:34 UTC [more...]

[PATCH v3 00/20] accel/tcg: Introduce tlb_fill_align hook
 2024-10-10 10:44 UTC  (11+ messages)
` [PATCH v3 04/20] include/exec/memop: Introduce memop_atomicity_bits
` [PATCH v3 05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align
` [PATCH v3 06/20] accel/tcg: Use the alignment test in tlb_fill_align
` [PATCH v3 11/20] target/hppa: Implement TCGCPUOps.tlb_fill_align

[PATCH v5 00/16] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations
 2024-10-10 10:36 UTC  (9+ messages)
` [PATCH v5 01/16] crypto: accumulative hashing API
` [PATCH v5 02/16] crypto/hash-glib: Implement new hash API
` [PATCH v5 03/16] crypto/hash-gcrypt: "
` [PATCH v5 04/16] crypto/hash-gnutls: "

[PATCH v3 1/7] chardev/char: rename `char-mux.c` to `char-mux-fe.c`
 2024-10-10 10:18 UTC  (7+ messages)
` [PATCH v3 2/7] chardev/char: move away mux suspend/resume calls
` [PATCH v3 3/7] chardev/char: rename frontend mux calls
` [PATCH v3 4/7] chardev/char: introduce `mux-be-id=ID` option
` [PATCH v3 5/7] chardev/char-mux: implement backend chardev multiplexing
` [PATCH v3 6/7] tests/unit/test-char: add unit test for the `mux-be` multiplexer
` [PATCH v3 7/7] qemu-options.hx: describe multiplexing of several backend devices

[PATCH 1/4] STM32F4: new RCC device
 2024-10-10 10:20 UTC  (5+ messages)
` [PATCH 3/4] STM32: new GPIO device

[PATCH 1/1] chardev/char: fix qemu_chr_is_busy() check
 2024-10-10 10:19 UTC  (2+ messages)

[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-10-10 10:14 UTC  (12+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree

[PATCH 0/4] Minor gdbstub cleanups
 2024-10-10  9:26 UTC  (5+ messages)
` [PATCH 1/4] gdbstub: Make gdb_get_char() static
` [PATCH 2/4] gdbstub: Move phy_memory_mode to GDBSystemState
` [PATCH 3/4] gdbstub: Move gdb_syscall_mode to GDBSyscallState
` [PATCH 4/4] gdbstub: Factor out gdb_try_stop()

[PATCH] meson: drop --enable-avx* options
 2024-10-10  9:24 UTC  (2+ messages)

[PATCH v3] intel_iommu: Introduce property "x-stale-tm" to control Transient Mapping (TM) field
 2024-10-10  9:19 UTC 

[PATCH] tests/tcg: Do not use inttypes.h in multiarch/system/memory.c
 2024-10-10  9:20 UTC  (2+ messages)

[PATCH v2 0/5] linux-user/i386: Emulate orig_ax
 2024-10-10  9:12 UTC  (2+ messages)
` PING: "

[PATCH v2 0/5] chardev: implement backend chardev multiplexing
 2024-10-10  8:34 UTC  (8+ messages)
` [PATCH v2 1/5] chardev/char: introduce `mux-be-id=ID` option and _MUX_BE type
` [PATCH v2 2/5] chardev/char: rename `mux_cnt` to `fe_cnt` for the `MuxChardev`
` [PATCH v2 3/5] chardev/char-mux: implement backend chardev multiplexing
` [PATCH v2 4/5] tests/unit/test-char: add unit test for the `mux-be` multiplexer
` [PATCH v2 5/5] qemu-options.hx: describe multiplexing of several backend devices

[PATCH] tcg: remove singlestep_enabled from DisasContextBase
 2024-10-10  8:36 UTC 

[PATCH v2] chardev: introduce 'reconnect-ms' and deprecate 'reconnect'
 2024-10-10  8:32 UTC  (3+ messages)

[PATCH V3] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
 2024-10-10  8:20 UTC  (2+ messages)

[PATCH v2] intel_iommu: Introduce property "x-stale-tm" to control Transient Mapping (TM) field
 2024-10-10  7:53 UTC 

[PATCH v4 0/4] KVM: Dynamic sized memslots array
 2024-10-10  7:53 UTC  (3+ messages)

[PATCH v2 00/14] s390x: virtio-mem support
 2024-10-10  7:49 UTC  (2+ messages)

[PATCH v2] audio/pw: Report more accurate error when connecting to PipeWire fails
 2024-10-10  7:09 UTC  (3+ messages)

[PATCH v2 0/5] LoongArch/tcg: Add hardware page table walker support
 2024-10-10  6:35 UTC  (6+ messages)
` [PATCH v2 1/5] target/loongarch: Add a new cpu_type la664
` [PATCH v2 2/5] target/loongarch: Add do_lddir/ldpte()
` [PATCH v2 3/5] target/loongarch: Add do_fill_tlb_entry()
` [PATCH v2 4/5] target/loongarch: Add get_random_tlb_index()
` [PATCH v2 5/5] target/loongarch/tcg: Add hardware page table walker support

[Bug Report][RFC PATCH 0/1] block: fix failing assert on paused VM migration
 2024-10-10  6:48 UTC  (7+ messages)
` [Bug Report][RFC PATCH 1/1] "

[PATCH v4 0/9] misc ppc improvements/optimizations
 2024-10-10  5:47 UTC  (10+ messages)
` [PATCH v4 1/9] target/ppc: use locally stored msr and avoid indirect access
` [PATCH v4 2/9] target/ppc: optimize hreg_compute_pmu_hflags_value
` [PATCH v4 3/9] "
` [PATCH v4 4/9] target/ppc: optimize p9 exception handling routines
` [PATCH v4 5/9] target/ppc: optimize p8 "
` [PATCH v4 6/9] target/ppc: optimize p7 "
` [PATCH v4 7/9] target/ppc: simplify var usage in ppc_next_unmasked_interrupt
` [PATCH v4 8/9] target/ppc: combine multiple ail checks into one
` [PATCH v4 9/9] target/ppc: reduce duplicate code between init_proc_POWER{9, 10}

[PATCH v3 00/19] s390x: Add Full Boot Order Support
 2024-10-10  5:46 UTC  (18+ messages)
` [PATCH v3 07/19] pc-bios/s390-ccw: Remove panics from ISO IPL path
` [PATCH v3 08/19] pc-bios/s390-ccw: Remove panics from ECKD "
` [PATCH v3 09/19] pc-bios/s390-ccw: Remove panics from SCSI "
` [PATCH v3 11/19] pc-bios/s390-ccw: Remove panics from Netboot "
` [PATCH v3 19/19] tests/qtest: Add s390x boot order tests to cdrom-test.c

[PATCH] intel_iommu: Remove Transient Mapping (TM) field from second-level page-tables
 2024-10-10  5:38 UTC  (3+ messages)

[PATCH] tests/unit: Add a assert for test_io_channel_unix_listen_cleanup
 2024-10-10  2:34 UTC 

[PATCH -qemu] hw/cxl: Support get/set mctp response payload size
 2024-10-10  1:41 UTC 

[RFC PATCH 00/23] accel/tcg: Convert victim tlb to IntervalTree
 2024-10-10  1:20 UTC  (53+ messages)
` [PATCH 01/23] util/interval-tree: Introduce interval_tree_free_nodes
` [PATCH 02/23] accel/tcg: Split out tlbfast_flush_locked
` [PATCH 03/23] accel/tcg: Split out tlbfast_{index,entry}
` [PATCH 04/23] accel/tcg: Split out tlbfast_flush_range_locked
` [PATCH 05/23] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup
` [PATCH 06/23] accel/tcg: Early exit for zero length in tlb_flush_range_by_mmuidx*
` [PATCH 07/23] accel/tcg: Flush entire tlb when a masked range wraps
` [PATCH 08/23] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc
` [PATCH 09/23] accel/tcg: Populate IntervalTree in tlb_set_page_full
` [PATCH 10/23] accel/tcg: Remove IntervalTree entry in tlb_flush_page_locked
` [PATCH 11/23] accel/tcg: Remove IntervalTree entries in tlb_flush_range_locked
` [PATCH 12/23] accel/tcg: Process IntervalTree entries in tlb_reset_dirty
` [PATCH 13/23] accel/tcg: Process IntervalTree entries in tlb_set_dirty
` [PATCH 14/23] accel/tcg: Replace victim_tlb_hit with tlbtree_hit
` [PATCH 15/23] accel/tcg: Remove the victim tlb
` [PATCH 16/23] include/exec/tlb-common: Move CPUTLBEntryFull from hw/core/cpu.h
` [PATCH 17/23] accel/tcg: Delay plugin adjustment in probe_access_internal
` [PATCH 18/23] accel/tcg: Call cpu_ld*_code_mmu from cpu_ld*_code
` [PATCH 19/23] accel/tcg: Always use IntervalTree for code lookups
` [PATCH 20/23] accel/tcg: Link CPUTLBEntry to CPUTLBEntryTree
` [PATCH 21/23] accel/tcg: Remove CPUTLBDesc.fulltlb
` [NOTYET PATCH 22/23] accel/tcg: Drop TCGCPUOps.tlb_fill
` [NOTYET PATCH 23/23] accel/tcg: Unexport tlb_set_page*

[PATCH v17 00/13] Support blob memory and venus on qemu
 2024-10-10  0:59 UTC 

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-10  0:32 UTC  (2+ messages)

[PATCH v6 00/12] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-10-09 23:46 UTC  (13+ messages)
` [PATCH v6 01/12] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v6 02/12] util/dsa: Add idxd into linux header copy list
` [PATCH v6 03/12] util/dsa: Implement DSA device start and stop logic
` [PATCH v6 04/12] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH v6 05/12] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v6 06/12] util/dsa: Implement zero page checking in DSA task
` [PATCH v6 07/12] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v6 08/12] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v6 09/12] migration/multifd: Enable DSA offloading in multifd sender path
` [PATCH v6 10/12] migration/multifd: Add migration option set packet size
` [PATCH v6 11/12] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v6 12/12] migration/multifd: Add integration tests for multifd with Intel DSA offloading

[PATCH RFC 00/10] Allow platform specific PMU event encoding
 2024-10-09 23:09 UTC  (11+ messages)
` [PATCH RFC 01/10] target/riscv: Fix the hpmevent mask
` [PATCH RFC 02/10] target/riscv: Introduce helper functions for pmu hashtable lookup
` [PATCH RFC 03/10] target/riscv: Protect the hashtable modifications with a lock
` [PATCH RFC 04/10] target/riscv: Use uint64 instead of uint as key
` [PATCH RFC 05/10] target/riscv: Rename the PMU events
` [PATCH RFC 06/10] target/riscv: Define PMU event related structures
` [PATCH RFC 07/10] hw/riscv/virt.c : Disassociate virt PMU events
` [PATCH RFC 08/10] target/riscv: Update event mapping hashtable for invalid events
` [PATCH RFC 09/10] target/riscv : Use the new tlb fill event functions
` [PATCH RFC 10/10] hw/riscv/virt.c: Generate the PMU node from the machine

[PATCH] net/slirp: introduce slirp_os_socket to stay compatible with libslirp past 4.8.0
 2024-10-09 23:06 UTC  (2+ messages)

[PATCH v2 0/2] build contrib/plugins using meson
 2024-10-09 22:13 UTC  (2+ messages)

[PATCH V2 00/13] Live update: cpr-transfer
 2024-10-09 22:08 UTC  (16+ messages)
` [PATCH V2 13/13] migration: cpr-transfer mode

[PATCH 00/18] Stop all qemu-cpu threads on a breakpoint
 2024-10-09 22:01 UTC  (8+ messages)

[PULL 0/2] chardev patches
 2024-10-09 19:11 UTC  (2+ messages)

[PULL 00/14] tcg + linux-user patch queue
 2024-10-09 19:11 UTC  (2+ messages)

[PATCH] tests/qtest: Bump qmp-cmd-test timeout to 120s
 2024-10-09 19:11 UTC  (3+ messages)

[PATCH 0/3] scsi: fix issue with Linux guest and unit attention
 2024-10-09 18:00 UTC  (5+ messages)
` [PATCH 1/3] scsi: fetch unit attention when creating the request

[RFC 0/6] hugetlbfs largepage RAS project
 2024-10-09 15:45 UTC  (8+ messages)
` [RFC RESEND "

[PATCH v2 0/2] block/preallocate: fix image truncation logic
 2024-10-09 15:37 UTC  (3+ messages)
` [PATCH 1/2] preallocate: do not allow to change BDS permission improperly
` [PATCH 2/2] block/preallocate: fix image truncation logic

[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
 2024-10-09 15:06 UTC  (27+ messages)
` [PATCH v3 01/14] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v3 04/14] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v3 10/14] hw/vmapple/aes: Introduce aes engine
` [PATCH v3 11/14] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk

[PATCH 0/2] block/preallocate: fix image truncation logic
 2024-10-09 14:54 UTC  (6+ messages)
` [PATCH 1/2] preallocate: do not allow to change BDS permission improperly
` [PATCH 2/2] block/preallocate: fix image truncation logic

[PATCH] migration: Cleanup migrate_fd_cleanup() on accessing to_dst_file
 2024-10-09 14:56 UTC  (2+ messages)

[PATCH v3 00/12] qcow2: make subclusters discardable
 2024-10-09 14:55 UTC  (3+ messages)

[PATCH v2 00/21] accel/tcg: Introduce tlb_fill_align hook
 2024-10-09 13:59 UTC  (5+ messages)
` [PATCH v2 13/21] target/arm: Pass MemOp to get_phys_addr

x86 CPU properties "family", "model", "stepping", "tsc-freq"
 2024-10-09 13:47 UTC  (4+ messages)

[PATCH] Use multifd state to determine if multifd cleanup is needed
 2024-10-09 13:19 UTC  (7+ messages)

[PATCH 0/2] dockerfiles, gitlab-ci: add CI job using nightly Rust
 2024-10-09 12:55 UTC  (5+ messages)
` [PATCH 1/2] dockerfiles: add a Dockerfile using a nightly Rust toolchain
` [PATCH 2/2] gitlab-ci: add Rust-enabled CI job


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