qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-31 19:54:17 to 2024-02-01 15:22:07 UTC [more...]

[PATCH 00/14] migration/multifd: Refactor ->send_prepare() and cleanups
 2024-02-01 15:21 UTC  (32+ messages)
` [PATCH 03/14] migration/multifd: Drop MultiFDSendParams.quit, cleanup error paths
` [PATCH 04/14] migration/multifd: Postpone reset of MultiFDPages_t
` [PATCH 07/14] migration/multifd: Simplify locking in sender thread
` [PATCH 08/14] migration/multifd: Drop pages->num check "
` [PATCH 09/14] migration/multifd: Rename p->num_packets and clean it up
` [PATCH 10/14] migration/multifd: Move total_normal_pages accounting
` [PATCH 11/14] migration/multifd: Move trace_multifd_send|recv()
` [PATCH 12/14] migration/multifd: multifd_send_prepare_header()
` [PATCH 13/14] migration/multifd: Move header prepare/fill into send_prepare()
` [PATCH 14/14] migration/multifd: Forbid spurious wakeups

[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
 2024-02-01 14:53 UTC  (3+ messages)

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

[PATCH v2 0/3] hw/i2c: smbus: Reset fixes
 2024-02-01 15:14 UTC  (3+ messages)
` [PATCH v2 2/3] hw/i2c/smbus_slave: Add object path on error prints

[PATCH] RISC-V: Report the QEMU vendor/arch IDs on virtual CPUs
 2024-02-01 15:06 UTC  (2+ messages)

[PATCH] pci-host: designware: Limit value range of iATU viewport register
 2024-02-01 14:58 UTC  (2+ messages)

[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
 2024-02-01 14:46 UTC  (3+ messages)
` [PATCH v8 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine

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

[PATCH v2 0/3] target/arm: Allow compilation without CONFIG_ARM_V7M
 2024-02-01 14:19 UTC  (5+ 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

[PULL v2 00/17] aspeed queue
 2024-02-01 14:12 UTC  (18+ messages)
` [PULL 01/17] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
` [PULL 02/17] hw/arm/aspeed: Remove dead code
` [PULL 03/17] hw/arm/aspeed: Set default CPU count using aspeed_soc_num_cpus()
` [PULL 04/17] hw/arm/aspeed: Init CPU defaults in a common helper
` [PULL 05/17] hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper
` [PULL 06/17] hw/arm/aspeed: Check for CPU types in machine_run_board_init()
` [PULL 07/17] hw/fsi: Introduce IBM's Local bus
` [PULL 08/17] hw/fsi: Introduce IBM's scratchpad device
` [PULL 09/17] hw/fsi: Introduce IBM's FSI Bus
` [PULL 10/17] hw/fsi: Introduce IBM's fsi-slave model
` [PULL 11/17] hw/fsi: Introduce IBM's cfam
` [PULL 12/17] hw/fsi: Introduce IBM's FSI master
` [PULL 13/17] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
` [PULL 14/17] hw/arm: Hook up FSI module in AST2600
` [PULL 15/17] hw/fsi: Added qtest
` [PULL 16/17] hw/fsi: Added FSI documentation
` [PULL 17/17] hw/fsi: Update MAINTAINER list

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

[PATCH v3 0/9] hw/arm: Check for CPU types in machine_run_board_init()
 2024-02-01 14:00 UTC  (2+ messages)

[PATCH v4] doc/sphinx/hxtool.py: add optional label argument to SRST directive
 2024-02-01 13:53 UTC  (2+ messages)

[PATCH] hw/pci-host/raven.c: Mark raven_io_ops as implementing unaligned accesses
 2024-02-01 13:46 UTC  (4+ messages)

[PATCH 0/2] system: Fix handling of '-serial none -serial something'
 2024-02-01 13:35 UTC  (2+ messages)

[PATCH v2 0/3] virt: wire up NS EL2 virtual timer IRQ
 2024-02-01 13:33 UTC  (2+ messages)

[PATCH 0/5] buses: switch to 3-phase-reset
 2024-02-01 13:31 UTC  (5+ messages)
` [PATCH 5/5] hw/core: Remove transitional infrastructure from BusClass

[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
 2024-02-01 13:23 UTC  (16+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression
          ` [External] Re: [PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work

[PATCH 0/5] maintainer updates for 9.0 (docker, plugin tests, deprecation, elf, semihosting)
 2024-02-01 13:01 UTC  (10+ messages)
` [PATCH 1/5] tests/docker: Add sqlite3 module to openSUSE Leap container
` [PATCH 2/5] docs: mark CRIS support as deprecated
` [PATCH 3/5] configure: run plugin TCG tests again
` [PATCH 4/5] Revert "hw/elf_ops: Ignore loadable segments with zero size"
` [PATCH 5/5] kconfig: use "select" to enable semihosting

building qemu on a system with libxkbcommon installed but not xkeyboard-config produces an core dump
 2024-02-01 12:59 UTC  (5+ messages)

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

[PATCH] hw/ide: Add the possibility to disable the CompactFlash device in the build
 2024-02-01 12:54 UTC  (4+ messages)

[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
 2024-02-01 12:13 UTC  (2+ messages)

[PATCH 0/3] gdbstub: Implement follow-fork-mode child
 2024-02-01 12:11 UTC  (7+ messages)
` [PATCH 1/3] gdbstub: Refactor fork() handling
` [PATCH 2/3] gdbstub: Implement follow-fork-mode child
` [PATCH 3/3] tests/tcg: Add two follow-fork-mode tests

[PATCH] kconfig: use "select" to enable semihosting
 2024-02-01 11:55 UTC  (2+ messages)

[PATCH 00/88] esp: rework ESP emulation to use a SCSI phase-based state machine
 2024-02-01 11:36 UTC  (5+ messages)
` [PATCH 09/88] esp: update TC check logic in do_dma_pdma_cb() to check for TC == 0

[PATCH] pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()
 2024-02-01 11:37 UTC  (2+ messages)

[PATCH v2] block/blkio: Make s->mem_region_alignment be 64 bits
 2024-02-01 11:27 UTC  (2+ messages)

[PULL 00/21] Trivial patches for 2024-01-31
 2024-02-01 10:55 UTC  (2+ messages)

[PULL 0/5] Block patches
 2024-02-01 10:55 UTC  (2+ messages)

[PATCH v2 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
 2024-02-01 10:33 UTC  (4+ messages)
` [PATCH v2 1/3] Hexagon (target/hexagon) Analyze reads before writes
` [PATCH v2 2/3] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
` [PATCH v2 3/3] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)

[PATCH v4 00/47] Rework matching of network devices to -nic options
 2024-02-01 10:30 UTC  (7+ messages)
` [PATCH v4 33/47] hw/m68k/q800: use qemu_find_nic_info()
` [PATCH v4 37/47] hw/net/lasi_i82596: Re-enable build

[PATCH 0/6] Move memory listener register to vhost_vdpa_init
 2024-02-01 10:14 UTC  (4+ messages)
` [PATCH 1/6] vdpa: check for iova tree initialized at net_client_start

why various devices are loading x86 roms on non-x86 architectures?
 2024-02-01 10:08 UTC  (4+ messages)
    `  "

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-01  9:21 UTC  (4+ messages)

[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-01  8:51 UTC 

[PATCH 0/4] Consolidate the use of device_class_set_parent_realize()
 2024-02-01  8:40 UTC  (9+ messages)
` [PATCH 1/4] hw/isa/vt82c686: "
` [PATCH 2/4] hw/isa/pc87312: "
` [PATCH 3/4] hw/intc/s390_flic: "
` [PATCH 4/4] hw/arm/smmuv3: "

[PATCH v2 0/2] support unaligned access for some xHCI registers
 2024-02-01  8:13 UTC  (3+ messages)
` [PATCH v2 1/2] system/memory.c: support unaligned access
` [PATCH v2 2/2] hw/usb/hcd-xhci.c: allow unaligned access to Capability Registers

Dynamic & heterogeneous machines, initial configuration: problems
 2024-02-01  8:06 UTC  (2+ messages)

[PULL 0/1] loongarch-to-apply queue
 2024-02-01  7:33 UTC  (2+ messages)
` [PULL 1/1] target/loongarch: Fix qtest test-hmp error when KVM-only build

[PATCH rfcv2 00/18] Check and sync host IOMMU cap/ecap with vIOMMU
 2024-02-01  7:28 UTC  (19+ messages)
` [PATCH rfcv2 01/18] Introduce a common abstract struct HostIOMMUDevice
` [PATCH rfcv2 02/18] backends/iommufd: Introduce IOMMUFDDevice
` [PATCH rfcv2 03/18] vfio: Introduce IOMMULegacyDevice
` [PATCH rfcv2 04/18] vfio: Add host iommu device instance into VFIODevice
` [PATCH rfcv2 05/18] vfio: Remove redundant iommufd and devid elements in VFIODevice
` [PATCH rfcv2 06/18] vfio: Introduce host_iommu_device_init callback
` [PATCH rfcv2 07/18] vfio/container: Implement host_iommu_device_init callback in legacy mode
` [PATCH rfcv2 08/18] vfio/iommufd: Implement host_iommu_device_init callback in iommufd mode
` [PATCH rfcv2 09/18] vfio/pci: Initialize host iommu device instance after attachment
` [PATCH rfcv2 10/18] hw/pci: Introduce pci_device_set/unset_iommu_device()
` [PATCH rfcv2 11/18] intel_iommu: Add set/unset_iommu_device callback
` [PATCH rfcv2 12/18] vfio: Initialize host IOMMU device and pass to vIOMMU
` [PATCH rfcv2 13/18] intel_iommu: Extract out vtd_cap_init to initialize cap/ecap
` [PATCH rfcv2 14/18] intel_iommu: Add a framework to check and sync host IOMMU cap/ecap
` [PATCH rfcv2 15/18] backends/iommufd: Introduce helper function iommufd_device_get_info()
` [PATCH rfcv2 16/18] intel_iommu: Implement check and sync mechanism in iommufd mode
` [PATCH rfcv2 17/18] intel_iommu: Use mgaw instead of s->aw_bits
` [PATCH rfcv2 18/18] intel_iommu: Block migration if cap is updated

[PULL 00/17] aspeed queue
 2024-02-01  7:24 UTC  (3+ messages)
` [PULL 13/17] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus

[PATCH v3 0/4] target/s390x: Emulate CVDG and CVB*
 2024-02-01  6:57 UTC  (9+ messages)
` [PATCH v3 1/4] target/s390x: Emulate CVDG
` [PATCH v3 2/4] tests/tcg/s390x: Test CONVERT TO DECIMAL
` [PATCH v3 3/4] target/s390x: implement CVB, CVBY and CVBG
` [PATCH v3 4/4] tests/tcg/s390x: Test CONVERT TO BINARY

[PATCH 0/3] ui/gtk: introducing vc->visible
 2024-02-01  6:42 UTC  (5+ messages)
` [PATCH 1/3] ui/gtk: skip drawing guest scanout when associated VC is invisible

[PATCH v2 2/2] e1000e: fix link state on resume
 2024-02-01  5:45 UTC  (2+ messages)

[PATCH v2 1/2] igb: fix link state on resume
 2024-02-01  5:45 UTC  (2+ messages)

[PATCH 0/2] Move net backend cleanup to NIC cleanup
 2024-02-01  5:43 UTC  (2+ messages)

[PATCH v3 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-02-01  5:34 UTC  (12+ messages)
` [PATCH v3 01/20] multifd: Add capability to enable/disable zero_page
    ` [External] "
` [PATCH v3 03/20] multifd: Zero pages transmission
` [PATCH v3 06/20] util/dsa: Add dependency idxd
` [PATCH v3 15/20] migration/multifd: Add test hook to set normal page ratio

[PATCH v2 00/14] TCG Plugin inline operation enhancement
 2024-02-01  5:28 UTC  (5+ messages)
` [PATCH v2 02/14] plugins: scoreboard API

[PATCH] hw/intc: Handle the error of IOAPICCommonClass.realize()
 2024-02-01  3:25 UTC  (3+ messages)

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

[PATCH v5 0/6] Pointer Masking update for Zjpm v0.8
 2024-02-01  2:02 UTC  (6+ messages)
` [PATCH v5 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v5 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

答复: Disk migration from qcow2 to SPDK
 2024-02-01  1:57 UTC 

[PATCH] tcg: Fixes set const_args[i] wrong value when instructions imm is 0
 2024-02-01  1:17 UTC  (3+ messages)

[PATCH v4 0/8] Add device STM32L4x5 RCC
 2024-02-01  0:20 UTC  (7+ messages)
` [PATCH v4 1/8] Implement STM32L4x5_RCC skeleton
` [PATCH v4 3/8] Add an internal PLL Clock object
` [PATCH v4 7/8] STM32L4x5: Use the RCC Sysclk

Call for GSoC/Outreachy internship project ideas
 2024-02-01  0:11 UTC  (4+ messages)

[PATCH 00/10] Clean up includes
 2024-01-31 23:43 UTC  (3+ messages)
` [PATCH 03/10] disas/riscv: "

[PATCH v2 00/19] qapi: statically type schema.py
 2024-01-31 23:04 UTC  (7+ messages)
` [PATCH v2 09/19] qapi/schema: allow resolve_type to be used for built-in types

[PATCH] tests/tcg: Fix the /proc/self/mem probing in the PROT_NONE gdbstub test
 2024-01-31 22:02 UTC 

[PATCH 00/22] target/sparc: floating-point cleanup
 2024-01-31 21:49 UTC  (3+ messages)

QEMU 8.2.0 aarch64 sve ldff1b returning 1 byte when 16 are expected
 2024-01-31 20:44 UTC 

[PATCH] blkio: Respect memory-alignment for bounce buffer allocations
 2024-01-31 20:07 UTC  (2+ messages)

[PATCH 0/2] Enable -Wvla, forbidding use of variable length arrays
 2024-01-31 20:00 UTC  (3+ messages)

[PULL 00/31] tcg patch queue
 2024-01-31 19:52 UTC  (2+ messages)

[PULL 0/4] Misc changes guest agent
 2024-01-31 19:52 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).