qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 12:31:37 to 2024-03-04 21:17:04 UTC [more...]

[PATCH 0/2] Fix CI build on Free BSD 13
 2024-03-04 21:16 UTC  (8+ messages)
` [PATCH 1/2] meson: detect broken clang 17 with -fzero-call-used-regs
` [PATCH 2/2] gitlab: update FreeBSD Cirrus CI image to 13.3

[PATCH v2] docs/conf.py: Remove usage of distutils
 2024-03-04 21:15 UTC  (7+ messages)

[PATCH 0/2] SMBIOS type 9 descriptor implementation
 2024-03-04 21:11 UTC  (2+ messages)

[PATCH] make-release: switch to .xz format by default
 2024-03-04 21:06 UTC  (2+ messages)

[RFC PATCH] tests: bump QOS_PATH_MAX_ELEMENT_SIZE again
 2024-03-04 19:37 UTC 

[PATCH v6 00/23] migration: File based migration with multifd and mapped-ram
 2024-03-04 21:04 UTC  (9+ messages)

[PATCH v3 00/26] migration: Improve error reporting
 2024-03-04 21:04 UTC  (26+ messages)
` [PATCH v3 01/26] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH v3 02/26] vfio: Always report an error in vfio_save_setup()
` [PATCH v3 03/26] migration: Always report an error in block_save_setup()
` [PATCH v3 05/26] migration: Add Error** argument to vmstate_save()
` [PATCH v3 06/26] migration: Report error when shutdown fails
` [PATCH v3 07/26] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PATCH v3 10/26] migration: Move cleanup after after error reporting in qemu_savevm_state_setup()
` [PATCH v3 11/26] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v3 12/26] migration: Add Error** argument to .save_setup() handler
` [PATCH v3 13/26] migration: Add Error** argument to .load_setup() handler
` [PATCH v3 15/26] memory: Add Error** argument to the global_dirty_log routines
` [PATCH v3 16/26] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PATCH v3 17/26] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v3 18/26] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v3 19/26] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH v3 20/26] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v3 21/26] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v3 22/26] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v3 23/26] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v3 24/26] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v3 25/26] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v3 26/26] vfio: Extend vfio_set_migration_error() with Error* argument

Consulting to create fake object under tests/qtest
 2024-03-04 18:22 UTC 

[PATCH 1/2] gdbstub: Add Xfer:siginfo:read stub
 2024-03-04 20:59 UTC  (5+ messages)
` [PATCH 2/2] tests/tcg: Add multiarch test for "

[PATCH] tests/tcg/multiarch: Give the 'memory' TCG test a larger timeout
 2024-03-04 20:44 UTC  (4+ messages)

[PATCH v2 0/3] migration: Don't serialize devices in qemu_savevm_state_iterate()
 2024-03-04 20:36 UTC  (2+ messages)

[PATCH v1 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-04 19:46 UTC  (9+ messages)
` [PATCH v1 1/8] virtio/virtio-pci: Handle extra notification data
` [PATCH v1 2/8] virtio-pci: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
` [PATCH v1 3/8] virtio-mmio: Handle extra notification data
` [PATCH v1 4/8] virtio-mmio: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
` [PATCH v1 5/8] virtio-ccw: Handle extra notification data
` [PATCH v1 6/8] virtio-ccw: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
` [PATCH v1 7/8] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
` [PATCH v1 8/8] virtio: Add VIRTIO_F_NOTIFICATION_DATA property definition

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-04 19:34 UTC  (14+ messages)
` [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v5 02/13] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v5 03/13] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v5 04/13] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v5 05/13] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size insead of mr as argument
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 07/13] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v5 08/13] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 10/13] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v5 11/13] hw/cxl/cxl-mailbox-utils: Add partial and superset extent release mailbox support
` [PATCH v5 12/13] hw/mem/cxl_type3: Allow to release partial extent and extent superset in QMP interface
` [PATCH v5 13/13] qapi/cxl.json: Add QMP interfaces to print out accepted and pending DC extents

[RFC 0/2] Add RISC-V Server Platform Reference Board
 2024-03-04 19:43 UTC  (7+ messages)
` [RFC 1/2] hw/riscv: Add server platform reference machine
` [RFC 2/2] target/riscv: Add server platform reference cpu
` [RISC-V][tech-server-platform] [RFC 0/2] Add RISC-V Server Platform Reference Board

[PATCH 0/4 for 9.0] Clean-up disassembler handling for plugins
 2024-03-04 19:26 UTC  (6+ messages)
` [PATCH 1/4] disas: introduce no_raw_bytes
` [PATCH 2/4] disas/hppa: honour no_raw_bytes
` [PATCH 3/4] target/loongarch: honour no_raw_bytes when disassembling
` [PATCH 4/4] target/riscv: "

[PATCH v3 00/12] plugins/execlog: add data address match and address range support
 2024-03-04 19:12 UTC  (8+ messages)
` [PATCH v3 01/12] util/log: convert debug_regions to GList

[ANNOUNCE] QEMU 7.2.10 Stable released
 2024-03-04 18:31 UTC 

[ANNOUNCE] QEMU 8.2.2 Stable released
 2024-03-04 18:31 UTC 

[PATCH v4 0/7] Introduce multifd zero page checking
 2024-03-04 18:24 UTC  (7+ messages)
` [PATCH v4 2/7] migration/multifd: Implement zero page transmission on the multifd thread

[PATCH v7 00/12] TCG Plugin inline operation enhancement
 2024-03-04 18:07 UTC  (14+ messages)
` [PATCH v7 01/12] plugins: scoreboard API
` [PATCH v7 02/12] plugins: define qemu_plugin_u64
` [PATCH v7 03/12] plugins: implement inline operation relative to cpu_index
` [PATCH v7 04/12] plugins: add inline operation per vcpu
` [PATCH v7 05/12] tests/plugin: add test plugin for inline operations
` [PATCH v7 06/12] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH v7 07/12] tests/plugin/insn: "
` [PATCH v7 08/12] tests/plugin/bb: "
` [PATCH v7 09/12] contrib/plugins/hotblocks: "
` [PATCH v7 10/12] contrib/plugins/howvec: "
` [PATCH v7 11/12] plugins: remove non per_vcpu inline operation from API
` [PATCH v7 12/12] plugins: cleanup codepath for previous inline operation

[PATCH v4 00/12] gdbstub: Implement follow-fork-mode child
 2024-03-04 18:03 UTC  (2+ messages)

[PATCH 0/7] contrib/elf2dmp: Improve robustness
 2024-03-04 18:03 UTC  (16+ messages)
` [PATCH 1/7] contrib/elf2dmp: Always check for PA resolution failure
` [PATCH 2/7] contrib/elf2dmp: Always destroy PA space
` [PATCH 3/7] contrib/elf2dmp: Ensure segment fits in file
` [PATCH 4/7] contrib/elf2dmp: Use lduw_le_p() to read PDB
` [PATCH 5/7] contrib/elf2dmp: Use rol64() to decode
` [PATCH 6/7] contrib/elf2dmp: Continue even contexts are lacking
` [PATCH 7/7] MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewer

[PATCH 00/19] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-03-04 17:38 UTC  (19+ messages)
` [PATCH 06/19] smbios: get rid of smbios_legacy global
` [PATCH 07/19] smbios: avoid mangling user provided tables
` [PATCH 09/19] smbios: build legacy mode code only for 'pc' machine
` [PATCH 10/19] smbios: handle errors consistently
` [PATCH 11/19] smbios: clear smbios_tables pointer after freeing
` [PATCH 12/19] get rid of global smbios_ep_type

[PATCH v5 0/4] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-03-04 17:37 UTC  (4+ messages)
` [PATCH v5 3/4] hw: Set virtio-iommu aw-bits default value on pc_q35 and arm virt

[PATCH v4 00/10] Enabling DCD emulation support in Qemu
 2024-03-04 17:35 UTC  (7+ messages)
` [PATCH v4 02/10] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v4 04/10] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices

[RFC 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
 2024-03-04 17:32 UTC  (11+ messages)
` [RFC 1/8] virtio/virtio-pci: Handle extra notification data
` [RFC 7/8] vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits

[PATCH 0/3] linux-user: Implement some prctls
 2024-03-04 17:27 UTC  (7+ messages)
` [PATCH 1/3] linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
` [PATCH 2/3] linux-user: Implement PR_{GET,SET}_SPECULATION_CTRL
` [PATCH 3/3] linux-user: Implement PR_GET_TID_ADDRESS

[PATCH v3 0/6] target/arm: Do memory alignment check for device memory
 2024-03-04 17:27 UTC  (5+ messages)
` [PATCH v3 6/6] target/arm: Do memory type alignment check when translation enabled

[PATCH v5 0/5] Add ISA extension smcntrpmf support
 2024-03-04 17:24 UTC  (3+ messages)
` [PATCH v5 2/5] target/riscv: Add cycle & instret privilege mode filtering properties

[PATCH 0/8] target/arm: Implement FEAT_ECV (Enhanced Counter Virtualization)
 2024-03-04 17:02 UTC  (5+ messages)
` [PATCH 3/8] target/arm: use FIELD macro for CNTHCTL bit definitions

[PATCH v2] target/loongarch: Add TCG macro in structure CPUArchState
 2024-03-04 16:53 UTC  (2+ messages)

[PATCH v6 0/8] Add device STM32L4x5 RCC
 2024-03-04 16:44 UTC  (2+ messages)

[PATCH v3] hw/scsi/lsi53c895a: add timer to scripts processing
 2024-03-04 16:37 UTC 

[PATCH for-8.2 0/4] Assorted replay patches
 2024-03-04 16:33 UTC  (6+ messages)
` [PATCH 4/4] replay: simple auto-snapshot mode for record

[PATCH v2] hw/scsi/lsi53c895a: add timer to scripts processing
 2024-03-04 16:07 UTC  (4+ messages)

[PATCH 0/3] target/hppa: Fix some wide mode displacements
 2024-03-04  6:44 UTC  (4+ messages)
` [PATCH 2/3] target/hppa: Fix assemble_11a insns for wide mode

[PATCH v2 0/9] Add AST2700 support
 2024-03-04 15:54 UTC  (12+ messages)
` [PATCH v2 3/9] aspeed/sdmc: "
` [PATCH v2 4/9] aspeed/smc: "
` [PATCH v2 5/9] aspeed/scu: "
  ` [PATCH v2 1/9] aspeed/wdt: "
  ` [PATCH v2 2/9] aspeed/sli: "
  ` [PATCH v2 8/9] aspeed: Add an AST2700 eval board
  ` [PATCH v2 7/9] aspeed/soc: Add AST2700 support

QNX VM hang on Qemu
 2024-03-04 15:48 UTC  (16+ messages)

[PATCH] hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices"
 2024-03-04 15:31 UTC  (2+ messages)

[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
 2024-03-04 15:29 UTC  (9+ messages)
` [PATCH v2 1/3] target/arm: Move v7m-related code from cpu32.c into a separate file
` [PATCH v2 2/3] target/arm/tcg/m_helper.c: Include the full helpers only with CONFIG_ARM_V7M

[PATCH 00/17 Part 2] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-03-04 15:12 UTC  (4+ messages)
` [PATCH 05/17] hw/vfio/ap: Fix "

[PATCH 0/3] cxl: Fix issues with g_steal_pointer()
 2024-03-04 15:12 UTC  (8+ messages)
` [PATCH 1/3] hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat()
` [PATCH 2/3] hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer()
` [PATCH 3/3] hw/mem/cxl_type3: "

[PATCH v2] hw/char/pl011: Add support for loopback
 2024-03-04 15:02 UTC  (2+ messages)

[PATCH 0/1] kvm: add support for guest physical bits
 2024-03-04 14:58 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-04  8:40 UTC  (3+ messages)
  ` [EXT] "

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-03-04 14:48 UTC  (5+ messages)
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH] migration/ram: add additional check
 2024-03-04 14:42 UTC 

[PATCH v5 0/3] Add support for I2C in BCM2835 boards
 2024-03-04 14:24 UTC  (2+ messages)

[PULL 0/4] machine development tool
 2024-03-04 13:51 UTC  (5+ messages)
` [PULL 1/4] qom: add default value
` [PULL 2/4] qmp: add dump machine type compatibility properties
` [PULL 3/4] python/qemu/machine: add method to retrieve QEMUMachine::binary field
` [PULL 4/4] scripts: add script to compare compatibility properties

[PATCH 0/2] target/riscv/kvm: update KVM exts to Linux 6.8
 2024-03-04 13:47 UTC  (3+ messages)
` [PATCH 1/2] linux-headers: Update to Linux v6.8-rc6
` [PATCH 2/2] target/riscv/kvm: update KVM exts to Linux 6.8

[PATCH v4 0/3] qga/commands-win32: Style cleanups before adding Windows Server 2025
 2024-03-04 13:45 UTC  (4+ messages)
` [PATCH v4 1/3] qga/commands-win32: Declare const qualifier before type
` [PATCH v4 2/3] qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size
` [PATCH v4 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command

[PATCH v2 00/21] migration: Improve error reporting
 2024-03-04 13:38 UTC  (4+ messages)
` [PATCH v2 08/21] memory: Add Error** argument to .log_global*() handlers

[PATCH v2 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-04 13:18 UTC  (3+ messages)

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-04 12:59 UTC  (4+ messages)
` [RFC PATCH v5 18/22] hw/intc/arm_gicv3: Implement NMI interrupt prioirty


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