qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-22 03:32:48 to 2021-05-24 16:45:05 UTC [more...]

[PATCH v2 0/6] block: file-posix queue
 2021-05-24 16:36 UTC  (3+ messages)
` [PATCH v2 1/6] scsi-generic: pass max_segments via max_iov field in BlockLimits
` [PATCH v2 3/6] file-posix: fix max_iov for /dev/sg devices

[PATCH 0/5] block: file-posix queue
 2021-05-24 16:35 UTC  (3+ messages)

[PATCH 0/9] target/arm: MVE preliminaries
 2021-05-24 16:31 UTC  (9+ messages)
` [PATCH 1/9] target/arm: Add isar feature check functions for MVE
` [PATCH 2/9] target/arm: Update feature checks for insns which are "MVE or FP"
` [PATCH 3/9] target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dp
` [PATCH 4/9] target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp

[PATCH] hw/intc/arm_gicv3_cpuif: Fix EOIR write access check logic
 2021-05-24 16:19 UTC  (4+ messages)

[PATCH 0/2] vvfat: fix two crashes
 2021-05-24 16:06 UTC  (6+ messages)
` [PATCH 1/2] block/vvfat: child_vvfat_qcow: add .get_parent_aio_context, fix crash
` [PATCH 2/2] block/vvfat: fix vvfat_child_perm crash

[RFC PATCH] gitlab: add special rule for the hexagon container
 2021-05-24 15:04 UTC  (4+ messages)

[PULL 0/3] target/xtensa updates
 2021-05-24 14:47 UTC  (2+ messages)

[PATCH RFC] docs: document file-posix locking protocol
 2021-05-24 14:40 UTC  (2+ messages)

[PATCH 0/6] hw/arm: Fix modelling of SSE-300 TCMs and SRAM
 2021-05-24 14:25 UTC  (13+ messages)
` [PATCH 1/6] hw/arm/mps2-tz: Don't duplicate modelling of SRAM in AN524
` [PATCH 2/6] hw/arm/mps2-tz: Make SRAM_ADDR_WIDTH board-specific
` [PATCH 3/6] hw/arm/armsse.c: Correct modelling of SSE-300 internal SRAMs
` [PATCH 4/6] hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD
` [PATCH 5/6] hw/arm/mps2-tz: Allow board to specify a boot RAM size
` [PATCH 6/6] hw/arm: Model TCMs in the SSE-300, not the AN547

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-05-24 14:20 UTC  (11+ messages)
` [PATCH v3 01/10] qcow2-refcount: improve style of check_refcounts_l2()
` [PATCH v3 02/10] qcow2: compressed read: simplify cluster descriptor passing
` [PATCH v3 03/10] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PATCH v3 04/10] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PATCH v3 05/10] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PATCH v3 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PATCH v3 07/10] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PATCH v3 08/10] qcow2-refcount: improve style of check_refcounts_l1()
` [PATCH v3 09/10] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PATCH v3 10/10] qcow2-refcount: check_refblocks(): add separate message for reserved

[PATCH v2 0/5] block permission updated follow-up
 2021-05-24 14:24 UTC  (2+ messages)

[PATCH v4 0/5] target/ppc: add support to disable-tcg
 2021-05-24 13:59 UTC  (6+ messages)
` [PATCH v4 1/5] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v4 2/5] target/ppc: used ternary operator when registering MAS
` [PATCH v4 3/5] target/ppc: added ifdefs around TCG-only code
` [PATCH v4 4/5] target/ppc: created tcg-stub.c file
` [PATCH v4 5/5] target/ppc: updated meson.build to support disable-tcg

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-05-24 14:06 UTC  (5+ messages)
` [PATCH v2 3/3] qapi: "

[PATCH v3 0/6] gitlab-ci: Allow using FreeBSD runners
 2021-05-24 13:51 UTC  (11+ messages)
` [PATCH v3 4/6] gitlab-ci: Add ccache in $PATH and display statistics

[PATCH] target/arm: Use correct SP in M-profile exception return
 2021-05-24 13:40 UTC  (2+ messages)

[RFC PATCH] linux-user: glib-ify is_proc_myself
 2021-05-24 12:35 UTC  (4+ messages)

Fwd: GSoC Intro - TUI interface for QMP
 2021-05-24 13:32 UTC  (2+ messages)

[PATCH] target/arm: don't clobber ID_AA64ISAR1 pointer auth
 2021-05-24  8:43 UTC 

[PATCH] target/arm: fix missing exception class
 2021-05-24 13:19 UTC  (4+ messages)

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-05-24 12:46 UTC  (30+ messages)

[PULL for-6.0 0/8] Block patches
 2021-05-24 13:15 UTC  (3+ messages)
` [PULL for-6.0 1/8] multi-process: Initialize variables declared with g_auto*

[PULL 0/8] Block patches
 2021-05-24 13:01 UTC  (9+ messages)
` [PULL 1/8] multi-process: Initialize variables declared with g_auto*
` [PULL 2/8] bitops.h: Improve find_xxx_bit() documentation
` [PULL 3/8] coroutine-sleep: use a stack-allocated timer
` [PULL 4/8] coroutine-sleep: disallow NULL QemuCoSleepState** argument
` [PULL 5/8] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PULL 6/8] coroutine-sleep: move timer out of QemuCoSleepState
` [PULL 7/8] coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
` [PULL 8/8] coroutine-sleep: introduce qemu_co_sleep

[PATCH v4 00/11] 64bit block-layer: part II
 2021-05-24 12:57 UTC  (4+ messages)
` [PATCH v4 03/11] block: use int64_t instead of uint64_t in driver read handlers

[PATCH v3 0/9] target/ppc: add support to disable-tcg
 2021-05-24 12:54 UTC  (18+ messages)
` [PATCH v3 1/9] target/ppc: cleaned error_report from ppc_store_sdr1
` [PATCH v3 2/9] target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.c
` [PATCH v3 3/9] target/ppc: reduce usage of fpscr_set_rounding_mode
` [PATCH v3 4/9] target/ppc: overhauled and moved logic of storing fpscr
` [PATCH v3 5/9] target/ppc: removed unnecessary inclusion of helper-proto.h
` [PATCH v3 6/9] target/ppc: moved ppc_cpu_do_interrupt to cpu.c
` [PATCH v3 7/9] target/ppc: Added options to disable many TCG-only functions
` [PATCH v3 8/9] target/ppc: created tcg-stub.c file

proposed schedule for 6.1 release
 2021-05-24 12:27 UTC 

[PATCH v6 00/19] i386: KVM: expand Hyper-V features early
 2021-05-24 12:22 UTC  (19+ messages)
` [PATCH v6 10/19] i386: move eVMCS enablement to hyperv_init_vcpu()
` [PATCH v6 11/19] i386: switch hyperv_expand_features() to using error_setg()
` [PATCH v6 13/19] i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one
` [PATCH v6 15/19] i386: expand Hyper-V features during CPU feature expansion time
` [PATCH v6 16/19] i386: kill off hv_cpuid_check_and_set()
` [PATCH v6 17/19] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed

[PATCH 00/24] target/ppc: Clean up mmu translation
 2021-05-24 12:16 UTC  (14+ messages)
` [PATCH 16/24] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault
` [PATCH 22/24] target/ppc: Split out ppc_jumbo_xlate

latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup
 2021-05-24 12:06 UTC  (7+ messages)

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-24 11:50 UTC  (6+ messages)

[PATCH] spapr: propagate LPCR to hot-plugged CPUs
 2021-05-24 11:41 UTC 

[RFC v3 00/29] vDPA software assisted live migration
 2021-05-24 11:29 UTC  (7+ messages)
` [RFC v3 04/29] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH v4 0/3] vl: add -object support back into -readconfig
 2021-05-24 10:57 UTC  (4+ messages)
` [PATCH v4 1/3] qemu-config: parse configuration files to a QDict
` [PATCH v4 2/3] vl: plumb keyval-based options into -readconfig
` [PATCH v4 3/3] vl: plug -object back "

[PATCH 0/5] linux-user changes to run docker
 2021-05-24 10:55 UTC  (8+ messages)
` [PATCH 1/5] linux-user: handle /proc/self/exe for execve
` [PATCH 2/5] linux-uesr: make exec_path realpath
` [PATCH 3/5] linux-user: Fix the execfd case of /proc/self/exe open
` [PATCH 4/5] linux-user: dup the execfd on start up
` [PATCH 5/5] linux-user: Implement pivot_root

[PATCH v13 0/8] MTE support for KVM guest
 2021-05-24 10:45 UTC  (9+ messages)
` [PATCH v13 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v13 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v13 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v13 4/8] KVM: arm64: Introduce MTE VM feature
` [PATCH v13 5/8] KVM: arm64: Save/restore MTE registers
` [PATCH v13 6/8] KVM: arm64: Expose KVM_ARM_CAP_MTE
` [PATCH v13 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v13 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH V3 00/22] Live Update
 2021-05-24 10:39 UTC  (11+ messages)
              ` [PATCH V3 00/22] Live Update [restart]

Windows fails to boot after rebase to QEMU master
 2021-05-24 10:13 UTC  (2+ messages)

[PULL 00/26] Misc patches for 2021-05-20
 2021-05-24  9:42 UTC  (5+ messages)

About the performance of hyper-v
 2021-05-24  8:21 UTC  (6+ messages)

[PATCH] linux-user: Handle EXCP10_COPR properly for i386
 2021-05-24  7:44 UTC 

[PATCH v4 1/2] target/i386: Trivial code motion
 2021-05-24  7:41 UTC  (5+ messages)
` [PATCH v4 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[RFC PATCH v3] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-05-24  7:32 UTC  (4+ messages)

The latest Qemu release can't bootup VM with latest guest kernel
 2021-05-24  5:29 UTC  (3+ messages)

[PATCH] target/ppc: Implement ISA v3.1 wait variants
 2021-05-24  4:49 UTC  (4+ messages)

[PATCH v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-05-24  4:45 UTC  (3+ messages)
` [PATCH v5 1/3] spapr: nvdimm: Forward declare and move the definitions

[PATCH 07/38] target/riscv: SIMD 8-bit Shift Instructions
 2021-05-24  4:46 UTC  (2+ messages)

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-24  3:18 UTC  (11+ messages)
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h

[PATCH] spapr: Don't hijack current_machine->boot_order
 2021-05-24  3:12 UTC  (2+ messages)

[PATCH v3] spapr: Fix EEH capability issue on KVM guest for PCI passthru
 2021-05-24  3:14 UTC  (2+ messages)

[RFC v4 01/14] target/s390x: meson: add target_user_arch
 2021-05-24  2:52 UTC  (14+ messages)
` [RFC v4 02/14] hw/s390x: rename tod-qemu.c to tod-tcg.c
` [RFC v4 03/14] hw/s390x: only build tod-tcg from the CONFIG_TCG build
` [RFC v4 04/14] hw/s390x: tod: make explicit checks for accelerators when initializing
` [RFC v4 05/14] target/s390x: remove tcg-stub.c
` [RFC v4 06/14] target/s390x: start moving TCG-only code to tcg/
` [RFC v4 07/14] target/s390x: move sysemu-only code out to cpu-sysemu.c
` [RFC v4 08/14] target/s390x: split cpu-dump from helper.c
` [RFC v4 09/14] target/s390x: make helper.c sysemu-only
` [RFC v4 10/14] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m
` [RFC v4 11/14] target/s390x: remove kvm-stub.c
` [RFC v4 12/14] target/s390x: move kvm files into kvm/
` [RFC v4 13/14] target/s390x: split sysemu part of cpu models
` [RFC v4 14/14] MAINTAINERS: update s390x directories

[PATCH] linux-user: make process_pending_signals thread-safe
 2021-05-24  2:46 UTC 

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2021-05-24  2:17 UTC  (2+ messages)
` [Bug 1891748] "

[PATCH 05/38] target/riscv: 8-bit Addition & Subtraction Instruction
 2021-05-24  1:00 UTC  (2+ messages)

[PATCH] linux-user/syscall: zero-init msghdr in do_sendrecvmsg_locked
 2021-05-23 21:44 UTC  (4+ messages)

notdirty_write thrashing in simple for loop
 2021-05-23 17:30 UTC  (4+ messages)

[Bug 1887306] [NEW] qemu-user deadlocks when forked in a multithreaded process
 2021-05-23  9:39 UTC  (2+ messages)
` [Bug 1887306] "

[PATCH v2] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-05-23  9:40 UTC 

[RFC PATCH v4 0/7] Use ACPI PCI hot-plug for Q35
 2021-05-23  8:25 UTC  (2+ messages)

[PATCH] hw/virtio: Have virtio_bus_get_vdev_bad_features() return 64-bit value
 2021-05-23  8:07 UTC  (2+ messages)

[PATCH] hw/virtio: Document *_should_notify() are called within rcu_read_lock()
 2021-05-23  8:02 UTC  (2+ messages)

[PATCH] target/riscv: hardwire bits in hideleg and hedeleg
 2021-05-22 15:59 UTC 

[PATCH v3] target/riscv: fix VS interrupts forwarding to HS
 2021-05-22 15:44 UTC 

[RFC PATCH] target/mips: Allow building without Inter-Thread Communication hardware
 2021-05-22 12:32 UTC  (3+ messages)

[PATCH 0/3] hw/block/nvme: fixes lbaf formats initialization and adds idns enums
 2021-05-22  6:48 UTC  (2+ messages)

[PATCH v4 0/9] hw/block/fdc: Allow Kconfig-selecting ISA bus/SysBus floppy controllers
 2021-05-22  6:51 UTC  (6+ messages)

[Bug 1921948] [NEW] MTE tags not checked properly for unaligned accesses at EL1
 2021-05-22  5:17 UTC  (3+ messages)
` [Bug 1921948] "


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