qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-20 08:39:17 to 2024-02-20 16:20:56 UTC [more...]

[PATCH] target/riscv: Add missing include guard in pmu.h
 2024-02-20 16:20 UTC  (3+ messages)

[PATCH 00/16] qapi: Doc comment parsing & doc generation work
 2024-02-20 16:18 UTC  (35+ messages)
` [PATCH 01/16] tests/qapi-schema: Fix test 'QAPI rST doc'
` [PATCH 02/16] tests/qapi-schema: Cover duplicate 'Features:' line
` [PATCH 03/16] tests/qapi-schema: Cover 'Features:' not followed by descriptions
` [PATCH 04/16] sphinx/qapidoc: Drop code to generate doc for simple union branch
` [PATCH 05/16] qapi: Improve error position for bogus argument descriptions
` [PATCH 06/16] qapi: Improve error position for bogus invalid "Returns" section
` [PATCH 07/16] qapi: Improve error message for empty doc sections
` [PATCH 08/16] qapi: Rename QAPIDoc.Section.name to .tag
` [PATCH 09/16] qapi: Reject section heading in the middle of a doc comment
` [PATCH 10/16] qapi: Require descriptions and tagged sections to be indented
` [PATCH 11/16] qapi: Recognize section tags and 'Features:' only after blank line
` [PATCH 12/16] qapi: Call QAPIDoc.check() always
` [PATCH 13/16] qapi: Merge adjacent untagged sections
` [PATCH 14/16] qapi: Rewrite doc comment parser
` [PATCH 15/16] qapi: Reject multiple and empty feature descriptions
` [PATCH 16/16] qapi: Divorce QAPIDoc from QAPIParseError

[PATCH v3] pc: q35: Bump max_cpus to 4096 vcpus
 2024-02-20 16:16 UTC  (3+ messages)

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-02-20 16:14 UTC  (13+ messages)
` [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v4 33/66] i386/tdx: Make memory type private by default
` [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH 00/10] reset: Make whole system three-phase-reset aware
 2024-02-20 16:06 UTC  (11+ messages)
` [PATCH 01/10] hw/i386: Store pointers to IDE buses in PCMachineState
` [PATCH 02/10] hw/i386/pc: Do pc_cmos_init_late() from pc_machine_done()
` [PATCH 03/10] system/bootdevice: Don't unregister reset handler in restore_boot_order()
` [PATCH 04/10] include/qom/object.h: New OBJECT_DEFINE_SIMPLE_TYPE{, _WITH_INTERFACES} macros
` [PATCH 05/10] hw/core: Add documentation and license comments to reset.h
` [PATCH 06/10] hw/core: Add ResetContainer which holds objects implementing Resettable
` [PATCH 07/10] hw/core/reset: Add qemu_{register, unregister}_resettable()
` [PATCH 08/10] hw/core/reset: Implement qemu_register_reset via qemu_register_resettable
` [PATCH 09/10] hw/core/machine: Use qemu_register_resettable for sysbus reset
` [PATCH 10/10] docs/devel/reset: Update to discuss system reset

[PATCH v2 0/6] Add ivshmem-flat device
 2024-02-20 16:02 UTC  (7+ messages)
` [PATCH v2 2/6] hw/misc/ivshmem-flat: Allow device to wire itself on sysbus
` [PATCH v2 6/6] tests/qtest: Add ivshmem-flat test

[PATCH] vl, pc: turn -no-fd-bootchk into a machine property
 2024-02-20 15:53 UTC 

[PATCH v6 00/15] hw/pci: SR-IOV related fixes and improvements
 2024-02-20 15:33 UTC  (20+ messages)
` [PATCH v6 01/15] hw/nvme: Use pcie_sriov_num_vfs()
` [PATCH v6 02/15] pcie_sriov: Validate NumVFs
` [PATCH v6 03/15] pcie_sriov: Reset SR-IOV extended capability
` [PATCH v6 04/15] pcie_sriov: Do not reset NumVFs after disabling VFs
` [PATCH v6 05/15] hw/pci: Always call pcie_sriov_pf_reset()
` [PATCH v6 06/15] hw/pci: Rename has_power to enabled
` [PATCH v6 07/15] pcie_sriov: Do not manually unrealize
` [PATCH v6 08/15] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v6 09/15] pcie_sriov: Release VFs failed to realize
` [PATCH v6 10/15] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH v6 11/15] pcie_sriov: Register VFs after migration
` [PATCH v6 12/15] hw/pci: Use -1 as a default value for rombar
` [PATCH v6 13/15] hw/pci: Determine if rombar is explicitly enabled
` [PATCH v6 14/15] vfio: Avoid inspecting option QDict for rombar
` [PATCH v6 15/15] hw/qdev: Remove opts member

[PULL 0/7] Ui patches
 2024-02-20 15:26 UTC  (2+ messages)

[PULL 00/17] Build, x86 patches for 2024-02-16
 2024-02-20 15:26 UTC  (2+ messages)

[PATCH v1 00/21] Trivial tree wide typo fixes
 2024-02-20 15:24 UTC  (43+ messages)
` [PATCH v1 01/21] docs: correct typos
` [PATCH v1 02/21] tests: "
` [PATCH v1 03/21] Xen headers: "
` [PATCH v1 04/21] accel/tcg: "
` [PATCH v1 05/21] loongson3: "
` [PATCH v1 06/21] ppc: "
` [PATCH v1 07/21] sh4: "
` [PATCH v1 08/21] include/exec/memory.h: "
` [PATCH v1 09/21] include/exec/plugin-gen.h: "
` [PATCH v1 10/21] hw/arm/omap.h: "
` [PATCH v1 11/21] hw/cxl/cxl_device.h: "
` [PATCH v1 12/21] hw/net/npcm_gmac.h: "
` [PATCH v1 13/21] hw/riscv/virt.h: "
` [PATCH v1 14/21] pc-bios/README: "
` [PATCH v1 15/21] qapi/ui: "
` [PATCH v1 16/21] qemu-options.hx: "
` [PATCH v1 17/21] ci/gitlab-pipeline-status: "
` [PATCH v1 18/21] hexagon: "
` [PATCH v1 19/21] m68k: "
` [PATCH v1 20/21] s390x: "
` [PATCH v1 21/21] target/sparc: "

[PATCH v3 00/20] qapi: statically type schema.py
 2024-02-20 15:20 UTC  (13+ messages)
` [PATCH v3 08/20] qapi/schema: add type narrowing to lookup_type()
` [PATCH v3 09/20] qapi/schema: assert resolve_type has 'info' and 'what' args on error
` [PATCH v3 10/20] qapi: use schema.resolve_type instead of schema.lookup_type
` [PATCH v3 13/20] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH v3 14/20] qapi/schema: Don't initialize "members" with `None`
` [PATCH v3 15/20] qapi/schema: fix typing for QAPISchemaVariants.tag_member

[PATCH 0/4] hw/nmi: Remove @cpu_index argument
 2024-02-20 15:19 UTC  (6+ messages)
` [PATCH 1/4] hw/nmi: Use object_child_foreach_recursive() in nmi_children()
` [PATCH 2/4] hw/s390x/virtio-ccw: Always deliver NMI to first CPU
` [PATCH 3/4] hw/nmi: Remove @cpu_index argument from NMIClass::nmi_handler()
` [PATCH 4/4] hw/nmi: Remove @cpu_index argument from nmi_trigger()

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-02-20 15:00 UTC  (5+ messages)
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu

QNX VM hang on Qemu
 2024-02-20 14:41 UTC  (2+ messages)

[PATCH] linux-user: Add FIFREEZE and FITHAW ioctls
 2024-02-20 10:57 UTC 

[PATCH 00/23] maintainer updates for 9.0 pre-PR (tests, plugin register support)
 2024-02-20 14:14 UTC  (4+ messages)
` [PATCH 18/23] plugins: add an API to read registers

[RFC PATCH 0/3] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-02-20 12:49 UTC  (6+ messages)
` [RFC PATCH 1/3] target/arm: Implement FEAT_NMI to support Non-maskable Interrupt
` [RFC PATCH 2/3] target/arm: Add NMI exception and handle PSTATE.ALLINT on taking an exception
` [RFC PATCH 3/3] hw/intc/arm_gicv3: Implement FEAT_GICv3_NMI feature to support FEAT_NMI

[PATCH] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-20 14:04 UTC  (2+ messages)

[PATCH v3 0/3] Add support for I2C in BCM2835 boards
 2024-02-20 13:41 UTC  (4+ messages)
` [PATCH v3 1/3] hw/i2c: Implement Broadcom Serial Controller (BSC)
` [PATCH v3 2/3] hw/arm: Connect BSC to BCM2835 board as I2C0, I2C1 and I2C2
` [PATCH v3 3/3] tests/qtest: Add testcase for BCM2835 BSC

[PATCH RFCv2 0/8] vfio/iommufd: IOMMUFD Dirty Tracking
 2024-02-20 13:17 UTC  (19+ messages)
` [PATCH RFCv2 2/8] vfio/iommufd: Introduce auto domain creation
` [PATCH RFCv2 3/8] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH RFCv2 5/8] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
` [PATCH RFCv2 6/8] backends/iommufd: Add ability to disable hugepages
` [PATCH RFCv2 7/8] vfio/migration: Don't block migration device dirty tracking is unsupported

[PATCH 00/14] hw/southbridge: Extract ICH9 QOM container model
 2024-02-20 12:55 UTC  (7+ messages)
` [PATCH 06/14] hw/pci-bridge: Extract QOM ICH definitions to 'ich_dmi_pci.h'

[PATCH 0/5] Add migration test for loongarch64
 2024-02-20 12:41 UTC  (6+ messages)
` [PATCH 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with VIRT_MACHINE
` [PATCH 2/5] hw/loongarch: Rename LoongArchMachineState with VirtMachineState
` [PATCH 3/5] hw/loongarch: Add compat machine for 9.0
` [PATCH 4/5] hw/loongarch: Set minimium memory size as 256M
` [PATCH 5/5] tests: Add migration test for loongarch64

[PATCH] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
 2024-02-20 12:26 UTC  (2+ messages)

KVM/QEMU Community Call 20th Feb Agenda Items
 2024-02-20 12:15 UTC  (2+ messages)

[PATCH 0/3 qemu] tcg/i386: Page tables in MMIO memory fixes (CXL)
 2024-02-20 11:56 UTC  (5+ messages)
` [PATCH 3/3] tcg: Avoid double lock if page tables happen to be in mmio memory

[PATCH v2] docs/system/ppc: Document running Linux on AmigaNG machines
 2024-02-20  9:27 UTC  (2+ messages)

[PATCH] vhost-user: fix the issue of vhost deadlock in nested virtualization
 2024-02-20 11:43 UTC  (4+ messages)

[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-02-20 11:07 UTC  (3+ messages)

[PATCH v2 0/3] Add support for I2C in BCM2835 boards
 2024-02-20 10:41 UTC  (5+ messages)
` [PATCH v2 3/3] tests/qtest: Add testcase for BCM2835 BSC

[PATCH v4 0/5] Virtio dmabuf improvements
 2024-02-20 10:39 UTC  (7+ messages)
` [PATCH v4 2/5] hw/virtio: document SharedObject structures
` [PATCH v4 3/5] hw/virtio: change dmabuf mutex to QemuMutex
` [PATCH v4 4/5] hw/virtio: cleanup shared resources

[PATCH v4 0/7] Support generic Luks encryption
 2024-02-20 10:09 UTC  (8+ messages)
` [PATCH v4 2/7] qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKS

[Qemu-devel] [PATCH v7 wave 2 0/3] q35: add negotiable broadcast SMI
 2024-02-20 10:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH v7 wave 2 2/3] hw/isa/lpc_ich9: add broadcast SMI feature
  ` [PATCH v7 "

[PATCH v2 0/2] OSPI updates
 2024-02-20  9:17 UTC  (3+ messages)
` [PATCH v2 1/2] block: m25p80: Add support of mt35xu02gbba
` [PATCH v2 2/2] arm: xlnx-versal-virt: Add machine property ospi-flash

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-20  9:25 UTC  (9+ messages)
` [RFC 1/8] hw/core: Rename CpuTopology to CPUTopology
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 3/8] hw/core: Define cache topology for machine
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 5/8] i386/cpu: Support thread and module level cache topology
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
` [RFC 7/8] i386/pc: Support cache topology in -smp for PC machine
` [RFC 8/8] qemu-options: Add the cache topology description of -smp

[PATCH v2 0/7] hw/ide: Clean up hw/ide/qdev.c and include/hw/ide/internal.h
 2024-02-20  8:55 UTC  (8+ messages)
` [PATCH v2 1/7] hw/ide: Add the possibility to disable the CompactFlash device in the build
` [PATCH v2 2/7] hw/ide: Split qdev.c into ide-bus.c and ide-dev.c
` [PATCH v2 3/7] hw/ide: Move IDE DMA related definitions to a separate header ide-dma.h
` [PATCH v2 4/7] hw/ide: Move IDE device related definitions to ide-dev.h
` [PATCH v2 5/7] hw/ide: Move IDE bus related definitions to a new header ide-bus.h
` [PATCH v2 6/7] hw/ide: Remove the include/hw/ide.h legacy file
` [PATCH v2 7/7] hw/ide: Stop exposing internal.h to non-IDE files

[PATCH 00/15] qapi: Require member documentation (with loophole)
 2024-02-20  8:57 UTC  (3+ messages)
` [PATCH 08/15] qga/qapi-schema: Clean up documentation of guest-set-vcpus

[PATCH] MAINTAINERS: Remove myself as reviewer from PPC
 2024-02-20  8:52 UTC  (2+ messages)

[PATCH v4 00/15] Nested PAPR API (KVM on PowerVM)
 2024-02-20  8:36 UTC  (6+ messages)
` [PATCH v4 06/15] spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls
` [PATCH v4 07/15] spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls
` [PATCH v4 08/15] spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall
` [PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API
` [PATCH v4 13/15] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall


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