qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 11:24:25 to 2020-05-24 04:21:28 UTC [more...]

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2020-05-24  4:12 UTC 

[RFC PATCH v2] hw/i386/vmport: Allow QTest use without crashing
 2020-05-24  2:22 UTC  (2+ messages)

[PATCH RFC v3 00/11] KVM: Dirty ring support (QEMU part)
 2020-05-23 23:20 UTC  (12+ messages)
` [PATCH RFC v3 01/11] linux-headers: Update
` [PATCH RFC v3 02/11] memory: Introduce log_sync_global() to memory listener
` [PATCH RFC v3 03/11] KVM: Fixup kvm_log_clear_one_slot() ioctl return check
` [PATCH RFC v3 04/11] KVM: Use a big lock to replace per-kml slots_lock
` [PATCH RFC v3 05/11] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH RFC v3 06/11] KVM: Provide helper to get kvm dirty log
` [PATCH RFC v3 07/11] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH RFC v3 08/11] KVM: Simplify dirty log sync in kvm_set_phys_mem
` [PATCH RFC v3 09/11] KVM: Cache kvm slot dirty bitmap size
` [PATCH RFC v3 10/11] KVM: Add dirty-gfn-count property
` [PATCH RFC v3 11/11] KVM: Dirty ring support

[PATCH RFC 0/4] vl: Sync dirty bitmap when system resets
 2020-05-23 22:49 UTC  (5+ messages)

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-05-23 21:37 UTC  (36+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH 02/19] cpu: convert queued work to a QSIMPLEQ
` [PATCH 03/19] thread: add qemu_spin_destroy
` [PATCH 04/19] cputlb: destroy CPUTLB with tlb_destroy
` [PATCH 05/19] qht: call qemu_spin_destroy for head buckets
` [PATCH 06/19] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PATCH 07/19] translate-all: call qemu_spin_destroy for PageDesc
` [PATCH 08/19] thread: add tsan annotations to QemuSpin
` [PATCH 09/19] tests/docker: Added docker build support for TSan
` [PATCH 10/19] include/qemu: Added tsan.h for annotations
` [PATCH 11/19] accel/tcg: Fixed tsan warnings related to parallel_cpus
` [PATCH 12/19] configure: added tsan support for blacklist
` [PATCH 13/19] accel/tcg: Fixed tsan warnings
` [PATCH 14/19] util/async: "
` [PATCH 15/19] qht: Fix "
` [PATCH 16/19] util: fixed tsan warnings in thread_pool.c
` [PATCH 17/19] util: Added tsan annotate for thread name
` [PATCH 18/19] target/arm: Fix tsan warning in cpu.c
` [PATCH 19/19] docs: Added details on TSan to testing.rst

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-05-23 20:34 UTC  (2+ messages)

[PATCH 0/8] memory: Sanity checks memory transaction when releasing BQL
 2020-05-23 20:30 UTC  (2+ messages)

[PATCH 0/1] audio/mixeng: fix clang 10+ warning
 2020-05-23 20:17 UTC  (2+ messages)
` [PATCH] "

[Bug 1859713] [NEW] ARM v8.3a pauth not working
 2020-05-23 20:07 UTC  (2+ messages)
` [Bug 1859713] "

[Bug 1880332] [NEW] Possible regression in QEMU 5.0.0 after CVE-2020-10702 (segmentation fault)
 2020-05-23 19:13 UTC 

[PATCH 0/3] hw/display/artist: Fix out-of-buffer accesses found while fuzzing
 2020-05-23 19:15 UTC  (4+ messages)
` [PATCH 1/3] hw/display/artist: Check offset in draw_line to avoid buffer over-run
` [PATCH 2/3] hw/display/artist: Refactor artist_rop8() "
` [PATCH 3/3] hw/display/artist: Check offset in block_move to avoid buffer over-read

[Bug 1880326] [NEW] memory writes make artist_rop8() crash
 2020-05-23 18:21 UTC  (3+ messages)

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-05-23 17:26 UTC  (7+ messages)

[PATCH v3] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-05-23 14:21 UTC  (2+ messages)

[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
 2020-05-23 10:14 UTC  (12+ messages)
` [Bug 1880225] "

[Bug 1880287] [NEW] gcc crashes in hppa emulation
 2020-05-23  8:36 UTC 

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-05-23  7:23 UTC 

[PATCH v3 0/3] coroutines: generate wrapper code
 2020-05-22 22:48 UTC  (10+ messages)
` [PATCH v3 1/3] block/io: refactor coroutine wrappers
` [PATCH v3 2/3] block: declare some coroutine functions in block/coroutines.h
` [PATCH v3 3/3] block: generate coroutine-wrapper code

[PATCH v2 0/9] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
 2020-05-22 22:16 UTC  (12+ messages)
` [PATCH v2 1/9] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn "
` [PATCH v2 2/9] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PATCH v2 3/9] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PATCH v2 4/9] target/arm: Convert VQSHLU, VQSHL "
` [PATCH v2 5/9] target/arm: Convert Neon narrowing shifts with op==8 "
` [PATCH v2 6/9] target/arm: Convert Neon narrowing shifts with op==9 "
` [PATCH v2 7/9] target/arm: Convert Neon VSHLL, VMOVL "
` [PATCH v2 8/9] target/arm: Convert VCVT fixed-point ops "
` [PATCH v2 9/9] target/arm: Convert Neon one-register-and-immediate insns "

[PATCH v2 1/1] virtio-ccw: auto-manage VIRTIO_F_IOMMU_PLATFORM if PV
 2020-05-22 21:04 UTC  (3+ messages)

[PATCH v7 00/12] tests/vm: Add support for aarch64 VMs
 2020-05-22 20:44 UTC  (22+ messages)
` [PATCH v7 03/12] tests/vm: pass args through to BaseVM's __init__
` [PATCH v7 04/12] tests/vm: Add configuration to basevm.py
` [PATCH v7 05/12] tests/vm: Added configuration file support
` [PATCH v7 06/12] tests/vm: Pass --debug through for vm-boot-ssh
` [PATCH v7 07/12] tests/vm: Add ability to select QEMU from current build
` [PATCH v7 09/12] tests/vm: Added a new script for ubuntu.aarch64
` [PATCH v7 10/12] tests/vm: Added a new script for centos.aarch64
` [PATCH v7 12/12] tests/vm: Add workaround to consume console

Fwd: simple qemu command not working
 2020-05-22 20:39 UTC  (2+ messages)

[PATCH v3] spapr: Add a new level of NUMA for GPUs
 2020-05-22 20:08 UTC  (2+ messages)

[Qemu-devel] [Bug 1693649] [NEW] x86 pause misbehaves with -cpu haswell
 2020-05-22 19:25 UTC  (4+ messages)
` [Bug 1693649] "

[PATCH v3 00/17] 64bit block-layer
 2020-05-22 19:34 UTC  (7+ messages)
` [PATCH v3 02/17] block: use int64_t as bytes type in tracked requests
` [PATCH v3 08/17] block/io: support int64_t bytes in bdrv_aligned_preadv()
` [PATCH v3 09/17] block/io: support int64_t bytes in bdrv_co_p{read, write}v_part()
  ` [PATCH v3 09/17] block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()

[PATCH 0/5] virtio: enable VIRTIO_F_RING_PACKED for all devices
 2020-05-22 19:21 UTC  (7+ messages)
` [PATCH 1/5] tests/libqos: mask out VIRTIO_F_RING_PACKED for now
` [PATCH 2/5] vhost: involve device backends in feature negotiation
` [PATCH 3/5] vhost-user-blk: add VIRTIO_F_RING_PACKED feature bit
` [PATCH 4/5] vhost-scsi: add VIRTIO_F_VERSION_1 and VIRTIO_F_RING_PACKED
` [PATCH 5/5] virtio: enable VIRTIO_F_RING_PACKED for all devices

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-05-22 18:59 UTC  (2+ messages)
` [Bug 1878915] "

[PULL 0/4] pflash-next patches for 2020-05-22
 2020-05-22 17:45 UTC  (5+ messages)
` [PULL 1/4] hw/block/pflash_cfi01: Removed an unused timer
` [PULL 2/4] hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'
` [PULL 3/4] hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'
` [PULL 4/4] hw/block/pflash: Check return value of blk_pwrite()

[PATCH v4 00/13] user-mode: Prune build dependencies (part 1)
 2020-05-22 17:25 UTC  (14+ messages)
` [PATCH v4 01/13] Makefile: Only build virtiofsd if system-mode is enabled
` [PATCH v4 02/13] configure: Avoid building TCG when not needed
` [PATCH v4 03/13] tests/Makefile: Only display TCG-related tests when TCG is available
` [PATCH v4 04/13] tests/Makefile: Restrict some softmmu-only tests
` [PATCH v4 05/13] util/Makefile: Reduce the user-mode object list
` [PATCH v4 06/13] stubs/Makefile: "
` [PATCH v4 07/13] target/riscv/cpu: Restrict CPU migration to system-mode
` [PATCH v4 08/13] exec: Assert CPU migration is not used on user-only build
` [PATCH v4 09/13] arch_init: Remove unused 'qapi-commands-misc.h' include
` [PATCH v4 10/13] target/i386: Restrict CpuClass::get_crash_info() to system-mode
` [PATCH v4 11/13] target/s390x: "
` [PATCH v4 12/13] hw/core: "
` [PATCH v4 13/13] stubs: Restrict ui/win32-kbd-hook "

[PULL 00/11] Ui 20200520 patches
 2020-05-22 17:15 UTC  (3+ messages)
` [PULL 01/11] ui/win32-kbd-hook: handle AltGr in a hook procedure

[RFC v2 0/3] QEMU cpus.c refactoring
 2020-05-22 17:10 UTC  (4+ messages)
` [RFC v2 1/3] cpu-throttle: new module, extracted from cpus.c
` [RFC v2 2/3] cpu-timers, icount: new modules
` [RFC v2 3/3] cpus: extract out accel-specific code to each accel

Simplifying the Hexagon frontend
 2020-05-22 16:44 UTC  (3+ messages)

[PATCH v4 00/11] accel: Allow targets to use Kconfig
 2020-05-22 16:43 UTC  (13+ messages)
` [PATCH v4 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v4 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v4 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v4 04/11] rules.mak: Add startwith() rule
` [PATCH v4 05/11] rules.mak: Add base-arch() rule
` [PATCH v4 06/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v4 07/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v4 08/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v4 09/11] accel/Kconfig: Add the TCG selector
` [PATCH v4 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v4 11/11] accel/tcg: Add stub for probe_access()

[PATCH v4 0/6] fix migration with bitmaps and mirror
 2020-05-22 16:06 UTC  (5+ messages)
` [PATCH v4 3/6] migration/block-dirty-bitmap: fix bitmaps pre-blockdev migration during mirror job

[PATCH] ssi/imx_spi: Removed unnecessary cast and fixed condition in while statement
 2020-05-22 15:36 UTC  (6+ messages)
` [PATCH 0/2] hw/ssi/imx_spi: 2 Fixes to flush txfifo function in imx_spi
  ` [PATCH 1/2] hw/ssi/imx_spi: changed while statement to prevent underflow
  ` [PATCH 2/2] hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave

[PATCH 0/4] Add support for SafeStack
 2020-05-22 15:35 UTC  (10+ messages)
` [PATCH 1/4] coroutine: support SafeStack in ucontext backend
` [PATCH 3/4] configure: add flag to enable SafeStack
` [PATCH 4/4] check-block: Enable iotests with SafeStack

[PATCH v3 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-22 15:15 UTC  (8+ messages)
` [PATCH v3 09/11] rules.mak: Add base-arch() rule
` [PATCH v3 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH v2 0/5] VIRTIO-IOMMU probe request support and MSI bypass on ARM
 2020-05-22 14:43 UTC  (3+ messages)
` [PATCH v2 5/5] hw/arm/virt: Let the virtio-iommu bypass MSIs

[PATCH 00/10] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
 2020-05-22 14:31 UTC  (4+ messages)
` [PATCH 10/10] target/arm: Convert Neon one-register-and-immediate "

[PULL 0/1] qemu-openbios queue 20200521
 2020-05-22 14:26 UTC  (2+ messages)

[PATCH] linux-user: provide fallback pgd_find_hole for bare chroots
 2020-05-22 14:24 UTC 

[RFC 0/3] QEMU cpus.c refactoring
 2020-05-22 13:49 UTC  (10+ messages)
` [RFC 1/3] cpu-throttle: new module, extracted from cpus.c
` [RFC 2/3] cpu-timers: new module "

[Qemu-devel] [Bug 1693667] [NEW] -cpu haswell / broadwell have no MONITOR in features1
 2020-05-22 13:15 UTC  (3+ messages)
` [Bug 1693667] "

[PATCH] replay: notify the main loop when there are no instructions
 2020-05-22 13:00 UTC  (2+ messages)

[PATCH v2 0/3] revert 9pfs reply truncation, wait for free room to reply
 2020-05-22 12:35 UTC  (5+ messages)
` [PATCH v2 1/3] Revert "9p: init_in_iov_from_pdu can truncate the size"
` [PATCH v2 3/3] xen/9pfs: increase max ring order to 9

[PATCH v2 0/3] virtio: add vhost-user-vsock device
 2020-05-22 12:25 UTC  (4+ messages)
` [PATCH v2 1/3] vhost-vsock: add vhost-vsock-common abstraction
` [PATCH v2 2/3] virtio: add vhost-user-vsock base device
` [PATCH v2 3/3] virtio: add vhost-user-vsock-pci device

[PATCH] replay: fix replay shutdown for console mode
 2020-05-22 11:27 UTC  (2+ messages)


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