qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 03:16:34 to 2020-05-22 20:45:53 UTC [more...]

[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] "

[Bug 1880225] [NEW] Emulation of some arm programs fail with "Assertion `have_guest_base' failed."
 2020-05-22 19:27 UTC  (4+ messages)
` [Bug 1880225] "

[PATCH v3 00/17] 64bit block-layer
 2020-05-22 19:34 UTC  (10+ messages)
` [PATCH v3 02/17] block: use int64_t as bytes type in tracked requests
` [PATCH v3 07/17] block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
` [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

[PATCH v2 0/9] target/arm: Convert 2-reg-shift and 1-reg-imm Neon insns to decodetree
 2020-05-22 19:19 UTC  (11+ 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 "

[Bug 1878915] [NEW] util/fdmon-io_uring.c:95: get_sqe: Assertion `ret > 1' failed
 2020-05-22 18:59 UTC  (3+ 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 00/19] Add Thread Sanitizer support to QEMU
 2020-05-22 17:44 UTC  (21+ 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 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 v3 0/3] coroutines: generate wrapper code
 2020-05-22 16:19 UTC  (4+ 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 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)

[PULL v2 00/29] target-arm queue
 2020-05-22 11:10 UTC  (2+ messages)

[PATCH 0/1] tricore: added AURIX TC277 D-Step TriBoard
 2020-05-22 10:40 UTC  (6+ messages)
` [PATCH 1/1] "
    ` AW: "
        ` AW: "

[PATCH v1 00/10] testing and tcg tweaks
 2020-05-22 10:36 UTC  (7+ messages)
` [PATCH v1 04/10] linux-user: completely re-write init_guest_space

[PATCH 2/4] hw/riscv: spike: Allow creating multiple sockets
 2020-05-22 10:09 UTC  (3+ messages)

[PATCH 0/3] virtio: add vhost-user-vsock device
 2020-05-22 10:06 UTC  (3+ messages)

[PATCH] hw/arm/virt: Fix PL061 node name and properties
 2020-05-22  9:46 UTC  (5+ messages)

[PATCH v1 0/8] plugins/next (cleanup, cpu_index and lockstep)
 2020-05-22  9:35 UTC  (10+ messages)
` [PATCH v1 5/8] cpus-common: ensure auto-assigned cpu_indexes don't clash
` [PATCH v1 6/8] linux-user: properly "unrealize" vCPU object
` [PATCH v1 7/8] tests/tcg: add new threadcount test

[PATCH v5] char-socket: initialize reconnect timer only when the timer doesn't start
 2020-05-22  8:58 UTC  (2+ messages)

[PATCH v4 0/6] hyperv: VMBus implementation
 2020-05-22  8:40 UTC  (10+ messages)
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry

[PATCH V2 0/7] Latest COLO tree queued patches
 2020-05-22  7:53 UTC  (8+ messages)
` [PATCH V2 1/7] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH V2 2/7] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH V2 3/7] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH V2 4/7] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH V2 5/7] net/colo-compare.c: Check that colo-compare is active
` [PATCH V2 6/7] net/colo-compare.c: Correct ordering in complete and finalize
` [PATCH V2 7/7] colo-compare: Fix memory leak in packet_enqueue()

[PATCH v6 0/6] colo-compare bugfixes
 2020-05-22  8:03 UTC  (8+ messages)
` [PATCH v6 1/6] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH v6 2/6] chardev/char.c: Use qemu_co_sleep_ns if in coroutine
` [PATCH v6 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send
` [PATCH v6 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled
` [PATCH v6 5/6] net/colo-compare.c: Check that colo-compare is active
` [PATCH v6 6/6] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH v3 0/9] RISC-V Add the OpenTitan Machine
 2020-05-22  7:50 UTC  (3+ messages)
` [PATCH v3 3/9] target/riscv: Add the lowRISC Ibex CPU

[PATCH v1 1/1] target/microblaze: Add GDB XML files for Microblaze
 2020-05-22  7:14 UTC  (3+ messages)
` [PATCH v1 0/1] target/microblaze: Add GDB XML files

[RFC][PATCH v2 0/3] IVSHMEM version 2 device for QEMU
 2020-05-22  7:18 UTC  (5+ messages)
` [RFC][PATCH v2 2/3] docs/specs: Add specification of ivshmem device revision 2

[PATCH] replay: synchronize on every virtual timer callback
 2020-05-22  6:39 UTC  (3+ messages)

[PATCH v2] replay: synchronize on every virtual timer callback
 2020-05-22  6:35 UTC 

[Bug 1879425] [NEW] The thread of "CPU 0 /KVM" keeping 99.9%CPU
 2020-05-22  6:15 UTC  (5+ messages)
` [Bug 1879425] "

[Bug 1879998] [NEW] Bad check for return value of mmap()
 2020-05-22  4:59 UTC  (3+ messages)
` [Bug 1879998] "

[PATCH 0/6] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-05-22  4:57 UTC  (2+ messages)

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes
 2020-05-22  4:48 UTC  (2+ messages)
` [Bug 1877716] Re: Win10 guest unusable "

[PATCH v3 00/25] risu cleanups and improvements
 2020-05-22  4:10 UTC  (3+ messages)
` [PATCH v3 25/25] ppc64: Clean up reginfo handling

[Bug 1880066] [NEW] Microphone input dies in guest when switching evdev input
 2020-05-22  3:38 UTC 

[PATCH v1 00/15] testing and plugin updates
 2020-05-22  3:20 UTC  (3+ messages)
` [PATCH v1 12/15] cpus-common: ensure auto-assigned cpu_indexes don't clash

[PATCH] minikconf: explicitly set encoding to UTF-8
 2020-05-22  3:18 UTC  (2+ messages)

[PATCH v2] linux-user: limit check to HOST_LONG_BITS == 32
 2020-05-22  3:15 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).