messages from 2023-08-08 01:56:27 to 2023-08-08 16:40:18 UTC [more...]
[PATCH for-8.1 v10 00/14] linux-user: image mapping fixes
2023-08-08 16:39 UTC (32+ messages)
` [PATCH for-8.1 v10 01/14] linux-user: Adjust task_unmapped_base for reserved_va
` [PATCH for-8.1 v10 02/14] linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h
` [PATCH for-8.1 v10 04/14] linux-user: Use MAP_FIXED_NOREPLACE for initial image mmap
` [PATCH for-8.1 v10 05/14] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter
` [PATCH for-8.1 v10 06/14] linux-user: Adjust initial brk when interpreter is close to executable
` [PATCH for-8.1 v10 07/14] linux-user: Do not adjust image mapping for host page size
` [PATCH for-8.1 v10 08/14] linux-user: Do not adjust zero_bss "
` [PATCH for-8.1 v10 09/14] linux-user: Use zero_bss for PT_LOAD with no file contents too
` [PATCH for-8.1 v10 10/14] util/selfmap: Rewrite using qemu/interval-tree.h
` [PATCH for-8.1 v10 11/14] linux-user: Remove duplicate CPU_LOG_PAGE from probe_guest_base
` [PATCH for-8.1 v10 12/14] linux-user: Consolidate guest bounds check in probe_guest_base
` [PATCH for-8.1 v10 13/14] linux-user: Rewrite fixed probe_guest_base
[PATCH for-8.1] linux-user: Define real MAP_FIXED_NOREPLACE value
2023-08-08 16:19 UTC (4+ messages)
[PATCH 0/2] block: change reqs_lock to QemuMutex
2023-08-08 15:58 UTC (2+ messages)
` [PATCH 1/2] block: minimize bs->reqs_lock section in tracked_request_end()
[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
2023-08-08 16:04 UTC (28+ messages)
` [PATCH 01/24] "
` [PATCH 02/24] tcg: Use tcg_gen_negsetcond_*
` [PATCH 03/24] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
` [PATCH 04/24] target/arm: Use tcg_gen_negsetcond_*
` [PATCH 05/24] target/m68k: "
` [PATCH 06/24] target/openrisc: "
` [PATCH 07/24] target/ppc: "
` [PATCH 08/24] target/sparc: Use tcg_gen_movcond_i64 in gen_edge
` [PATCH 09/24] target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl
` [PATCH 10/24] tcg/ppc: Implement negsetcond_*
` [PATCH 11/24] tcg/ppc: Use the Set Boolean Extension
` [PATCH 12/24] tcg/aarch64: Implement negsetcond_*
` [PATCH 13/24] tcg/arm: Implement negsetcond_i32
` [PATCH 14/24] tcg/riscv: Implement negsetcond_*
` [PATCH 15/24] tcg/s390x: "
` [PATCH 16/24] tcg/sparc64: "
` [PATCH 17/24] tcg/i386: Merge tcg_out_brcond{32,64}
` [PATCH 18/24] tcg/i386: Merge tcg_out_setcond{32,64}
` [PATCH 19/24] tcg/i386: Merge tcg_out_movcond{32,64}
` [PATCH 20/24] tcg/i386: Add cf parameter to tcg_out_cmp
` [PATCH 21/24] tcg/i386: Use CMP+SBB in tcg_out_setcond
` [PATCH 22/24] tcg/i386: Clear dest first in tcg_out_setcond if possible
` [PATCH 23/24] tcg/i386: Use shift in tcg_out_setcond
` [PATCH 24/24] tcg/i386: Implement negsetcond_*
cpu/i386: update xsave components after CPUID filtering
2023-08-08 15:58 UTC
[RFC v1 0/3] Initial support for SPDM
2023-08-08 15:51 UTC (4+ messages)
` [RFC v1 1/3] subprojects: libspdm: Initial support
` [RFC v1 2/3] hw: nvme: ctrl: Initial support for DOE
` [RFC v1 3/3] hw: nvme: ctrl: Process SPDM requests
[PATCH] Add support of callbacks after instructions to plugin api
2023-08-08 15:48 UTC (4+ messages)
[PATCH] vfio/pci: hide ROM BAR on SFC9220 10/40G Ethernet Controller PF
2023-08-08 15:40 UTC (2+ messages)
[PATCH] thunk: Delete checks for old host definitions
2023-08-08 15:32 UTC (2+ messages)
[PATCH] util: Delete a check for IA-64
2023-08-08 15:23 UTC (2+ messages)
[PATCH 0/2] hw/nvme: two fixes
2023-08-08 15:16 UTC (3+ messages)
` [PATCH 1/2] hw/nvme: fix null pointer access in directive receive
` [PATCH 2/2] hw/nvme: fix null pointer access in ruh update
[PATCH for-8.1 v2] linux-user: Define real MAP_FIXED_NOREPLACE value
2023-08-08 15:06 UTC
[PATCH v3] hw/cxl: Fix CFMW config memory leak
2023-08-08 14:44 UTC (5+ messages)
[PATCH] linux-user/riscv: Use abi_ulong for target_ucontext
2023-08-08 14:28 UTC (3+ messages)
[PATCH RFC 0/1] tcg: Always pass the full write size to notdirty_write()
2023-08-08 14:23 UTC (5+ messages)
` [PATCH RFC 1/1] "
[RFC v4 00/11] Native Library Calls
2023-08-08 14:17 UTC (12+ messages)
` [RFC v4 01/11] build: Implement logic for sharing cross-building config files
` [RFC v4 02/11] build: Implement libnative library and the build machinery for libnative
` [RFC v4 03/11] linux-user: Implement envlist_appendenv and add tests for envlist
` [RFC v4 04/11] linux-user: Implement native-bypass option support
` [RFC v4 05/11] linux-user/elfload: Add support for parsing symbols of native libraries
` [RFC v4 06/11] tcg: Add tcg opcodes and helpers for native library calls
` [RFC v4 07/11] target/i386: Add support "
` [RFC v4 08/11] target/mips: "
` [RFC v4 09/11] target/arm: "
` [RFC v4 10/11] tests/tcg/multiarch: Add nativecall.c test
` [RFC v4 11/11] docs/user: Add doc for native library calls
[PULL v2] hw/nvme fixes
2023-08-08 13:35 UTC
[PATCH v2 0/3] linux-user, configure: fix CPU canonicalization
2023-08-08 12:55 UTC (9+ messages)
` [PATCH v2 1/3] configure: fix detection for x32 linux-user
` [PATCH v2 2/3] linux-user: cleanup unused linux-user/include/host directories
` [PATCH v2 3/3] configure: unify case statements for CPU canonicalization
[PATCH for-8.2 v3 0/6] vfio/migration: Add P2P support for VFIO migration
2023-08-08 12:46 UTC (5+ messages)
` [PATCH for-8.2 v3 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
[PATCH 0/8] Adds CPU hot-plug support to Loongarch
2023-08-08 12:30 UTC (16+ messages)
` [PATCH 3/8] Introduced a new function to disconnect GPIO connections
` [PATCH 4/8] Introduce the CPU address space destruction function
` [PATCH 6/8] Add support of *unrealize* for loongarch cpu
` [PATCH 7/8] Update the ACPI table for the Loongarch CPU
` [PATCH 8/8] Turn on CPU hot-(un)plug customization for loongarch
[RFC PATCH 0/5] hw/arm: MPAM Emulation + PPTT cache description
2023-08-08 11:57 UTC (6+ messages)
` [RFC PATCH 1/5] hw/acpi: Add PPTT cache descriptions
` [RFC PATCH 2/5] HACK: target/arm/tcg: Add some more caches to cpu=max
` [RFC PATCH 3/5] target/arm: Add support for MPAM CPU registers
` [RFC PATCH 4/5] hw/arm: Add MPAM emulation
` [RFC PATCH 5/5] hw/arm/virt: Add MPAM MSCs for memory controllers and caches
[PATCH v3 00/17] Support smp.clusters for x86
2023-08-08 11:52 UTC (4+ messages)
[PATCH] target/loongarch: Split fcc register to fcc0-7 in gdbstub
2023-08-08 11:42 UTC (6+ messages)
[RFC PATCH] hw/riscv: hart: allow other cpu instance
2023-08-08 11:27 UTC (4+ messages)
[PATCH 1/2] target/s390x: Use a 16-bit immediate in VREP
2023-08-08 10:01 UTC (6+ messages)
[PATCH v3] target/riscv: don't read CSR in riscv_csrrw_do64
2023-08-08 9:09 UTC
[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
2023-08-08 8:57 UTC (2+ messages)
[PATCH for-8.2 0/3] pnv/lpc: Hook up xscoms for LPC
2023-08-08 8:34 UTC (4+ messages)
` [PATCH for-8.2 1/3] pnv/lpc: Place mmio regs in their own memory region
` [PATCH for-8.2 2/3] pnv/lpc: Hook up xscom region for P9/P10
` [PATCH for-8.2 3/3] HACK: pnv/lpc: Set up XSCOM dt for P9
[PATCH] block-migration: Ensure we don't crash during migration cleanup
2023-08-08 8:29 UTC (2+ messages)
[PULL 00/47] tcg + linux-user patch queue
2023-08-08 7:19 UTC (3+ messages)
` [PULL 15/47] include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
[PATCH] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
2023-08-08 6:36 UTC (2+ messages)
[PULL 0/2] hw/nvme late fix
2023-08-08 6:27 UTC (3+ messages)
` [PULL 1/2] hw/nvme: fix CRC64 for guard tag
` [PULL 2/2] docs: update hw/nvme documentation for protection information
[PATCH] hw/nvme: fix oob memory read in fdp events log
2023-08-08 6:15 UTC (2+ messages)
[PATCH 0/3] hw/nvme: bug fixes and doc update
2023-08-08 6:06 UTC (9+ messages)
` [PATCH 2/3] hw/nvme: fix disable pi checks for Type 3 protection
` [PATCH 1/3] hw/nvme: fix CRC64 for guard tag
` [PATCH 3/3] docs: update hw/nvme documentation for protection information
[PATCH v2 for-8.2 00/19] ppc: record-replay enablement and fixes
2023-08-08 4:20 UTC (20+ messages)
` [PATCH v2 01/19] ppc/vhyp: reset exception state when handling vhyp hcall
` [PATCH v2 02/19] ppc/vof: Fix missed fields in VOF cleanup
` [PATCH v2 03/19] hw/ppc/ppc.c: Tidy over-long lines
` [PATCH v2 04/19] hw/ppc: Introduce functions for conversion between timebase and nanoseconds
` [PATCH v2 05/19] host-utils: Add muldiv64_round_up
` [PATCH v2 06/19] hw/ppc: Round up the decrementer interval when converting to ns
` [PATCH v2 07/19] hw/ppc: Avoid decrementer rounding errors
` [PATCH v2 08/19] target/ppc: Sign-extend large decrementer to 64-bits
` [PATCH v2 09/19] hw/ppc: Always store the decrementer value
` [PATCH v2 10/19] target/ppc: Migrate DECR SPR
` [PATCH v2 11/19] hw/ppc: Reset timebase facilities on machine reset
` [PATCH v2 12/19] hw/ppc: Read time only once to perform decrementer write
` [PATCH v2 13/19] target/ppc: Fix CPU reservation migration for record-replay
` [PATCH v2 14/19] target/ppc: Fix timebase reset with record-replay
` [PATCH v2 15/19] spapr: Fix machine reset deadlock from replay-record
` [PATCH v2 16/19] spapr: Fix record-replay machine reset consuming too many events
` [PATCH v2 17/19] tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mount
` [PATCH v2 18/19] tests/avocado: reverse-debugging cope with re-executing breakpoints
` [PATCH v2 19/19] tests/avocado: ppc64 reverse debugging tests for pseries and powernv
[PATCH 0/7] ppc: record-replay fixes and enablement
2023-08-08 3:52 UTC (6+ messages)
` [PATCH 4/7] spapr: Fix record-replay machine reset consuming too many events
[PATCH for-8.2 0/6] ppc: debug facility improvements
2023-08-08 3:11 UTC (7+ messages)
` [PATCH 1/6] target/ppc: Remove single-step suppression inside 0x100-0xf00
` [PATCH 2/6] target/ppc: Improve book3s branch trace interrupt for v2.07S
` [PATCH 3/6] target/ppc: Suppress single step interrupts on rfi-type instructions
` [PATCH 4/6] target/ppc: Implement breakpoint debug facility for v2.07S
` [PATCH 5/6] target/ppc: Implement watchpoint "
` [PATCH 6/6] spapr: implement H_SET_MODE debug facilities
[PATCH for-8.2 v2 0/7] tcg/ppc: Support power10 prefixed instructions
2023-08-08 3:02 UTC (8+ messages)
` [PATCH v2 1/7] tcg/ppc: Untabify tcg-target.c.inc
` [PATCH v2 2/7] tcg/ppc: Use PADDI in tcg_out_movi
` [PATCH v2 3/7] tcg/ppc: Use prefixed instructions in tcg_out_mem_long
` [PATCH v2 4/7] tcg/ppc: Use PLD in tcg_out_movi for constant pool
` [PATCH v2 5/7] tcg/ppc: Use prefixed instructions in tcg_out_dupi_vec
` [PATCH v2 6/7] tcg/ppc: Disable USE_REG_TB for Power v3.1
` [PATCH v2 7/7] tcg/ppc: Use prefixed instructions for tcg_out_goto_tb
[PATCH for-8.1 0/2] linux-user: Fix MAP_SHARED_VALIDATE, MAP_FIXED_NOREPLACE
2023-08-08 2:55 UTC (3+ messages)
` [PATCH 1/2] linux-user: Split out do_mmap
` [PATCH 2/2] linux-user: Use ARRAY_SIZE with bitmask_transtbl
[RFC PATCH v2] target/i386: add support for VMX_SECONDARY_EXEC_ENABLE_USER_WAIT_PAUSE
2023-08-08 2:40 UTC
[PATCH v5 0/5] eBPF RSS through QMP support
2023-08-08 2:39 UTC (3+ messages)
` [PATCH v5 1/5] ebpf: Added eBPF map update through mmap
[PATCH v3] net: add initial support for AF_XDP network backend
2023-08-08 2:28 UTC (2+ messages)
[PATCH QEMU v3 0/3] migration: enrich the dirty-limit test case
2023-08-08 2:21 UTC (4+ messages)
` [PATCH QEMU v3 1/3] tests: Add migration dirty-limit capability test
` [PATCH QEMU v3 2/3] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH QEMU v3 3/3] tests/migration: Introduce dirty-limit "
[PATCH v10 0/7] igb: packet-split descriptors support
2023-08-08 2:19 UTC (4+ messages)
[PATCH v4 00/11] Add la32 & va32 mode for loongarch64-softmmu
2023-08-08 1:59 UTC (13+ messages)
` [PATCH v4 01/11] target/loongarch: Add macro to check current arch
` [PATCH v4 02/11] target/loongarch: Add new object class for loongarch32 cpus
` [PATCH v4 03/11] target/loongarch: Add GDB support for loongarch32 mode
` [PATCH v4 04/11] target/loongarch: Support LoongArch32 TLB entry
` [PATCH v4 05/11] target/loongarch: Support LoongArch32 DMW
` [PATCH v4 06/11] target/loongarch: Support LoongArch32 VPPN
` [PATCH v4 07/11] target/loongarch: Add LA32 & VA32 to DisasContext
` [PATCH v4 08/11] target/loongarch: Reject la64-only instructions in la32 mode
` [PATCH v4 09/11] target/loongarch: Truncate high 32 bits of address in VA32 mode
` [PATCH v4 10/11] target/loongarch: Sign extend results "
` [PATCH v4 11/11] target/loongarch: Add loongarch32 cpu la132
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).