qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 01:29:06 to 2021-04-21 21:12:39 UTC [more...]

[Qemu-devel] [Bug 1817268] [NEW] Input/output error during migration
 2021-04-21 21:01 UTC  (2+ messages)
` [Bug 1817268] "

[PATCH v6 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-04-21 21:06 UTC  (25+ messages)
` [PATCH v6 01/15] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PATCH v6 02/15] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v6 03/15] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PATCH v6 04/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PATCH v6 05/15] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PATCH v6 06/15] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PATCH v6 07/15] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PATCH v6 08/15] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v6 09/15] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
` [PATCH v6 10/15] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PATCH v6 11/15] qmp: Clarify memory backend properties returned via query-memdev
` [PATCH v6 12/15] qmp: Include "share" property of memory backends
` [PATCH v6 13/15] hmp: Print "share" property of memory backends with "info memdev"
` [PATCH v6 14/15] qmp: Include "reserve" property of memory backends
` [PATCH v6 15/15] hmp: Print "reserve" property of memory backends with "info memdev"

[Bug 1918084] [NEW] Build fails on macOS 11.2.2
 2021-04-21 20:43 UTC  (2+ messages)
` [Bug 1918084] "

[PATCH v6] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-21 20:17 UTC  (4+ messages)

[PATCH v2 00/25] virtiofs dax patches
 2021-04-21 20:07 UTC  (9+ messages)
` [PATCH v2 01/25] DAX: vhost-user: Rework slave return values
  ` [Virtio-fs] "
` [PATCH v2 08/25] DAX: virtio-fs: Add vhost-user slave commands for mapping
  ` [Virtio-fs] "
` [PATCH v2 17/25] DAX/unmap: virtiofsd: Add VHOST_USER_SLAVE_FS_IO
  ` [Virtio-fs] "

[PATCH] target/mips: Add missing CP0 check to nanoMIPS RDPGPR / WRPGPR opcodes
 2021-04-21 20:03 UTC  (2+ messages)

[PATCH v3 0/3] vhost-user-blk: fix bug on device disconnection during initialization
 2021-04-21 19:59 UTC  (5+ messages)
` [PATCH v3 2/3] vhost-user-blk: perform immediate cleanup if disconnect on initialization

[RFC PATCH] tests/tcg: add a multiarch signals test to stress test signal delivery
 2021-04-21 19:56 UTC  (5+ messages)

[PATCH-for-6.0] net: tap: fix crash on hotplug
 2021-04-21 19:54 UTC  (3+ messages)

[PATCH] monitor: hmp_qemu_io: acquire aio contex, fix crash
 2021-04-21 19:47 UTC  (2+ messages)

[PATCH] docs: Add SEV-ES documentation to amd-memory-encryption.txt
 2021-04-21 19:31 UTC  (2+ messages)

[PATCH v3 0/8] qapi: static typing conversion, pt4
 2021-04-21 19:22 UTC  (9+ messages)
` [PATCH v3 1/8] qapi/error: Repurpose QAPIError as an abstract base exception class
` [PATCH v3 2/8] qapi/error: Use Python3-style super()
` [PATCH v3 3/8] qapi/error: Make QAPISourceError 'col' parameter optional
` [PATCH v3 4/8] qapi/error: assert QAPISourceInfo is not None
` [PATCH v3 5/8] qapi/error.py: move QAPIParseError to parser.py
` [PATCH v3 6/8] qapi/error.py: enable pylint checks
` [PATCH v3 7/8] qapi/error: Add type hints
` [PATCH v3 8/8] qapi/error.py: enable mypy checks

[PATCH v5 00/17] qapi: static typing conversion, pt3
 2021-04-21 18:20 UTC  (18+ messages)
` [PATCH v5 01/17] qapi/expr: Comment cleanup
` [PATCH v5 02/17] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH v5 03/17] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v5 04/17] qapi/expr.py: constrain incoming expression types
` [PATCH v5 05/17] qapi/expr.py: Add assertion for union type 'check_dict'
` [PATCH v5 06/17] qapi/expr.py: move string check upwards in check_type
` [PATCH v5 07/17] qapi/expr.py: Check type of union and alternate 'data' member
` [PATCH v5 08/17] qapi/expr.py: Add casts in a few select cases
` [PATCH v5 09/17] qapi/expr.py: Modify check_keys to accept any Collection
` [PATCH v5 10/17] qapi/expr.py: add type hint annotations
` [PATCH v5 11/17] qapi/expr.py: Consolidate check_if_str calls in check_if
` [PATCH v5 12/17] qapi/expr.py: Remove single-letter variable
` [PATCH v5 13/17] qapi/expr.py: enable pylint checks
` [PATCH v5 14/17] qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names
` [PATCH v5 15/17] qapi/expr.py: Add docstrings
` [PATCH v5 16/17] qapi/expr.py: Use tuples instead of lists for static data
` [PATCH v5 17/17] qapi/expr: Update authorship and copyright information

[PATCH v4 00/19] qapi: static typing conversion, pt3
 2021-04-21 18:20 UTC  (8+ messages)
` [PATCH v4 16/19] qapi/expr.py: Add docstrings

[PATCH 00/14] hw(/block/)nvme: spring cleaning
 2021-04-21 18:04 UTC  (3+ messages)
` [PATCH 14/14] hw/nvme: move nvme emulation out of hw/block

[PATCH v2 0/2] avocado-qemu: New SMMUv3 tests
 2021-04-21 17:40 UTC  (3+ messages)
` [PATCH v2 1/2] Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DISTROS collection
` [PATCH v2 2/2] avocado_qemu: Add SMMUv3 tests

[PATCH] hw/arm/smmuv3: Another range invalidation fix
 2021-04-21 17:29 UTC 

[PATCH] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
 2021-04-21 16:37 UTC  (3+ messages)

firmware selection for SEV-ES
 2021-04-21 15:25 UTC  (3+ messages)

[PATCH v2] i386: Add ratelimit for bus locks acquired in guest
 2021-04-21 15:33 UTC  (7+ messages)

[PATCH v2] vfio-ccw: Permit missing IRQs
 2021-04-21 15:20 UTC 

Upstream bug comments on the mailing list and Launchpad
 2021-04-21 15:07 UTC  (4+ messages)
    ` Transferring bugs from Launchpad to Gitlab (was: Re: Upstream bug comments on the mailing list and Launchpad)

[PATCH v3] memory: Directly dispatch alias accesses on origin memory region
 2021-04-21 14:48 UTC  (9+ messages)

[PATCH 0/2] plugins: Freeing allocated values in hash tables
 2021-04-21 14:09 UTC  (3+ messages)
` [PATCH 1/2] plugins/hotblocks: Properly freed the hash table values
` [PATCH 2/2] plugins/hotpages: "

[Qemu-devel] [Bug 1368178] [NEW] Windows ME falsely detects qemu's videocards as Number Nine Imagine 128
 2021-04-21 13:51 UTC  (2+ messages)
` [Bug 1368178] "

[PATCH v3 00/33] block/nbd: rework client connection
 2021-04-21 14:00 UTC  (3+ messages)
` [PATCH v3 02/33] block/nbd: fix how state is cleared on nbd_open() failure paths

[PATCH] Fix typo in CFI build documentation
 2021-04-21 13:55 UTC  (2+ messages)

[PATCH] target/riscv: fix a typo with interrupt names
 2021-04-21 13:32 UTC 

[PATCH v2 00/11] memory: Forbid mapping AddressSpace root MemoryRegion
 2021-04-21 13:02 UTC  (5+ messages)
` [PATCH v2 01/11] hw/arm/aspeed: Do not directly map ram container onto main address bus

[RFC PATCH] vfio-ccw: Permit missing IRQs
 2021-04-21 12:28 UTC  (3+ messages)

[PATCH v2 0/8] Block layer thread-safety, continued
 2021-04-21 12:25 UTC  (4+ messages)
` [PATCH v2 8/8] block: do not take AioContext around reopen

[RFC PATCH 0/3] block-copy: lock tasks and calls list
 2021-04-21 12:13 UTC  (5+ messages)

[Qemu-devel] [Bug 1759522] [NEW] windows qemu-img create vpc/vhdx error
 2021-04-21 11:39 UTC  (3+ messages)
` [Bug 1759522] "

[PATCH v2 0/5] mptcp support
 2021-04-21 11:28 UTC  (6+ messages)
` [PATCH v2 1/5] channel-socket: Only set CLOEXEC if we have space for fds
` [PATCH v2 2/5] io/net-listener: Call the notifier during finalize
` [PATCH v2 3/5] migration: Add cleanup hook for inwards migration
` [PATCH v2 4/5] migration/socket: Close the listener at the end
` [PATCH v2 5/5] sockets: Support multipath TCP

[PATCH v3 0/2] Fix segfault in qemu_rbd_parse_filename
 2021-04-21 11:04 UTC  (5+ messages)
` [PATCH v3 1/2] iotests/231: Update expected deprecation message
` [PATCH v3 2/2] block/rbd: Add an escape-aware strchr helper

[PATCH v2 00/12] virtio-gpu: Add support for Blob resources feature
 2021-04-21 10:57 UTC  (3+ messages)
` [PATCH v2 02/12] virtio-gpu: Add udmabuf helpers

[PATCH v3] hw/block/nvme: fix lbaf formats initialization
 2021-04-21 10:30 UTC  (4+ messages)

[PATCH 0/2] i386: Fix interrupt based Async PF enablement
 2021-04-21  9:48 UTC  (13+ messages)

[RFC PATCH v2 0/6] hw/arm/virt: Introduce cpu topology support
 2021-04-21  9:31 UTC  (3+ messages)

[PATCH] tcg/ppc: Fix building with Clang
 2021-04-21  9:03 UTC  (2+ messages)

[PATCH] amd_iommu: Fix pte_override_page_mask()
 2021-04-21  8:40 UTC 

[PATCH v4 00/23] backup performance: block_status + async
 2021-04-21  8:31 UTC  (5+ messages)
` [PATCH v4 09/23] job: call job_enter from job_pause

[Bug 1924669] [NEW] VFP code cannot see CPACR write in the same TB
 2021-04-21  8:07 UTC  (2+ messages)
` [Bug 1924669] "

[PATCH RFC v3 0/8] Introduce Bypass IOMMU Feature
 2021-04-21  8:05 UTC  (9+ messages)
` [PATCH RFC v3 1/8] hw/pci/pci_host: Allow bypass iommu for pci host
` [PATCH RFC v3 2/8] hw/pxb: Add a bypass iommu property
` [PATCH RFC v3 3/8] hw/arm/virt: Add a machine option to bypass iommu for primary bus
` [PATCH RFC v3 4/8] hw/i386: Add a pc "
` [PATCH RFC v3 5/8] hw/pci: Add pci_bus_range to get bus number range
` [PATCH RFC v3 6/8] hw/arm/virt-acpi-build: Add explicit IORT idmap for smmuv3 node
` [PATCH RFC v3 7/8] hw/i386/acpi-build: Add explicit scope in DMAR table
` [PATCH RFC v3 8/8] hw/i386/acpi-build: Add bypass_iommu check when building IVRS table

[PATCH] mirror: stop cancelling in-flight requests on non-force cancel in READY
 2021-04-21  7:58 UTC 

[for-6.1 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2021-04-21  7:44 UTC  (4+ messages)
` [for-6.1 2/2] "
  ` [Virtio-fs] "

[PATCH v2] hw/riscv: Fix OT IBEX reset vector
 2021-04-21  7:36 UTC  (3+ messages)

[Qemu-devel] [Bug 1747393] [NEW] nvme is missing support for NVME_ADM_CMD_ASYNC_EV_REQ
 2021-04-21  7:29 UTC  (3+ messages)
` [Bug 1747393] "

[PATCH v5 0/3] ppc: Enable 2nd DAWR support on Power10
 2021-04-21  6:54 UTC  (6+ messages)
` [PATCH v5 3/3] ppc: Enable 2nd DAWR support on p10

[PATCH qemu v18] spapr: Implement Open Firmware client interface
 2021-04-21  6:50 UTC  (5+ messages)

[Qemu-devel] [Bug 1749223] [NEW] mouse offset or invisible wall 2.11.0-3
 2021-04-21  6:26 UTC  (2+ messages)
` [Bug 1749223] "

[Qemu-devel] [Bug 1749016] [NEW] VHDX BAT and Metadata Region Header Required Bit Not Set
 2021-04-21  6:25 UTC  (2+ messages)
` [Bug 1749016] "

[Qemu-devel] [Bug 1751264] [NEW] qemu-img convert issue in a tmpfs partition
 2021-04-21  6:28 UTC  (2+ messages)
` [Bug 1751264] "

[PATCH v6] i386/cpu_dump: support AVX512 ZMM regs dump
 2021-04-21  6:23 UTC 

[PATCH v3] hw/block/nvme: align with existing style
 2021-04-21  5:38 UTC  (3+ messages)

[RFC-PATCH] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
 2021-04-21  5:19 UTC  (4+ messages)

[PATCH v2 0/1] pSeries: handle hotunplug errors in drc_unisolate_logical()
 2021-04-21  4:09 UTC  (3+ messages)
` [PATCH v2 1/1] spapr_drc.c: "

[PATCH 1/4] target/ppc: Code motion required to build disabling tcg
 2021-04-21  5:13 UTC  (2+ messages)

[PATCH] hw/block/nvme: function formatting fix
 2021-04-21  4:45 UTC  (2+ messages)

[Qemu-devel] [Bug 603872] [NEW] [Feature request] qemu-img image conversion does not show percentage
 2021-04-21  4:25 UTC  (2+ messages)
` [Bug 603872] "

[PATCH v5 00/17] support subsets of bitmanip extension
 2021-04-21  4:13 UTC  (18+ messages)
` [PATCH v5 01/17] target/riscv: reformat @sh format encoding for B-extension
` [PATCH v5 02/17] target/riscv: rvb: count leading/trailing zeros
` [PATCH v5 03/17] target/riscv: rvb: count bits set
` [PATCH v5 04/17] target/riscv: rvb: logic-with-negate
` [PATCH v5 05/17] target/riscv: rvb: pack two words into one register
` [PATCH v5 06/17] target/riscv: rvb: min/max instructions
` [PATCH v5 07/17] target/riscv: rvb: sign-extend instructions
` [PATCH v5 08/17] target/riscv: add gen_shifti() and gen_shiftiw() helper functions
` [PATCH v5 09/17] target/riscv: rvb: single-bit instructions
` [PATCH v5 10/17] target/riscv: rvb: shift ones
` [PATCH v5 11/17] target/riscv: rvb: rotate (left/right)
` [PATCH v5 12/17] target/riscv: rvb: generalized reverse
` [PATCH v5 13/17] target/riscv: rvb: generalized or-combine
` [PATCH v5 14/17] target/riscv: rvb: address calculation
` [PATCH v5 15/17] target/riscv: rvb: add/shift with prefix zero-extend
` [PATCH v5 16/17] target/riscv: rvb: support and turn on B-extension from command line
` [PATCH v5 17/17] target/riscv: rvb: add b-ext version cpu option

target/ppc: sPAPR invalid function calls when compiling without TCG
 2021-04-21  4:06 UTC  (2+ messages)

[PATCH v1] introduce multifd into guestperf
 2021-04-21  1:48 UTC  (4+ messages)
` [PATCH v1] tests/migration: "

[PATCH 0/5] target/mips: Make check_cp0_enabled() return a boolean
 2021-04-21  1:43 UTC  (12+ messages)
` [PATCH 1/5] target/mips: Remove duplicated check_cp0_enabled() calls in gen_cp0()
` [PATCH 2/5] target/mips: Simplify CP0 check in nanoMIPS P.LS.E0 EVA pool
` [PATCH 3/5] target/mips: Make check_cp0_enabled() return a boolean
` [PATCH 4/5] target/mips: Use check_cp0_enabled() returned value
` [RFC PATCH 5/5] target/mips: Restrict EVA opcodes to system emulation

[PATCH v1] migration/dirtyrate: make sample page count configurable
 2021-04-21  1:40 UTC  (2+ messages)

[PATCH] target/mips: Fix CACHEE opcode (CACHE using EVA addressing)
 2021-04-21  1:29 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).