qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-28 16:55:28 to 2020-10-29 12:37:12 UTC [more...]

[Bug 1900241] [NEW] [regression][powerpc] some vcpus are found offline inside guest with different vsmt setting from qemu-cmdline and breaks subsequent vcpu hotplug operation (xive)
 2020-10-29 12:23 UTC  (2+ messages)
` [Bug 1900241] "

[PATCH 0/4] Assorted fixes to tests that were broken by recent scsi changes
 2020-10-29 12:32 UTC  (4+ messages)
` [PATCH 4/4] iotests: rewrite iotest 240 in python

[PATCH] Add support for pvpanic pci device
 2020-10-29 12:30 UTC  (2+ messages)

[PATCH] tcg/optimize: Add fallthrough annotations
 2020-10-29 12:28 UTC 

[PATCH v2 0/8] configure deprecation, linux-user and iotest fixes
 2020-10-29 12:25 UTC  (3+ messages)
` [PATCH v2 8/8] configure: add [lm32|unicore32]-softmmu to deprecation logic

[PULL 00/30] nvme emulation patches for 5.2
 2020-10-29 12:20 UTC  (4+ messages)

Out-of-Process Device Emulation session at KVM Forum 2020
 2020-10-29 12:08 UTC  (3+ messages)

[PATCH v1] docs/devel: Add VFIO device migration documentation
 2020-10-29 11:52 UTC  (2+ messages)

[PULL 0/2] QMP patches patches for 2020-10-27
 2020-10-29 11:32 UTC  (2+ messages)

[RFC PATCH] hw/arm/virt: use sbsa-ec for reboot and poweroff in secure mode
 2020-10-29 11:26 UTC  (4+ messages)

[PULL 0/5] Modules 20201029 patches
 2020-10-29 11:09 UTC  (6+ messages)
` [PULL 1/5] virtio-gpu: add virtio-gpu-pci module
` [PULL 2/5] virtio-gpu: add virtio-vga module
` [PULL 3/5] virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=y
` [PULL 4/5] modules: unbreak them on macos
` [PULL 5/5] modules: turn off lazy binding

[PATCH 00/11] target/arm: Fix neon reg offsets
 2020-10-29 11:04 UTC  (9+ messages)
` [PATCH 05/11] target/arm: Add read/write_neon_element32

Dynamic instance properties in TYPE_ARM_CPU
 2020-10-29 10:57 UTC  (3+ messages)

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-29 10:35 UTC  (4+ messages)
` [RFC PATCH 09/21] contrib/gitdm: Add Nutanix to the domain map

[PATCH 1/3] hw/9pfs : add spaces around operator
 2020-10-29 10:29 UTC  (2+ messages)

[PATCH v2 0/6] Add support for Control-Flow Integrity
 2020-10-29 10:19 UTC  (12+ messages)
` [PATCH v2 3/6] configure: add option to enable LTO

[PULL 0/8] testing and misc (gitdm, gitlab, docker, make)
 2020-10-29 10:03 UTC  (2+ messages)

[PULL 0/5] Misc next patches
 2020-10-29 10:01 UTC  (6+ messages)
` [PULL 1/5] io: Fix Lesser GPL version number
` [PULL 2/5] crypt: "
` [PULL 3/5] authz: "
` [PULL 4/5] io: Don't use '#' flag of printf format
` [PULL 5/5] util: include the target address in socket connect failures

[PATCH] meson.build: fix building of Xen support for aarch64
 2020-10-29 10:01 UTC  (3+ messages)

[PATCH-for-5.2 v2 00/25] block/nvme: Fix Aarch64 or big-endian hosts
 2020-10-29  9:33 UTC  (26+ messages)
` [PATCH-for-5.2 v2 01/25] MAINTAINERS: Cover 'block/nvme.h' file
` [PATCH-for-5.2 v2 02/25] block/nvme: Use hex format to display offset in trace events
` [PATCH-for-5.2 v2 03/25] block/nvme: Report warning with warn_report()
` [PATCH-for-5.2 v2 04/25] block/nvme: Trace controller capabilities
` [PATCH-for-5.2 v2 05/25] block/nvme: Trace nvme_poll_queue() per queue
` [PATCH-for-5.2 v2 06/25] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PATCH-for-5.2 v2 07/25] block/nvme: Trace queue pair creation/deletion
` [PATCH-for-5.2 v2 08/25] block/nvme: Move definitions before structure declarations
` [PATCH-for-5.2 v2 09/25] block/nvme: Use unsigned integer for queue counter/size
` [PATCH-for-5.2 v2 10/25] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH-for-5.2 v2 11/25] block/nvme: Make nvme_init_queue() "
` [PATCH-for-5.2 v2 12/25] block/nvme: Introduce Completion Queue definitions
` [PATCH-for-5.2 v2 13/25] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PATCH-for-5.2 v2 14/25] block/nvme: Correctly initialize Admin Queue Attributes
` [PATCH-for-5.2 v2 15/25] block/nvme: Simplify ADMIN queue access
` [PATCH-for-5.2 v2 16/25] block/nvme: Simplify nvme_cmd_sync()
` [PATCH-for-5.2 v2 17/25] block/nvme: Set request_alignment at initialization
` [PATCH-for-5.2 v2 18/25] block/nvme: Correct minimum device page size
` [PATCH-for-5.2 v2 19/25] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PATCH-for-5.2 v2 20/25] block/nvme: Change size and alignment of queue
` [PATCH-for-5.2 v2 21/25] block/nvme: Change size and alignment of prp_list_pages
` [PATCH-for-5.2 v2 22/25] block/nvme: Align iov's va and size on host page size
` [PATCH-for-5.2 v2 23/25] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
` [PATCH-for-5.2 v2 24/25] block/nvme: Fix nvme_submit_command() on big-endian host
` [PATCH-for-6.0 v2 25/25] block/nvme: Simplify Completion Queue Command Identifier field use

[PATCH v3 0/9] block-backend: Introduce I/O hang
 2020-10-29  9:42 UTC  (3+ messages)

[PATCH 00/25] block/nvme: Fix Aarch64 host
 2020-10-29  9:08 UTC  (10+ messages)
` [PATCH 13/25] block/nvme: Introduce Completion Queue definitions
` [PATCH 17/25] block/nvme: Simplify nvme_cmd_sync()

[PATCH v3 0/7] iOS and Apple Silicon host support
 2020-10-29  8:33 UTC  (21+ messages)
` [PATCH v3 1/7] configure: option to disable host block devices
` [PATCH v3 3/7] qemu: add support for iOS host
` [PATCH v3 4/7] coroutine: add libucontext as external library
` [PATCH v3 6/7] tcg: implement JIT for iOS and Apple Silicon
` [PATCH v3 7/7] block: check availablity for preadv/pwritev on mac

Invitation: VIRTIO - KVM Forum 2020 Birds of a Feather session @ Thu Oct 29, 2020 12:00 - 13:00 (GMT) (qemu-devel@nongnu.org)
 2020-10-29  8:32 UTC 

[PATCH 0/9] silence the compiler warnings
 2020-10-29  8:26 UTC  (31+ messages)
` [PATCH 1/9] target/i386: silence the compiler warnings in gen_shiftd_rm_T1
` [PATCH 2/9] hw/intc/arm_gicv3_kvm: silence the compiler warnings
` [PATCH 3/9] accel/tcg/user-exec: "
` [PATCH 6/9] target/sparc/win_helper: "
` [PATCH 7/9] ppc: "
` [PATCH 8/9] target/ppc: "
` [PATCH 9/9] hw/timer/renesas_tmr: "

[PATCH] hw/9pfs: virtio-9p: Ensure config space is a multiple of 4 bytes
 2020-10-29  8:25 UTC 

Invitation: Out-of-Process Device Emulation - KVM Forum 2020 Birds of... @ Thu Oct 29, 2020 11:00 - 12:00 (GMT) (qemu-devel@nongnu.org)
 2020-10-29  8:20 UTC 

[PATCH] Add PCI_CAP_ID_PM capability for educational PCI device
 2020-10-29  7:56 UTC 

[Q&A] QEMU CAN Controller Emulation with Connection to a Host System CAN Bus
 2020-10-29  7:45 UTC 

[PATCH v2] virtio: skip guest index check on device load
 2020-10-29  7:02 UTC  (2+ messages)

[PATCH] Add int128_or to include/qemu/int128.h
 2020-10-29  7:00 UTC  (2+ messages)

[PATCH v2 0/1] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-10-29  6:53 UTC  (5+ messages)
` [PATCH v2 1/1] hw/block/m25p80: Fix Numonyx fast read dummy cycle count

[PATCH 0/4] kvm: Add a --enable-debug-kvm option to configure
 2020-10-29  6:13 UTC  (3+ messages)

[Bug 1901981] [NEW] assert issue locates in hw/usb/dev-storage.c:248: usb_msd_send_status
 2020-10-29  6:02 UTC 

[PATCH] vhost-user-blk: Fix two resource leaks
 2020-10-29  6:03 UTC  (4+ messages)
` [PATCH V2] vhost-user-blk/scsi: Fix broken error handling for socket call

[PATCH V2 00/14] fix some comment spelling errors
 2020-10-29  2:22 UTC  (3+ messages)

[PATCH v3 00/15] python: create installable package
 2020-10-29  0:10 UTC  (45+ messages)
` [PATCH v3 01/15] python: create qemu packages
` [PATCH v3 02/15] python: add qemu package installer
` [PATCH v3 03/15] python: add VERSION file
` [PATCH v3 04/15] python: add directory structure README.rst files
` [PATCH v3 05/15] python: Add pipenv support
` [PATCH v3 06/15] python: add pylint import exceptions
` [PATCH v3 07/15] python: move pylintrc into setup.cfg
` [PATCH v3 08/15] python: add pylint to pipenv
` [PATCH v3 09/15] python: move flake8 config to setup.cfg
` [PATCH v3 10/15] python: Add flake8 to pipenv
` [PATCH v3 11/15] python: move mypy.ini into setup.cfg
` [PATCH v3 12/15] python: add mypy to pipenv
` [PATCH v3 13/15] python: move .isort.cfg into setup.cfg
` [PATCH v3 14/15] python/qemu: add isort to pipenv
` [PATCH v3 15/15] python/qemu: add qemu package itself "

[Bug 1897194] [NEW] Test failure in test-crypto-secret.c
 2020-10-28 23:18 UTC  (2+ messages)
` [Bug 1897194] "

[PATCH] linux-user/mmap.c: check range of mremap result in target address space
 2020-10-28 21:38 UTC 

[PATCH] semihosting: Merge semihosting console init functions to fix READC
 2020-10-28 21:35 UTC 

[PATCH v2 0/5] Fix the Hypervisor access functions
 2020-10-28 21:33 UTC  (5+ messages)
` [PATCH v2 1/5] target/riscv: Add a virtualised MMU Mode

[PATCH] hw/timer/renesas_tmr.c cleanup read operation
 2020-10-28 20:57 UTC  (2+ messages)

[PATCH] MAINTAINERS: update my email address
 2020-10-28 20:56 UTC  (2+ messages)

[PATCH v2 00/10] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
 2020-10-28 20:30 UTC  (2+ messages)

[PULL 00/12] qemu-ga patch queue for soft-freeze
 2020-10-28 20:39 UTC  (2+ messages)

[PULL 0/8] Renesas patches for 2020-10-27
 2020-10-28 19:59 UTC  (2+ messages)

[PATCH 0/2] Fix some Neon insns on big-endian hosts
 2020-10-28 19:51 UTC  (6+ messages)
` [PATCH 1/2] target/arm: Fix float16 pairwise Neon ops "
` [PATCH 2/2] target/arm: Fix VUDOT/VSDOT (scalar) "

[RFC PATCH v2 00/37] cleanup qemu_init and make sense of command line processing
 2020-10-28 19:32 UTC  (5+ messages)
` [PATCH 04/29] vl: remove bogus check

[PATCH-for-5.2] hw/rx/rx-gdbsim: Fix memory leak
 2020-10-28 19:22 UTC 

[PATCH 0/4] riscv: Add semihosting support [v10]
 2020-10-28 19:14 UTC  (7+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories

[PATCH 0/4] Add RISC-V semihosting support
 2020-10-28 19:09 UTC  (6+ messages)
` [PATCH 1/4] semihosting: Move ARM semihosting code to shared directories [v3]
` [PATCH 2/4] semihosting: Change common-semi API to be architecture-independent
` [PATCH 3/4] semihosting: Change internal common-semi interfaces to use CPUState *
` [PATCH 4/4] riscv: Add semihosting support [v11]

[PATCH v9 0/8] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-10-28 18:45 UTC  (9+ messages)
` [PATCH v9 1/8] Introduce yank feature
` [PATCH v9 2/8] block/nbd.c: Add "
` [PATCH v9 3/8] chardev/char-socket.c: "
` [PATCH v9 4/8] migration: "
` [PATCH v9 5/8] io/channel-tls.c: make qio_channel_tls_shutdown thread-safe
` [PATCH v9 6/8] io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
` [PATCH v9 7/8] MAINTAINERS: Add myself as maintainer for yank feature
` [PATCH v9 8/8] tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupid_test

[PATCH 0/5] python: add linters to gitlab CI
 2020-10-28 18:38 UTC  (9+ messages)
` [PATCH 1/5] python: add pytest and tests
` [PATCH 4/5] python: add .gitignore

[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
 2020-10-28 17:49 UTC  (11+ messages)

[PATCH v2] xen: rework pci_piix3_xen_ide_unplug
 2020-10-28 17:19 UTC  (3+ messages)

[PULL v2 00/32] VFIO updates 2020-10-28 (for QEMU 5.2 soft-freeze)
 2020-10-28 16:44 UTC  (18+ messages)
` [PULL v2 08/32] vfio: Add save state functions to SaveVMHandlers
` [PULL v2 15/32] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PULL v2 16/32] vfio: Make vfio-pci device migration capable
` [PULL v2 17/32] qapi: Add VFIO devices migration stats in Migration stats
` [PULL v2 18/32] update-linux-headers: Add vfio_zdev.h
` [PULL v2 19/32] linux-headers: update against 5.10-rc1
` [PULL v2 20/32] s390x/pci: Move header files to include/hw/s390x
` [PULL v2 21/32] vfio: Create shared routine for scanning info capabilities
` [PULL v2 22/32] vfio: Find DMA available capability
` [PULL v2 23/32] s390x/pci: Add routine to get the vfio dma available count
` [PULL v2 24/32] s390x/pci: Honor DMA limits set by vfio
` [PULL v2 25/32] s390x/pci: create a header dedicated to PCI CLP
` [PULL v2 28/32] s390x/pci: use a PCI Function structure
` [PULL v2 29/32] vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilities
` [PULL v2 30/32] s390x/pci: get zPCI function info from host
` [PULL v2 31/32] hw/vfio: Use lock guard macros
` [PULL v2 32/32] vfio: fix incorrect print type

[PATCH V15 0/6] mips: Add Loongson-3 machine support
 2020-10-28 16:48 UTC  (5+ messages)
` [PATCH V15 1/6] target/mips: Fix PageMask with variable page size
` [PATCH V15 2/6] target/mips: Add unaligned access support for MIPS64R6 and Loongson-3


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