qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 20:59:10 to 2021-11-24 13:30:40 UTC [more...]

[PATCH v5 0/3] support dirty restraint on vCPU
 2021-11-24 13:17 UTC  (2+ messages)
` [PATCH v5 1/3] migration/dirtyrate: implement vCPU dirtyrate calculation periodically

[PATCH v4 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-11-24 13:01 UTC  (18+ messages)
` [PATCH v4 01/18] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v4 02/18] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v4 03/18] meson: require liburing >= 0.3
` [PATCH v4 04/18] ui: avoid warnings about directdb on Alpine / musl libc
` [PATCH v4 05/18] ci: explicitly skip I/O tests on alpine
` [PATCH v4 06/18] tests/docker: switch fedora image to release 35
` [PATCH v4 07/18] tests: integrate lcitool for generating build env manifests
` [PATCH v4 08/18] tests/docker: auto-generate centos8.docker with lcitool
` [PATCH v4 09/18] tests/docker: auto-generate fedora.docker "
` [PATCH v4 10/18] tests/docker: auto-generate ubuntu1804.docker "
` [PATCH v4 11/18] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v4 12/18] tests/docker: auto-generate opensuse-leap.docker "
` [PATCH v4 13/18] tests/docker: remove ubuntu.docker container
` [PATCH v4 14/18] .gitlab-ci.d/cirrus: auto-generate variables with lcitool
` [PATCH v4 15/18] tests/docker: updates to alpine package list
` [PATCH v4 16/18] tests/docker: fix sorting of alpine image package lists
` [PATCH v4 17/18] tests/docker: fully expand the alpine package list

[PATCH 0/6] tests/docker: Update Fedora containers
 2021-11-24 12:59 UTC  (5+ messages)

Questions about losing the write lock of raw-format disks after migration
 2021-11-24 12:56 UTC 

[PATCH for-7.0 v2 0/2] change ivshmem endianness to LITTLE_ENDIAN
 2021-11-24 12:55 UTC  (7+ messages)
` [PATCH for-7.0 v2 1/2] ivshmem.c: change "
` [PATCH for-7.0 v2 2/2] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch

[PATCH-for-6.2 v3 0/2] hw/block/fdc: Fix CVE-2021-20196
 2021-11-24 12:50 UTC  (6+ messages)
` [PATCH-for-6.2 v3 2/2] tests/qtest/fdc-test: Add a regression test for CVE-2021-20196

[PATCH v2 00/11] 9p: Add support for darwin
 2021-11-24 12:41 UTC  (3+ messages)
` [PATCH v2 01/11] 9p: linux: Fix a couple Linux assumptions

[PATCH v7 00/31] LoongArch64 port of QEMU TCG
 2021-11-24 12:13 UTC  (4+ messages)
` [PATCH v7 31/31] tests/docker: Add gentoo-loongarch64-cross image and run cross builds in GitLab

[PATCH for 6.2 v1 0/7] more tcg, plugin, test and build fixes
 2021-11-24 10:24 UTC  (15+ messages)
` [PATCH v1 1/7] softmmu: fix watchpoint-interrupt races
` [PATCH v1 2/7] accel/tcg: suppress IRQ check for special TBs
` [PATCH v1 3/7] tests/avocado: fix tcg_plugin mem access count test
` [PATCH v1 4/7] plugins/meson.build: fix linker issue with weird paths
` [PATCH v1 5/7] gdbstub: handle a potentially racing TaskState
` [PATCH v1 6/7] MAINTAINERS: Remove me as a reviewer for the build and test/avocado
` [PATCH v1 7/7] MAINTAINERS: Add section for Aarch64 GitLab custom runner

[qemu-web PATCH v3] Add Sponsors page
 2021-11-24 11:30 UTC  (7+ messages)

How to enable virgl in headless mode?
 2021-11-24 11:05 UTC  (2+ messages)

[PATCH v3 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-24 10:24 UTC  (25+ messages)
` [PATCH v3 01/23] multifd: Delete useless operation
` [PATCH v3 02/23] migration: Never call twice qemu_target_page_size()
` [PATCH v3 03/23] multifd: Rename used field to num
` [PATCH v3 04/23] multifd: Add missing documention
` [PATCH v3 05/23] multifd: The variable is only used inside the loop
` [PATCH v3 06/23] multifd: remove used parameter from send_prepare() method
` [PATCH v3 07/23] multifd: remove used parameter from send_recv_pages() method
` [PATCH v3 08/23] multifd: Fill offset and block for reception
` [PATCH v3 09/23] multifd: Make zstd compression method not use iovs
` [PATCH v3 10/23] multifd: Make zlib "
` [PATCH v3 11/23] multifd: Move iov from pages to params
` [PATCH v3 12/23] multifd: Make zlib use iov's
` [PATCH v3 13/23] multifd: Make zstd "
` [PATCH v3 14/23] multifd: Remove send_write() method
` [PATCH v3 15/23] multifd: Use a single writev on the send side
` [PATCH v3 16/23] multifd: Unfold "used" variable by its value
` [PATCH v3 17/23] multifd: Use normal pages array on the send side
` [PATCH v3 18/23] multifd: Use normal pages array on the recv side
` [PATCH v3 19/23] multifd: recv side only needs the RAMBlock host address
` [PATCH v3 20/23] multifd: Rename pages_used to normal_pages
` [PATCH v3 21/23] multifd: Support for zero pages transmission
` [PATCH v3 22/23] multifd: Zero "
` [PATCH v3 23/23] migration: Use multifd before we check for the zero page

[PATCH v3 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-24 10:15 UTC  (11+ messages)
` [PATCH v3 01/10] hw/misc: Add a model of Versal's PMC SLCR
` [PATCH v3 02/10] hw/arm/xlnx-versal: Connect "
` [PATCH v3 03/10] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PATCH v3 04/10] hw/dma: Add the DMA control interface
` [PATCH v3 05/10] hw/dma/xlnx_csu_dma: Implement "
` [PATCH v3 06/10] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PATCH v3 07/10] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PATCH v3 08/10] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PATCH v3 09/10] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PATCH v3 10/10] MAINTAINERS: Add an entry for Xilinx Versal OSPI

[PATCH v11 00/26] Add LoongArch linux-user emulation support
 2021-11-24 10:44 UTC  (9+ messages)
` [PATCH v11 19/26] linux-user: Add LoongArch signal support

[PATCH v2 00/10] Xilinx Versal's PMC SLCR and OSPI support
 2021-11-24 10:15 UTC  (4+ messages)
` [PATCH v2 03/10] include/hw/dma/xlnx_csu_dma: Include ptimer.h and stream.h in the header

[qemu-web PATCH v4] Add Sponsors page
 2021-11-24 10:30 UTC 

[PATCH] intel-iommu: ignore SNP bit in scalable mode
 2021-11-24 10:10 UTC  (8+ messages)

[PATCH v2 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-24  9:59 UTC  (16+ messages)
` [PATCH v2 01/23] multifd: Delete useless operation
` [PATCH v2 02/23] migration: Never call twice qemu_target_page_size()
` [PATCH v2 03/23] multifd: Rename used field to num
` [PATCH v2 04/23] multifd: Add missing documention
` [PATCH v2 05/23] multifd: The variable is only used inside the loop
` [PATCH v2 06/23] multifd: remove used parameter from send_prepare() method
` [PATCH v2 07/23] multifd: remove used parameter from send_recv_pages() method
` [PATCH v2 08/23] multifd: Fill offset and block for reception
` [PATCH v2 09/23] multifd: Make zstd compression method not use iovs
` [PATCH v2 10/23] multifd: Make zlib "
` [PATCH v2 11/23] multifd: Move iov from pages to params
` [PATCH v2 12/23] multifd: Make zlib use iov's
` [PATCH v2 13/23] multifd: Make zstd "
` [PATCH v2 14/23] multifd: Remove send_write() method

[PATCH 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2021-11-24  9:59 UTC  (2+ messages)

[PATCH v2] microvm: use MachineState->dumpdtb
 2021-11-24  9:48 UTC  (2+ messages)

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-11-24  9:27 UTC  (9+ messages)
` [PATCH 35/35] test/tcg/ppc64le: Add float reference files

[PATCH] qga: replace "blacklist" with "blocklist"
 2021-11-24  9:23 UTC  (2+ messages)

[PATCH 0/2] change IVSHMEM endianess to LITTLE_ENDIAN
 2021-11-24  9:21 UTC  (6+ messages)
` [PATCH 1/2] ivshmem.c: change endianness "
` [PATCH 2/2] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch

[PATCH] virtio-balloon: correct used length
 2021-11-24  9:17 UTC  (7+ messages)

[PATCH-for-6.2] qom/object: Ignore global properties with empty name
 2021-11-24  8:46 UTC  (2+ messages)

[PATCH v2 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-11-24  8:06 UTC  (6+ messages)
` [PATCH v2 12/15] hw/nvme: Initialize capability structures for primary/secondary controllers
` [PATCH v2 13/15] hw/nvme: Add support for the Virtualization Management command

[PATCH] microvm: use MachineState->dumpdtb
 2021-11-24  7:41 UTC  (3+ messages)

[PATCH 0/4] block: minor refactoring in preparation to the block layer API split
 2021-11-24  7:40 UTC  (8+ messages)
` [PATCH 1/4] block_int: make bdrv_backing_overridden static
` [PATCH 2/4] include/sysemu/blockdev.h: rename if_name in block_if_name
` [PATCH 3/4] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH 4/4] include/sysemu/blockdev.h: remove drive_get_max_devs

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-11-24  6:44 UTC  (32+ messages)
` [PATCH v5 01/31] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v5 02/31] include/block/block: split header into I/O and global state API
` [PATCH v5 03/31] assertions for block "
` [PATCH v5 04/31] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v5 05/31] block-backend: special comments for blk_set/get_perm due to fuse
` [PATCH v5 06/31] block/block-backend.c: assertions for block-backend
` [PATCH v5 07/31] include/block/block_int: split header into I/O and global state API
` [PATCH v5 08/31] assertions for block_int "
` [PATCH v5 09/31] block: introduce assert_bdrv_graph_writable
` [PATCH v5 10/31] block.c: modify .attach and .detach callbacks of child_of_bds
` [PATCH v5 11/31] include/block/blockjob_int.h: split header into I/O and GS API
` [PATCH v5 12/31] assertions for blockjob_int.h
` [PATCH v5 13/31] block.c: add assertions to static functions
` [PATCH v5 14/31] include/block/blockjob.h: global state API
` [PATCH v5 15/31] assertions for blockjob.h "
` [PATCH v5 16/31] include/sysemu/blockdev.h: "
` [PATCH v5 17/31] assertions for blockdev.h "
` [PATCH v5 18/31] include/block/snapshot: global state API + assertions
` [PATCH v5 19/31] block/copy-before-write.h: "
` [PATCH v5 20/31] block/coroutines: I/O API
` [PATCH v5 21/31] block_int-common.h: split function pointers in BlockDriver
` [PATCH v5 22/31] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [PATCH v5 23/31] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v5 24/31] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v5 25/31] block-backend-common.h: split function pointers in BlockDevOps
` [PATCH v5 26/31] job.h: split function pointers in JobDriver
` [PATCH v5 27/31] job.h: assertions in the callers of JobDriver funcion pointers
` [PATCH v5 28/31] block.c: assert BQL lock held in bdrv_co_invalidate_cache
` [PATCH v5 29/31] jobs: introduce pre_run function in JobDriver
` [PATCH v5 30/31] crypto: delegate permission functions to JobDriver .pre_run
` [PATCH v5 31/31] block.c: assertions to the block layer permissions API

[RFC PATCH v2 00/44] TDX support
 2021-11-24  7:31 UTC  (4+ messages)
` [RFC PATCH v2 06/44] hw/i386: Introduce kvm-type for TDX guest

[PATCH v5 00/18] Adding partial support for 128-bit riscv target
 2021-11-24  7:33 UTC  (13+ messages)
` [PATCH v5 02/18] exec/memop: Adding signed quad and octo defines
` [PATCH v5 07/18] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions
` [PATCH v5 11/18] target/riscv: support for 128-bit U-type instructions
` [PATCH v5 15/18] target/riscv: adding high part of some csrs

Delay rc2 until 24 Nov
 2021-11-23 22:23 UTC 


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