QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-11 17:52:04 to 2024-03-12 02:01:16 UTC [more...]

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-03-12  1:59 UTC 

[PATCH v12 0/7] riscv: set vstart_eq_zero on vector insns
 2024-03-12  1:58 UTC  (9+ messages)
` [PATCH v12 1/7] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [PATCH v12 2/7] trans_rvv.c.inc: set vstart = 0 in int scalar move insns
` [PATCH v12 3/7] target/riscv/vector_helpers: do early exit when vstart >= vl
` [PATCH v12 4/7] target/riscv: remove 'over' brconds from vector trans
` [PATCH v12 5/7] trans_rvv.c.inc: remove redundant mark_vs_dirty() calls
` [PATCH v12 6/7] target/riscv: enable 'vstart_eq_zero' in the end of insns
` [PATCH v12 7/7] target/riscv/vector_helper.c: optimize loops in ldst helpers

[PATCH V2 00/11] privatize migration.h
 2024-03-12  1:18 UTC  (14+ messages)
` [PATCH V2 01/11] migration: remove migration.h references
` [PATCH V2 04/11] migration: export migration_is_running
` [PATCH V2 05/11] migration: export vcpu_dirty_limit_period
` [PATCH V2 06/11] migration: migration_thread_is_self
` [PATCH V2 09/11] migration: privatize colo interfaces
` [PATCH V2 10/11] migration: delete unused accessors
` [PATCH V2 11/11] migration: purge MigrationState from public interface

[PATCH] meson: Make DEBUG_REMAP a meson option
 2024-03-12  0:23 UTC 

[RFC 0/2] Add RISC-V Server Platform Reference Board
 2024-03-12  0:19 UTC  (11+ messages)
` [RFC 1/2] hw/riscv: Add server platform reference machine
              ` [RISC-V][tech-server-platform] "
                ` [RISC-V][tech-server-soc] "

[PATCH] gdbstub: Fix double close() of the follow-fork-mode socket
 2024-03-12  0:07 UTC 

[PATCH 0/2] migration: mapped-ram fixes
 2024-03-11 23:33 UTC  (3+ messages)
` [PATCH 1/2] io: Introduce qio_channel_file_new_dupfd
` [PATCH 2/2] migration: Fix error handling after dup in file migration

[PULL 00/34] Migration 20240311 patches
 2024-03-11 21:59 UTC  (35+ messages)
` [PULL 01/34] migration: Don't serialize devices in qemu_savevm_state_iterate()
` [PULL 02/34] vfio/migration: Refactor vfio_save_state() return value
` [PULL 03/34] vfio/migration: Add a note about migration rate limiting
` [PULL 04/34] migration/ram: add additional check
` [PULL 05/34] migration: Report error when shutdown fails
` [PULL 06/34] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PULL 07/34] migration: Add documentation for SaveVMHandlers
` [PULL 08/34] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PULL 09/34] migration/multifd: Don't fsync when closing QIOChannelFile
` [PULL 10/34] migration/rdma: Fix a memory issue for migration
` [PULL 11/34] physmem: Rename addr1 to more informative mr_addr in flatview_read/write() and similar
` [PULL 12/34] physmem: Reduce local variable scope in flatview_read/write_continue()
` [PULL 13/34] physmem: Factor out body of flatview_read/write_continue() loop
` [PULL 14/34] physmem: Fix wrong address in large address_space_read/write_cached_slow()
` [PULL 15/34] migration: Fix format in error message
` [PULL 16/34] migration: export fewer options
` [PULL 17/34] migration: remove migration.h references
` [PULL 18/34] migration: export migration_is_setup_or_active
` [PULL 19/34] migration: export migration_is_active
` [PULL 20/34] migration: export migration_is_running
` [PULL 21/34] migration: export vcpu_dirty_limit_period
` [PULL 22/34] migration: migration_thread_is_self
` [PULL 23/34] migration: migration_is_device
` [PULL 24/34] migration: migration_file_set_error
` [PULL 25/34] migration: privatize colo interfaces
` [PULL 26/34] migration: delete unused accessors
` [PULL 27/34] migration: purge MigrationState from public interface
` [PULL 28/34] migration/multifd: Allow zero pages in file migration
` [PULL 29/34] migration/multifd: Allow clearing of the file_bmap from multifd
` [PULL 30/34] migration/multifd: Add new migration option zero-page-detection
` [PULL 31/34] migration/multifd: Implement zero page transmission on the multifd thread
` [PULL 32/34] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PULL 33/34] migration/multifd: Enable multifd zero page checking by default
` [PULL 34/34] migration/multifd: Add new migration test cases for legacy zero page checking

[PATCH v4 0/8] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-11 21:59 UTC  (23+ messages)
` [PATCH v4 2/8] Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PATCH v4 3/8] Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PATCH v4 4/8] Add channels parameter in migrate_qmp_fail
` [PATCH v4 5/8] Add migrate_set_ports into migrate_qmp to update migration port value
` [PATCH v4 6/8] Add channels parameter in migrate_qmp
` [PATCH v4 7/8] Add multifd_tcp_plain test using list of channels instead of uri

[PATCH v5 0/8] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-11 21:53 UTC  (9+ messages)
` [PATCH v5 1/8] Add 'to' object into migrate_qmp()
` [PATCH v5 2/8] Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PATCH v5 3/8] Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PATCH v5 4/8] Add channels parameter in migrate_qmp_fail
` [PATCH v5 5/8] Add migrate_set_ports into migrate_qmp to update migration port value
` [PATCH v5 6/8] Add channels parameter in migrate_qmp
` [PATCH v5 7/8] Add multifd_tcp_plain test using list of channels instead of uri
` [PATCH v5 8/8] Add negative tests to validate migration QAPIs

[PATCH 00/13] misc ppc patches
 2024-03-11 21:07 UTC  (17+ messages)
` [PATCH 01/13] ppc: Drop support for POWER9 and POWER10 DD1 chips
` [PATCH 02/13] target/ppc: POWER10 does not have transactional memory
` [PATCH 03/13] ppc/spapr|pnv: Remove SAO from pa-features
` [PATCH 04/13] ppc/spapr: Remove copy-paste "
` [PATCH 05/13] ppc/spapr: Adjust ibm,pa-features for POWER9
` [PATCH 06/13] ppc/spapr: Add pa-features for POWER10 machines
` [PATCH 07/13] ppc/pnv: Permit ibm, pa-features set per machine variant
` [PATCH 08/13] ppc/pnv: Set POWER9, POWER10 ibm,pa-features bits
` [PATCH 09/13] target/ppc: Prevent supervisor from modifying MSR[ME]
` [PATCH 10/13] spapr: set MSR[ME] and MSR[FP] on client entry
` [PATCH 11/13] target/ppc: Make checkstop actually stop the system
` [PATCH 12/13] target/ppc: improve checkstop logging
` [PATCH 13/13] target/ppc: Implement attn instruction on BookS 64-bit processors

[PATCH v6 0/7] Introduce multifd zero page checking
 2024-03-11 20:59 UTC  (13+ messages)
` [PATCH v6 1/7] migration/multifd: Allow zero pages in file migration
` [PATCH v6 2/7] migration/multifd: Allow clearing of the file_bmap from multifd
` [PATCH v6 3/7] migration/multifd: Add new migration option zero-page-detection
` [PATCH v6 4/7] migration/multifd: Implement zero page transmission on the multifd thread
` [PATCH v6 5/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PATCH v6 6/7] migration/multifd: Enable multifd zero page checking by default
` [PATCH v6 7/7] migration/multifd: Add new migration test cases for legacy zero page checking

[PATCH] target/i386: fix direction of "32-bit MMU" test
 2024-03-11 20:37 UTC  (2+ messages)

[PATCH v4 00/25] migration: Improve error reporting
 2024-03-11 20:24 UTC  (15+ messages)
` [PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()

[PATCH] virtio-blk: iothread-vq-mapping coroutine pool sizing
 2024-03-11 20:14 UTC 

[PATCH v2 00/14] libvhost-user: support more memslots and cleanup memslot handling code
 2024-03-11 20:03 UTC  (3+ messages)

[PATCH v9 0/1] pci hotplug tracking
 2024-03-11 20:02 UTC  (2+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2024-03-11 20:00 UTC  (10+ messages)

[PATCH] hw/ppc/sam460ex: Support short options for adding drives
 2024-03-11 20:00 UTC  (3+ messages)

[PATCH v2] linux-aio: add IO_CMD_FDSYNC command support
 2024-03-11 19:36 UTC  (4+ messages)

[PULL 00/20] target-arm queue
 2024-03-11 19:12 UTC  (21+ messages)
` [PULL 01/20] hw/arm: Deprecate various old Arm machine types
` [PULL 02/20] contrib/elf2dmp: Remove unnecessary err flags
` [PULL 03/20] contrib/elf2dmp: Assume error by default
` [PULL 04/20] contrib/elf2dmp: Continue even contexts are lacking
` [PULL 05/20] contrib/elf2dmp: Change pa_space_create() signature
` [PULL 06/20] contrib/elf2dmp: Fix error reporting style in addrspace.c
` [PULL 07/20] contrib/elf2dmp: Fix error reporting style in download.c
` [PULL 08/20] contrib/elf2dmp: Fix error reporting style in pdb.c
` [PULL 09/20] contrib/elf2dmp: Fix error reporting style in qemu_elf.c
` [PULL 10/20] contrib/elf2dmp: Fix error reporting style in main.c
` [PULL 11/20] contrib/elf2dmp: Always check for PA resolution failure
` [PULL 12/20] contrib/elf2dmp: Always destroy PA space
` [PULL 13/20] contrib/elf2dmp: Ensure segment fits in file
` [PULL 14/20] contrib/elf2dmp: Use lduw_le_p() to read PDB
` [PULL 15/20] contrib/elf2dmp: Use rol64() to decode
` [PULL 16/20] MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewer
` [PULL 17/20] contrib/elf2dmp: Use GPtrArray
` [PULL 18/20] contrib/elf2dmp: Clamp QEMU note to file size
` [PULL 19/20] contrib/elf2dmp: Ensure phdrs fit in file
` [PULL 20/20] docs: update copyright date to the year 2024

[PULL 0/6] hw/nvme updates
 2024-03-11 19:11 UTC  (7+ messages)
` [PULL 1/6] hw/nvme: separate 'serial' property for VFs
` [PULL 2/6] hw/nvme: fix invalid check on mcl
` [PULL 3/6] MAINTAINERS: add Jesper as reviewer on hw/nvme
` [PULL 4/6] hw/nvme: Add NVMe NGUID property
` [PULL 5/6] hw/nvme: generalize the mbar size helper
` [PULL 6/6] hw/nvme: add machine compatibility parameter to enable msix exclusive bar

[PATCH V3] migration: export fewer options
 2024-03-11 19:06 UTC  (2+ messages)

[PATCH-for-9.0] docs: Deprecate the pseries-2.12 machines
 2024-03-11 19:04 UTC 

[PATCH v2] spapr: Tag pseries-2.1 - 2.11 machines as deprecated
 2024-03-11 18:56 UTC  (4+ messages)

[PATCH v3 00/20] qapi: statically type schema.py
 2024-03-11 18:44 UTC  (11+ messages)
` [PATCH v3 08/20] qapi/schema: add type narrowing to lookup_type()
` [PATCH v3 09/20] qapi/schema: assert resolve_type has 'info' and 'what' args on error
` [PATCH v3 10/20] qapi: use schema.resolve_type instead of schema.lookup_type

[PATCH v5 00/22] parallels: Add full dirty bitmap support
 2024-03-11 18:18 UTC  (23+ messages)
` [PATCH v5 01/22] parallels: Set s->used_bmap to NULL in parallels_free_used_bitmap()
` [PATCH v5 02/22] parallels: Move inactivation code to a separate function
` [PATCH v5 03/22] parallels: Make mark_used() a global function
` [PATCH v5 04/22] parallels: Limit search in parallels_mark_used to the last marked claster
` [PATCH v5 05/22] parallels: Add parallels_mark_unused() helper
` [PATCH v5 06/22] parallels: Move host clusters allocation to a separate function
` [PATCH v5 07/22] parallels: Set data_end value in parallels_check_leak()
` [PATCH v5 08/22] parallels: Recreate used bitmap "
` [PATCH v5 09/22] parallels: Add a note about used bitmap in parallels_check_duplicate()
` [PATCH v5 10/22] parallels: Create used bitmap even if checks needed
` [PATCH v5 11/22] parallels: Add dirty bitmaps saving
` [PATCH v5 12/22] parallels: drop dirty bitmap data if the image was not properly closed
` [PATCH v5 13/22] parallels: Let image extensions work in RW mode
` [PATCH v5 14/22] parallels: Preserve extensions cluster for non-transient extensions
` [PATCH v5 15/22] parallels: Handle L1 entries equal to one
` [PATCH v5 16/22] parallels: Make a loaded dirty bitmap persistent
` [PATCH v5 17/22] parallels: Reverse a conditional in parallels_check_leak() to reduce indents
` [PATCH v5 18/22] parallels: Check unused clusters in parallels_check_leak()
` [PATCH v5 19/22] parallels: Remove unnecessary data_end field
` [PATCH v5 20/22] tests: Add parallels images support to test 165
` [PATCH v5 21/22] tests: Turned on 256, 299, 304 and block-status-cache for parallels format
` [PATCH v5 22/22] tests: Add parallels format support to image-fleecing

[PATCH v3 0/3] hw/core: Cleanup and reorder headers
 2024-03-11 18:26 UTC  (5+ messages)
` [PATCH v3 1/3] hw/core: Cleanup unused included headers in cpu-common.c

[PATCH] block: Use LVM tools for LV block device truncation
 2024-03-11 18:24 UTC  (2+ messages)

[PATCH v4 0/7] Introduce multifd zero page checking
 2024-03-11 18:02 UTC  (6+ messages)
` [PATCH v4 3/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page

[PATCH V2] migration: export fewer options
 2024-03-11 17:53 UTC  (5+ messages)

[PATCH] target/ppc: Fix GDB SPR regnum indexing
 2024-03-11 17:54 UTC 

[PULL 0/1] M68k for 9.0 patches
 2024-03-11 17:54 UTC  (2+ messages)
` [PULL 1/1] virt: set the CPU type in BOOTINFO


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 read-only IMAP folder(s) and NNTP newsgroup(s).