qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-11 11:51:25 to 2020-07-13 07:11:13 UTC [more...]

[PATCH] docs/system/arm/orangepi: add instructions for resizing SD image to power of two
 2020-07-13  7:10 UTC  (2+ messages)

[PATCH v8 00/10] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-13  7:07 UTC  (9+ messages)
` [PATCH v8 03/10] qcow2_format.py: change Qcow2BitmapExt initialization method
` [PATCH v8 04/10] qcow2_format.py: dump bitmap flags in human readable way
` [PATCH v8 05/10] qcow2_format.py: Dump bitmap directory information

[PATCH 0/2] module fixes
 2020-07-13  6:38 UTC  (4+ messages)
` [PATCH 1/2] tests: fix "make check-qtest" for modular builds

[PATCH] usb: fix storage regression
 2020-07-13  6:27 UTC 

[PATCH] target/openrisc: Remove superfluous breaks
 2020-07-13  6:21 UTC  (2+ messages)

[PATCH 0/2] iotests: More _filter_img_create fixes
 2020-07-13  6:19 UTC  (3+ messages)

[Bug 1887318] [NEW] impossible to install in OSX Yosemite 10.10.5
 2020-07-13  5:29 UTC  (4+ messages)
` [Bug 1887318] "

[Qemu-devel] [Bug 1840719] [NEW] win98se floppy fails to boot with isapc machine
 2020-07-13  5:07 UTC  (3+ messages)
` [Bug 1840719] "

[PATCH v4 00/11] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-13  5:14 UTC  (5+ messages)
` [PATCH v4 05/11] target/ppc: add vmulld instruction
` [PATCH v4 06/11] Update PowerPC AT_HWCAP2 definition

[PATCH v3 0/4] spapr: Improve error reporting in spapr_caps.c
 2020-07-13  4:53 UTC  (6+ messages)
` [PATCH v3 4/4] spapr: Forbid nested KVM-HV in pre-power9 compat mode

[Qemu-devel] [Bug 1805256] [NEW] qemu-img hangs on high core count ARM system
 2020-07-13  4:12 UTC  (4+ messages)
` [Bug 1805256] Re: qemu-img hangs on rcu_call_ready_event logic in Aarch64 when converting images

[RFC v2 1/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-07-13  4:04 UTC  (12+ messages)

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-13  2:10 UTC  (12+ messages)
` [RFC 12/65] target/riscv: rvv-0.9: update check functions
` [RFC 13/65] target/riscv: rvv-0.9: configure instructions
` [RFC 14/65] target/riscv: rvv-0.9: stride load and store instructions

[PATCH v4 0/7] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-07-13  1:53 UTC  (8+ messages)
` [PATCH v4 4/7] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PATCH v4 7/7] Makefile: Ship the generic platform bios images for RISC-V

[PATCH v2 00/17] target-arm: Implement ARMv8.5-MemTag, user mode
 2020-07-13  1:44 UTC  (12+ messages)
` [PATCH v2 01/17] tcg: Introduce target-specific page data for user-only
` [PATCH v2 06/17] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v2 07/17] linux-user: Fix guest_addr_valid vs reserved_va

[PATCH v2 1/2] hw/riscv: Modify MROM size to end at 0x10000
 2020-07-13  1:16 UTC  (10+ messages)
` [PATCH v2 2/2] hw/riscv: sifive_u: Provide a reliable way for bootloader to detect whether it is running in QEMU

[PATCH 0/2] qom: Make "info qom-tree" show children sorted
 2020-07-13  1:13 UTC  (8+ messages)
` [PATCH 2/2] "
  ` Slow down with: 'Make "info qom-tree" show children sorted'

[PATCH v3 0/4] hw/block/nvme: Fix I/O BAR structure
 2020-07-13  1:07 UTC  (7+ messages)
` [PATCH v3 2/4] hw/block/nvme: Use QEMU_PACKED on hardware/packet structures
` [PATCH v3 3/4] hw/block/nvme: Fix pmrmsc register size
` [PATCH v3 4/4] hw/block/nvme: Align I/O BAR to 4 KiB

[PATCH] hw: Remove superfluous breaks
 2020-07-13  0:34 UTC 

[PATCH] target/ppc: Remove superfluous breaks
 2020-07-13  0:33 UTC 

[PATCH] target/sh4: Remove superfluous breaks
 2020-07-13  0:34 UTC 

[PATCH] scsi: Remove superfluous breaks
 2020-07-13  0:33 UTC 

[PATCH] block/vmdk: Remove superfluous breaks
 2020-07-13  0:34 UTC 

[PATCH] migration/migration.c: Remove superfluous breaks
 2020-07-13  0:33 UTC 

[PATCH] target/arm/kvm: Remove superfluous break
 2020-07-13  0:33 UTC 

[PATCH] target/cris: Remove superfluous breaks
 2020-07-13  0:34 UTC 

[PATCH] virtfs-proxy-helper: Remove the superfluous break
 2020-07-13  0:33 UTC 

[PATCH] vnc: Remove the superfluous break
 2020-07-13  0:33 UTC 

[PATCH] tcg/riscv: Remove superfluous breaks
 2020-07-13  0:33 UTC 

[RFC PATCH 0/8] Implement blfoat16 in softfloat
 2020-07-12 23:45 UTC  (9+ messages)
` [RFC PATCH 1/8] fpu/softfloat: fix up float16 nan recognition
` [RFC PATCH 2/8] fpu/softfloat: use the similiar logic to recognize sNaN and qNaN
` [RFC PATCH 3/8] fpu/softfloat: add FloatFmt for bfloat16
` [RFC PATCH 4/8] fpu/softfloat: add pack and unpack interfaces "
` [RFC PATCH 5/8] fpu/softfloat: define brain floating-point types
` [RFC PATCH 6/8] fpu/softfloat: define operation for bfloat16
` [RFC PATCH 7/8] fpu/softfloat: define covert "
` [RFC PATCH 8/8] fpu/softfloat: define misc "

[PATCH for-5.1 0/3] Move and improve qdev API doc comments
 2020-07-12 22:39 UTC  (5+ messages)
` [PATCH for-5.1 1/3] qdev: Move doc comments from qdev.c to qdev-core.h
` [PATCH for-5.1 2/3] qdev: Document qdev_unrealize()
` [PATCH for-5.1 3/3] qdev: Document GPIO related functions

[Bug 1887309] [NEW] Floating-point exception in ide_set_sector
 2020-07-12 20:40 UTC  (3+ messages)

[Bug 1887306] [NEW] qemu-user deadlocks when forked in a multithreaded process
 2020-07-12 20:01 UTC 

[Bug 1887303] [NEW] Assertion failure in *bmdma_active_if `bmdma->bus->retry_unit != (uint8_t)-1' failed
 2020-07-12 18:51 UTC 

[PATCH] tests: improve performance of device-introspect-test
 2020-07-12 18:43 UTC  (3+ messages)

[PATCH 0/2] hw/sd/sdcard: Fix CVE-2020-13253 (Do not allow invalid SD card sizes)
 2020-07-12 18:43 UTC  (3+ messages)
` [PATCH 1/2] tests/acceptance/boot_linux: Truncate SD card image to power of 2

Seeing a problem in multi cpu runs where memory mapped pcie device register reads are returning incorrect values
 2020-07-12 17:54 UTC  (2+ messages)

[PATCH v4 0/3] scripts/simplebench: add bench_write_req.py test
 2020-07-12 17:49 UTC  (4+ messages)
` [PATCH v4 1/3] scripts/simplebench: compare write request performance
` [PATCH v4 2/3] scripts/simplebench: allow writing to non-empty image
` [PATCH v4 3/3] scripts/simplebench: add unaligned data case to bench_write_req

[PATCH v3 0/3] scripts/simplebench: add bench_write_req.py test
 2020-07-12 17:17 UTC  (4+ messages)
` [PATCH v3 1/3] scripts/simplebench: compare write request performance
` [PATCH v3 2/3] scripts/simplebench: allow writing to non-empty image
` [PATCH v3 3/3] scripts/simplebench: add unaligned data case to bench_write_req

[PATCH v2] scripts/simplebench: compare write request performance
 2020-07-12 16:07 UTC  (3+ messages)

migration: broken snapshot saves appear on s390 when small fields in migration stream removed
 2020-07-12 16:11 UTC  (2+ messages)

QEMU | Pipeline #165708498 has failed for master | d3449830
 2020-07-12 15:56 UTC 

[PATCH v2 1/4] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-12 15:18 UTC  (3+ messages)

[PULL v3 00/32] AVR port
 2020-07-12 14:31 UTC  (2+ messages)

[PATCH] Allow acpi-tmr size=2
 2020-07-12 12:00 UTC 

[Qemu-devel] [Bug 1809665] [NEW] Xbox One controller USB passthrough disconnections and stops
 2020-07-12 13:07 UTC  (3+ messages)
` [Bug 1809665] "

[Bug 1886318] [NEW] Qemu after v5.0.0 breaks macos guests
 2020-07-12 12:17 UTC  (18+ messages)
` [Bug 1886318] "

[PATCH] block/amend: Check whether the node exists
 2020-07-12 11:47 UTC  (2+ messages)

[RFC v8 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-07-12 11:26 UTC  (26+ messages)
` [RFC v8 01/25] scripts/update-linux-headers: Import iommu.h
` [RFC v8 02/25] header file update VFIO/IOMMU vSVA APIs kernel 5.8-rc3
` [RFC v8 03/25] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
` [RFC v8 04/25] hw/pci: introduce pci_device_get_iommu_attr()
` [RFC v8 05/25] intel_iommu: add get_iommu_attr() callback
` [RFC v8 06/25] vfio: pass nesting requirement into vfio_get_group()
` [RFC v8 07/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v8 08/25] hw/iommu: introduce HostIOMMUContext
` [RFC v8 09/25] hw/pci: introduce pci_device_set/unset_iommu_context()
` [RFC v8 10/25] intel_iommu: add set/unset_iommu_context callback
` [RFC v8 11/25] vfio/common: provide PASID alloc/free hooks
` [RFC v8 12/25] vfio: init HostIOMMUContext per-container
` [RFC v8 13/25] intel_iommu: add virtual command capability support
` [RFC v8 14/25] intel_iommu: process PASID cache invalidation
` [RFC v8 15/25] intel_iommu: add PASID cache management infrastructure
` [RFC v8 16/25] vfio: add bind stage-1 page table support
` [RFC v8 17/25] intel_iommu: sync IOMMU nesting cap info for assigned devices
` [RFC v8 18/25] intel_iommu: bind/unbind guest page table to host
` [RFC v8 19/25] intel_iommu: replay pasid binds after context cache invalidation
` [RFC v8 20/25] intel_iommu: do not pass down pasid bind for PASID #0
` [RFC v8 21/25] vfio: add support for flush iommu stage-1 cache
` [RFC v8 22/25] intel_iommu: process PASID-based iotlb invalidation
` [RFC v8 23/25] intel_iommu: propagate PASID-based iotlb invalidation to host
` [RFC v8 24/25] intel_iommu: process PASID-based Device-TLB invalidation
` [RFC v8 25/25] intel_iommu: modify x-scalable-mode to be string option

[PATCH v1 00/13] misc rc0 fixes (docs, plugins, docker)
 2020-07-12  9:58 UTC  (13+ messages)
` [PATCH v1 01/13] docs/devel: convert and update MTTCG design document
` [PATCH v1 02/13] docs/devel: add some notes on tcg-icount for developers
` [PATCH v1 04/13] cputlb: ensure we save the IOTLB data in case of reset
` [PATCH v1 08/13] plugins: expand the bb plugin to be thread safe and track per-cpu

[PATCH v5 00/11] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-07-12  5:49 UTC  (14+ messages)
` [PATCH v5 01/11] hw/misc: Add NPCM7xx System Global Control Registers device model
` [PATCH v5 09/11] hw/ssi: NPCM7xx Flash Interface Unit "

[PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_I915_GETPARAM
 2020-07-12  3:41 UTC 

[PATCH] target: i386: mem_helper: Fix ldaxr instruction 64 bit alignment issue temporarily for stable-4.1
 2020-07-12  1:47 UTC 

[PATCH 0/2] hw/arm/palm.c: Fix Coverity issue CID 1421944
 2020-07-12  0:22 UTC  (6+ messages)
` [PATCH 1/2] hw/arm/palm.c: Detabify
` [PATCH 2/2] hw/arm/palm.c: Encapsulate misc GPIO handling in a device

[Qemu-devel] [Bug 1777315] [NEW] Denial of service
 2020-07-11 19:08 UTC  (2+ messages)
` [Bug 1777315] "

[PATCH v3 0/9] Build fixes for Haiku
 2020-07-11 19:02 UTC  (3+ messages)

[Qemu-devel] [Bug 1681439] [NEW] qemu-system-x86_64: hw/ide/core.c:685: ide_cancel_dma_sync: Assertion `s->bus->dma->aiocb == NULL' failed
 2020-07-11 18:34 UTC  (2+ messages)
` [Bug 1681439] "

[PULL v3 00/47] Misc patches for QEMU 5.1 soft freeze
 2020-07-11 18:27 UTC  (2+ messages)

[PATCH] cpu: Add starts_halted() method
 2020-07-11 17:55 UTC  (14+ messages)

[PULL 00/41] testing updates (vm, gitlab, misc build fixes)
 2020-07-11 17:45 UTC  (5+ messages)
` [PULL 10/41] python/qemu: Add ConsoleSocket for optional use in QEMUMachine

[PULL v2 00/50] testing updates (vm, gitlab, misc build fixes)
 2020-07-11 17:07 UTC  (11+ messages)
` [PULL v2 04/50] tests/vm: Add configuration to basevm.py
` [PULL v2 42/50] docs/devel: convert and update MTTCG design document
` [PULL v2 43/50] docs/devel: add some notes on tcg-icount for developers
` [PULL v2 44/50] docs: Add to gdbstub documentation the PhyMemMode
` [PULL v2 45/50] tests/docker: fall back more gracefully when pull fails
` [PULL v2 46/50] tests/docker: update toolchain set in debian-xtensa-cross
` [PULL v2 47/50] .cirrus.yml: add bash to the brew packages
` [PULL v2 48/50] tests: fix "make check-qtest" for modular builds
` [PULL v2 49/50] Revert "vga: build virtio-gpu as module"
` [PULL v2 50/50] iotests: Set LC_ALL=C for sort

QEMU | Pipeline #165544924 has failed for master | d4a6bab1
 2020-07-11 17:04 UTC 

[PATCH 00/11] RISC-V risu porting
 2020-07-11 16:16 UTC  (12+ messages)
` [PATCH 01/11] riscv: Add RV64I instructions description
` [PATCH 02/11] riscv: Add RV64M "
` [PATCH 03/11] riscv: Add RV64A "
` [PATCH 04/11] riscv: Add RV64F "
` [PATCH 05/11] riscv: Add RV64D "
` [PATCH 06/11] riscv: Add RV64C "
` [PATCH 07/11] riscv: Generate payload scripts
` [PATCH 08/11] riscv: Add standard test case
` [PATCH 09/11] riscv: Define riscv struct reginfo
` [PATCH 10/11] riscv: Implement payload load interfaces
` [PATCH 11/11] riscv: Add configure script

[PULL 0/1] 9p fixes for 5.1 2020-07-10
 2020-07-11 15:52 UTC  (2+ messages)

[PATCH] hw/timer/renesas_tmr.c cleanup read operation
 2020-07-11 15:42 UTC 

QEMU | Pipeline #165534352 has failed for master | 82793715
 2020-07-11 15:32 UTC 

[PATCH] linux-user: Add several IFTUN ioctls
 2020-07-11 15:19 UTC  (2+ messages)

usb-wacom-tablet failing to register
 2020-07-11 14:38 UTC 

[PULL 0/2] xen queue 2020-07-10
 2020-07-11 14:11 UTC  (2+ messages)

cve patch wanted
 2020-07-11 12:28 UTC 

[PULL 0/1] virtio: bugfix
 2020-07-11 12:55 UTC  (2+ messages)

[PATCH 0/3] QEMU cpus.c refactoring part1
 2020-07-11 12:48 UTC  (13+ messages)
` [PATCH 3/3] cpu-timers, icount: new modules

[Bug 1885332] [NEW] Error in user-mode calculation of ELF aux vector's AT_PHDR
 2020-07-11 12:00 UTC  (2+ messages)
` [Bug 1885332] "


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