qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-02 05:56:32 to 2024-02-02 21:35:08 UTC [more...]

[PATCH v2 00/23] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-02 21:34 UTC  (37+ messages)
` [PATCH v2 01/23] migration/multifd: Drop stale comment for multifd zero copy
` [PATCH v2 02/23] migration/multifd: multifd_send_kick_main()
` [PATCH v2 03/23] migration/multifd: Drop MultiFDSendParams.quit, cleanup error paths
` [PATCH v2 04/23] migration/multifd: Postpone reset of MultiFDPages_t
` [PATCH v2 05/23] migration/multifd: Drop MultiFDSendParams.normal[] array
` [PATCH v2 06/23] migration/multifd: Separate SYNC request with normal jobs
` [PATCH v2 07/23] migration/multifd: Simplify locking in sender thread
` [PATCH v2 08/23] migration/multifd: Drop pages->num check "
` [PATCH v2 09/23] migration/multifd: Rename p->num_packets and clean it up
` [PATCH v2 10/23] migration/multifd: Move total_normal_pages accounting
` [PATCH v2 11/23] migration/multifd: Move trace_multifd_send|recv()
` [PATCH v2 12/23] migration/multifd: multifd_send_prepare_header()
` [PATCH v2 13/23] migration/multifd: Move header prepare/fill into send_prepare()
` [PATCH v2 14/23] migration/multifd: Forbid spurious wakeups
` [PATCH v2 15/23] migration/multifd: Split multifd_send_terminate_threads()
` [PATCH v2 16/23] migration/multifd: Change retval of multifd_queue_page()
` [PATCH v2 17/23] migration/multifd: Change retval of multifd_send_pages()
` [PATCH v2 18/23] migration/multifd: Rewrite multifd_queue_page()
` [PATCH v2 19/23] migration/multifd: Cleanup multifd_save_cleanup()
` [PATCH v2 20/23] migration/multifd: Cleanup multifd_load_cleanup()
` [PATCH v2 21/23] migration/multifd: Stick with send/recv on function names
` [PATCH v2 22/23] migration/multifd: Fix MultiFDSendParams.packet_num race
` [PATCH v2 23/23] migration/multifd: Optimize sender side to be lockless

[PATCH v3 0/3] hw/i2c: smbus: Reset fixes
 2024-02-02 20:48 UTC  (4+ messages)
` [PATCH v3 1/3] hw/i2c: core: Add reset
` [PATCH v3 2/3] hw/i2c/smbus_slave: Add object path on error prints
` [PATCH v3 3/3] hw/i2c: smbus_slave: Reset state on reset

[PATCH v2 0/3] hw/i2c: smbus: Reset fixes
 2024-02-02 20:44 UTC  (4+ messages)
` [PATCH v2 1/3] hw/i2c: core: Add reset

[PATCH] Hexagon (target/hexagon) Only pass env to generated helper when needed
 2024-02-02 19:48 UTC 

[PULL 00/10] Hppa fixes 8.2 patches
 2024-02-02 19:26 UTC  (6+ messages)
` [PULL 02/10] hw/hppa/machine: Disable default devices with --nodefaults option

[PATCH 0/5] migration/multifd: Fix channel creation vs. cleanup races
 2024-02-02 19:11 UTC  (6+ messages)
` [PATCH 1/5] migration/multifd: Join the TLS thread
` [PATCH 2/5] migration/multifd: Remove p->running
` [PATCH 3/5] migration/multifd: Move multifd_save_setup error handling in to the function
` [PATCH 4/5] migration/multifd: Move multifd_save_setup into migration thread
` [PATCH 5/5] migration/multifd: Add a synchronization point for channel creation

[PULL v2 00/47] nic-config-2 queue
 2024-02-02 18:56 UTC  (3+ messages)
` [PULL v2 38/47] hw/net/lasi_i82596: use qemu_create_nic_device()

[RFC v1 0/3] Add cache structure table creation for PPTT table
 2024-02-02 17:30 UTC  (5+ messages)
` [RFC v1 3/3] hw/arm/virt-acpi-build.c: Enable CPU cache topology

[PULL 00/47] nic-config.for-upstream queue
 2024-02-02 17:01 UTC  (7+ messages)

Crash with CXL + TCG on 8.2: Was Re: qemu cxl memory expander shows numa_node -1
 2024-02-02 16:56 UTC  (15+ messages)

[PULL 00/57] tcg patch queue
 2024-02-02 16:47 UTC  (28+ messages)
` [PULL 05/57] target/arm: Populate CPUClass.mmu_index
` [PULL 08/57] target/cris: "
` [PULL 10/57] target/i386: "
` [PULL 13/57] target/m68k: "
` [PULL 15/57] target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill
` [PULL 20/57] target/ppc: Split out ppc_env_mmu_index
` [PULL 27/57] target/s390x: Populate CPUClass.mmu_index
` [PULL 30/57] target/tricore: "
` [PULL 33/57] include/exec: Change cpu_mmu_index argument to CPUState
` [PULL 34/57] tests/tcg: Fix the /proc/self/mem probing in the PROT_NONE gdbstub test
` [PULL 36/57] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY
` [PULL 37/57] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL
` [PULL 41/57] target/sparc: Use i128 for FSQRTq
` [PULL 42/57] target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq
` [PULL 43/57] target/sparc: Use i128 for FqTOs, FqTOi
` [PULL 44/57] target/sparc: Use i128 for FqTOd, FqTOx
` [PULL 45/57] target/sparc: Use i128 for FCMPq, FCMPEq
` [PULL 46/57] target/sparc: Use i128 for FsTOq, FiTOq
` [PULL 47/57] target/sparc: Use i128 for FdTOq, FxTOq
` [PULL 48/57] target/sparc: Use i128 for Fdmulq
` [PULL 49/57] target/sparc: Remove qt0, qt1 temporaries
` [PULL 51/57] target/sparc: Split ver from env->fsr
` [PULL 53/57] target/sparc: Merge check_ieee_exceptions with FPop helpers
` [PULL 54/57] target/sparc: Split cexc and ftt from env->fsr
` [PULL 56/57] target/sparc: Split fcc out of env->fsr
` [PULL 57/57] target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASK

[PATCH v4 00/47] Rework matching of network devices to -nic options
 2024-02-02 16:22 UTC  (3+ messages)
` [PATCH v4 38/47] hw/net/lasi_i82596: use qemu_create_nic_device()
  ` [PATCH v4.1 "

KVM/QEMU Community Call 6th Feb Agenda Items
 2024-02-02 15:55 UTC 

[PULL 00/36] target-arm queue
 2024-02-02 15:36 UTC  (37+ messages)
` [PULL 01/36] target/arm: fix exception syndrome for AArch32 bkpt insn
` [PULL 02/36] pci: Switch bus reset to 3-phase-reset
` [PULL 03/36] vmbus: "
` [PULL 04/36] adb: "
` [PULL 05/36] hw/s390x/css-bridge: switch virtual-css bus "
` [PULL 06/36] hw/core: Remove transitional infrastructure from BusClass
` [PULL 07/36] system/vl.c: Fix handling of '-serial none -serial something'
` [PULL 08/36] qemu-options.hx: Improve -serial option documentation
` [PULL 09/36] target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace set
` [PULL 10/36] tests/qtest/xlnx-versal-trng-test.c: Drop use of variable length array
` [PULL 11/36] target/arm: Reinstate "vfp" property on AArch32 CPUs
` [PULL 12/36] doc/sphinx/hxtool.py: add optional label argument to SRST directive
` [PULL 13/36] hw/arm/exynos: Add missing QOM parent for CPU cores
` [PULL 14/36] hw/arm/exynos: Check for CPU types in machine_run_board_init()
` [PULL 15/36] hw/arm/highbank: Add missing QOM parent for CPU cores
` [PULL 16/36] hw/arm/highbank: Check for CPU types in machine_run_board_init()
` [PULL 17/36] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
` [PULL 18/36] hw/arm/musca: "
` [PULL 19/36] hw/arm/npcm7xx_boards: "
` [PULL 20/36] hw/arm/vexpress: Check for CPU types in machine_run_board_init()
` [PULL 21/36] hw/arm/zynq: "
` [PULL 22/36] pci-host: designware: Limit value range of iATU viewport register
` [PULL 23/36] hw/arm/strongarm.c: convert DPRINTF to trace events and guest errors
` [PULL 24/36] hw/arm/z2: "
` [PULL 25/36] hw/arm/xen_arm.c: convert DPRINTF to trace events and error/warn reports
` [PULL 26/36] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
` [PULL 27/36] hw/xen/xen-hvm-common.c: "
` [PULL 28/36] hw/xen: convert stderr prints to error/warn reports
` [PULL 29/36] hw/net: Add NPCMXXX GMAC device
` [PULL 30/36] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PULL 31/36] tests/qtest: Creating qtest for GMAC Module
` [PULL 32/36] hw/net: GMAC Rx Implementation
` [PULL 33/36] hw/net: GMAC Tx Implementation
` [PULL 34/36] tests/qtest: Adding PCS Module test to GMAC Qtest
` [PULL 35/36] hw/ssi: Implement BCM2835 SPI Controller
` [PULL 36/36] hw/arm: Connect SPI Controller to BCM2835

[PATCH v2 0/3] virtio: Re-enable notifications after drain
 2024-02-02 15:31 UTC  (4+ messages)
` [PATCH v2 1/3] virtio-scsi: Attach event vq notifier with no_poll
` [PATCH v2 2/3] virtio: Re-enable notifications after drain
` [PATCH v2 3/3] virtio-blk: Use ioeventfd_attach in start_ioeventfd

[PATCH v3 0/5] gdbstub: Implement catching syscalls
 2024-02-02 15:23 UTC  (6+ messages)
` [PATCH v3 1/5] gdbstub: Expose TARGET_SIGTRAP in a target-agnostic way
` [PATCH v3 2/5] gdbstub: Allow specifying a reason in stop packets
` [PATCH v3 3/5] gdbstub: Add syscall entry/return hooks
` [PATCH v3 4/5] gdbstub: Implement catching syscalls
` [PATCH v3 5/5] tests/tcg: Add the syscall catchpoint gdbstub test

[PATCH v3 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-02-02 15:21 UTC  (7+ messages)
` [PATCH v3 1/6] target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()
` [PATCH v3 2/6] target/riscv: add riscv,isa to named features
` [PATCH v3 3/6] target/riscv: add remaining "
` [PATCH v3 4/6] target/riscv: Reset henvcfg to zero
` [PATCH v3 5/6] target/riscv: Gate hardware A/D PTE bit updating
` [PATCH v3 6/6] target/riscv: Promote svade to a normal extension

[PATCH 0/2] migration: Fix return-path thread exit
 2024-02-02 15:11 UTC  (10+ messages)
` [PATCH 1/2] migration: Add a file_error argument to close_return_path_on_source()
` [PATCH 2/2] migration: Fix return-path thread exit

[PATCH 0/2] block: Allow concurrent BB context changes
 2024-02-02 14:47 UTC  (3+ messages)
` [PATCH 1/2] block-backend: Allow concurrent "
` [PATCH 2/2] scsi: Await request purging

[PATCH v3 0/3] Adjust the output of x-query-virtio-status
 2024-02-02 14:32 UTC  (4+ messages)
` [PATCH v3 1/3] qmp: Switch x-query-virtio-status back to numeric encoding
` [PATCH v3 2/3] virtio: Declare the decoding functions to static
` [PATCH v3 3/3] qapi: Define VhostDeviceProtocols and VirtioDeviceFeatures as plain C types

[PATCH v2 0/2] gdbstub: Implement catching syscalls
 2024-02-02 14:30 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v4 0/4] target/s390x: Emulate CVDG and CVB*
 2024-02-02 14:12 UTC  (5+ messages)
` [PATCH v4 1/4] target/s390x: Emulate CVDG
` [PATCH v4 2/4] target/s390x: Emulate CVB, CVBY and CVBG
` [PATCH v4 3/4] tests/tcg/s390x: Test CONVERT TO DECIMAL
` [PATCH v4 4/4] tests/tcg/s390x: Test CONVERT TO BINARY

[PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835
 2024-02-02 13:51 UTC  (2+ messages)

[PULL v2 00/17] aspeed queue
 2024-02-02 13:50 UTC  (2+ messages)

[PULL 0/1] loongarch-to-apply queue
 2024-02-02 13:50 UTC  (2+ messages)

[PULL 00/14] Migration 20240126 patches
 2024-02-02 13:47 UTC  (4+ messages)
` [PULL 06/14] ci: Add a migration compatibility test job

[PATCH] vdpa-dev: Fix initialisation order to restore VDUSE compatibility
 2024-02-02 13:25 UTC 

[PULL 00/33] Block layer patches
 2024-02-02 12:32 UTC  (12+ messages)
` [PULL 11/33] scsi: only access SCSIDevice->requests from one thread

[PATCH] linux-user/aarch64: Add padding before __kernel_rt_sigreturn
 2024-02-02 12:26 UTC  (2+ messages)

[PATCH 00/14] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-02 12:15 UTC  (8+ messages)
` [PATCH 04/14] migration/multifd: Postpone reset of MultiFDPages_t

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-02 11:52 UTC  (5+ messages)
` [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

[PATCH v3 0/2] riscv: add rv32i,rv32e and rv64e CPUs
 2024-02-02 11:44 UTC  (2+ messages)

[PATCH v4] target/riscv: mcountinhibit, mcounteren, scounteren, hcounteren is 32-bit
 2024-02-02 11:39 UTC 

[PATCH] RISC-V: Report the QEMU vendor/arch IDs on virtual CPUs
 2024-02-02 11:25 UTC  (4+ messages)
  `  "

[PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64
 2024-02-02 10:51 UTC  (11+ messages)

FW: [PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2024-02-02 10:27 UTC  (12+ messages)
          ` 回复: "

[PATCH v7 0/6] Pointer Masking update for Zjpm v0.8
 2024-02-02 10:14 UTC  (7+ messages)
` [PATCH v7 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v7 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v7 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v7 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v7 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v7 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH v3 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-02-02 10:03 UTC  (5+ messages)
` [PATCH v3 13/20] migration/multifd: Prepare to introduce DSA acceleration on the multifd path
    ` [External] "

[PATCH 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-02-02  9:44 UTC  (6+ messages)
` [PATCH 3/6] target/riscv: add remaining named features

[PATCH v2 0/3] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-02  8:49 UTC  (8+ messages)
` [PATCH v2 1/3] virtio-iommu: Add an option to define the input range width
` [PATCH v2 2/3] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v2 3/3] hw: Set virtio-iommu aw-bits default value on pc_q35_9.0 and arm virt

[PATCH v2] qemu_init: increase NOFILE soft limit on POSIX
 2024-02-02  8:35 UTC  (2+ messages)

[PATCH v4 0/1] Initialize backend memory objects in parallel
 2024-02-02  8:30 UTC  (4+ messages)
` [PATCH v4 1/1] oslib-posix: initialize "


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