qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-04 14:51:31 to 2023-12-05 21:38:10 UTC [more...]

[PATCH V6 00/14] fix migration of suspended runstate
 2023-12-05 21:37 UTC  (45+ messages)
` [PATCH V6 03/14] cpus: stop vm in "
` [PATCH V6 04/14] cpus: vm_resume
` [PATCH V6 05/14] migration: propagate suspended runstate
` [PATCH V6 06/14] migration: preserve "
` [PATCH V6 07/14] migration: preserve suspended for snapshot
` [PATCH V6 08/14] migration: preserve suspended for bg_migration
` [PATCH V6 10/14] tests/qtest: option to suspend during migration
` [PATCH V6 11/14] tests/qtest: precopy migration with suspend
` [PATCH V6 13/14] tests/qtest: bootfile per vm
` [PATCH V6 14/14] tests/qtest: background migration with suspend

[PULL 0/1] ufs fix for 2023-12-05
 2023-12-05 21:32 UTC  (3+ messages)
` [PULL 1/1] hw/ufs: avoid generating the same ID string for different LU devices

[PATCH 0/2] OSPI updates
 2023-12-05 21:13 UTC  (5+ messages)
` [PATCH 1/2] block: m25p80: Add support of mt35xu02gbba
` [PATCH 2/2] arm: xlnx-versal-virt: Add machine property ospi-flash

[PATCH 00/11] record/replay fixes, maybe for 8.2 or for post release stable?
 2023-12-05 20:41 UTC  (12+ messages)
` [PATCH 01/11] tests/avocado: add a simple i386 replay kernel test
` [PATCH 02/11] tests/avocado: fix typo in replay_linux
` [PATCH 03/11] scripts/replay-dump: update to latest format
` [PATCH 04/11] scripts/replay_dump: track total number of instructions
` [PATCH 05/11] replay: remove host_clock_last
` [PATCH 06/11] replay: add proper kdoc for ReplayState
` [PATCH 07/11] replay: make has_unread_data a bool
` [PATCH 08/11] replay: introduce a central report point for sync errors
` [PATCH 09/11] replay: stop us hanging in rr_wait_io_event
` [PATCH 10/11] chardev: force write all when recording replay logs
` [PATCH 11/11] tests/avocado: remove skips from replay_kernel

[RFC PATCH 00/11] Support ACPI Control Method Sleep button
 2023-12-05 20:34 UTC  (15+ messages)
` [RFC PATCH 01/11] acpi: hmp/qmp: Add hmp/qmp support for system_sleep
` [RFC PATCH 02/11] acpi: Implement control method sleep button
` [RFC PATCH 03/11] test/acpi: allow DSDT table changes
` [RFC PATCH 04/11] acpi: Support Control Method sleep button for x86
` [RFC PATCH 05/11] tests/acpi/bios-tables-test: update DSDT tables for Control Method Sleep button
` [RFC PATCH 06/11] acpi: Send the GPE event of suspend and wakeup for x86
` [RFC PATCH 07/11] hw/acpi: Add ACPI GED support for the sleep event
` [RFC PATCH 08/11] tests/acpi: allow FACP and DSDT table changes for arm/virt
` [RFC PATCH 09/11] hw/arm: enable sleep support "
` [RFC PATCH 10/11] tests/acpi: Update FACP and DSDT tables for sleep button
` [RFC PATCH 11/11] arm/virt: enable sleep support

[PATCH 0/1] versal-ospi fix
 2023-12-05 19:58 UTC  (3+ messages)
` [PATCH 1/1] xlnx-versal-ospi: disable reentrancy detection for iomem_dac

[PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
 2023-12-05 19:05 UTC  (3+ messages)

[PATCH v3 0/2] vhost-scsi: Support worker ioctls
 2023-12-05 18:42 UTC  (5+ messages)
` [PATCH v3 1/2] vhost: Add worker backend callouts
` [PATCH v3 2/2] vhost-scsi: Add support for a worker thread per virtqueue

[PATCH v2 00/14] aio: remove AioContext lock
 2023-12-05 18:20 UTC  (15+ messages)
` [PATCH v2 01/14] virtio-scsi: replace AioContext lock with tmf_bh_lock
` [PATCH v2 02/14] scsi: assert that callbacks run in the correct AioContext
` [PATCH v2 03/14] tests: remove aio_context_acquire() tests
` [PATCH v2 04/14] aio: make aio_context_acquire()/aio_context_release() a no-op
` [PATCH v2 05/14] graph-lock: remove AioContext locking
` [PATCH v2 06/14] block: "
` [PATCH v2 07/14] block: remove bdrv_co_lock()
` [PATCH v2 08/14] scsi: remove AioContext locking
` [PATCH v2 09/14] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
` [PATCH v2 10/14] aio: remove aio_context_acquire()/aio_context_release() API
` [PATCH v2 11/14] docs: remove AioContext lock from IOThread docs
` [PATCH v2 12/14] scsi: remove outdated AioContext lock comment
` [PATCH v2 13/14] job: remove outdated AioContext locking comments
` [PATCH v2 14/14] block: "

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-12-05 17:54 UTC  (2+ messages)

[PATCH v3 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
 2023-12-05 17:47 UTC  (4+ messages)
` [PATCH v3 1/2] block: commit: "
` [PATCH v3 2/2] block: stream: "

[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
 2023-12-05 17:42 UTC  (2+ messages)

[PATCH 0/9] Hexagon (target/hexagon) Make generators object oriented
 2023-12-05 17:08 UTC  (15+ messages)
` [PATCH 1/9] Hexagon (target/hexagon) Clean up handling of modifier registers
` [PATCH 2/9] Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcs
` [PATCH 3/9] Hexagon (target/hexagon) Make generators object oriented - gen_helper_protos
` [PATCH 4/9] Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcs
` [PATCH 5/9] Hexagon (target/hexagon) Make generators object oriented - gen_idef_parser_funcs
` [PATCH 6/9] Hexagon (target/hexagon) Make generators object oriented - gen_op_regs
` [PATCH 7/9] Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcs
` [PATCH 8/9] Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attribute
` [PATCH 9/9] Hexagon (target/hexagon) Remove dead functions from hex_common.py

[RFC PATCH] replay: stop us hanging in rr_wait_io_event
 2023-12-05 15:15 UTC  (3+ messages)

QEMU developers fortnightly conference call for agenda for 2023-12-12
 2023-12-05 14:58 UTC  (2+ messages)

"Instant clone" with Qemu?
 2023-12-05 14:44 UTC  (2+ messages)

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-12-05 14:23 UTC  (5+ messages)

[PULL 0/4] Misc fixes for 2023-12-04
 2023-12-05 12:33 UTC  (6+ messages)
` [PULL 1/4] system/memory: use ldn_he_p/stn_he_p
` [PULL 2/4] target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
` [PULL 3/4] tests/avocado: Update yamon-bin-02.22.zip URL
` [PULL 4/4] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky

[PULL 0/3] Misc patches for QEMU 8.2-rc3
 2023-12-05 12:33 UTC  (2+ messages)

[PULL 0/1] target-arm queue
 2023-12-05 12:33 UTC  (2+ messages)

[PATCH] migration: Simplify initial conditionals in migration for better readability
 2023-12-05 12:58 UTC  (3+ messages)

[RFC 0/8] Support generic Luks encryption
 2023-12-05 11:37 UTC  (18+ messages)
` [RFC 1/8] crypto: Export util functions and structures
` [RFC 2/8] crypto: Introduce payload offset set function
` [RFC 3/8] Gluks: Add the basic framework
` [RFC 4/8] Gluks: Introduce Gluks options
` [RFC 5/8] qapi: Introduce Gluks types to qapi
` [RFC 6/8] crypto: Provide the Luks crypto driver to Gluks
` [RFC 7/8] Gluks: Implement the fundamental block layer driver hooks
` [RFC 8/8] block: Support Gluks format image creation using qemu-img

[RFC PATCH-for-8.2?] accel/tcg: Implement tcg_unregister_thread()
 2023-12-05 10:09 UTC  (5+ messages)

[PATCH 0/1] versal-ospi fix
 2023-12-05 10:08 UTC  (2+ messages)
` [PATCH 1/1] xlnx-versal-ospi: disable reentrancy detection for iomem_dac

[PATCH 0/4] scsi: eliminate AioContext lock
 2023-12-05 10:00 UTC  (8+ messages)
` [PATCH 1/4] scsi: only access SCSIDevice->requests from one thread
` [PATCH 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()

[PATCH v3] qemu: send stop event after bdrv_flush_all
 2023-12-05  9:29 UTC  (2+ messages)

[PATCH v2] qemu: send stop event after bdrv_flush_all
 2023-12-05  9:24 UTC  (3+ messages)

[PATCH v5] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-12-05  9:07 UTC  (3+ messages)

[PATCH v4 0/4] Support RISC-V IOPMP
 2023-12-05  7:47 UTC  (2+ messages)

[PATCH] ui/gtk: flush display pipeline before saving vmstate when blob=true
 2023-12-05  7:14 UTC  (2+ messages)

[PATCH] hw/ufs: avoid generating the same ID string for different LU devices
 2023-12-05  5:18 UTC  (5+ messages)
` [PATCH-for-8.2?] "

[PATCH v6 00/16] Support smp.clusters for x86 in QEMU
 2023-12-05  3:28 UTC  (2+ messages)

[RFC 0/3] scripts/checkpatch: Add code spelling check
 2023-12-05  3:24 UTC  (4+ messages)
` [RFC 1/3] scripts/checkpatch: Check common spelling be default

QEMU CentOS Stream 8 x86_64 runner is offline
 2023-12-04 21:54 UTC 

qemu ppc64 crash when adding CPU
 2023-12-04 19:42 UTC  (3+ messages)

[PATCH 0/2] Make vector whole-register move (vmv) depend on vtype register
 2023-12-04 19:22 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add vill check for whole vector register move instructions

[PATCH RFC v3 0/1] Implement STM32L4x5 EXTI
 2023-12-04 19:19 UTC  (2+ messages)
` [PATCH RFC v3 1/1] "

[PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
 2023-12-04 18:38 UTC  (7+ messages)

[PATCH] Revert "test/qga: use G_TEST_DIR to locate os-release test file"
 2023-12-04 17:45 UTC  (5+ messages)

[PATCH v2] system/memory: use ldn_he_p/stn_he_p
 2023-12-04 17:40 UTC  (5+ messages)

[PATCH 0/2] linux-user: openat() fixes
 2023-12-04 16:58 UTC  (7+ messages)
` [PATCH 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH v2 0/4] scsi: eliminate AioContext lock
 2023-12-04 16:42 UTC  (5+ messages)
` [PATCH v2 1/4] scsi: only access SCSIDevice->requests from one thread
` [PATCH v2 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()
` [PATCH v2 3/4] scsi: don't lock AioContext in I/O code path
` [PATCH v2 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()

[PATCH 00/12] aio: remove AioContext lock
 2023-12-04 15:28 UTC  (12+ messages)
` [PATCH 01/12] virtio-scsi: replace AioContext lock with tmf_bh_lock
` [PATCH 05/12] block: remove AioContext locking
` [PATCH 06/12] scsi: "

[RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
 2023-12-04 15:26 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).