messages from 2023-11-30 12:32:02 to 2023-12-01 10:36:27 UTC [more...]
[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 v2 0/7] final fixes for 8.2
2023-12-01 10:28 UTC (12+ 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
[PATCH v6 0/4] compare machine type compat_props
2023-12-01 9:51 UTC (7+ 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 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 v2 0/4] Live Migration Acceleration with IAA Compression
2023-12-01 9:17 UTC (3+ messages)
` [PATCH v2 1/4] migration: Introduce multifd-compression-accel parameter
[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 (27+ 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 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
` [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 v4] migration: Plug memory leak with migration URIs
2023-12-01 6:19 UTC (5+ messages)
[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-12-01 5:37 UTC (3+ 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
[PATCH v8 0/9] Unified CPU type check
2023-12-01 3:33 UTC (4+ messages)
` [PATCH v8 1/9] machine: Use error handling when CPU type is checked
[PATCH 0/2] linux-user: openat() fixes
2023-12-01 3:21 UTC (3+ messages)
` [PATCH 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
` [PATCH 2/2] linux-user: Fix openat() emulation to not modify atime
[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 V6 00/14] fix migration of suspended runstate
2023-11-30 23:06 UTC (18+ 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 00/12] aio: remove AioContext lock
2023-11-30 22:39 UTC (21+ messages)
` [PATCH 01/12] virtio-scsi: replace AioContext lock with tmf_bh_lock
` [PATCH 02/12] tests: remove aio_context_acquire() tests
` [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-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] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
2023-11-30 20:39 UTC (4+ messages)
[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 v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-11-30 18:22 UTC (14+ messages)
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
[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
[PATCH 0/3] final fixes for 8.2
2023-11-30 16:59 UTC (9+ messages)
` [PATCH 1/3] gdbstub: use a better signal when we halt for IO reasons
` [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
` [PATCH 3/3] gitlab: add optional job to run flaky avocado tests
[PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
2023-11-30 16:32 UTC (4+ messages)
` [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
[PATCH v7 00/10] Introduce model for IBM's FSI
2023-11-30 16:14 UTC (5+ messages)
[PATCH] pcie_sriov: Remove g_new assertion
2023-11-30 16:12 UTC (5+ messages)
[PATCH 0/3] Virtio dmabuf improvements
2023-11-30 15:49 UTC (2+ messages)
[PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
2023-11-30 15:25 UTC (5+ messages)
` [PATCH-for-9.0 1/3] target/arm: Restrict TCG specific helpers
` [PATCH-for-9.0 2/3] target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
` [PATCH-for-9.0 3/3] target/arm/tcg: Including missing 'exec/exec-all.h' header
[RFC 00/41] qom-topo: Abstract Everything about CPU Topology
2023-11-30 14:42 UTC (42+ messages)
` [RFC 01/41] qdev: Introduce new device category to cover basic topology device
` [RFC 02/41] qdev: Allow qdev_device_add() to add specific category device
` [RFC 03/41] system: Create base category devices from cli before board initialization
` [RFC 04/41] qom/object: Introduce helper to resolve path from non-direct parent
` [RFC 05/41] qdev: Set device parent and id after setting properties
` [RFC 06/41] qdev: Introduce user-child interface to collect devices from -device
` [RFC 07/41] qdev: Introduce parent option in -device
` [RFC 08/41] hw/core/topo: Introduce CPU topology device abstraction
` [RFC 09/41] hw/core/topo: Support topology index for topology device
` [RFC 10/41] hw/core/topo: Add virtual method to update topology info for parent
` [RFC 11/41] hw/core/topo: Add virtual method to check topology child
` [RFC 12/41] hw/core/topo: Add helpers to traverse the CPU topology tree
` [RFC 13/41] hw/core/cpu: Convert CPU from general device to topology device
` [RFC 14/41] PPC/ppc-core: Offload core-id to PPC specific core abstarction
` [RFC 15/41] hw/cpu/core: Allow to configure plugged threads for cpu-core
` [RFC 16/41] PPC/ppc-core: Limit plugged-threads and nr-threads to be equal
` [RFC 17/41] hw/cpu/core: Convert cpu-core from general device to topology device
` [RFC 18/41] hw/cpu/cluster: Rename CPUClusterState to CPUCluster
` [RFC 19/41] hw/cpu/cluster: Wrap TCG related ops and props into CONFIG_TCG
` [RFC 20/41] hw/cpu/cluster: Descript cluster is not only used for TCG in comment
` [RFC 21/41] hw/cpu/cluster: Allow cpu-cluster to be created by -device
` [RFC 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
` [RFC 23/41] hw/cpu/die: Abstract cpu-die level as "
` [RFC 24/41] hw/cpu/socket: Abstract cpu-socket "
` [RFC 25/41] hw/cpu/book: Abstract cpu-book "
` [RFC 26/41] hw/cpu/drawer: Abstract cpu-drawer "
` [RFC 27/41] hw/core/slot: Introduce CPU slot as the root of CPU topology
` [RFC 28/41] hw/core/slot: Maintain the core queue in CPU slot
` [RFC 29/41] hw/core/slot: Statistics topology information "
` [RFC 30/41] hw/core/slot: Check topology child to be added under "
` [RFC 31/41] hw/machine: Plug cpu-slot into machine to maintain topology tree
` [RFC 32/41] hw/machine: Build smp topology tree from -smp
` [RFC 33/41] hw/machine: Validate smp topology tree without -smp
` [RFC 34/41] hw/core/topo: Implement user-child to collect topology device from cli
` [RFC 35/41] hw/i386: Make x86_cpu_new() private in x86.c
` [RFC 36/41] hw/i386: Allow x86_cpu_new() to specify parent for new CPU
` [RFC 37/41] hw/i386: Allow i386 to create new CPUs from QOM topology
` [RFC 38/41] hw/i386: Wrap apic id and topology sub ids assigning as helpers
` [RFC 39/41] hw/i386: Add the interface to search parent for QOM topology
` [RFC 40/41] hw/i386: Support "
` [RFC 41/41] hw/i386: Cleanup non-QOM topology support
[PATCH for-8.2 0/2] qdev array property fixes
2023-11-30 14:35 UTC (7+ messages)
` [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
[PATCH v4 0/2] acpi: report numa nodes for device memory using GI
2023-11-30 14:12 UTC (5+ messages)
` [PATCH v4 1/2] qom: new object to associate device to numa node
` [PATCH v4 2/2] hw/acpi: Implement the SRAT GI affinity structure
[PATCH-for-9.0] accel: Do not set CPUState::tcg_cflags in non-TCG accels
2023-11-30 13:55 UTC (2+ messages)
[PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
2023-11-30 13:51 UTC (5+ messages)
[PULL 0/2] ppc-for-8.2 queue
2023-11-30 13:20 UTC (5+ messages)
` [PULL 1/2] pseries: Update SLOF firmware image
` [PULL 2/2] ppc/amigaone: Allow running AmigaOS without "
[PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
2023-11-30 13:18 UTC (5+ messages)
[PULL 00/53] virtio,pc,pci: fixes, features, cleanups
2023-11-30 12:45 UTC (10+ messages)
` [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
[PATCH v2] accel/kvm: Turn DPRINTF macro use into tracepoints
2023-11-30 12:31 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).