qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-09 16:39:02 to 2023-09-11 08:55:16 UTC [more...]

riscv64 virt board crash upon startup
 2023-09-11  8:53 UTC  (7+ messages)

[PATCH v2 0/7] remaining tree-wide spelling fixes
 2023-09-11  8:39 UTC  (3+ messages)
` [PATCH 1/7] bsd-user: "

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-09-11  8:18 UTC  (13+ messages)
` [PATCH RESEND 01/15] ppc: spapr: Introduce Nested PAPR API related macros
` [PATCH RESEND 02/15] ppc: spapr: Add new/extend structs to support Nested PAPR API
` [PATCH RESEND 03/15] ppc: spapr: Use SpaprMachineStateNested's ptcr instead of nested_ptcr
` [PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api

[Stable-7.2.6 00/51] v2 Patch Round-up for stable 7.2.6, freeze on 2023-09-19
 2023-09-11  8:02 UTC  (16+ messages)
` [Stable-7.2.6 01/51] gitlab-ci: check-dco.py: switch from master to stable-7.2 branch
` [Stable-7.2.6 02/51] python: drop pipenv
` [Stable-7.2.6 03/51] memory: prevent dma-reentracy issues
` [Stable-7.2.6 04/51] async: Add an optional reentrancy guard to the BH API
` [Stable-7.2.6 05/51] async: avoid use-after-free on re-entrancy guard
` [Stable-7.2.6 06/51] checkpatch: add qemu_bh_new/aio_bh_new checks
` [Stable-7.2.6 07/51] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [Stable-7.2.6 08/51] lsi53c895a: disable reentrancy detection for script RAM
` [Stable-7.2.6 09/51] lsi53c895a: disable reentrancy detection for MMIO region, too
` [Stable-7.2.6 10/51] bcm2835_property: disable reentrancy detection for iomem
` [Stable-7.2.6 11/51] raven: "
` [Stable-7.2.6 12/51] apic: disable reentrancy detection for apic-msi
` [Stable-7.2.6 13/51] loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
` [Stable-7.2.6 14/51] pnv_lpc: disable reentrancy detection for lpc-hc
` [Stable-7.2.6 43/51] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set

[PATCH v2 00/19] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-11  7:56 UTC  (14+ messages)
` [PATCH v2 05/19] target/riscv/cpu.c: add .instance_post_init()
` [PATCH v2 09/19] target/riscv: make riscv_add_satp_mode_properties() public
` [PATCH v2 10/19] target/riscv: remove kvm-stub.c
` [PATCH v2 11/19] target/riscv: introduce KVM AccelCPUClass
` [PATCH v2 14/19] target/riscv/cpu.c: export set_misa()
` [PATCH v2 16/19] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'

[PULL 00/13] vfio queue
 2023-09-11  7:50 UTC  (14+ messages)
` [PULL 01/13] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
` [PULL 02/13] sysemu: Add prepare callback to struct VMChangeStateEntry
` [PULL 03/13] qdev: Add qdev_add_vm_change_state_handler_full()
` [PULL 04/13] vfio/migration: Refactor PRE_COPY and RUNNING state checks
` [PULL 05/13] vfio/migration: Add P2P support for VFIO migration
` [PULL 06/13] vfio/migration: Allow migration of multiple P2P supporting devices
` [PULL 07/13] migration: Add migration prefix to functions in target.c
` [PULL 08/13] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PULL 09/13] migration: Move more initializations to migrate_init()
` [PULL 10/13] migration: Add .save_prepare() handler to struct SaveVMHandlers
` [PULL 11/13] vfio/migration: Block VFIO migration with postcopy migration
` [PULL 12/13] vfio/migration: Block VFIO migration with background snapshot
` [PULL 13/13] vfio/common: Separate vfio-pci ranges

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-11  7:45 UTC  (2+ messages)

[PATCH v4 00/11] memory-backend-file related improvements and VM templating support
 2023-09-11  7:41 UTC  (2+ messages)

linux-user vs system build options and libraries
 2023-09-11  7:36 UTC 

[PATCH 1/2] vmmouse: replace DPRINTF with tracing
 2023-09-11  7:05 UTC  (3+ messages)
` [PATCH 2/2] vmmouse: use explicit code

[PULL v2 00/45] riscv-to-apply queue
 2023-09-11  6:43 UTC  (46+ messages)
` [PULL v2 01/45] target/riscv/cpu.c: do not run 'host' CPU with TCG
` [PULL v2 02/45] hw/char/riscv_htif: Fix printing of console characters on big endian hosts
` [PULL v2 03/45] hw/char/riscv_htif: Fix the console syscall "
` [PULL v2 04/45] target/riscv/cpu.c: add zmmul isa string
` [PULL v2 05/45] target/riscv/cpu.c: add smepmp "
` [PULL v2 06/45] target/riscv: Fix page_check_range use in fault-only-first
` [PULL v2 07/45] target/riscv: Use existing lookup tables for MixColumns
` [PULL v2 08/45] target/riscv: Refactor some of the generic vector functionality
` [PULL v2 09/45] target/riscv: Refactor vector-vector translation macro
` [PULL v2 10/45] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PULL v2 11/45] target/riscv: Add Zvbc ISA extension support
` [PULL v2 12/45] target/riscv: Move vector translation checks
` [PULL v2 13/45] target/riscv: Refactor translation of vector-widening instruction
` [PULL v2 14/45] target/riscv: Refactor some of the generic vector functionality
` [PULL v2 15/45] target/riscv: Add Zvbb ISA extension support
` [PULL v2 16/45] target/riscv: Add Zvkned "
` [PULL v2 17/45] target/riscv: Add Zvknh "
` [PULL v2 18/45] target/riscv: Add Zvksh "
` [PULL v2 19/45] target/riscv: Add Zvkg "
` [PULL v2 20/45] crypto: Create sm4_subword
` [PULL v2 21/45] crypto: Add SM4 constant parameter CK
` [PULL v2 22/45] target/riscv: Add Zvksed ISA extension support
` [PULL v2 23/45] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
` [PULL v2 24/45] target/riscv: Add Zihintntl extension ISA string to DTS
` [PULL v2 25/45] target/riscv: Fix zfa fleq.d and fltq.d
` [PULL v2 26/45] hw/intc: Fix upper/lower mtime write calculation
` [PULL v2 27/45] hw/intc: Make rtc variable names consistent
` [PULL v2 28/45] linux-user/riscv: Use abi type for target_ucontext
` [PULL v2 29/45] target/riscv: support the AIA device emulation with KVM enabled
` [PULL v2 30/45] target/riscv: check the in-kernel irqchip support
` [PULL v2 31/45] target/riscv: Create an KVM AIA irqchip
` [PULL v2 32/45] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PULL v2 33/45] target/riscv: select KVM AIA in riscv virt machine
` [PULL v2 34/45] hw/riscv: virt: Fix riscv,pmu DT node path
` [PULL v2 35/45] target/riscv: Update CSR bits name for svadu extension
` [PULL v2 36/45] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
` [PULL v2 37/45] riscv: zicond: make non-experimental
` [PULL v2 38/45] hw/riscv/virt.c: fix non-KVM --enable-debug build
` [PULL v2 39/45] hw/intc/riscv_aplic.c "
` [PULL v2 40/45] linux-user/riscv: Add new extensions to hwprobe
` [PULL v2 41/45] target/riscv: Use accelerated helper for AES64KS1I
` [PULL v2 42/45] target/riscv: Allocate itrigger timers only once
` [PULL v2 43/45] target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
` [PULL v2 44/45] target/riscv: Align the AIA model to v1.0 ratified spec
` [PULL v2 45/45] target/riscv: don't read CSR in riscv_csrrw_do64

[PATCH v8 0/4] Virtio shared dma-buf
 2023-09-11  6:46 UTC  (3+ messages)

[PATCH v1] vfio/common: Separate vfio-pci ranges
 2023-09-11  6:44 UTC  (2+ messages)

[PATCH v2] qemu/timer: Add host ticks function for RISC-V
 2023-09-11  6:32 UTC 

[PATCH for stable-7.2 only] gitlab-ci: check-dco.py: switch from master to stable-7.2 branch
 2023-09-11  6:06 UTC  (2+ messages)

[RESEND] qemu/timer: Add host ticks function for RISC-V
 2023-09-11  5:56 UTC  (2+ messages)

[PATCH] qemu/timer: Add host ticks function for RISC-V
 2023-09-11  5:53 UTC  (3+ messages)

[PATCH v4 0/2] Fix overflow of the max number of IDs for logic processor and core
 2023-09-11  5:38 UTC  (2+ messages)

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-09-11  5:15 UTC  (6+ messages)
` [PATCH 10/21] q800: add easc bool machine class property to switch between ASC and EASC

[PULL 00/65] riscv-to-apply queue
 2023-09-11  2:37 UTC  (7+ messages)
` [PULL 48/65] target/riscv/cpu.c: split kvm prop handling to its own helper

[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-09-11  2:34 UTC  (2+ messages)

[PATCH v3 00/32] Unified CPU type check
 2023-09-10 23:52 UTC  (12+ messages)
` [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
` [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name

[PATCH 0/4] hw/core/cpu-common: Consolidate cpu_class_by_name()
 2023-09-10 23:40 UTC  (12+ messages)
` [PATCH 1/4] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PATCH 2/4] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PATCH 3/4] hw/cpu: Introduce CPUClass::cpu_resolving_type field
` [PATCH 4/4] hw/cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()

[Stable-7.2.6 00/37] Patch Round-up for stable 7.2.6, freeze on 2023-09-19
 2023-09-10 21:07 UTC  (3+ messages)
` [Stable-7.2.6 29/37] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set

QEMU Stable series
 2023-09-10 21:00 UTC 

[PATCH 0/2] sysemu/accel: Simplify sysemu/hvf.h
 2023-09-10 20:59 UTC  (5+ messages)
` [PATCH 1/2] target/i386/hvf: Remove unused includes in 'hvf-i386.h'
` [PATCH 2/2] sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets

[PATCH v3] migration/calc-dirty-rate: millisecond-granularity period
 2023-09-10 15:53 UTC  (2+ messages)

[PULL v2 00/35] ppc queue
 2023-09-10 14:35 UTC  (5+ messages)

[PULL v2 00/13] NBD patches for 2023-09-07
 2023-09-08 15:55 UTC  (2+ messages)

[PULL 0/5] Block patches
 2023-09-08 15:55 UTC  (2+ messages)

[PULL v2 00/22] Trivial patches for 2023-09-08
 2023-09-08 15:55 UTC  (2+ messages)

[PATCH v3 00/19] crypto: Provide clmul.h and host accel
 2023-09-10 12:28 UTC  (12+ messages)
` [PATCH v3 01/19] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH v3 05/19] crypto: Add generic 16-bit "
` [PATCH v3 09/19] crypto: Add generic 32-bit "
` [PATCH v3 13/19] crypto: Add generic 64-bit carry-less multiply routine
` [PATCH v3 18/19] host/include/i386: Implement clmul.h

[PATCH v2 00/18] crypto: Provide clmul.h and host accel
 2023-09-10 12:23 UTC  (7+ messages)
` [PATCH v2 01/18] crypto: Add generic 8-bit carry-less multiply routines
` [PATCH v2 05/18] crypto: Add generic 16-bit "
` [PATCH v2 09/18] crypto: Add generic 32-bit "

[PATCH v7] Emulate dip switch language layout settings on SUN keyboard
 2023-09-10 11:48 UTC  (13+ messages)
      ` [PATCH v8] "
        ` [PATCH v1] Allowing setting and overriding parameters in smb.conf
                    ` [PATCH v2] "
                      ` Ping: "

[PATCH v2] docs/devel: Add cross-compiling doc
 2023-09-10 10:33 UTC  (2+ messages)

[PATCH] block: mark aio_poll as non-coroutine
 2023-09-10  9:19 UTC  (2+ messages)

[PATCH vOther2 1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-09-10  8:40 UTC  (2+ messages)

[PATCH] meson: Fix targetos match for illumos and Solaris
 2023-09-10  6:45 UTC  (2+ messages)

[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
 2023-09-10  4:32 UTC  (9+ messages)
` [QEMU PATCH v4 10/13] virtio-gpu: Resource UUID
` [QEMU PATCH v4 11/13] virtio-gpu: Support Venus capset

[PATCH v2 00/22] (few more) Steps towards enabling -Wshadow
 2023-09-10  4:20 UTC  (3+ messages)
` [PATCH v2 15/22] net/eth: Clean up local variable shadowing

[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
 2023-09-10  1:51 UTC  (21+ messages)
` [PATCH RESEND v5 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP vector instructions
` [PATCH RESEND v5 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH RESEND v5 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP "
` [PATCH RESEND v5 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH RESEND v5 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH RESEND v5 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH RESEND v5 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH RESEND v5 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH RESEND v5 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PATCH RESEND v5 17/57] target/loongarch: Implement xvneg

[PATCH v2 00/10] Generate x86 cpu features
 2023-09-09 23:42 UTC  (3+ messages)
` [PATCH v2 10/10] target/i386: Autogenerate feature_word_info.c.inc

[PATCH 00/13] target/i386: Cleanups around KVM declarations
 2023-09-09 23:32 UTC  (11+ messages)
` [PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header
` [PATCH 02/13] hw/i386/pc: Include missing 'cpu.h' header
` [PATCH 03/13] hw/i386/fw_cfg: "
` [PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation
` [PATCH 05/13] target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()

[PATCH v4 00/16] Lower TCG vector ops to LSX
 2023-09-09 21:56 UTC  (5+ messages)
` [PATCH v4 05/16] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PATCH v4 16/16] tcg/loongarch64: Implement 128-bit load & store

[PATCH v2] util: Delete checks for old host definitions
 2023-09-09 21:45 UTC  (4+ messages)

[PATCH 1/1] accel/tcg: Fix the comment for CPUTLBEntryFull
 2023-09-09 21:31 UTC  (2+ messages)

[PATCH] accel/tcg: mttcg remove false-negative halted assertion
 2023-09-09 21:28 UTC  (2+ messages)

[PATCH 00/10] plugin and tcg cleanups to cputlb.c
 2023-09-09 21:02 UTC  (2+ messages)

[PATCH 0/4] tcg/aarch64: Enable BTI within the JIT
 2023-09-09 20:50 UTC  (2+ messages)

[PATCH v2] softfloat: Handle m68k extended precision denormals properly
 2023-09-09 20:41 UTC 

[PATCH v3 00/23] bsd-user: Implement mmap related system calls for FreeBSD
 2023-09-09 19:37 UTC  (24+ messages)
` [PATCH v3 01/23] bsd-user: Implement struct target_ipc_perm
` [PATCH v3 02/23] bsd-user: Implement struct target_shmid_ds
` [PATCH v3 03/23] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PATCH v3 04/23] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PATCH v3 05/23] bsd-user: Implement shm_open2(2) system call
` [PATCH v3 06/23] bsd-user: Implement shm_rename(2) "
` [PATCH v3 07/23] bsd-user: Add bsd-mem.c to meson.build
` [PATCH v3 08/23] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PATCH v3 09/23] bsd-user: Implement ipc_perm conversion between host and target
` [PATCH v3 10/23] bsd-user: Implement shmid_ds "
` [PATCH v3 11/23] bsd-user: Introduce bsd-mem.h to the source tree
` [PATCH v3 12/23] bsd-user: Implement mmap(2) and munmap(2)
` [PATCH v3 13/23] bsd-user: Implement mprotect(2)
` [PATCH v3 14/23] bsd-user: Implement msync(2)
` [PATCH v3 15/23] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PATCH v3 16/23] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PATCH v3 17/23] bsd-user: Implement mincore(2)
` [PATCH v3 18/23] bsd-user: Implement do_obreak function
` [PATCH v3 19/23] bsd-user: Implement shm_open(2)
` [PATCH v3 20/23] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PATCH v3 21/23] bsd-user: Implement shmctl(2)
` [PATCH v3 22/23] bsd-user: Implement shmat(2) and shmdt(2)
` [PATCH v3 23/23] bsd-user: Add stubs for vadvise(), sbrk() and sstk()

[PATCH v4 00/10] linux-user: Detect and report host crashes
 2023-09-09 19:12 UTC  (2+ messages)

[PATCH v2] linux-user: Fixes for zero_bss
 2023-09-09 18:45 UTC 

[PATCH 00/22] Implement the mmap system call for FreeBSD
 2023-09-09 17:51 UTC  (5+ messages)
` [PATCH 20/22] Implement shmctl(2)

[PATCH] contrib/plugins: remove -soname argument
 2023-09-09 17:21 UTC  (2+ messages)

[PATCH 00/14] target/arm: Implement FEAT_MOPS
 2023-09-09 17:06 UTC  (9+ messages)
` [PATCH 11/14] target/arm: Implement the SETG* instructions
` [PATCH 12/14] target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
` [PATCH 13/14] target/arm: Implement the CPY* instructions
` [PATCH 14/14] target/arm: Enable FEAT_MOPS for CPU 'max'


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