qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 07:49:39 to 2022-01-27 16:21:05 UTC [more...]

[PULL 00/38] Migration 20220127 patches
 2022-01-27 15:05 UTC  (31+ messages)
` [PULL 01/38] migration: All this fields are unsigned
` [PULL 02/38] migration: We only need last_stage in two places
` [PULL 03/38] migration: ram_release_pages() always receive 1 page as argument
` [PULL 04/38] migration: Remove masking for compression
` [PULL 05/38] migration: simplify do_compress_ram_page
` [PULL 06/38] migration: Move ram_release_pages() call to save_zero_page_to_file()
` [PULL 07/38] multifd: Use proper maximum compression values
` [PULL 08/38] multifd: Move iov from pages to params
` [PULL 09/38] multifd: Make zlib use iov's
` [PULL 10/38] multifd: Make zstd "
` [PULL 11/38] multifd: Remove send_write() method
` [PULL 12/38] multifd: Use a single writev on the send side
` [PULL 13/38] multifd: Unfold "used" variable by its value
` [PULL 14/38] multifd: Use normal pages array on the send side
` [PULL 15/38] multifd: Use normal pages array on the recv side
` [PULL 16/38] multifd: recv side only needs the RAMBlock host address
` [PULL 17/38] multifd: Rename pages_used to normal_pages
` [PULL 18/38] Remove unnecessary minimum_version_id_old fields
` [PULL 19/38] migration/migration.c: Add missed default error handler for migration state
` [PULL 20/38] migration/migration.c: Avoid COLO boot in postcopy migration
` [PULL 21/38] migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished
` [PULL 22/38] migration: Report the error returned when save_live_iterate fails
` [PULL 23/38] migration: Add canary to VMSTATE_END_OF_LIST
` [PULL 24/38] migration: Perform vmsd structure check during tests
` [PULL 25/38] migration/ram: clean up unused comment
` [PULL 27/38] migration: Don't return for postcopy_chunk_hostpages()
` [PULL 28/38] migration: Drop postcopy_chunk_hostpages()
` [PULL 30/38] migration: Drop return code for disgard ram process
` [PULL 33/38] migration: Tally pre-copy, downtime and post-copy bytes independently
` [PULL 37/38] migration: Simplify unqueue_page()

[PATCH v3 00/19] Make image fleecing more usable
 2022-01-27 15:28 UTC  (5+ messages)
` [PATCH v3 10/19] block: introduce fleecing block driver

[PATCH v4 00/23] Migration: Transmit and detect zero pages in the multifd threads
 2022-01-27 15:13 UTC  (9+ messages)
` [PATCH v4 08/23] multifd: Move iov from pages to params
` [PATCH v4 21/23] multifd: Zero pages transmission

[RFC PATCH] docs/devel: mention our .editorconfig
 2022-01-27 15:01 UTC 

[PATCH v2 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2022-01-27 14:29 UTC  (5+ messages)
` [PATCH v2 1/4] linux-headers: update to v5.17-rc1
` [PATCH v2 2/4] virtio-iommu: Default to bypass during boot
` [PATCH v2 3/4] virtio-iommu: Support bypass domain
` [PATCH v2 4/4] tests/qtest/virtio-iommu-test: Check bypass config

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-27 14:22 UTC  (26+ messages)
` [PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v4 07/42] hw/cxl/device: Add memory device utilities
` [PATCH v4 08/42] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [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 11/42] hw/pxb: Use a type for realizing expanders
` [PATCH v4 12/42] hw/pci/cxl: Create a CXL bus type
` [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 15/42] acpi/pci: Consolidate host bridge setup
` [PATCH v4 16/42] tests/acpi: Add update DSDT.viot
` [PATCH v4 17/42] cxl: Machine level control on whether CXL support is enabled

[PATCH] block/export: Fix vhost-user-blk shutdown with requests in flight
 2022-01-27 14:26 UTC  (4+ messages)

[PATCH] hw/sensor: Add SB-TSI Temperature Sensor Interface
 2022-01-27 14:55 UTC  (6+ messages)

[PATCH] schemas: add missing vim modeline
 2022-01-27 14:22 UTC  (5+ messages)

[PULL v2 0/8] QAPI patches patches for 2022-01-27
 2022-01-27 14:22 UTC  (9+ messages)
` [PULL v2 1/8] schemas: add missing vim modeline
` [PULL v2 2/8] qapi/gen: Add FOO.trace-events output module
` [PULL v2 3/8] qapi/commands: refactor error handling code
` [PULL v2 4/8] qapi/commands: Optionally generate trace for QMP commands
` [PULL v2 5/8] meson: generate trace events for qmp commands
` [PULL v2 6/8] docs/qapi-code-gen: update to cover trace events code generation
` [PULL v2 7/8] meson: document why we don't generate trace events for tests/ and qga/
` [PULL v2 8/8] qapi: generate trace events by default

[PATCH 0/8] target/ppc: powerpc_excp improvements [74xx] (5/n)
 2022-01-27 14:40 UTC  (2+ messages)

[PATCH v3 0/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region
 2022-01-27 14:40 UTC  (4+ messages)

[PATCH v3 0/4] Python: Improvements for iotest 040,041
 2022-01-27 14:22 UTC  (5+ messages)
` [PATCH v3 1/4] python/aqmp: Fix negotiation with pre-"oob" QEMU
` [PATCH v3 2/4] python/machine: raise VMLaunchFailure exception from launch()

[PULL 0/8] QAPI patches patches for 2022-01-27
 2022-01-27 14:19 UTC  (12+ messages)
` [PULL 1/8] schemas: add missing vim modeline
` [PULL 2/8] qapi/gen: Add FOO.trace-events output module
` [PULL 3/8] qapi/commands: refactor error handling code
` [PULL 4/8] qapi/commands: Optionally generate trace for QMP commands
` [PULL 5/8] meson: generate trace events for qmp commands
` [PULL 6/8] docs/qapi-code-gen: update to cover trace events code generation
` [PULL 7/8] meson: document why we don't generate trace events for tests/ and qga/
` [PULL 8/8] qapi: generate trace events by default

[PATCH v3 0/2] linux-user: check read permissions before how
 2022-01-27 14:12 UTC  (5+ messages)
` [PATCH v3 1/2] linux-user: rt_sigprocmask, check read perms first
` [PATCH v3 2/2] linux-user: sigprocmask "

[PATCH] block: bdrv_set_backing_hd(): use drained section
 2022-01-27 14:14 UTC  (5+ messages)

[PATCH] linux-user: Fix inotify on aarch64
 2022-01-27 14:10 UTC  (3+ messages)

[PATCH] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity
 2022-01-27 14:09 UTC  (3+ messages)

[PATCH 0/7] AMX support in Qemu
 2022-01-27 13:47 UTC  (10+ messages)
` [PATCH 3/7] x86: Grant AMX permission for guest
` [PATCH 5/7] x86: Add AMX CPUIDs enumeration
` [PATCH 6/7] x86: add support for KVM_CAP_XSAVE2 and AMX state migration

Notes on Generating Python signatures for QMP RPCs
 2022-01-27 14:03 UTC  (2+ messages)

Any example command lines for the RaspberryPi Models
 2022-01-27 13:55 UTC 

[PATCH 00/12] Removal of Aiocontext lock through drains: protect bdrv_replace_child_noperm
 2022-01-27 13:46 UTC  (3+ messages)

[PATCH v2 1/1] virtio: fix the condition for iommu_platform not supported
 2022-01-27 13:28 UTC  (3+ messages)

[PATCH] linux-user/syscall: Do not ignore info.si_pid == 0 in waitid()
 2022-01-27 13:18 UTC  (2+ messages)

[PATCH v3 0/2] use a do-while() loop in pnv_phbX_translate_tve()
 2022-01-27 12:33 UTC  (5+ messages)
` [PATCH v3 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
` [PATCH v3 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()

[PATCH 0/3] linux-user: Fix some minor nits
 2022-01-27 13:20 UTC  (3+ messages)
` [PATCH 1/3] linux-user: Remove unnecessary 'aligned' attribute from TaskState

[Qemu-devel] [PULL v3 00/10] target-arm queue
 2022-01-27 13:10 UTC  (3+ messages)
` [Qemu-devel] [PULL 10/10] hw/arm: versal: Add a virtual Xilinx Versal board

[PATCH] Add --with-branding-prefix and QEMU_BRANDING_PREFIX
 2022-01-27 12:23 UTC  (2+ messages)

[PATCH v5 00/18] vfio-user server in QEMU
 2022-01-27 12:50 UTC  (11+ messages)
` [PATCH v5 03/18] pci: isolated address space for PCI bus

[PATCH v2 0/2] use a do-while() loop in pnv_phbX_translate_tve()
 2022-01-27 12:35 UTC  (10+ messages)
` [PATCH v2 1/2] ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()
` [PATCH v2 2/2] ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2022-01-27 11:45 UTC  (6+ messages)
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc

[PULL 00/14] Misc patches for 2022-01-27
 2022-01-27 11:31 UTC  (16+ messages)
` [PULL 01/14] build-sys: fix a meson deprecation warning
` [PULL 02/14] build-sys: fix undefined ARCH error
` [PULL 03/14] docker: add msitools to Fedora/mingw cross
` [PULL 04/14] intc: Unexport InterruptStatsProviderClass-related functions
` [PULL 05/14] meson.build: Use a function from libfdt 1.5.1 for the library check
` [PULL 06/14] exec/cpu: Make host pages variables / macros 'target agnostic'
` [PULL 07/14] meson: Use find_program() to resolve the entitlement.sh script
` [PULL 08/14] check-block.sh: passthrough -jN flag of make to -j N flag of check
` [PULL 09/14] scripts/mtest2make: add support for SPEED=thorough
` [PULL 10/14] build: make check-block a meson test
` [PULL 11/14] qemu-iotests: require at least an argument to check-block.sh
` [PULL 12/14] check-block: replace -makecheck with TAP output
` [PULL 13/14] qapi: Cleanup SGX related comments and restore @section-size
` [PULL 14/14] configure: fix parameter expansion of --cross-cc-cflags options

[PATCH v4 0/2] virtiofsd: Add support for FUSE_SYNCFS request
 2022-01-27 11:42 UTC  (6+ messages)
` [PATCH v4 1/2] virtiofsd: Track mounts
    ` [Virtio-fs] "

KVM call minutes for 2022-01-25
 2022-01-27 11:34 UTC  (3+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-01-27 11:03 UTC  (10+ messages)
` [PATCH v6 01/33] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 20/33] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PATCH v6 21/33] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate

[PATCH v6 0/7] trace qmp commands
 2022-01-27 11:10 UTC  (15+ messages)
` [PATCH v6 3/7] qapi/commands: Optionally generate trace for QMP commands
` [PATCH v6 5/7] docs/qapi-code-gen: update to cover trace events code generation
` [PATCH v6 6/7] meson: document, why we don't generate trace events for tests/ and qga/

[PATCH qemu v2] s390x: sck: load into a temporary not into in1
 2022-01-27 10:45 UTC  (3+ messages)

[PATCH] docs/devel/migration.rst: Updates content from code and fixes minor issues
 2022-01-27 10:32 UTC 

[PATCH v2 1/1] multifd: Remove some redundant code
 2022-01-27  9:56 UTC  (3+ messages)

[RFC PATCH v4 00/30] Add LoongArch softmmu support
 2022-01-27 10:01 UTC  (4+ messages)
` [RFC PATCH v4 03/30] target/loongarch: Add basic vmstate description of CPU

[PATCH 0/2] qcow2: add keep-dirty open option
 2022-01-27  9:52 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v4 0/6] Introduce CanoKey QEMU
 2022-01-27  9:47 UTC  (7+ messages)
` [PATCH v4 1/6] hw/usb: Add CanoKey Implementation
` [PATCH v4 2/6] hw/usb/canokey: Add trace events
` [PATCH v4 3/6] meson: Add CanoKey
` [PATCH v4 4/6] docs: Add CanoKey documentation
` [PATCH v4 5/6] docs/system/devices/usb: Add CanoKey to USB devices examples
` [PATCH v4 6/6] MAINTAINERS: add myself as CanoKey maintainer

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-01-27  9:43 UTC  (11+ messages)
` [PATCH RFC 01/15] migration: No off-by-one for pss->page update in host page size
` [PATCH RFC 03/15] migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat
` [PATCH RFC 04/15] migration: Add postcopy_has_request()
` [PATCH RFC 05/15] migration: Simplify unqueue_page()
` [PATCH RFC 06/15] migration: Move temp page setup and cleanup into separate functions

[PATCH 0/2] i386: Add support for Hyper-V Enlightened MSR-Bitmap feature
 2022-01-27  9:45 UTC  (2+ messages)

[PATCH 00/31] vDPA shadow virtqueue
 2022-01-27  9:24 UTC  (8+ messages)
` [PATCH 21/31] util: Add iova_tree_alloc

[PATCH v3 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
 2022-01-27  9:12 UTC  (5+ messages)
` [PATCH v3 1/2] migration: Introduce ram_transferred_add()
` [PATCH v3 2/2] migration: Tally pre-copy, downtime and post-copy bytes independently

[PATCH v2 0/3] hw/nvme: zoned random write area
 2022-01-27  8:19 UTC  (4+ messages)
` [PATCH v2 1/3] hw/nvme: add struct for zone management send
` [PATCH v2 2/3] hw/nvme: add ozcs enum
` [PATCH v2 3/3] hw/nvme: add support for zoned random write area

[PATCH v14 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2022-01-27  8:36 UTC  (3+ messages)
` [PATCH v14 06/10] ACPI ERST: build the ACPI ERST table

[PATCH v2 00/40] bsd-user: upstream our signal implementation
 2022-01-27  8:00 UTC  (27+ messages)
` [PATCH v2 19/40] bsd-user/host/arm/host-signal.h: Implement host_signal_*
` [PATCH v2 24/40] bsd-user/signal.c: host_to_target_siginfo_noswap
` [PATCH v2 26/40] bsd-user/signal.c: Implement host_signal_handler
` [PATCH v2 29/40] bsd-user/signal.c: Fill in queue_signal
` [PATCH v2 30/40] bsd-user/signal.c: sigset manipulation routines
` [PATCH v2 31/40] bsd-user/signal.c: setup_frame
` [PATCH v2 32/40] bsd-user/signal.c: handle_pending_signal
` [PATCH v2 33/40] bsd-user/signal.c: tswap_siginfo
` [PATCH v2 34/40] bsd-user/signal.c: process_pending_signals
` [PATCH v2 37/40] bsd-user/signal.c: do_sigaltstack
` [PATCH v2 38/40] MAINTAINERS: Add tests/vm/*bsd to the list to get reviews on
` [PATCH v2 39/40] bsd-user: Rename arg name for target_cpu_reset to env
` [PATCH v2 40/40] bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args

[PATCH] tests/9pfs: Use g_autofree and g_autoptr where possible
 2022-01-27  7:57 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).