qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-29 11:30:18 to 2020-03-30 16:00:21 UTC [more...]

[PATCH v7 00/61] target/riscv: support vector extension v0.7.1
 2020-03-30 15:35 UTC  (12+ messages)
` [PATCH v7 01/61] target/riscv: add vector extension field in CPURISCVState
` [PATCH v7 02/61] target/riscv: implementation-defined constant parameters
` [PATCH v7 03/61] target/riscv: support vector extension csr
` [PATCH v7 04/61] target/riscv: add vector configure instruction
` [PATCH v7 05/61] target/riscv: add an internals.h header
` [PATCH v7 06/61] target/riscv: add vector stride load and store instructions
` [PATCH v7 07/61] target/riscv: add vector index "
` [PATCH v7 08/61] target/riscv: add fault-only-first unit stride load
` [PATCH v7 09/61] target/riscv: add vector amo operations
` [PATCH v7 10/61] target/riscv: vector single-width integer add and subtract
` [PATCH v7 11/61] target/riscv: vector widening "

[PATCH for-5.0 0/6] Several error use-after-free
 2020-03-30 15:54 UTC  (3+ messages)
` [PATCH 3/6] dump/win_dump: fix use after free of err

[PATCH v9 00/14] iotests: use python logging
 2020-03-30 15:49 UTC  (19+ messages)
` [PATCH v9 01/14] iotests: do a light delinting
` [PATCH v9 05/14] iotests: add pylintrc file
` [PATCH v9 06/14] iotests: alphabetize standard imports
` [PATCH v9 07/14] iotests: drop pre-Python 3.4 compatibility code
` [PATCH v9 08/14] iotests: touch up log function signature
` [PATCH v9 09/14] iotests: limit line length to 79 chars
` [PATCH v9 10/14] iotests: add hmp helper with logging

[PATCH for-5.0, v1] target/mips: Fix loongson multimedia condition instructions
 2020-03-30 15:39 UTC  (2+ messages)

[PATCH] s390x: kvm: Fix number of cpu reports for stsi 3.2.2
 2020-03-30 15:38 UTC 

[Bug 1869426] [NEW] 5.0rc0->4.2 serial migraiton
 2020-03-30 15:28 UTC  (2+ messages)
` [Bug 1869426] "

[PATCH 0/7] target/ppc: Add support for Radix partition-scoped translation
 2020-03-30 15:34 UTC  (14+ messages)
` [PATCH 1/7] target/ppc: Enforce that the root page directory size must be at least 5
` [PATCH 2/7] target/ppc: Introduce a relocation bool in ppc_radix64_handle_mmu_fault()
` [PATCH 3/7] target/ppc: Assert if HV mode is set when running under a pseries machine
` [PATCH 4/7] target/ppc: Introduce ppc_radix64_xlate() for Radix tree translation
` [PATCH 5/7] target/ppc: Rework ppc_radix64_walk_tree() for partition-scoped translation
` [PATCH 6/7] target/ppc: Extend ppc_radix64_check_prot() with a 'partition_scoped' bool
` [PATCH 7/7] target/ppc: Add support for Radix partition-scoped translation

[PATCH-for-5.0] gdbstub: Use correct address space with Qqemu.PhyMemMode packet
 2020-03-30 15:30 UTC 

[PATCH v9 0/4] qcow2: Implement zstd cluster compression method
 2020-03-30 15:16 UTC  (4+ messages)
` [PATCH v9 1/4] qcow2: introduce compression type feature

Qemu TCG Plugins - how to access guest registers?
 2020-03-30 15:15 UTC 

[PATCH v2] qtest: add tulip test case
 2020-03-30 14:52 UTC 

[PULL 0/6] target-arm queue
 2020-03-30 15:05 UTC  (8+ messages)
` [PULL 1/6] hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available
` [PULL 2/6] hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address
` [PULL 3/6] docs/conf.py: Raise ConfigError for bad Sphinx Python version
` [PULL 4/6] hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path
` [PULL 5/6] hw/arm/xlnx-zynqmp.c: Add missing error-propagation code
` [PULL 6/6] target/arm: fix incorrect current EL bug in aarch32 exception emulation

[PATCH v11 0/4] qcow2: Implement zstd cluster compression method
 2020-03-30 15:04 UTC  (7+ messages)
` [PATCH v11 1/4] qcow2: introduce compression type feature
` [PATCH v11 2/4] qcow2: rework the cluster compression routine
` [PATCH v11 3/4] qcow2: add zstd cluster compression
` [PATCH v11 4/4] iotests: 287: add qcow2 compression type test

[PATCH for-5.0 0/3] Memory leak fixes
 2020-03-30 14:59 UTC  (6+ messages)
` [PATCH for-5.0 2/3] qmp: fix leak on callbacks that return both value and error
` [PATCH for-5.0 3/3] object-add: don't create return value if failed

[PATCH] hw/vfio: let readonly flag take effect for mmaped regions
 2020-03-30 14:59 UTC  (5+ messages)

[PATCH] qtest: add tulip test case
 2020-03-30 14:56 UTC  (4+ messages)

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

deprecation of in-tree builds
 2020-03-30 14:37 UTC  (5+ messages)

[PATCH RESEND v3 0/4] virtio-pci: enable blk and scsi multi-queue by default
 2020-03-30 14:35 UTC  (3+ messages)

[RFC 0/3] 64bit block-layer part I
 2020-03-30 14:18 UTC  (4+ messages)
` [PATCH 1/3] block: use int64_t as bytes type in tracked requests
` [PATCH 2/3] block/io: convert generic io path to use int64_t parameters
` [PATCH 3/3] block: use int64_t instead of uint64_t in driver handlers

[PATCH-for-5.0] qga-posix: Avoid crashing process when failing to allocate memory
 2020-03-30 14:11 UTC  (4+ messages)

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-30 13:49 UTC  (9+ messages)

[PATCH for-5.0] hw/ppc/ppc440_uc.c: Remove incorrect iothread locking from dcr_write_pcie()
 2020-03-30 13:24 UTC  (3+ messages)

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-03-30 13:17 UTC  (24+ messages)
` [kvm-unit-tests PATCH v7 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v7 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v7 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v7 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v7 13/13] arm/arm64: ITS: pending table migration test

[PATCH 0/2] qapi: A section heading bug fix, and maybe an improvement
 2020-03-30 13:12 UTC  (4+ messages)
` [PATCH RFC 2/2] qapi: Make section headings start a new doc comment block

Question on dirty sync before kvm memslot removal
 2020-03-30 13:11 UTC  (2+ messages)

[PATCH] target/arm: fix incorrect current EL bug in aarch32 exception emulation
 2020-03-30 13:07 UTC  (3+ messages)

[RFC PATCH] crypto/secret: support fetching secrets from Linux keyring
 2020-03-30 13:00 UTC  (2+ messages)

[PATCH-for-5.0?] decodetree: Use Python3 floor division operator
 2020-03-30 12:54 UTC  (2+ messages)

[PATCH] i386: hvf: Reset IRQ inhibition after moving RIP
 2020-03-30 12:43 UTC  (2+ messages)

[PATCH v5 0/4] qmp: Optionally run handlers in coroutines
 2020-03-30 12:33 UTC  (7+ messages)
` [PATCH v5 3/4] qmp: Move dispatcher to a coroutine

[PULL 0/1] Linux user for 5.0 patches
 2020-03-30 12:14 UTC  (4+ messages)
` [PULL 1/1] linux-user: Support futex_time64

[PATCH 0/3] Improved reporting for migrate parameters
 2020-03-30 12:08 UTC  (7+ messages)
` [PATCH 1/3] migration/migration: improve error "
` [PATCH 2/3] monitor/hmp-cmds: add hmp_handle_error() for hmp_migrate_set_speed()
` [PATCH 3/3] migration: move the units of migrate parameters from milliseconds to ms

[PATCH v2] migration: fix bad indentation in error_report()
 2020-03-30 11:46 UTC  (2+ messages)

[PATCH] softfloat: Fix BAD_SHIFT from normalizeFloatx80Subnormal
 2020-03-30 11:32 UTC  (2+ messages)

[PATCH] Acceptance test: Fix to EXEC migration
 2020-03-30 11:29 UTC  (6+ messages)
` [PATCH-for-5.0 v3] "

[PATCH v4 0/2] fix two virtio queues memleak
 2020-03-30 10:58 UTC  (6+ messages)
` [PATCH v4 1/2] virtio-blk: delete vqs on the error path in realize()
` [PATCH v4 2/2] virtio-iommu: avoid memleak in the unrealize

[PATCH v4] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-30 10:05 UTC  (2+ messages)

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-03-30  9:56 UTC  (2+ messages)

[PULL 00/13] Net patches
 2020-03-30  9:47 UTC  (3+ messages)

[PATCH for-5.0 v3 0/7] configure: Improve PIE and other linkage
 2020-03-30  9:24 UTC  (3+ messages)
` [PATCH for-5.0 v3 4/7] configure: Always detect -no-pie toolchain support

[PATCH-for-5.0 00/12] hw: Add missing error-propagation code
 2020-03-30  9:21 UTC  (3+ messages)

AIO_WAIT_WHILE questions
 2020-03-30  9:08 UTC  (3+ messages)

[PATCH v4 0/2] Replaced locks with lock guard macros
 2020-03-30  8:59 UTC  (12+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-03-30  8:57 UTC  (3+ messages)

[PATCH v3 00/10] ARM virt: Add NVDIMM support
 2020-03-30  8:46 UTC  (4+ messages)

[PATCH] riscv: Fix Stage2 SV32 page table walk
 2020-03-30  8:27 UTC 

[PATCH v2] migration: use "" instead of (null) for tls-authz
 2020-03-30  8:23 UTC  (4+ messages)

[PATCH v10 0/4] qcow2: Implement zstd cluster compression method
 2020-03-30  7:59 UTC  (5+ messages)
` [PATCH v10 1/4] qcow2: introduce compression type feature
` [PATCH v10 2/4] qcow2: rework the cluster compression routine
` [PATCH v10 3/4] qcow2: add zstd cluster compression
` [PATCH v10 4/4] iotests: 287: add qcow2 compression type test

[PATCH] qemu: Do not include file if not exists
 2020-03-30  7:47 UTC  (3+ messages)

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-30  7:06 UTC  (4+ messages)
` [PATCH v1 02/22] header file update VFIO/IOMMU vSVA APIs

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-30  5:22 UTC 

[PATCH for 5.0 v1 0/2] RISC-V: Fix Hypervisor guest user space
 2020-03-30  4:23 UTC  (3+ messages)

[PATCH v2] [Qemu-devel] target/i386: HAX: Enable ROM/ROM device memory region support
 2020-03-30  3:53 UTC  (2+ messages)

[PATCH] fix vhost_user_blk_watch crash
 2020-03-29 13:30 UTC  (4+ messages)

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-30  2:15 UTC  (7+ messages)
` [PATCH v16 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[Bug 1869497] [NEW] x86_cpu_gdb_read_register segfaults when gdb requests registers
 2020-03-29 20:33 UTC  (3+ messages)
` [Bug 1869497] "

Request for Wiki write access
 2020-03-29 20:08 UTC 

[PATCH v2] tests/acceptance/machine_sparc_leon3: Do not run HelenOS test by default
 2020-03-29 19:40 UTC  (2+ messages)

[PATCH v5 00/50] Initial support for multi-process qemu
 2020-03-29 16:45 UTC  (3+ messages)
` [PATCH v5 02/50] multi-process: Refactor machine_init and exit notifiers

[PATCH v7 0/7] reference implementation of RSS and hash report
 2020-03-29 15:09 UTC  (8+ messages)
` [PATCH v7 1/7] virtio-net: introduce RSS and hash report features
` [PATCH v7 2/7] virtio-net: implement RSS configuration command
` [PATCH v7 3/7] virtio-net: implement RX RSS processing
` [PATCH v7 4/7] tap: allow extended virtio header with hash info
` [PATCH v7 5/7] virtio-net: reference implementation of hash report
` [PATCH v7 6/7] vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
` [PATCH v7 7/7] virtio-net: add migration support for RSS and hash report

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-03-29 14:48 UTC  (9+ messages)
` [PATCH v5 07/18] s390x: protvirt: Inhibit balloon when switching to protected mode

[PATCH] Refactor vhost_user_set_mem_table functions
 2020-03-29 13:31 UTC  (2+ messages)

[PATCH 0/6] acpi: i386 tweaks
 2020-03-29 12:46 UTC  (2+ messages)

[PATCH v2 0/3]: acpi: Add Windows ACPI Emulated Device Table (WAET)
 2020-03-29 11:29 UTC  (5+ messages)
` [PATCH v2 2/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).