qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-30 18:11:25 to 2023-12-02 01:43:42 UTC [more...]

[PATCH v4 0/6] xen-arm: add support for virtio-pci
 2023-12-02  1:41 UTC  (3+ messages)
` [PATCH v4 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
` [PATCH v4 3/6] xen: decouple generic xen code from legacy backends codebase

[PATCH-for-8.2 v2] tests/avocado: Update yamon-bin-02.22.zip URL
 2023-12-01 20:56 UTC 

[RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
 2023-12-01 20:40 UTC  (2+ messages)

[PATCH 0/2] linux-user: openat() fixes
 2023-12-01 18:51 UTC  (7+ messages)
` [PATCH 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
  ` [PATCH-for-8.2? "
` [PATCH 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH 00/12] aio: remove AioContext lock
 2023-12-01 18:41 UTC  (21+ messages)
` [PATCH 03/12] aio: make aio_context_acquire()/aio_context_release() a no-op
` [PATCH 04/12] graph-lock: remove AioContext locking
` [PATCH 05/12] block: "
` [PATCH 06/12] scsi: "
` [PATCH 07/12] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
` [PATCH 08/12] aio: remove aio_context_acquire()/aio_context_release() API
` [PATCH 09/12] docs: remove AioContext lock from IOThread docs
` [PATCH 10/12] scsi: remove outdated AioContext lock comment
` [PATCH 11/12] job: remove outdated AioContext locking comments
` [PATCH 12/12] block: "

[PATCH v2 0/4] Live Migration Acceleration with IAA Compression
 2023-12-01 18:01 UTC  (7+ messages)
` [PATCH v2 1/4] migration: Introduce multifd-compression-accel parameter
` [PATCH v2 2/4] multifd: Implement multifd compression accelerator
` [PATCH v2 3/4] configure: add qpl option

[PULL 0/6] gdbstub, avocado and gitlab updates
 2023-12-01 17:50 UTC  (12+ messages)
` [PULL 1/6] gdbstub: use a better signal when we halt for IO reasons
` [PULL 2/6] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
` [PULL 3/6] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
` [PULL 4/6] tests/avocado: tag sbsa tests as tcg only
` [PULL 5/6] gitlab: build the correct microblaze target
` [PULL 6/6] gitlab: add optional job to run flaky avocado tests

[PULL v2 0/5] gdbstub, avocado and gitlab updates
 2023-12-01 17:49 UTC 

[PULL 00/15] virtio,pc,pci: fixes
 2023-12-01 17:27 UTC  (17+ messages)
` [PULL 01/15] osdep: add getloadavg
` [PULL 02/15] netdev: set timeout depending on loadavg
` [PULL 03/15] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
` [PULL 04/15] hw/audio/virtio-snd-pci: fix the PCI class code
` [PULL 05/15] hw/audio/hda-codec: fix multiplication overflow
` [PULL 06/15] hw/audio/hda-codec: reenable the audio mixer
` [PULL 07/15] virtio-snd: check AUD_register_card return value
` [PULL 08/15] virtio-sound: add realize() error cleanup path
` [PULL 09/15] pcie_sriov: Remove g_new assertion
` [PULL 10/15] hw/acpi/erst: Do not ignore Error* in realize handler
` [PULL 11/15] hw/i386: fix short-circuit logic with non-optimizing builds
` [PULL 12/15] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
` [PULL 13/15] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
` [PULL 14/15] vhost-user: fix the reconnect error
` [PULL 15/15] vhost-user-scsi: free the inflight area when reset

[PATCH V6 00/14] fix migration of suspended runstate
 2023-12-01 17:11 UTC  (20+ messages)
` [PATCH V6 01/14] cpus: pass runstate to vm_prepare_start
` [PATCH V6 02/14] cpus: vm_was_suspended
` [PATCH V6 03/14] cpus: stop vm in suspended runstate
` [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 09/14] tests/qtest: migration events
` [PATCH V6 10/14] tests/qtest: option to suspend during migration
` [PATCH V6 11/14] tests/qtest: precopy migration with suspend
` [PATCH V6 12/14] tests/qtest: postcopy "
` [PATCH V6 13/14] tests/qtest: bootfile per vm
` [PATCH V6 14/14] tests/qtest: background migration with suspend

[PATCH 0/4] scsi: eliminate AioContext lock
 2023-12-01 16:48 UTC  (9+ 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 3/4] scsi: don't lock AioContext in I/O code path
` [PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()

[PULL 0/1] Migration 20231201 patches
 2023-12-01 16:36 UTC  (2+ messages)
` [PULL 1/1] migration: Plug memory leak with migration URIs

[RFC 0/2] vhost-user-test: Add negotiated features check
 2023-12-01 15:37 UTC  (8+ messages)
` [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status

[PATCH v4] migration: Plug memory leak with migration URIs
 2023-12-01 15:29 UTC  (6+ messages)

[PATCH v2 0/7] final fixes for 8.2
 2023-12-01 15:16 UTC  (22+ messages)
` [PATCH v2 1/7] gdbstub: use a better signal when we halt for IO reasons
` [PATCH v2 2/7] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
` [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
` [PATCH v2 4/7] tests/avocado: drop malta yamon tests
` [PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only
` [PATCH v2 6/7] gitlab: build the correct microblaze target
` [PATCH v2 7/7] gitlab: add optional job to run flaky avocado tests

accel/tcg: Define TCG_GUEST_DEFAULT_MO in cpu-param.h?
 2023-12-01 14:47 UTC  (2+ messages)

[PATCH-for-9.0 0/2] target/arm/kvm: Use generic kvm_supports_guest_debug()
 2023-12-01 14:32 UTC  (3+ messages)
` [PATCH-for-9.0 1/2] accel/kvm: Expose kvm_supports_guest_debug() prototype
` [PATCH-for-9.0 2/2] target/arm/kvm: Use generic kvm_supports_guest_debug()

[PATCH 0/3] block: Make snapshots fail gracefully on inactive images
 2023-12-01 14:25 UTC  (4+ messages)
` [PATCH 1/3] block: Fix crash when loading snapshot on inactive node
` [PATCH 2/3] vl: Improve error message for conflicting -incoming and -loadvm
` [PATCH 3/3] iotests: Basic tests for internal snapshots

[PATCH-for-8.2] tests/avocado: Stop fetching yamon-bin-02.22.zip
 2023-12-01 14:21 UTC 

[PATCH] vhost-user: add VIRTIO_F_IN_ORDER and VIRTIO_F_NOTIFICATION_DATA feature
 2023-12-01 10:11 UTC 

[PATCH v6 0/4] compare machine type compat_props
 2023-12-01 13:00 UTC  (9+ messages)
` [PATCH v6 1/4] qom: add default value
` [PATCH v6 2/4] qmp: add dump machine type compatible properties
` [PATCH v6 4/4] scripts: add script to compare "

[PATCH] target/ppc: Re-name registers to match ISA
 2023-12-01 12:24 UTC  (2+ messages)
` [PATCH 0/7] ppc: pnv ChipTOD and various timebase fixes

[PATCH v3 0/8] ppc: pnv ChipTOD and various timebase fixes
 2023-12-01 12:16 UTC  (9+ messages)
` [PATCH v3 1/8] target/ppc: Rename TBL to TB on 64-bit
` [PATCH v3 2/8] target/ppc: Improve timebase register defines naming
` [PATCH v3 3/8] target/ppc: Fix move-to timebase SPR access permissions
` [PATCH v3 4/8] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH v3 5/8] ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machines
` [PATCH v3 6/8] pnv/chiptod: Implement the ChipTOD to Core transfer
` [PATCH v3 7/8] target/ppc: Implement core timebase state machine and TFMR
` [PATCH v3 8/8] target/ppc: Add SMT support to time facilities

[PATCH v5] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-12-01 12:02 UTC 

[PATCH 1/2] target/riscv: FIX xATP_MODE validation
 2023-12-01 11:53 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: UPDATE xATP write CSR

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-01 11:22 UTC  (27+ messages)
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for "
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH v8 0/9] Unified CPU type check
 2023-12-01 10:58 UTC  (10+ messages)
` [PATCH v8 1/9] machine: Use error handling when CPU type is checked
` [PATCH v8 2/9] machine: Introduce helper is_cpu_type_supported()
` [PATCH v8 3/9] machine: Improve is_cpu_type_supported()
` [PATCH v8 4/9] machine: Print CPU model name instead of CPU type

[PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
 2023-12-01 10:50 UTC  (5+ messages)

[PATCH V9 00/46] Live Update
 2023-12-01 10:44 UTC  (3+ messages)
` [PATCH V9 42/46] tests/avocado: add cpr regression test

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-12-01 10:35 UTC  (7+ messages)
` [RFC/PATCH v0 02/12] update-linux-headers: Include gunyah.h
` [RFC/PATCH v0 03/12] gunyah: Basic support

[PATCH v5] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-12-01 10:34 UTC  (2+ messages)

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2023-12-01  9:40 UTC  (4+ messages)
` [PATCH v12 04/10] hvf: Add Apple Silicon support

[PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
 2023-12-01  9:07 UTC  (4+ messages)

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-12-01  7:10 UTC  (21+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
` [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
` [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
` [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
` [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
 2023-12-01  7:04 UTC  (5+ messages)
` [PATCH 9.0 01/13] vdpa: add VhostVDPAShared

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-12-01  5:37 UTC  (2+ messages)

[PATCH v2 00/14] Nested PAPR API (KVM on PowerVM)
 2023-12-01  5:34 UTC  (6+ messages)
` [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-12-01  0:45 UTC  (7+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching

[PATCH-for-9.0] accel/tcg: Remove unused tb_invalidate_phys_addr()
 2023-11-30 22:31 UTC  (2+ messages)

[PATCH v4] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-11-30 21:11 UTC  (2+ messages)

[PATCH-for-9.0] accel/tcg: Remove tb_invalidate_phys_page() from system emulation
 2023-11-30 20:56 UTC 

[PATCH v2 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
 2023-11-30 20:11 UTC  (6+ messages)
` [PATCH v2 1/2] block: commit: "
` [PATCH v2 2/2] block: stream: "

[PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-11-30 17:11 UTC  (2+ messages)

[PATCH for-9.0 0/4] target/riscv: add RVV CSRs
 2023-11-30 18:27 UTC  (5+ messages)
` [PATCH for-9.0 1/4] linux-headers: Update to Linux v6.7-rc3
` [PATCH for-9.0 2/4] linux-headers: riscv: add ptrace.h
` [PATCH for-9.0 3/4] target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
` [PATCH for-9.0 4/4] target/riscv/kvm: add RVV and Vector CSR regs

[PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure
 2023-11-30 18:20 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test


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