qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-21 11:37:03 to 2022-03-22 00:08:01 UTC [more...]

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-22  0:04 UTC  (3+ messages)
` [PATCH v4 02/11] target/s390x: vxeh2: vector convert short/32b
` [PATCH v4 11/11] target/s390x: Fix writeback to v1 in helper_vstl

[PATCH v1 00/13] various virtio docs, fixes and tweaks
 2022-03-21 22:32 UTC  (19+ messages)
` [PATCH v1 01/13] hw/virtio: move virtio-pci.h into shared include space
` [PATCH v1 02/13] virtio-pci: add notification trace points
` [PATCH v1 03/13] hw/virtio: add vhost_user_[read|write] "
` [PATCH v1 04/13] docs: vhost-user: clean up request/reply description
` [PATCH v1 05/13] docs: vhost-user: rewrite section on ring state machine
` [PATCH v1 06/13] docs: vhost-user: replace master/slave with front-end/back-end
` [PATCH v1 07/13] vhost-user.rst: add clarifying language about protocol negotiation
` [PATCH v1 08/13] libvhost-user: expose vu_request_to_string
` [PATCH v1 09/13] docs/devel: start documenting writing VirtIO devices
` [PATCH v1 10/13] include/hw: start documenting the vhost API
` [PATCH v1 11/13] contrib/vhost-user-blk: fix 32 bit build and enable
` [PATCH v1 12/13] hw/virtio/vhost-user: don't suppress F_CONFIG when supported
` [PATCH v1 13/13] virtio/vhost-user: dynamically assign VhostUserHostNotifiers

[PATCH v3 0/5] vCPU hotunplug related memory leaks
 2022-03-21 22:12 UTC  (12+ messages)
` [PATCH v3 1/5] accel: Introduce AccelOpsClass::destroy_vcpu_thread()
` [PATCH v3 2/5] softmmu/cpus: Free cpu->thread in generic_destroy_vcpu_thread()
` [PATCH v3 3/5] softmmu/cpus: Free cpu->halt_cond "
` [PATCH v3 4/5] cpu: Free cpu->cpu_ases in cpu_address_space_destroy()
` [PATCH v3 5/5] i386/cpu: Free env->xsave_buf in KVM and HVF destory_vcpu_thread routines

[PATCH-for-7.0] qemu/main-loop: Disable block backend global state assertion on Darwin
 2022-03-21 22:08 UTC  (2+ messages)

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-21 22:06 UTC  (5+ messages)
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF

[PATCH v3 0/2] Create menus in iothread
 2022-03-21 22:00 UTC  (5+ messages)
` [PATCH v3 1/2] ui/cocoa: Move create_initial_menus
` [PATCH v3 2/2] ui/cocoa: Create menus in iothread

[PATCH] memory: Make memory_region_readd_subregion() properly handle mapped aliases
 2022-03-21 21:59 UTC  (4+ messages)

[PATCH for 7.0 v1 0/8] misc testing, i386, docs, gitdm, gitlab
 2022-03-21 21:55 UTC  (9+ messages)
` [PATCH v1 2/8] tests/avocado: update aarch64_virt test to exercise -cpu max
` [PATCH v1 7/8] semihosting: clean up handling of expanded argv

[PULL 0/3] NBD patches for -rc1
 2022-03-21 21:41 UTC  (4+ messages)
` [PULL 1/3] MAINTAINERS: change Vladimir's email address
` [PULL 2/3] docs: Consistent typography for options of qemu-nbd
` [PULL 3/3] block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server

[PATCH v5 00/18] iotests: add enhanced debugging info to qemu-img failures
 2022-03-21 21:33 UTC  (21+ messages)
` [PATCH v5 01/18] python/utils: add add_visual_margin() text decoration utility
` [PATCH v5 02/18] python/utils: add VerboseProcessError
` [PATCH v5 03/18] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v5 04/18] iotests: make qemu_img raise on non-zero rc by default
` [PATCH v5 05/18] iotests: fortify compare_images() against crashes
` [PATCH v5 06/18] iotests: add qemu_img_json()
` [PATCH v5 07/18] iotests: use qemu_img_json() when applicable
` [PATCH v5 08/18] iotests: add qemu_img_info()
` [PATCH v5 09/18] iotests/remove-bitmap-from-backing: use qemu_img_info()
` [PATCH v5 10/18] iotests: add qemu_img_map() function
` [PATCH v5 11/18] iotests: change supports_quorum to use qemu_img
` [PATCH v5 12/18] iotests: replace unchecked calls to qemu_img_pipe()
` [PATCH v5 13/18] iotests/149: Remove qemu_img_pipe() call
` [PATCH v5 14/18] iotests: remove remaining calls to qemu_img_pipe()
` [PATCH v5 15/18] iotests: use qemu_img() in has_working_luks()
` [PATCH v5 16/18] iotests: replace qemu_img_log('create', ...) calls
` [PATCH v5 17/18] iotests: remove qemu_img_pipe_and_status()
` [PATCH v5 18/18] iotests: make qemu_img_log and img_info_log raise on error

[PULL 0/4] Miscellaneous patches patches for 2022-03-21
 2022-03-21 21:26 UTC  (6+ messages)
` [PULL 1/4] block-qdict: Fix -Werror=maybe-uninitialized build failure
` [PULL 2/4] scripts/coccinelle: New use-g_new-etc.cocci
` [PULL 3/4] 9pfs: Use g_new() & friends where that makes obvious sense
` [PULL 4/4] "

[PATCH v2 0/4] iotests: finalize switch to async QMP
 2022-03-21 21:16 UTC  (6+ messages)
` [PATCH v2 1/4] python/machine: permanently switch to AQMP
` [PATCH v2 2/4] scripts/bench-block-job: "
` [PATCH v2 3/4] iotests/mirror-top-perms: "
` [PATCH v2 4/4] iotests: "

[PATCH 00/10] Python: Remove synchronous QMP library
 2022-03-21 21:08 UTC  (11+ messages)
` [PATCH 01/10] python/aqmp: add explicit GPLv2 license to legacy.py
` [PATCH 02/10] python/aqmp: relicense as GPLv2+
` [PATCH 03/10] python: temporarily silence pylint duplicate-code warnings
` [PATCH 04/10] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH 05/10] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH 06/10] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH 07/10] python: remove the old QMP package
` [PATCH 08/10] python: re-enable pylint duplicate-code warnings
` [PATCH 09/10] python: rename qemu.aqmp to qemu.qmp
` [PATCH 10/10] python: rename 'aqmp-tui' to 'qmp-tui'

Memory leak in via_isa_realize()
 2022-03-21 21:16 UTC  (11+ messages)

[EXT] Re: QEMU+KVM on RISC-V + Hypervisor Extension
 2022-03-21 20:47 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: change Vladimir's email address
 2022-03-21 20:44 UTC  (6+ messages)

[PATCH 00/15] iotests: add enhanced debugging info to qemu-io failures
 2022-03-21 20:09 UTC  (27+ messages)
` [PATCH 01/15] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PATCH 02/15] iotests/163: Fix broken qemu-io invocation
` [PATCH 03/15] iotests: Don't check qemu_io() output for specific error strings
` [PATCH 04/15] iotests/040: Don't check image pattern on zero-length image
` [PATCH 05/15] iotests: create generic qemu_tool() function
` [PATCH 06/15] iotests: rebase qemu_io() on top of qemu_tool()
` [PATCH 10/15] iotests/245: fixup
` [PATCH 12/15] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PATCH 13/15] iotests: remove qemu_io_pipe_and_status()
` [PATCH 14/15] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PATCH 15/15] iotests: make qemu_io_log() check return codes by default

[PATCH v8 00/12] target/hexagon: introduce idef-parser
 2022-03-21 18:58 UTC  (9+ messages)
` [PATCH v8 05/12] target/hexagon: introduce new helper functions
` [PATCH v8 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v8 09/12] target/hexagon: import lexer for idef-parser
` [PATCH v8 12/12] target/hexagon: import additional tests

[PULL for-7.0 0/2] Block patches
 2022-03-21 17:46 UTC  (7+ messages)
` [PULL for-7.0 1/2] aio-posix: fix build failure io_uring 2.2

[PATCH v1 0/1] tests/avocado: Add ast1030 test case
 2022-03-21 17:39 UTC  (3+ messages)
` [PATCH v1 1/1] test/avocado/machine_aspeed.py: "

[PATCH v3 0/4] Improve integration of iotests in the meson test harness
 2022-03-21 17:26 UTC  (5+ messages)
` [PATCH v3 3/4] tests/qemu-iotests: Move the bash and sanitizer checks to meson.build

[PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-21 17:20 UTC 

[PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux systems
 2022-03-21 17:16 UTC 

[PULL 0/8] Fix CVE-2021-3611 and heap overflow in sdhci code
 2022-03-21 17:03 UTC  (9+ messages)
` [PULL 1/8] softmmu/physmem: Simplify flatview_write and address_space_access_valid
` [PULL 2/8] softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
` [PULL 3/8] hw/audio/intel-hda: Do not ignore DMA overrun errors
` [PULL 4/8] hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
` [PULL 5/8] tests/qtest/intel-hda-test: Add reproducer for issue #542
` [PULL 6/8] hw/sd/sdhci: Honor failed DMA transactions
` [PULL 7/8] hw/sd/sdhci: Prohibit DMA accesses to devices
` [PULL 8/8] tests/qtest/fuzz-sdcard-test: Add reproducer for OSS-Fuzz (Issue 29225)

[PULL 0/2] Bugfixes for QEMU 7.0-rc1
 2022-03-21 16:45 UTC  (3+ messages)
` [PULL 1/2] target/i386: kvm: do not access uninitialized variable on older kernels
` [PULL 2/2] hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12

[PATCH 0/3] qapi-schema: support alternates with array type
 2022-03-21 16:42 UTC  (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] qapi-schema: test: add a qapi-schema-test for array alternates
` [PATCH 3/3] qapi-schema: test: add a unit test for parsing "

[PATCH v2] gitlab: disable accelerated zlib for s390x
 2022-03-21 16:38 UTC  (4+ messages)

comparison of coroutine backends
 2022-03-21 16:30 UTC  (2+ messages)

[PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures
 2022-03-21 16:26 UTC  (12+ messages)
` [PATCH v4 06/18] iotests: add qemu_img_json()
` [PATCH v4 10/18] iotests: add qemu_img_map() function

[PATCH v4] tests: Do not treat the iotests as separate meson test target anymore
 2022-03-21 16:27 UTC  (7+ messages)

[PATCH] tests/qemu-iotests/testrunner: Supply a test plan in TAP mode
 2022-03-21 16:22 UTC  (2+ messages)

[PATCH v3 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-21 15:40 UTC  (9+ messages)
` [PATCH v3 06/11] target/s390x: vxeh2: vector {load, store} elements reversed
` [PATCH v3 07/11] target/s390x: vxeh2: vector {load, store} byte reversed elements
` [PATCH v3 08/11] target/s390x: vxeh2: vector {load, store} byte reversed element

[PATCH 0/2] Remove PCIE root bridge LSI on powernv
 2022-03-21 15:33 UTC  (3+ messages)
` [PATCH 1/2] pcie: Don't try triggering a LSI when not defined
` [PATCH 2/2] ppc/pnv: Remove LSI on the PCIE host bridge

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-21 15:44 UTC  (7+ messages)

[PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error
 2022-03-21 15:31 UTC  (2+ messages)

[PULL 0/3] ppc queue
 2022-03-21 15:26 UTC  (2+ messages)

[PATCH v21 0/9] support dirty restraint on vCPU
 2022-03-21 15:21 UTC  (2+ messages)

[PATCH v4 0/3] Support fd-based KVM stats
 2022-03-21 15:18 UTC  (7+ messages)
` [PATCH v4 1/3] qmp: Support for querying stats

[PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
 2022-03-21 15:14 UTC  (2+ messages)

[PATCH v2] hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12
 2022-03-21 14:35 UTC  (2+ messages)

[PATCH v3 0/6] Support exporting BDSs via VDUSE
 2022-03-21 14:02 UTC  (4+ messages)
` [PATCH v3 4/6] vduse-blk: implements vduse-blk export

[RFC PATCH] gitlab: disable accelerated zlib for s390x
 2022-03-21 13:45 UTC  (2+ messages)

[PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
 2022-03-21 13:30 UTC  (5+ messages)
` [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps "

[PATCH qemu 00/13] Add tail agnostic behavior for rvv instructions
 2022-03-21  7:50 UTC 

[PATCH] hw/sd/sdhci: Block Size Register bits [14:12] is lost
 2022-03-21  5:56 UTC 

[PATCH v1 0/1] hw/gpio Add ASPEED GPIO model for AST1030
 2022-03-21  9:14 UTC  (2+ messages)
` [PATCH v1 1/1] hw/gpio: "

[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
 2022-03-21  7:55 UTC  (7+ messages)

[PATCH] hw/pvrdma: Protect against buggy or malicious guest driver
 2022-03-21 13:11 UTC 

[PATCH RESEND 0/2] Resolve some redundant property accessors
 2022-03-21 13:06 UTC  (4+ messages)
` [PATCH RESEND 1/2] hw/vfio/pci-quirks: Resolve redundant property getters

[PATCH v5 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-21 12:36 UTC  (4+ messages)
` [PATCH v5 14/15] docs: Add documentation for SR-IOV and "

[PATCH v5 0/8] Migration: Transmit and detect zero pages in the multifd threads
 2022-03-21 11:50 UTC  (3+ messages)
` [PATCH v5 1/8] migration: Export ram_transferred_ram()


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