qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-19 14:16:02 to 2020-11-20 00:29:32 UTC [more...]

[PATCH v3 00/10] microvm: add usb support
 2020-11-20  0:27 UTC  (3+ messages)
` [PATCH v3 04/10] usb/xhci: fixup xhci kconfig deps

QMP and the 'id' parameter
 2020-11-20  0:22 UTC  (5+ messages)

[PATCH 0/6] configure / meson: Move check for headers to meson.build
 2020-11-20  0:12 UTC  (13+ messages)
` [PATCH 1/6] configure: Remove the obsolete check for ifaddrs.h
` [PATCH 2/6] configure / meson: Move check for pty.h to meson.build
` [PATCH 3/6] configure / meson: Move check for drm.h "
` [PATCH 4/6] configure / meson: Move check for sys/signal.h "
` [PATCH 5/6] "
` [PATCH 6/6] configure / meson: Move check for linux/btrfs.h "

[PATCH 1/2] file-posix: Use OFD lock only if the filesystem supports the lock
 2020-11-19 23:56 UTC  (6+ messages)

[PATCH 0/4] linux-user: Support o32 ABI with 64-bit MIPS CPUs
 2020-11-19 23:14 UTC  (12+ messages)
` [PATCH 1/4] linux-user/mips64: Restore setup_frame() for o32 ABI
` [PATCH 2/4] linux-user/mips64: Support o32 ABI syscalls
` [PATCH 3/4] default-configs: Support o32 ABI with 64-bit MIPS CPUs
` [PATCH 4/4] RFC qemu-binfmt-conf.sh: Add MIPS64 o32 ABI

[RFC PATCH v5 00/33] Hexagon patch series
 2020-11-19 22:53 UTC  (7+ messages)
` [RFC PATCH v5 18/33] Hexagon (target/hexagon/imported) arch import
` [RFC PATCH v5 20/33] Hexagon (target/hexagon) generator phase 2 - generate header files
` [RFC PATCH v5 22/33] Hexagon (target/hexagon) generater phase 4 - decode tree

[PATCH v2] target/mips/helper: Also display exception names in user-mode
 2020-11-19 22:52 UTC  (2+ messages)

[PATCH] target/arm: fix stage 2 page-walks in 32-bit emulation
 2020-11-19 22:37 UTC  (2+ messages)
` [PATCH for-5.2?] "

python asyncio QMP library (AQMP)
 2020-11-19 22:00 UTC 

[RFC 00/15] support subsets of bitmanip extension
 2020-11-19 22:26 UTC  (35+ messages)
` [RFC 01/15] target/riscv: reformat @sh format encoding for B-extension
` [RFC 02/15] target/riscv: rvb: count leading/trailing zeros
` [RFC 03/15] target/riscv: rvb: count bits set
` [RFC 04/15] target/riscv: rvb: logic-with-negate
` [RFC 05/15] target/riscv: rvb: pack two words into one register
` [RFC 06/15] target/riscv: rvb: min/max instructions
` [RFC 07/15] target/riscv: rvb: sign-extend instructions
` [RFC 08/15] target/riscv: rvb: single-bit instructions
` [RFC 09/15] target/riscv: rvb: shift ones
` [RFC 10/15] target/riscv: rvb: rotate (left/right)
` [RFC 11/15] target/riscv: rvb: generalized reverse
` [RFC 12/15] target/riscv: rvb: generalized or-combine
` [RFC 13/15] target/riscv: rvb: address calculation
` [RFC 14/15] target/riscv: rvb: add/sub with postfix zero-extend
` [RFC 15/15] target/riscv: rvb: support and turn on B-extension from command line

[PATCH v2 00/28] target/arm: Implement v8.1M and Cortex-M55
 2020-11-19 22:19 UTC  (31+ messages)
` [PATCH v2 01/28] hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
` [PATCH v2 02/28] target/arm: Implement v8.1M PXN extension
` [PATCH v2 03/28] target/arm: Don't clobber ID_PFR1.Security on M-profile cores
` [PATCH v2 04/28] target/arm: Implement VSCCLRM insn
` [PATCH v2 05/28] target/arm: Implement CLRM instruction
` [PATCH v2 06/28] target/arm: Enforce M-profile VMRS/VMSR register restrictions
` [PATCH v2 07/28] target/arm: Refactor M-profile VMSR/VMRS handling
` [PATCH v2 08/28] target/arm: Move general-use constant expanders up in translate.c
` [PATCH v2 09/28] target/arm: Implement VLDR/VSTR system register
` [PATCH v2 10/28] target/arm: Implement M-profile FPSCR_nzcvqc
` [PATCH v2 11/28] target/arm: Use new FPCR_NZCV_MASK constant
` [PATCH v2 12/28] target/arm: Factor out preserve-fp-state from full_vfp_access_check()
` [PATCH v2 13/28] target/arm: Implement FPCXT_S fp system register
` [PATCH v2 14/28] target/arm: Implement FPCXT_NS "
` [PATCH v2 15/28] hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M
` [PATCH v2 16/28] target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entry
` [PATCH v2 17/28] target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failures
` [PATCH v2 18/28] target/arm: Implement v8.1M REVIDR register
` [PATCH v2 19/28] target/arm: Implement new v8.1M NOCP check for exception return
` [PATCH v2 20/28] target/arm: Implement new v8.1M VLLDM and VLSTM encodings
` [PATCH v2 21/28] hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
` [PATCH v2 22/28] hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit
` [PATCH v2 23/28] target/arm: Implement CCR_S.TRD behaviour for SG insns
` [PATCH v2 24/28] hw/intc/armv7m_nvic: Fix "return from inactive handler" check
` [PATCH v2 25/28] target/arm: Implement M-profile "minimal RAS implementation"
` [PATCH v2 26/28] hw/intc/armv7m_nvic: Implement read/write for RAS register block
` [PATCH v2 27/28] hw/arm/armv7m: Correct typo in QOM object name
` [PATCH v2 28/28] target/arm: Implement Cortex-M55 model

[PATCH v3 0/9] Add support for Control-Flow Integrity
 2020-11-19 22:06 UTC  (16+ messages)
` [PATCH v3 1/9] fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
` [PATCH v3 3/9] hw/usb: reorder fields in UASStatus
  ` [PATCH-for-5.2? "
` [PATCH v3 5/9] scsi: fix overflow in scsi_disk_new_request_dump
  ` [PATCH-for-5.2? "

[Qemu-devel] [Bug 1579645] [NEW] [XEN/KVM] pch audio doesn't work on both Windows and linux guest with soundhw="ac97"
 2020-11-19 20:54 UTC  (2+ messages)
` [Bug 1579645] "

[PATCH 0/2] pc-bios/s390 fixes for reboot-to-vfio-ccw
 2020-11-19 21:11 UTC  (7+ messages)
` [PATCH 1/2] pc-bios: s390x: Ensure Read IPL memory is clean
` [PATCH 2/2] pc-bios: s390x: Give precedence to reset PSW

[Qemu-devel] [Bug 1518969] [NEW] Instance of QEMU doesn't unplug virtio scsi disk after device_del and drive_del commands
 2020-11-19 20:51 UTC  (2+ messages)
` [Bug 1518969] "

[Qemu-devel] [Bug 1391942] [NEW] Unnecessary events option of the trace argument with UST backend
 2020-11-19 20:48 UTC  (2+ messages)
` [Bug 1391942] "

[Bug 1390520] Re: virtual machine fails to start with connected audio cd
 2020-11-19 20:47 UTC 

[Qemu-devel] [Bug 1576347] [NEW] Only one NVMe device is usable in Windows (10) guest
 2020-11-19 20:54 UTC  (2+ messages)
` [Bug 1576347] "

[Qemu-devel] [Bug 1579306] [NEW] usb-uas does not work in Windows (10) guest
 2020-11-19 20:52 UTC  (2+ messages)
` [Bug 1579306] "

[Qemu-devel] [Bug 1381846] [NEW] Data sent to parallel port in guest is lost if host buffer fills up
 2020-11-19 20:43 UTC  (2+ messages)
` [Bug 1381846] "

[RFC PATCH 00/15] Xen guest-loader and arm64 build fixes/enhancements
 2020-11-19 20:58 UTC  (4+ messages)
` [RFC PATCH 06/15] docs: add some documentation for the guest-loader

[PATCH v2 0/8] qom: Use qlit to represent property defaults
 2020-11-19 20:55 UTC  (27+ messages)
` [PATCH v2 1/8] qobject: Include API docs in docs/devel/qobject.html
` [PATCH v2 3/8] qnum: QNumValue type for QNum value literals
` [PATCH v2 4/8] qnum: qnum_value_is_equal() function
` [PATCH v2 5/8] qlit: Support all types of QNums
` [PATCH v2 6/8] qlit: qlit_type() function

[Qemu-devel] [Bug 1377163] [NEW] Does not add usb-host devices as they are hotplugged
 2020-11-19 20:40 UTC  (2+ messages)
` [Bug 1377163] "

[PATCH v1 0/9] virtio-mem: vfio support
 2020-11-19 20:34 UTC  (11+ messages)
` [PATCH v1 1/9] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v1 2/9] virtio-mem: Factor out traversing unplugged ranges
` [PATCH v1 3/9] virtio-mem: Implement RamDiscardMgr interface
` [PATCH v1 4/9] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v1 5/9] vfio: Support for RamDiscardMgr in the vIOMMU case
` [PATCH v1 6/9] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PATCH v1 7/9] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH v1 8/9] virtio-mem: Require only coordinated discards
` [PATCH v1 9/9] vfio: Disable only uncoordinated discards

iotest 030 still occasionally intermittently failing
 2020-11-19 20:31 UTC  (9+ messages)

[Qemu-devel] [Bug 1815721] [NEW] RISC-V PLIC enable interrupt for multicore
 2020-11-19 20:24 UTC  (2+ messages)
` [Bug 1815721] "

[Qemu-devel] [Bug 1788665] [NEW] Low 2D graphics performance with Windows 10 (1803) VGA passthrough VM using "Spectre" protection
 2020-11-19 20:23 UTC  (2+ messages)
` [Bug 1788665] "

[Bug 1885350] [NEW] RISCV dynamic rounding mode is not behaving correctly
 2020-11-19 20:21 UTC  (2+ messages)
` [Bug 1885350] "

[PATCH v3 0/7] UFFD write-tracking migration/snapshots
 2020-11-19 20:02 UTC  (14+ messages)
` [PATCH v3 1/7] introduce 'track-writes-ram' migration capability
` [PATCH v3 2/7] introduce UFFD-WP low-level interface helpers
` [PATCH v3 3/7] support UFFD write fault processing in ram_save_iterate()
` [PATCH v3 4/7] implementation of write-tracking migration thread
` [PATCH v3 5/7] implementation of vm_start() BH
` [PATCH v3 7/7] introduce simple linear scan rate limiting mechanism

[PATCH] hw/core/register.c: Don't use '#' flag of printf format
 2020-11-19 19:50 UTC  (2+ messages)

[RFC v3 0/9] i386 cleanup
 2020-11-19 19:23 UTC  (5+ messages)
` [RFC v3 9/9] i386: split cpu accelerators from cpu.c

[PATCH v5 0/2] MTE support for KVM guest
 2020-11-19 19:11 UTC  (8+ messages)
` [PATCH v5 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v5 2/2] arm64: kvm: Introduce MTE VCPU feature

[RFC] dbus-vmstate: Connect to the dbus only during the migration phase
 2020-11-19 18:47 UTC  (2+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2020-11-19 18:36 UTC  (5+ messages)

[PATCH] linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints
 2020-11-19 18:27 UTC  (2+ messages)

[PULL for-5.2 0/1] Tracing patches
 2020-11-19 18:26 UTC  (3+ messages)
` [PULL for-5.2 1/1] trace: use STAP_SDT_V2 to work around symbol visibility

[PATCH RFC] vfio: Move the saving of the config space to the right place in VFIO migration
 2020-11-19 17:41 UTC  (3+ messages)

[PATCH 00/10] vhost/qemu: thread per IO SCSI vq
 2020-11-19 17:08 UTC  (15+ messages)

[PATCH 0/4] Add function to dump block layer for debugging
 2020-11-19 17:02 UTC  (3+ messages)
` [PATCH 3/4] block: add dbg_dump_block_layer()

[PATCH 0/5] i386: simplify Hyper-V enlightenments enablement
 2020-11-19 16:58 UTC  (3+ messages)

[Qemu-devel] [Bug 1524637] [NEW] system_powerdown/system_reset not working when exec stop on hmp
 2020-11-19 16:32 UTC  (2+ messages)
` [Bug 1524637] "

[Qemu-devel] [Bug 1557057] [NEW] Windows 10 guest cannot wake up from S3 using rtc wake
 2020-11-19 16:18 UTC  (2+ messages)
` [Bug 1557057] Re: Windows 10 guest under qemu cannot wake up from S3 using rtc wake with -no_hpet

[Qemu-devel] [Bug 1529764] [NEW] No video output with the official Windows XP VMWare VGA driver
 2020-11-19 16:23 UTC  (2+ messages)
` [Bug 1529764] "

[Qemu-devel] [Bug 1530035] [NEW] usb-host: ATI Technologies, Inc. TV Wonder acts as a different device if used
 2020-11-19 16:22 UTC  (2+ messages)
` [Bug 1530035] "

[Qemu-devel] [Bug 1530278] [NEW] vhost-user: can not detach chardev which is used by vhost-user backend
 2020-11-19 16:22 UTC  (2+ messages)
` [Bug 1530278] "

[Qemu-devel] [Bug 1531352] [NEW] QEMU_LD_PREFIX PATH not work on loading library
 2020-11-19 16:22 UTC  (2+ messages)
` [Bug 1531352] Re: QEMU_LD_PREFIX not load correct library order in the PATH

[Qemu-devel] [Bug 1534683] [NEW] no mouse cursor / qxl / windows seven guest
 2020-11-19 16:21 UTC  (2+ messages)
` [Bug 1534683] "

[Qemu-devel] [Bug 1554451] [NEW] unable to create preallocated image with gluster network protocol
 2020-11-19 16:20 UTC  (2+ messages)
` [Bug 1554451] "

[Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows
 2020-11-19 16:20 UTC  (2+ messages)
` [Bug 1555452] "

[Qemu-devel] [Bug 1549298] [NEW] Add missing MSRs for powertop
 2020-11-19 16:21 UTC  (2+ messages)
` [Bug 1549298] "

[Qemu-devel] [Bug 1563152] [NEW] general protection fault running VirtualBox in KVM guest
 2020-11-19 16:17 UTC  (2+ messages)
` [Bug 1563152] "

[Qemu-devel] [Bug 1563612] [NEW] pulseaudio applications crash under linux-user-x86_64
 2020-11-19 16:16 UTC  (2+ messages)
` [Bug 1563612] "

[PATCH v4 0/2] MTE support for KVM guest
 2020-11-19 16:24 UTC  (8+ messages)
` [PATCH v4 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH-for-5.2] docs/user: Display linux-user binaries nicely
 2020-11-19 16:21 UTC  (2+ messages)

[PATCH v2 0/2] viritofsd: Add support for FUSE_HANDLE_KILLPRIV_V2
 2020-11-19 15:42 UTC  (3+ messages)
` [PATCH v2 2/2] viriofsd: "
  ` [Virtio-fs] "

[PATCH for-6.0 0/6] Add HMP/QMP commands to query accelerator
 2020-11-19 15:54 UTC  (4+ messages)

[PATCH 1/1] vfio: Change default dirty pages tracking behavior during migration
 2020-11-19 15:19 UTC  (2+ messages)

[Bug 498523] Re: Add on-line write compression support to qcow2
 2020-11-19 14:54 UTC  (4+ messages)

[Qemu-devel] [Bug 1748756] [NEW] [Feature request] Support of TI AM1808 for Lego EV3
 2020-11-19 14:50 UTC  (2+ messages)
` [Bug 1748756] "

[PATCH] qga: Correct loop count in qmp_guest_get_vcpus()
 2020-11-19 14:46 UTC  (2+ messages)

[PATCH v3] trace: use STAP_SDT_V2 to work around symbol visibility
 2020-11-19 14:48 UTC  (2+ messages)

[PATCH v2] trace: use STAP_SDT_V2 to work around symbol visibility
 2020-11-19 14:47 UTC  (5+ messages)
` [PATCH-for-5.2 "

[PATCH] target/mips/helper: Also display exception names in user-mode
 2020-11-19 14:45 UTC  (2+ messages)

[Qemu-devel] [Bug 1269628] [NEW] Feature Request: Please add TCG OPAL 2 emulation support to the virtio disk emulation
 2020-11-19 14:30 UTC  (2+ messages)
` [Bug 1269628] "

[Qemu-devel] [Bug 1296882] [NEW] add next free device option to qemu-img
 2020-11-19 14:31 UTC  (2+ messages)
` [Bug 1296882] "

[PATCH for 5.3-rc3 v1 0/6] testing fixes (avocado, gitlab)
 2020-11-19 14:40 UTC  (2+ messages)
` [PATCH for 5.2-rc3 "

[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-11-19 14:21 UTC  (2+ messages)
` [Bug 1900241] "

[for-5.2 0/9] docs: Move orphan top-level .rst files into manuals
 2020-11-19 14:17 UTC  (3+ messages)
` [for-5.2 4/9] docs/system/virtio-pmem.rst: Fix minor style issues


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