qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 14:12:12 to 2021-02-23 00:38:24 UTC [more...]

[PATCH v3 00/16] qapi: static typing conversion, pt3
 2021-02-23  0:33 UTC  (6+ messages)
` [PATCH v3 01/16] qapi/expr.py: Remove 'info' argument from nested check_if_str
` [PATCH v3 02/16] qapi/expr.py: Check for dict instead of OrderedDict
` [PATCH v3 03/16] qapi/expr.py: constrain incoming expression types
` [PATCH v3 05/16] qapi/expr.py: move string check upwards in check_type
` [PATCH v3 06/16] qapi/expr.py: Check type of 'data' member

[PATCH 0/2] gitlab-ci.yml: Add jobs to test CFI
 2021-02-22 23:01 UTC  (3+ messages)
` [PATCH 1/2] gitlab-ci.yml: Allow custom make parallelism
` [PATCH 2/2] gitlab-ci.yml: Add jobs to test CFI flags

[PATCH v3 00/10] target/mips: Extract MXU code to new mxu_translate.c file
 2021-02-22 22:39 UTC  (11+ messages)
` [PATCH v3 01/10] target/mips: Rewrite complex ifdef'ry
` [PATCH v3 02/10] target/mips: Remove XBurst Media eXtension Unit dead code
` [PATCH v3 03/10] target/mips: Remove unused CPUMIPSState* from MXU functions
` [PATCH v3 04/10] target/mips: Pass instruction opcode to decode_opc_mxu()
` [PATCH v3 05/10] target/mips: Extract decode_ase_mxu() from decode_opc_mxu()
` [PATCH v3 06/10] target/mips: Use OPC_MUL instead of OPC__MXU_MUL
` [PATCH v3 07/10] target/mips: Introduce mxu_translate_init() helper
` [PATCH v3 08/10] target/mips: Make mxu_translate_init() / decode_ase_mxu() proto public
` [PATCH v3 09/10] target/mips: Simplify 64-bit ifdef'ry of MXU code
` [PATCH v3 10/10] target/mips: Extract MXU code to new mxu_translate.c file

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest
 2021-02-22 22:47 UTC  (5+ messages)
` [RFC PATCH 4/5] Add migration support for KVM guest with MTE

[Bug 1916394] [NEW] [git] Cannot build qemu: FAILED: target/hexagon/semantics_generated.pyinc
 2021-02-22 21:44 UTC  (2+ messages)
` [Bug 1916394] "

[PATCH V2 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-02-22 21:48 UTC  (9+ messages)
` [PATCH V2 1/7] block/rbd: bump librbd requirement to luminous release

What prevents discarding a cluster during rewrite?
 2021-02-22 21:42 UTC  (2+ messages)

Editing QEMU POWER Platform wiki page
 2021-02-22 21:18 UTC  (4+ messages)

[PATCH v2 0/5] hw/block/nvme: misc fixes
 2021-02-22 21:12 UTC  (8+ messages)
` [PATCH v2 1/5] hw/block/nvme: remove unnecessary endian conversion
` [PATCH v2 2/5] hw/block/nvme: add identify trace event
` [PATCH v2 3/5] hw/block/nvme: fix potential compilation error
` [PATCH v2 4/5] hw/block/nvme: add trace event for zone read check
` [PATCH v2 5/5] hw/block/nvme: report non-mdts command size limit for dsm

[PATCH 0/3] hw/block/nvme: mdts/zasl cleanup
 2021-02-22 21:00 UTC  (5+ messages)
` [PATCH 1/3] hw/block/nvme: document 'mdts' nvme device parameter
` [PATCH 2/3] hw/block/nvme: deduplicate bad mdts trace event
` [PATCH 3/3] hw/block/nvme: align zoned.zasl with mdts

[PATCH V2 0/6] hw/block/nvme: support namespace attachment
 2021-02-22 20:53 UTC  (4+ messages)
` [PATCH V2 6/7] hw/block/nvme: support namespace attachment command

Plugin Address Translations Inconsistent/Incorrect?
 2021-02-22 20:48 UTC  (4+ messages)

[PATCH v5 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-02-22 20:35 UTC  (5+ messages)
` [PATCH v5 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v5 3/4] Jobs based on custom runners: docs and gitlab-runner setup playbook

[PATCH] target/ppc: Fix bcdsub. emulation when result overflows
 2021-02-22 19:40 UTC 

[PATCH v2 0/4] improve do_strtosz precision
 2021-02-22 20:19 UTC  (2+ messages)

[PATCH] linux-user: manage binfmt-misc preserve-arg[0] flag
 2021-02-22 20:07 UTC  (14+ messages)

[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
 2021-02-22 20:03 UTC  (18+ messages)
` [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
` [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
` [PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
` [PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
` [PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
` [PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported

[PATCH v4 0/5] CPU unplug timeout/LMB unplug cleanup in DRC reconfiguration
 2021-02-22 19:45 UTC  (6+ messages)
` [PATCH v4 1/5] spapr_drc.c: use spapr_drc_release() in isolate_physical/set_unusable
` [PATCH v4 2/5] spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()
` [PATCH v4 3/5] spapr_drc.c: introduce unplug_timeout_timer
` [PATCH v4 4/5] spapr_drc.c: add hotunplug timeout for CPUs
` [PATCH v4 5/5] spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug state

[PATCH v6 00/12] virtio-mem: vfio support
 2021-02-22 19:43 UTC  (20+ messages)
` [PATCH v6 01/12] memory: Introduce RamDiscardMgr for RAM memory regions
` [PATCH v6 05/12] vfio: Support for RamDiscardMgr in the !vIOMMU case
` [PATCH v6 09/12] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)

[PATCH 0/3] gitlab-pipeline-status script: provide more information on errors
 2021-02-22 19:32 UTC  (4+ messages)
` [PATCH 1/3] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET
` [PATCH 2/3] scripts/ci/gitlab-pipeline-status: give more information on failures
` [PATCH 3/3] scripts/ci/gitlab-pipeline-status: give more info when pipeline not found

[PATCH] qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute
 2021-02-22 19:08 UTC  (3+ messages)

[PATCH] hw/sh4/sh7750_regs: Replace link to license by its full content
 2021-02-22 18:56 UTC 

[PATCH v2 1/2] target/riscv: Reduce duplicated code in trans_rvh.c.inc
 2021-02-22 18:49 UTC  (2+ messages)
` [PATCH v2 2/2] target/riscv: Call check_access() before tcg_temp_new()

Weird behavior in cortex-A7 when disabling/enabling IRQ in ISR
 2021-02-22 15:24 UTC 

[PATCH v2 0/2] block: Use 'read-zeroes=true' mode by default with 'null-co' driver
 2021-02-22 18:36 UTC  (8+ messages)

A brief look at deprecating our JSON extensions over RFC 8259
 2021-02-22 18:25 UTC  (11+ messages)

[PATCH 0/3] hw/block/nvme: misc fixes
 2021-02-22 18:24 UTC  (4+ messages)
` [PATCH 3/3] hw/block/nvme: report non-mdts command size limit for dsm

[PATCH v13 0/5] UFFD write-tracking migration/snapshots
 2021-02-22 18:11 UTC  (6+ messages)

[RFC PATCH v3 0/3] hw/flash_cfi01: Reduce memory consumption when flash image is smaller than region
 2021-02-22 17:47 UTC  (4+ messages)
` [RFC PATCH v3 1/3] hw/pflash_cfi*: Replace DPRINTF with trace events
` [RFC PATCH v3 2/3] hw/pflash_cfi01: Correct the type of PFlashCFI01.ro
` [RFC PATCH v3 3/3] hw/pflash_cfi01: Allow devices to have a smaller backing device

[Bug 1916344] [NEW] User mode networking not working properly on QEMU on Mac OS X host
 2021-02-22 17:30 UTC  (3+ messages)
` [Bug 1916344] "

[PULL v1 0/3] CRIS queue
 2021-02-22 17:25 UTC  (2+ messages)

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-02-22 17:30 UTC  (3+ messages)

[PATCH v5 0/9] block: Add retry for werror=/rerror= mechanism
 2021-02-22 17:25 UTC  (10+ messages)
` [PATCH v5 1/9] qapi/block-core: Add retry option for error action
` [PATCH v5 3/9] block-backend: Add device specific retry callback
` [PATCH v5 4/9] block-backend: Enable retry action on errors
` [PATCH v5 6/9] block: Add error retry param setting

[PATCH v3 0/6] Pegasos2 emulation
 2021-02-22 17:23 UTC  (11+ messages)
` [PATCH v3 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v3 1/6] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH v3 2/6] vt82c686: QOM-ify superio related functionality
` [PATCH v3 5/6] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
` [PATCH v3 3/6] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH v3 4/6] vt82c686: Add emulation of VT8231 south bridge

Any reason we need memoryregionsection
 2021-02-22 17:22 UTC  (3+ messages)

[RFC v1 00/38] arm cleanup experiment for kvm-only build
 2021-02-22 17:20 UTC  (8+ messages)
  ` [RFC v1 05/38] target/arm: wrap arm_cpu_exec_interrupt in CONFIG_TCG
  ` [RFC v1 02/38] target/arm: move helpers to tcg/

tools/virtiofs: Multi threading seems to hurt performance
 2021-02-22 17:11 UTC  (5+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-02-22 16:57 UTC  (2+ messages)
` [Bug 1914117] "

[PATCH 00/24] virtiofs dax patches
 2021-02-22 16:53 UTC  (7+ messages)
` [PATCH 23/24] vhost-user-fs: Implement drop CAP_FSETID functionality

Can we run QEMU Avocado tests without root access?
 2021-02-22 16:52 UTC  (3+ messages)

[PATCH] virtio-blk: Respect discard granularity
 2021-02-22 16:49 UTC  (2+ messages)

[PATCH v2 00/22] eMMC support
 2021-02-22 16:26 UTC  (8+ messages)
` [PATCH v2 01/22] block: add eMMC block device type

Interactive launch over QMP socket?
 2021-02-22 16:23 UTC  (7+ messages)

[Bug 1916506] [NEW] make check-venv may leave stale and incomplete tests/venv directory directory
 2021-02-22 16:08 UTC  (2+ messages)
` [Bug 1916506] "

[PATCH 0/3] vhost-user: warn when guest RAM is not shared
 2021-02-22 16:10 UTC  (4+ messages)
` [PATCH 1/3] tests/qtest/vhost-user-test: use share=on with memfd
` [PATCH 2/3] memory: add memory_region_is_mapped_shared()
` [PATCH 3/3] vhost-user: warn when guest RAM is not shared

[PATCH] fuzz: fix the pro100 generic-fuzzer config
 2021-02-22 16:08 UTC  (3+ messages)

QEMU hosting
 2021-02-22 16:11 UTC  (5+ messages)

[PATCH v2 0/6] testing/next (meson check-tcg, fedora bump, docs)
 2021-02-22 16:05 UTC  (4+ messages)
` [PATCH v2 3/6] tests/acceptance: allow a "graceful" failing for virtio-gpu test
  ` Probing Meson for build configurations (was: [PATCH v2 3/6] tests/acceptance: allow a "graceful" failing for virtio-gpu test)

[Bug 1916501] [NEW] qemu-img convert segfaults with specific URL
 2021-02-22 15:34 UTC 

tests: n810 arm failing
 2021-02-22 15:35 UTC  (2+ messages)

[PATCH] FreeBSD: Upgrade to 12.2 release
 2021-02-22 15:12 UTC  (3+ messages)

[PATCH v3 0/8] [RfC] fix tracing for modules
 2021-02-22 15:13 UTC  (3+ messages)

[PATCH] ui/cocoa: Fix mouse association state
 2021-02-22 15:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH qemu v13] spapr: Implement Open Firmware client interface
 2021-02-22 15:01 UTC  (3+ messages)

[PATCH v2 0/3] virtiofsd: Add options to enable/disable posix acl
 2021-02-22 14:47 UTC  (5+ messages)

[PATCH] ui/cocoa: Fix stride resolution of pixman image
 2021-02-22 14:40 UTC  (2+ messages)
` [PATCH v2] "

who's using the ozlabs patchwork install for QEMU patches ?
 2021-02-22 14:43 UTC  (5+ messages)

[PATCH 0/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument
 2021-02-22 14:34 UTC  (2+ messages)

[PATCH] multi-process: Acceptance test for multiprocess QEMU
 2021-02-22 14:32 UTC  (2+ messages)

[RFC PATCH v2 0/3] hw/flash_cfi01: Reduce memory consumption when flash image is smaller than region
 2021-02-22 14:31 UTC  (4+ messages)
` [RFC PATCH v2 3/3] hw/pflash_cfi01: Allow devices to have a smaller backing device

[PATCH v4 0/8] hw/sh4: Kconfig cleanups
 2021-02-22 14:15 UTC  (9+ messages)
` [PATCH v4 1/8] hw/sh4: Add missing license
` [PATCH v4 2/8] hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
` [PATCH v4 3/8] hw/intc: Introduce SH_INTC Kconfig entry
` [PATCH v4 4/8] hw/char: Introduce SH_SCI "
` [PATCH v4 5/8] hw/timer: Introduce SH_TIMER "
` [PATCH v4 6/8] hw/block: Introduce TC58128 eeprom "
` [PATCH v4 7/8] hw/pci-host: Introduce SH_PCI "
` [PATCH v4 8/8] hw/sh4: Remove now unused CONFIG_SH4 from Kconfig

[PATCH v3 0/8] hw/sh4: Kconfig cleanups
 2021-02-22 14:19 UTC  (5+ messages)
` [PATCH v3 1/8] hw/sh4: Add missing license

[Bug 1914535] [NEW] PL110 8-bit mode is not emulated correctly
 2021-02-22 14:04 UTC  (4+ messages)
` [Bug 1914535] "

[Qemu-devel] [Bug 1836501] [NEW] cpu_address_space_init fails with assertion
 2021-02-22 13:58 UTC  (2+ messages)
` [Bug 1836501] "


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