qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-26 13:44:47 to 2024-06-27 09:15:19 UTC [more...]

[PATCH v2 00/21] qapi: convert "Note" and "Example" sections to rST
 2024-06-27  6:35 UTC  (26+ messages)
` [PATCH v2 01/21] [DO-NOT-MERGE]: Add some ad-hoc linting helpers
` [PATCH v2 02/21] qapi: linter fixups
` [PATCH v2 03/21] docs/qapidoc: remove unused intersperse function
` [PATCH v2 04/21] docs/qapidoc: delint a tiny portion of the module
` [PATCH v2 05/21] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH v2 06/21] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH v2 07/21] docs/qapidoc: fix nested parsing under untagged sections
` [PATCH v2 08/21] qapi: fix non-compliant JSON examples
` [PATCH v2 09/21] qapi: nail down convention that Errors sections are lists
` [PATCH v2 10/21] qapi: convert "Note" sections to plain rST
` [PATCH v2 11/21] qapi: update prose in note blocks
` [PATCH v2 12/21] qapi: add markup to "
` [PATCH v2 13/21] qapi/parser: don't parse rST markup as section headers
` [PATCH v2 14/21] docs/qapidoc: factor out do_parse()
` [PATCH v2 15/21] docs/qapidoc: create qmp-example directive
` [PATCH v2 16/21] docs/qapidoc: add QMP highlighting to annotated qmp-example blocks
` [PATCH v2 17/21] docs/sphinx: add CSS styling for qmp-example directive
` [PATCH v2 18/21] qapi: convert "Example" sections without titles
` [PATCH v2 19/21] qapi: convert "Example" sections with titles
` [PATCH v2 20/21] qapi: convert "Example" sections with longer prose
` [PATCH v2 21/21] qapi: remove "Example" doc section

[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
 2024-06-27  9:14 UTC  (9+ messages)

[PATCH v3 00/15] Introduce support for IGVM files
 2024-06-27  9:14 UTC  (4+ messages)
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-27  9:08 UTC  (11+ messages)
` [PATCH v2 08/12] plugins: add time control API
` [PATCH v2 09/12] plugins: add migration blocker
` [PATCH v2 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PATCH v2 11/12] plugins: fix inject_mem_cb rw masking
` [PATCH v2 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

[PATCH 0/7] VIRTIO-IOMMU/HostIOMMUDevice: Fixes and page size mask rework
 2024-06-27  8:59 UTC  (8+ messages)
` [PATCH 4/7] HostIOMMUDevice: Introduce get_page_size_mask() callback
` [PATCH 6/7] memory: remove IOMMU MR iommu_set_page_size_mask() callback
` [PATCH 7/7] virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode

[PATCH v3] virtio-pci: Fix the use of an uninitialized irqfd
 2024-06-27  8:57 UTC  (5+ messages)

[PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
 2024-06-27  8:53 UTC  (7+ messages)

[PATCH 0/3] hw/sd/sdcard: Deprecate support for spec v1.10
 2024-06-27  7:55 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH-for-10.0 3/3] hw/sd/sdcard: Remove support for spec v1.10

linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base
 2024-06-27  7:54 UTC  (6+ messages)

[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
 2024-06-27  7:42 UTC  (4+ messages)
` [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8

[PATCH v5 0/6] hw/ppc: SPI model
 2024-06-27  7:29 UTC  (8+ messages)
` [PATCH v5 2/6] hw/ssi: Add "
` [PATCH v5 3/6] hw/ssi: Extend "
` [PATCH v5 6/6] tests/qtest: Add pnv-spi-seeprom qtest

[PATCH v2 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-06-27  7:25 UTC  (5+ messages)
` [PATCH v2 2/5] migration: Add migration parameters for QATzip

[PATCH 0/2] hw/intc/loongson_ipi: Fix for LoongArch
 2024-06-27  6:38 UTC  (4+ messages)
` [PATCH 1/2] hw/intc/loongson_ipi: Gate MMIO regions creation with property
` [PATCH 2/2] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine

[PATCH v5 0/9] Add MTE stubs for aarch64 user mode
 2024-06-27  6:19 UTC  (15+ messages)
` [PATCH v5 1/9] gdbstub: Clean up process_string_cmd
` [PATCH v5 2/9] gdbstub: Move GdbCmdParseEntry into a new header file
` [PATCH v5 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v5 4/9] target/arm: Fix exception case in allocation_tag_mem_probe
` [PATCH v5 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v5 6/9] target/arm: Factor out code for setting MTE TCF0 field
` [PATCH v5 7/9] gdbstub: Make get cpu and hex conversion functions non-internal
` [PATCH v5 8/9] gdbstub: Add support for MTE in user mode
` [PATCH v5 9/9] tests/tcg/aarch64: Add MTE gdbstub tests

[PATCH 0/3] target/i386/sev: Fix 32-bit host build issues
 2024-06-27  6:17 UTC  (5+ messages)
` [PATCH 1/3] target/i386/sev: Cast id_auth_uaddr through uintptr_t
` [PATCH 2/3] target/i386/sev: Use size_t for object sizes
` [PATCH 3/3] target/i386/sev: Fix printf formats

[PATCH] hw/core/loader: allow loading larger ROMs
 2024-06-27  6:11 UTC  (2+ messages)

[PATCH v10 00/12] hw/pci: SR-IOV related fixes and improvements
 2024-06-27  6:08 UTC  (13+ messages)
` [PATCH v10 01/12] hw/pci: Rename has_power to enabled
` [PATCH v10 02/12] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PATCH v10 03/12] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PATCH v10 04/12] pcie_sriov: Do not manually unrealize
` [PATCH v10 05/12] pcie_sriov: Ensure VF function number does not overflow
` [PATCH v10 06/12] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH v10 07/12] pcie_sriov: Release VFs failed to realize
` [PATCH v10 08/12] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH v10 09/12] pcie_sriov: Register VFs after migration
` [PATCH v10 10/12] hw/pci: Replace -1 with UINT32_MAX for romsize
` [PATCH v10 11/12] hw/pci: Convert rom_bar into OnOffAuto
` [PATCH v10 12/12] hw/qdev: Remove opts member

[PATCH v2 0/7] plugins: access values during a memory read/write
 2024-06-27  6:04 UTC  (11+ messages)
` [PATCH v2 1/7] plugins: fix mem callback array size
` [PATCH v2 2/7] plugins: save value during memory accesses
` [PATCH v2 3/7] plugins: extend API to get latest memory value accessed
` [PATCH v2 4/7] tests/tcg: add mechanism to run specific tests with plugins
` [PATCH v2 5/7] tests/tcg: allow to check output of plugins
` [PATCH v2 6/7] tests/plugin/mem: add option to print memory accesses
` [PATCH v2 7/7] tests/tcg/x86_64: add test for plugin memory access

[PATCH] hw/i386/intel_iommu: Block CFI when necessary
 2024-06-27  5:15 UTC  (4+ messages)

[PATCH v4 0/9] Add MTE stubs for aarch64 user mode
 2024-06-27  4:42 UTC  (4+ messages)
` [PATCH v4 5/9] target/arm: Make some MTE helpers widely available

[PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
 2024-06-27  4:27 UTC 

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-27  4:17 UTC  (5+ messages)

[RFC PATCH 0/7] migration/multifd: Introduce storage slots
 2024-06-27  3:27 UTC  (3+ messages)
` [RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
 2024-06-27  3:14 UTC  (4+ messages)
` [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
` [PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
` [PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger

[PATCH v6 00/10] Support persistent reservation operations
 2024-06-27  2:54 UTC  (10+ messages)
` [PATCH v6 01/10] block: add persistent reservation in/out api
` [PATCH v6 02/10] block/raw: add persistent reservation in/out driver
` [PATCH v6 03/10] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v6 04/10] scsi/util: add helper functions for persistent reservation types conversion
` PING: [PATCH v6 00/10] Support persistent reservation operations

[PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support
 2024-06-27  2:44 UTC  (5+ messages)
` [PATCH v3 1/4] hw/intc: Remove loongarch_ipi.c

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
 2024-06-27  2:37 UTC  (4+ messages)
` [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
 2024-06-27  2:34 UTC  (4+ messages)
` [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
` [PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
` [PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger

[PATCH v2] util: fix building on OpenBSD/powerpc
 2024-06-27  2:22 UTC 

[PATCH v2] timer: Fix a race condition between timer's callback and destroying code
 2024-06-27  0:31 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH v7 00/11] Add RISC-V ISA extension smcntrpmf support
 2024-06-26 23:57 UTC  (12+ messages)
` [PATCH v7 01/11] target/riscv: Combine set_mode and set_virt functions
` [PATCH v7 02/11] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [PATCH v7 03/11] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v7 04/11] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PATCH v7 05/11] target/riscv: Add cycle & instret privilege mode filtering support
` [PATCH v7 06/11] target/riscv: Implement privilege mode filtering for cycle/instret
` [PATCH v7 07/11] target/riscv: Save counter values during countinhibit update
` [PATCH v7 08/11] target/riscv: Enforce WARL behavior for scounteren/hcounteren
` [PATCH v7 09/11] target/riscv: Start counters from both mhpmcounter and mcountinhibit
` [PATCH v7 10/11] target/riscv: More accurately model priv mode filtering
` [PATCH v7 11/11] target/riscv: Do not setup pmu timer if OF is disabled

[RFC PATCH] target/i386: restrict SEV to 64 bit host builds
 2024-06-26 23:42 UTC  (6+ messages)

[PATCH 0/7] plugins: access values during a memory read/write
 2024-06-26 23:39 UTC  (9+ messages)
` [PATCH 1/7] plugins: fix mem callback array size
` [PATCH 2/7] plugins: save value during memory accesses
` [PATCH 3/7] plugins: extend API to get latest memory value accessed
` [PATCH 4/7] tests/tcg: add mechanism to run specific tests with plugins
` [PATCH 5/7] tests/tcg: allow to check output of plugins
` [PATCH 6/7] tests/plugin/mem: add option to print memory accesses
` [PATCH 7/7] tests/tcg/x86_64: add test for plugin memory access

[PATCH 0/4] Python: Add 3.13 support, play linter whackamole
 2024-06-26 23:22 UTC  (5+ messages)
` [PATCH 1/4] python: linter changes for pylint 3.x
` [PATCH 2/4] python: Do not use pylint 3.2.4 with python 3.8
` [PATCH 3/4] iotests: Change imports for Python 3.13
` [PATCH 4/4] python: enable testing for 3.13

[PATCH v2] exec: don't use void* in pointer arithmetic in headers
 2024-06-26 21:41 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update my family name
 2024-06-26 21:16 UTC 

[PATCH RFC 0/2] migration: introduce strict SLA
 2024-06-26 18:41 UTC  (9+ messages)
` [PATCH RFC 2/2] migration: abort on destination if switchover limit exceeded

[PATCH] ui/gtk: Negative Page number is not valid
 2024-06-26 18:26 UTC  (3+ messages)

[PATCH] timer: Fix a race condition between timer's callback and destroying code
 2024-06-26 18:10 UTC 

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-06-26 18:01 UTC  (3+ messages)

[PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-06-26 17:53 UTC  (6+ messages)

[PATCH 0/3] vl.c: select_machine(): improve error message
 2024-06-26 17:07 UTC  (5+ messages)
` [PATCH 1/3] vl.c: select_machine(): use ERRP_GUARD instead of error propagation
` [PATCH 2/3] vl.c: select_machine(): use g_autoptr
` [PATCH 3/3] vl.c: select_machine(): add selected machine type to error message

[PATCH v2] Consider discard option when writing zeros
 2024-06-26 16:27 UTC  (9+ messages)

[PATCH] tests/docker: Specify --userns keep-id for Podman
 2024-06-26 16:16 UTC  (2+ messages)

[PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang
 2024-06-26 16:15 UTC  (5+ messages)
` [PATCH 2/6] tests/tcg/aarch64: Fix test architecture specification

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-26 15:56 UTC  (7+ messages)

[PATCH] net: update netdev stream/dgram man page
 2024-06-26 15:51 UTC 

[PATCH v7] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-06-26 15:18 UTC  (3+ messages)
` [PATCH v8] "

[PATCH v2 0/3] block-jobs: add final flush
 2024-06-26 14:50 UTC  (4+ messages)
` [PATCH v2 1/3] block/commit: implement "
` [PATCH v2 2/3] block/stream: "
` [PATCH v2 3/3] block/backup: "

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-26 14:45 UTC  (9+ messages)
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
 2024-06-26 14:39 UTC  (4+ messages)
` [PATCH 13/13] qapi: convert "

[PATCH v6 0/3] Add support for the RAPL MSRs series
 2024-06-26 14:34 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).