qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-28 23:59:07 to 2023-11-30 13:48:52 UTC [more...]

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-11-30 13:47 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 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 for-8.2 0/2] qdev array property fixes
 2023-11-30 13:41 UTC  (5+ messages)
` [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types

[PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
 2023-11-30 13:37 UTC  (4+ 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)

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-30 11:33 UTC  (12+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor

[PATCH v2 00/14] Nested PAPR API (KVM on PowerVM)
 2023-11-30 11:11 UTC  (17+ messages)
` [PATCH v2 01/14] spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
` [PATCH v2 02/14] spapr: nested: Introduce SpaprMachineStateNested to store related info
` [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API
` [PATCH v2 05/14] spapr: nested: register nested-hv api hcalls only for cap-nested-hv
` [PATCH v2 11/14] spapr: nested: Use correct source for parttbl info for nested PAPR API
` [PATCH v2 13/14] spapr: nested: keep nested-hv exit code restricted to its API
` [PATCH v2 14/14] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-30 11:01 UTC  (23+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState

[PULL 0/2] Migration 20231130 patches
 2023-11-30 10:41 UTC  (3+ messages)
` [PULL 1/2] migration/multifd: Stop setting p->ioc before connecting
` [PULL 2/2] migration: free 'saddr' since be no longer used

[PATCH v2] migration: free 'saddr' since be no longer used
 2023-11-30 10:20 UTC  (6+ messages)
` [PATCH v3] "

[RFC v2 0/7] Add persistence to NVMe ZNS emulation
 2023-11-30 10:20 UTC  (7+ messages)
` [RFC v2 1/7] docs/qcow2: add zd_extension_size option to the zoned format feature
` [RFC v2 2/7] qcow2: add zd_extension configurations to zoned metadata

[PATCH] blockcommit: Reopen base image as RO after abort
 2023-11-30 10:11 UTC 

[PATCH] pcie_sriov: Remove g_new assertion
 2023-11-30  9:52 UTC  (3+ messages)

[PATCH 00/12] aio: remove AioContext lock
 2023-11-30  9:12 UTC  (14+ 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 11/12] job: remove outdated AioContext locking comments
` [PATCH 12/12] block: "

[PATCH v6 0/4] Add full zoned storage emulation to qcow2 driver
 2023-11-30  8:40 UTC  (4+ messages)
` [PATCH v6 2/4] qcow2: add configurations for zoned format extension

[PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
 2023-11-30  8:19 UTC  (4+ messages)

[PATCH-for-9.0] accel: Do not set CPUState::tcg_cflags in non-TCG accels
 2023-11-30  7:59 UTC 

[PATCH v4] migration: Plug memory leak with migration URIs
 2023-11-30  7:21 UTC  (2+ messages)

[PATCH v3] migration: free 'channel' after its use in migration.c
 2023-11-30  7:09 UTC  (5+ messages)

[PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
 2023-11-30  5:53 UTC  (8+ messages)
` [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X

[PATCH v4] crypto: Introduce SM4 symmetric cipher algorithm
 2023-11-30  0:14 UTC 

[PATCH v4] ppc/amigaone: Allow running AmigaOS without firmware image
 2023-11-29 22:30 UTC 

[PATCH v7 00/10] Introduce model for IBM's FSI
 2023-11-29 21:39 UTC  (5+ messages)

[PATCH v2 00/10] block: Make raw_co_get_allocated_file_size asynchronous
 2023-11-29 20:19 UTC  (4+ messages)
` [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn

QEMU Summit Minutes 2023
 2023-11-29 19:41 UTC  (15+ messages)

[PATCH] hw/core/cpu: Update description of CPUState::node
 2023-11-29 18:48 UTC  (2+ messages)

[PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing
 2023-11-29 18:47 UTC  (2+ messages)

[PATCH 0/4] Add ivshmem-flat device
 2023-11-29 18:20 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 4/4] hw/misc/ivshmem: Rename ivshmem to ivshmem-pci

[PATCH v3] crypto: Introduce SM4 symmetric cipher algorithm
 2023-11-29 18:12 UTC  (2+ messages)

[PATCH v3 0/4] hw/misc/pvpanic: add support for normal shutdowns
 2023-11-29 17:47 UTC  (5+ messages)
` [PATCH v3 1/4] linux-headers: drop pvpanic.h
` [PATCH v3 2/4] hw/misc/pvpanic: centralize definition of supported events
` [PATCH v3 3/4] tests/qtest/pvpanic: use centralized "
` [PATCH v3 4/4] hw/misc/pvpanic: add support for normal shutdowns

[BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
 2023-11-29 17:46 UTC  (5+ messages)

[PATCH v2 0/2] vhost-scsi: Support worker ioctls
 2023-11-29 17:40 UTC  (7+ messages)
` [PATCH v2 1/2] vhost: Add worker backend callouts
` [PATCH v2 2/2] vhost-scsi: Add support for a worker thread per virtqueue

[PATCH 0/2] Make vector whole-register move (vmv) depend on vtype register
 2023-11-29 17:27 UTC  (4+ messages)
` [PATCH 1/2] target/riscv: Add vill check for whole vector register move instructions
` [PATCH 2/2] target/riscv: The whole vector register move instructions depend on vsew

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-11-29 16:56 UTC  (5+ messages)
` [RFC/PATCH v0 02/12] update-linux-headers: Include gunyah.h
` [RFC/PATCH v0 03/12] gunyah: Basic support

[PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
 2023-11-29 16:50 UTC  (6+ messages)

[PATCH v3 00/20] first version of mcdstub
 2023-11-29 16:31 UTC  (13+ messages)
` [PATCH v3 01/20] mcdstub: initial file structure for new mcdstub created. -mcd QEMU startup option added. Functions for initializing the mcdstub added. Basic helper functions for processes/cpus in the mcdstub added
` [PATCH v3 03/20] gdbstub: moving code so that it can be easier accessed from outside the gdbstub: fromhex and tohex functions moved to a cutils header. GDBRegisterState moved to gdbstub.h
` [PATCH v3 04/20] mcdstub: added header with defines specific to the mcd tcp packet communication
` [PATCH v3 05/20] mcdstub: tcp packet processing added
` [PATCH v3 20/20] mcdstub: updated MAINTAINERS file and fully activated the mcdstub in the meson build system

[PATCH for-6.1 v6 00/17] tcg: breakpoint reorg
 2023-11-29 15:41 UTC  (5+ messages)
` [PATCH for-6.1 v6 14/17] accel/tcg: Move breakpoint recognition outside translation

[PATCH v1] riscv: support new isa extension detection devicetree properties
 2023-11-29 15:12 UTC  (4+ messages)

[PATCH 0/4] ICH9 root PCI hotplug
 2023-11-29 14:54 UTC  (5+ messages)

[PATCH] qemu/timer: Don't use RDTSC on i486
 2023-11-29 14:27 UTC  (5+ messages)

[PATCH v2 0/3] hw/misc/pvpanic: add support for normal shutdowns
 2023-11-29 13:27 UTC  (6+ messages)
` [PATCH v2 3/3] "

[RFC PATCH] gdbstub: use a better signal when we halt for IO reasons
 2023-11-29 13:19 UTC  (2+ messages)

[PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()
 2023-11-29 13:11 UTC  (5+ messages)
` [PATCH-for-8.2? 1/6] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
` [PATCH-for-8.2? 2/6] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()

[PATCH v3 0/4] Fix IRQ routing in via south bridge
 2023-11-29 12:40 UTC  (3+ messages)

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

[PATCH] tests: bios-tables-test: Rename smbios type 4 related test functions
 2023-11-29 10:09 UTC  (2+ messages)

[PATCH v8 0/9] Unified CPU type check
 2023-11-29  8:20 UTC  (11+ 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 v8 5/9] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v8 6/9] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v8 7/9] hw/arm/sbsa-ref: "
` [PATCH v8 8/9] hw/arm: "
` [PATCH v8 9/9] hw/riscv/shakti_c: "

[PATCH v7 0/8] Unified CPU type check
 2023-11-29  3:53 UTC  (4+ messages)
` [PATCH v7 3/8] machine: Print CPU model name instead of CPU type

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-29  3:08 UTC 

[ANNOUNCE] QEMU 8.2.0-rc2 is now available
 2023-11-29  0:30 UTC 

[PATCH v8 00/10] Introduce model for IBM's FSI
 2023-11-28 23:57 UTC  (7+ messages)
` [PATCH v8 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v8 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v8 04/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v8 05/10] hw/fsi: Introduce IBM's FSI master
` [PATCH v8 07/10] hw/arm: Hook up FSI module in AST2600
` [PATCH v8 10/10] hw/fsi: Update MAINTAINER list


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