QEMU-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-11 04:32:54 to 2025-04-12 08:23:06 UTC [more...]

[PATCH 00/10] Enable QEMU to run on browsers
 2025-04-12  8:21 UTC  (32+ messages)
` [PATCH 01/10] various: Fix type conflict of GLib function pointers
` [PATCH 02/10] various: Define macros for dependencies on emscripten
` [PATCH 05/10] meson: Add wasm build in build scripts
` [PATCH 07/10] tcg: Add a TCG backend for WebAssembly
` [PATCH 08/10] hw/9pfs: Allow using hw/9pfs with emscripten

[PATCH 0/6] Make blockdev-mirror dest sparse in more cases
 2025-04-12  4:56 UTC  (6+ messages)
` [PATCH 1/6] mirror: Skip pre-zeroing destination if it is already zero
` [PATCH 7/6] mirror: Allow QMP override to declare target "

[PATCH v2 00/10] usb/msd: Permit relaxed ordering of IN packets
 2025-04-12  5:33 UTC  (22+ messages)
` [PATCH v2 01/10] usb/msd: Split in and out packet handling
` [PATCH v2 02/10] usb/msd: Ensure packet structure layout is correct
` [PATCH v2 03/10] usb/msd: Improved handling of mass storage reset
` [PATCH v2 04/10] usb/msd: Improve packet validation error logging
` [PATCH v2 05/10] usb/msd: Allow CBW packet size greater than 31
` [PATCH v2 06/10] usb/msd: Split async packet tracking into data and csw
` [PATCH v2 07/10] usb/msd: Add some additional assertions
` [PATCH v2 08/10] usb/msd: Rename mode to cbw_state, and tweak names
` [PATCH v2 09/10] usb/msd: Permit a DATA-IN or CSW packet before CBW packet
` [PATCH v2 10/10] usb/msd: Add more tracing

[PATCH 0/2] fix record/replay on MacOS
 2025-04-12  5:30 UTC  (4+ messages)
` [PATCH 1/2] system/main: transfer replay mutex ownership from main thread to main loop thread

[PATCH v3 0/5] ipmi: bmc-sim improvements
 2025-04-12  5:19 UTC  (5+ messages)

[PATCH v3 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-11 23:28 UTC  (12+ messages)

[ANNOUNCE] QEMU 10.0.0-rc3 is now available
 2025-04-11 21:23 UTC 

[RFC V3 PATCH 00/13] Support ACPI Control Method Sleep button
 2025-04-11 20:45 UTC  (14+ messages)
` [RFC V3 PATCH 01/13] acpi: Implement control method sleep button
` [RFC V3 PATCH 02/13] test/acpi: allow DSDT table changes for x86 platform
` [RFC V3 PATCH 03/13] acpi: Support Control Method sleep button for x86
` [RFC V3 PATCH 04/13] tests/qtest/bios-table-tests: Update ACPI table binaries "
` [RFC V3 PATCH 05/13] acpi: Send the GPE event of suspend and wakeup "
` [RFC V3 PATCH 06/13] test/acpi: allow DSDT table changes for microvm
` [RFC V3 PATCH 07/13] microvm: support control method sleep button
` [RFC V3 PATCH 08/13] hw/acpi: Add ACPI GED support for the sleep event
` [RFC V3 PATCH 09/13] microvm: enable sleep GED event
` [RFC V3 PATCH 10/13] tests/qtest/bios-table-tests: Update ACPI table binaries for microvm
` [RFC V3 PATCH 11/13] microvm: suspend the system as requested
` [RFC V3 PATCH 12/13] microvm: enable suspend
` [RFC V3 PATCH 13/13] acpi: hmp/qmp: Add hmp/qmp support for system_sleep

[PATCH 0/4] migration: savevm testing
 2025-04-11 19:23 UTC  (7+ messages)
` [PATCH 1/4] migration/savevm: Add a compatibility check for capabilities

[RFC PATCH 00/13] migration: Unify capabilities and parameters
 2025-04-11 19:14 UTC  (14+ messages)
` [RFC PATCH 01/13] migration: Fix latent bug in migrate_params_test_apply()
` [RFC PATCH 02/13] migration: Normalize tls arguments
` [RFC PATCH 03/13] migration: Run a post update routine after setting parameters
` [RFC PATCH 04/13] migration: Fix parameter validation
` [RFC PATCH 05/13] migration: Reduce a bit of duplication in migration.json
` [RFC PATCH 06/13] migration: Remove the parameters copy during validation
` [RFC PATCH 07/13] migration: Introduce new MigrationConfig structure
` [RFC PATCH 08/13] migration: Replace s->parameters with s->config
` [RFC PATCH 09/13] migration: Do away with usage of QERR_INVALID_PARAMETER_VALUE
` [RFC PATCH 10/13] migration: Replace s->capabilities with s->config
` [RFC PATCH 11/13] migration: Merge parameters and capability checks
` [RFC PATCH 12/13] [PoC] migration: Add query/set commands for MigrationConfig
` [RFC PATCH 13/13] [PoC] migration: Allow migrate commands to provide the migration config

[PATCH v1 00/24] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-04-11 19:13 UTC  (29+ messages)
` [PATCH v1 01/24] Add -boot-certificates /path/dir:/path/file option in QEMU command line
` [PATCH v1 02/24] hw/s390x/ipl: Create certificate store
` [PATCH v1 03/24] s390x: Guest support for Certificate Store Facility (CS)
` [PATCH v1 04/24] s390x/diag: Introduce DIAG 320 for certificate store facility
` [PATCH v1 06/24] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v1 08/24] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v1 09/24] s390x/diag: Implement DIAG 508 subcode 2 for signature verification
` [PATCH v1 12/24] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v1 13/24] hw/s390x/ipl: Set iplb->len to maximum length of "
` [PATCH v1 20/24] Add -secure-boot on|off option in QEMU command line

[PULL 0/9] meson: Disallow 64-bit on 32-bit emulation
 2025-04-11 18:18 UTC  (6+ messages)
` [PULL 8/9] "

[PATCH v3 00/12] qcow2: make subclusters discardable
 2025-04-11 17:48 UTC  (3+ messages)
` [PATCH v3 05/12] iotests/common.rc: add disk_usage function

[PATCH v2 0/2] block: discard alignment fixes
 2025-04-11 17:28 UTC  (6+ messages)
` [PATCH v2 1/2] file-posix: probe discard alignment on Linux block devices
` [PATCH v2 2/2] block/io: skip head/tail requests on EINVAL

[PATCH 0/4] target/arm: fix arm_cpu_get_phys_page_attrs_debug
 2025-04-11 16:43 UTC  (6+ messages)
` [PATCH 1/4] target/arm/ptw: extract arm_mmu_idx_to_security_space
` [PATCH 3/4] target/arm/ptw: extract arm_cpu_get_phys_page

[PATCH 0/2] block: discard alignment fixes
 2025-04-11 16:33 UTC  (3+ messages)
` [PATCH 1/2] file-posix: probe discard alignment on Linux block devices

[PATCH v6] block/file-posix.c: Use pwritev2() with RWF_DSYNC for FUA
 2025-04-11 16:17 UTC  (2+ messages)

[PATCH v2 00/10] Support vbootrom for AST2700
 2025-04-11 16:07 UTC  (14+ messages)
` [PATCH v2 03/10] hw/arm/aspeed_ast27x0: Rename variable sram_name to name in ast2700 realize
` [PATCH v2 04/10] hw/arm/aspeed_ast27x0 Introduce vbootrom memory region
` [PATCH v2 06/10] hw/arm/aspeed: Reuse rom_size variable for vbootrom setup
` [PATCH v2 07/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
` [PATCH v2 08/10] pc-bios: Add AST27x0 vBootrom
` [PATCH v2 09/10] tests/functional/aspeed: Update AST2700 functional test to use vbootrom

Query on the dirty bitmap
 2025-04-11 16:04 UTC  (8+ messages)

[PATCH v3 0/5] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
 2025-04-11 15:49 UTC  (12+ messages)
` [PATCH v3 1/5] io: Fix partial struct copy in qio_dns_resolver_lookup_sync_inet()
` [PATCH v3 2/5] util/qemu-sockets: Refactor setting client sockopts into a separate function
` [PATCH v3 3/5] util/qemu-sockets: Refactor success and failure paths in inet_listen_saddr()
` [PATCH v3 4/5] util/qemu-sockets: Add support for keep-alive flag to passive sockets
` [PATCH v3 5/5] utils/qemu-sockets: Introduce inet socket options controlling TCP keep-alive

[PATCH V1 0/6] fast qom tree get
 2025-04-11 13:58 UTC  (10+ messages)
      ` Management applications and CPU feature flags (was: [PATCH V1 0/6] fast qom tree get)
          ` Management applications and CPU feature flags

[PATCH] virtio-net: Copy all for dhclient workaround
 2025-04-11 13:20 UTC  (4+ messages)

Issue with stoptrigger.c Plugin in QEMU Emulation
 2025-04-11 12:37 UTC  (4+ messages)

[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
 2025-04-11 12:24 UTC  (4+ messages)

[PATCH v9 0/7] Allow to enable multifd and postcopy migration together
 2025-04-11 11:45 UTC  (8+ messages)
` [PATCH v9 1/7] migration/multifd: move macros to multifd header
` [PATCH v9 2/7] migration: refactor channel discovery mechanism
` [PATCH v9 3/7] migration: Add save_postcopy_prepare() savevm handler
` [PATCH v9 4/7] migration/ram: Implement save_postcopy_prepare()
` [PATCH v9 5/7] migration: enable multifd and postcopy together
` [PATCH v9 6/7] tests/qtest/migration: consolidate set capabilities
` [PATCH v9 7/7] tests/qtest/migration: add postcopy tests with multifd

[PATCH 0/5] cleanup interfaces
 2025-04-11 11:33 UTC  (10+ messages)
` [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
` [PATCH 2/5] vfio: Move realize() after attach_device()
` [PATCH 3/5] vfio/iommufd: Implement .get_cap() in TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO sub-class
` [PATCH 4/5] backends/iommufd: Drop hiod_iommufd_get_cap()
` [PATCH 5/5] vfio/iommufd: Drop HostIOMMUDeviceCaps from HostIOMMUDevice

[PATCH v2 0/2] scsi-disk: Add FUA write support
 2025-04-11 11:30 UTC  (3+ messages)
` [PATCH v2 1/2] scsi-disk: Add native "
` [PATCH v2 2/2] scsi-disk: Advertise FUA support by default

[PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
 2025-04-11 10:20 UTC  (5+ messages)

[RFC PATCH-for-8.0 00/10] hw/virtio: Build most objects as target independent units
 2025-04-11 10:15 UTC  (7+ messages)
` [RFC PATCH-for-8.0 09/10] hw/virtio: Extract vhost_user_ram_slots_max() to vhost-user-target.c

[PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller
 2025-04-11  9:36 UTC  (9+ messages)
          ` Configuring onboard devices, in particular memory contents (was: [PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller)
              ` Configuring onboard devices, in particular memory contents

[PATCH v1 0/3] target/s390x - DIAG 308 extend subcode 10 to return UVC cmd id, RC and RRC values upon failure to enter secure mode
 2025-04-11  9:22 UTC  (4+ messages)
` [PATCH v1 1/3] target/s390x: Introduce constant when checking if PV header couldn't be decrypted
` [PATCH v1 2/3] target/s390x: introduce function when exiting PV
` [PATCH v1 3/3] target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails to enter secure mode

[PATCH v3 0/8] usb/xhci: TR NOOP, TI HCD device, more qtests
 2025-04-11  7:58 UTC  (9+ messages)
` [PATCH v3 1/8] hw/usb/xhci: Move HCD constants to a header and add register constants
` [PATCH v3 2/8] hw/usb/xhci: Rename and move HCD register region constants to header
` [PATCH v3 3/8] tests/qtest/xhci: Add controller and device setup and ring tests
` [PATCH v3 4/8] hw/usb/xhci: Support TR NOOP commands
` [PATCH v3 5/8] tests/qtest/xhci: add a test for "
` [PATCH v3 6/8] tests/qtest/xhci: test the qemu-xhci device
` [PATCH v3 7/8] hw/usb/hcd-xhci-pci: Make PCI device more configurable
` [PATCH v3 8/8] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model

[PATCH v2] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
 2025-04-11  7:42 UTC  (5+ messages)

[PATCH 0/2] Add property to support writing ERSTBA in high-low order
 2025-04-11  7:42 UTC  (19+ messages)
` [PATCH 1/2] hw: usb: xhci: "
` [PATCH 2/2] hw/usb/hcd-dwc3: Set erstba-hi-lo property

[PATCH v8 0/7] Allow to enable multifd and postcopy migration together
 2025-04-11  7:25 UTC  (7+ messages)

[RFC PATCH v4 0/5] Report vfio-ap configuration changes
 2025-04-11  6:45 UTC  (5+ messages)
` [RFC PATCH v4 5/5] s390: implementing CHSC SEI for AP config change

[PATCH v3 00/16] hw/intc/loongarch_pch: Cleanup with memory region ops
 2025-04-11  6:44 UTC  (5+ messages)
` [PATCH v3 01/16] hw/intc/loongarch_pch: Modify name of some registers
` [PATCH v3 02/16] hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxx

[PATCH 0/5] accel/kvm: Support KVM PMU filter
 2025-04-11  6:34 UTC  (6+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object

[PATCH] virtio: Call set_features during reset
 2025-04-11  5:54 UTC  (7+ messages)

[PATCH v4 0/7] qtest/libqos/pci: pci and msix fixes
 2025-04-11  4:41 UTC  (8+ messages)
` [PATCH v4 1/7] tests/qtest/ahci: unmap pci bar before reusing device
` [PATCH v4 2/7] tests/qtest/ahci: don't unmap pci bar if it wasn't mapped
` [PATCH v4 3/7] tests/qtest/libquos/virtio: unmap pci bar when disabling device
` [PATCH v4 4/7] tests/qtest/libquos/pci: Add migration fixup helper for pci devices
` [PATCH v4 5/7] qtest/libqos/pci: Enforce balanced iomap/unmap
` [PATCH v4 6/7] qtest/libqos/pci: Fix qpci_msix_enable sharing bar0
` [PATCH v4 7/7] qtest/libqos/pci: Factor msix entry helpers into pci common code

[PATCH v2 0/8] hw/e1000e|igb: interrupts and qtests fixes
 2025-04-11  4:31 UTC  (7+ messages)
` [PATCH v2 1/8] qtest/e1000e|igb: Clear interrupt-cause and msix pending bits after irq
` [PATCH v2 3/8] hw/net/e1000e|igb: Remove xitr_guest_value logic
` [PATCH v2 4/8] qtest/e1000e|igb: assert irqs are clear before triggering an irq
` [PATCH v2 6/8] net/igb: Implement EITR Moderation Counter
` [PATCH v2 7/8] net/e1000e|igb: Fix interrupt throttling logic
` [PATCH v2 8/8] qtest/e1000e|igb: Test interrupt throttling in multiple_transfers test


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox