messages from 2022-01-28 09:19:05 to 2022-01-28 19:53:16 UTC [more...]
[PULL 00/36] Migration 20220128 patches
2022-01-28 18:30 UTC (31+ messages)
` [PULL 01/36] migration: All this fields are unsigned
` [PULL 02/36] migration: We only need last_stage in two places
` [PULL 03/36] migration: ram_release_pages() always receive 1 page as argument
` [PULL 04/36] migration: Remove masking for compression
` [PULL 05/36] migration: simplify do_compress_ram_page
` [PULL 06/36] migration: Move ram_release_pages() call to save_zero_page_to_file()
` [PULL 07/36] multifd: Use proper maximum compression values
` [PULL 08/36] multifd: Move iov from pages to params
` [PULL 09/36] multifd: Make zlib use iov's
` [PULL 10/36] multifd: Make zstd "
` [PULL 11/36] multifd: Remove send_write() method
` [PULL 12/36] multifd: Use a single writev on the send side
` [PULL 13/36] multifd: Unfold "used" variable by its value
` [PULL 14/36] multifd: Use normal pages array on the send side
` [PULL 15/36] multifd: Use normal pages array on the recv side
` [PULL 16/36] multifd: recv side only needs the RAMBlock host address
` [PULL 17/36] multifd: Rename pages_used to normal_pages
` [PULL 18/36] Remove unnecessary minimum_version_id_old fields
` [PULL 19/36] migration/migration.c: Add missed default error handler for migration state
` [PULL 20/36] migration/migration.c: Avoid COLO boot in postcopy migration
` [PULL 21/36] migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished
` [PULL 22/36] migration: Report the error returned when save_live_iterate fails
` [PULL 23/36] migration/ram: clean up unused comment
` [PULL 25/36] migration: Don't return for postcopy_chunk_hostpages()
` [PULL 26/36] migration: Drop postcopy_chunk_hostpages()
` [PULL 27/36] migration: Do chunk page in postcopy_each_ram_send_discard()
` [PULL 28/36] migration: Drop return code for disgard ram process
` [PULL 30/36] migration: Introduce ram_transferred_add()
` [PULL 33/36] migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
` [PULL 34/36] migration: Add postcopy_has_request()
[PATCH v4 00/42] CXl 2.0 emulation Support
2022-01-28 18:48 UTC (31+ messages)
` [PATCH v4 02/42] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v4 04/42] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v4 05/42] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v4 09/42] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v4 10/42] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v4 13/42] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v4 14/42] tests/acpi: allow DSDT.viot table changes
` [PATCH v4 27/42] hw/cxl/device: Implement get/set Label Storage Area (LSA)
[PATCH v2 00/11] 9p: Add support for darwin
2022-01-28 18:28 UTC (8+ messages)
` [PATCH v2 10/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v2 04/11] 9p: darwin: Handle struct dirent differences
[PATCH v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2022-01-28 18:18 UTC (12+ messages)
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table
[PATCH 0/4] target/arm: SVE fixes versus VHE
2022-01-28 18:23 UTC (9+ messages)
` [PATCH 1/4] target/arm: Fix sve_zcr_len_for_el for VHE mode running
` [PATCH 2/4] target/arm: Tidy sve_exception_el for CPACR_EL1 access
` [PATCH 3/4] target/arm: Fix {fp, sve}_exception_el for VHE mode running
` [PATCH 4/4] target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el
[PATCH] block/curl.c: Check error return from curl_easy_setopt()
2022-01-28 18:08 UTC (3+ messages)
[PATCH] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
2022-01-28 17:40 UTC (5+ messages)
[PATCH] gitlab: fall back to commit hash in qemu-setup filename
2022-01-28 16:47 UTC (2+ messages)
[PATCH v3 00/11] This is a followup to https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg04325.html,
2022-01-28 16:27 UTC (11+ messages)
` [PATCH v3 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v3 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v3 06/11] 9p: darwin: Compatibility defn for XATTR_SIZE_MAX
` [PATCH v3 11/11] 9p: darwin: adjust assumption on virtio-9p-test
[PATCH v2 0/2] python: a few improvements to qmp-shell
2022-01-28 16:08 UTC (5+ messages)
` [PATCH v2 1/2] python: introduce qmp-shell-wrap convenience tool
[PULL v2 00/14] Misc patches for 2022-01-27
2022-01-28 16:59 UTC (3+ messages)
` [PULL v2 07/14] meson: Use find_program() to resolve the entitlement.sh script
[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-01-28 16:47 UTC (2+ messages)
[PATCH v6 00/33] block layer: split block APIs in global state and I/O
2022-01-28 16:57 UTC (13+ messages)
` [PATCH v6 04/33] block/export/fuse.c: allow writable exports to take RESIZE permission
` [PATCH v6 25/33] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v6 29/33] job.h: assertions in the callers of JobDriver funcion pointers
` [PATCH v6 32/33] crypto: delegate permission functions to JobDriver .pre_run
[Qemu-devel] [PATCH v8 00/11] Add a standard authorization framework
2022-01-28 16:42 UTC (4+ messages)
` [Qemu-devel] [PATCH v8 01/11] util: add helper APIs for dealing with inotify in portable manner
Call for GSoC and Outreachy project ideas for summer 2022
2022-01-28 15:47 UTC
[PATCH] qsd: Document fuse's allow-other option
2022-01-28 16:13 UTC (3+ messages)
[PATCH v3 0/2] python: a few improvements to qmp-shell
2022-01-28 16:11 UTC (3+ messages)
` [PATCH v3 1/2] python: introduce qmp-shell-wrap convenience tool
` [PATCH v3 2/2] python: support recording QMP session to a file
[PULL 00/32] target-arm queue
2022-01-28 15:30 UTC (33+ messages)
` [PULL 01/32] Update copyright dates to 2022
` [PULL 02/32] hw/armv7m: Fix broken VMStateDescription
` [PULL 03/32] hw/char/exynos4210_uart: Fix crash on trying to load VM state
` [PULL 04/32] rtc: Move RTC function prototypes to their own header
` [PULL 05/32] hw/misc: Add a model of Versal's PMC SLCR
` [PULL 06/32] hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC models
` [PULL 07/32] hw/arm/xlnx-versal: Connect Versal's PMC SLCR
` [PULL 08/32] include/hw/dma/xlnx_csu_dma: Add in missing includes in the header
` [PULL 09/32] hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method
` [PULL 10/32] hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controller
` [PULL 11/32] hw/arm/xlnx-versal: Connect the OSPI flash memory controller model
` [PULL 12/32] hw/block/m25p80: Add support for Micron Xccela flash mt35xu01g
` [PULL 13/32] hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPI
` [PULL 14/32] MAINTAINERS: Add an entry for Xilinx Versal OSPI
` [PULL 15/32] MAINTAINERS: Remove myself (for raspi)
` [PULL 16/32] scripts: Explain the difference between linux-headers and standard-headers
` [PULL 17/32] target/arm: Log CPU index in 'Taking exception' log
` [PULL 18/32] hw/intc/arm_gicv3_its: Add tracepoints
` [PULL 19/32] hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
` [PULL 20/32] hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set
` [PULL 21/32] hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER
` [PULL 22/32] hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs
` [PULL 23/32] hw/intc/arm_gicv3_its: Sort ITS command list into numeric order
` [PULL 24/32] hw/intc/arm_gicv3_redist: Remove unnecessary zero checks
` [PULL 25/32] hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supported
` [PULL 26/32] hw/intc/arm_gicv3_its: Provide read accessor for translation_ops
` [PULL 27/32] hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registers
` [PULL 28/32] hw/intc/arm_gicv3_its: Check table bounds against correct limit
` [PULL 29/32] hw/intc/arm_gicv3_its: Implement MOVALL
` [PULL 30/32] hw/intc/arm_gicv3_its: Implement MOVI
` [PULL 31/32] hw/arm: ast2600: Fix address mapping of second SPI controller
` [PULL 32/32] target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp
[RFC] block/nbd: Move s->ioc on AioContext change
2022-01-28 15:51 UTC
[PULL 00/61] riscv-to-apply queue
2022-01-28 16:10 UTC (3+ messages)
` [PULL 53/61] target/riscv: Split out the vill from vtype
[PATCH 0/5] seccomp: fix hole in blocking forks
2022-01-28 15:42 UTC (3+ messages)
[PATCH v8 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
2022-01-28 15:02 UTC (2+ messages)
[PATCH v3 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
2022-01-28 14:56 UTC (8+ messages)
` [PATCH v3 1/7] target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig'
` [PATCH v3 2/7] target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
` [PATCH v3 3/7] target/riscv: access configuration through cfg_ptr in DisasContext
` [PATCH v3 4/7] target/riscv: access cfg structure through DisasContext
` [PATCH v3 5/7] target/riscv: iterate over a table of decoders
` [PATCH v3 6/7] target/riscv: Add XVentanaCondOps custom extension
` [PATCH v3 7/7] target/riscv: add a MAINTAINERS entry for XVentanaCondOps
[PATCH] target/i386: Add kvm_get_one_msr helper
2022-01-28 15:09 UTC (3+ messages)
[PATCH v5 00/18] vfio-user server in QEMU
2022-01-28 14:49 UTC (6+ messages)
` [PATCH v5 17/18] vfio-user: register handlers to facilitate migration
[PATCH] target/ppc: Remove support for the PowerPC 602 CPU
2022-01-28 14:29 UTC (3+ messages)
should we have a Kconfig "device group" for I2C devices?
2022-01-28 14:30 UTC (2+ messages)
[PATCH v13 0/7] Add vmnet.framework based network backend
2022-01-28 14:29 UTC (6+ messages)
` [PATCH v13 2/7] net/vmnet: add vmnet backends to qapi/net
Block alignment of qcow2 compress driver
2022-01-28 13:37 UTC (11+ messages)
[PULL 0/2] Xen queue
2022-01-28 14:03 UTC (2+ messages)
[PATCH v5 0/6] support subsets of Float-Point in Integer Registers extensions
2022-01-28 13:16 UTC (7+ messages)
` [PATCH v5 1/6] target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
` [PATCH v5 2/6] target/riscv: hardwire mstatus.FS to zero when enable zfinx
` [PATCH v5 3/6] target/riscv: add support for zfinx
` [PATCH v5 4/6] target/riscv: add support for zdinx
` [PATCH v5 5/6] target/riscv: add support for zhinx/zhinxmin
` [PATCH v5 6/6] target/riscv: expose zfinx, zdinx, zhinx{min} properties
[PATCH] block: bdrv_set_backing_hd(): use drained section
2022-01-28 14:12 UTC (5+ messages)
[PATCH] hw/arm: ast2600: Fix address mapping of second SPI controller
2022-01-28 12:59 UTC (2+ messages)
[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
2022-01-28 12:20 UTC (4+ messages)
[PATCH v2 for-7.0] scripts: Explain the difference between linux-headers and standard-headers
2022-01-28 12:00 UTC (2+ messages)
[PATCH v4 00/19] job: replace AioContext lock with job_mutex
2022-01-28 11:50 UTC (20+ messages)
` [PATCH v4 01/19] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v4 02/19] job.h: categorize fields in struct Job
` [PATCH v4 03/19] job.c: make job_event_* functions static
` [PATCH v4 04/19] job.c: move inner aiocontext lock in callbacks
` [PATCH v4 05/19] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v4 06/19] jobs: remove aiocontext locks since the functions are under BQL
` [PATCH v4 07/19] jobs: protect jobs with job_lock/unlock
` [PATCH v4 08/19] jobs: add job lock in find_* functions
` [PATCH v4 09/19] jobs: use job locks also in the unit tests
` [PATCH v4 10/19] job.h: define locked functions
` [PATCH v4 11/19] jobs: document all static functions and add _locked() suffix
` [PATCH v4 12/19] job.h: define unlocked functions
` [PATCH v4 13/19] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v4 14/19] blockjob: block_job_get_aio_context is a GS function
` [PATCH v4 15/19] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [PATCH v4 16/19] job: detect change of aiocontext within job coroutine
` [PATCH v4 17/19] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v4 18/19] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v4 19/19] block_job_query: remove atomic read
[PATCH v2 1/1] virtio: fix the condition for iommu_platform not supported
2022-01-28 12:12 UTC (10+ messages)
[PATCH] tests/9pfs: Use g_autofree and g_autoptr where possible
2022-01-28 11:49 UTC (2+ messages)
[PATCH 0/7] AMX support in Qemu
2022-01-28 11:09 UTC (5+ messages)
` [PATCH 3/7] x86: Grant AMX permission for guest
[PULL 00/38] Migration 20220127 patches
2022-01-28 11:05 UTC (2+ messages)
[PATCH v2 00/13] arm gicv3 ITS: Various bug fixes and refactorings
2022-01-28 10:51 UTC (7+ messages)
` [PATCH v2 01/13] hw/intc/arm_gicv3_its: Fix event ID bounds checks
` [PATCH v2 02/13] hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
[PATCH v2 00/40] bsd-user: upstream our signal implementation
2022-01-28 10:37 UTC (4+ messages)
` [PATCH v2 36/40] bsd-user/signal.c: implement do_sigaction
[PATCH 0/5] Fixups for PMBus and new sensors
2022-01-28 10:34 UTC (5+ messages)
` [PATCH 3/5] hw/sensor: add Intersil ISL69260 device model
[PATCH v3] linux-user: Implement starttime field in self stat emulation
2022-01-28 10:13 UTC (2+ messages)
[PATCH qemu v2] s390x: sck: load into a temporary not into in1
2022-01-28 10:01 UTC (4+ messages)
[PATCH v5 03/18] pci: isolated address space for PCI bus
2022-01-28 9:18 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).