qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-17 12:30:34 to 2024-08-20 00:25:09 UTC [more...]

[PATCH 0/8] move qapi under python/qemu/
 2024-08-20  0:23 UTC  (9+ messages)
` [PATCH 1/8] python/qapi: correct re.Match type hints for 3.13
` [PATCH 2/8] python/qapi: change "FIXME" to "TODO"
` [PATCH 3/8] python/qapi: add pylint pragmas
` [PATCH 4/8] python/qapi: remove outdated pragmas
` [PATCH 5/8] python/qapi: ignore missing docstrings in pylint
` [PATCH 6/8] python: allow short names for variables on older pylint
` [PATCH 7/8] python/qapi: move scripts/qapi to python/qemu/qapi
` [PATCH 8/8] python/qapi: remove redundant linter configuration

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-08-20  0:22 UTC  (29+ messages)
` [PATCH RFC V3 01/29] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
  ` [PATCH RFC V3 01/29] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property
` [PATCH RFC V3 06/29] arm/virt, kvm: Pre-create disabled possible vCPUs @machine init
  ` [PATCH RFC V3 06/29] arm/virt,kvm: "
` [PATCH RFC V3 11/29] arm/virt: Create GED dev before *disabled* CPU Objs are destroyed
` [PATCH RFC V3 17/29] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V3 18/29] arm/virt: Add/update basic hot-(un)plug framework
` [PATCH RFC V3 24/29] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug

[PATCH v5 00/15] riscv support for control flow integrity extensions
 2024-08-20  0:01 UTC  (16+ messages)
` [PATCH v5 01/15] target/riscv: Add zicfilp extension
` [PATCH v5 02/15] target/riscv: Introduce elp state and enabling controls for zicfilp
` [PATCH v5 03/15] target/riscv: save and restore elp state on priv transitions
` [PATCH v5 04/15] target/riscv: additional code information for sw check
` [PATCH v5 05/15] target/riscv: tracking indirect branches (fcfi) for zicfilp
` [PATCH v5 06/15] target/riscv: zicfilp `lpad` impl and branch tracking
` [PATCH v5 07/15] disas/riscv: enable `lpad` disassembly
` [PATCH v5 08/15] target/riscv: Add zicfiss extension
` [PATCH v5 09/15] target/riscv: introduce ssp and enabling controls for zicfiss
` [PATCH v5 10/15] target/riscv: tb flag for shadow stack instructions
` [PATCH v5 11/15] target/riscv: mmu changes for zicfiss shadow stack protection
` [PATCH v5 12/15] target/riscv: implement zicfiss instructions
` [PATCH v5 13/15] target/riscv: compressed encodings for sspush and sspopchk
` [PATCH v5 14/15] disas/riscv: enable disassembly for zicfiss instructions
` [PATCH v5 15/15] disas/riscv: enable disassembly for compressed sspush/sspopchk

[PATCH] hw/char: suppress sunmouse events with no changes
 2024-08-19 23:18 UTC 

[PULL 00/20] Misc fixes for 2024-08-20
 2024-08-19 22:51 UTC  (21+ messages)
` [PULL 01/20] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PULL 02/20] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PULL 03/20] qemu-options.hx: correct formatting -smbios type=4
` [PULL 04/20] target/mips: Pass page table entry size as MemOp to get_pte()
` [PULL 05/20] target/mips: Use correct MMU index in get_pte()
` [PULL 06/20] target/mips: Load PTE as DATA
` [PULL 07/20] hw/dma/xilinx_axidma: Use semicolon at end of statement, not comma
` [PULL 08/20] hw/remote/message.c: Don't directly invoke DeviceClass:reset
` [PULL 09/20] linux-user/mips: Do not try to use removed R5900 CPU
` [PULL 10/20] linux-user/mips: Select Octeon68XX CPU for Octeon binaries
` [PULL 11/20] linux-user/mips: Select MIPS64R2-generic for Rel2 binaries
` [PULL 12/20] linux-user/mips: Select Loongson CPU for Loongson binaries
` [PULL 13/20] tests/avocado: exec_command should not consume console output
` [PULL 14/20] tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction
` [PULL 15/20] contrib/plugins/execlog: Fix shadowed declaration warning
` [PULL 16/20] target/sparc: Restrict STQF to sparcv9
` [PULL 17/20] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
` [PULL 18/20] hw/i386/pc: Unify vmport=auto handling
` [PULL 19/20] hw/i386/pc: Ensure vmport prerequisites are fulfilled
` [PULL 20/20] crypto/tlscredspsk: Free username on finalize

[PULL 0/5] Some small tests and s390x fixes
 2024-08-19 22:31 UTC  (3+ messages)
` [PULL 3/5] tests/avocado: apply proper skipUnless decorator

[PATCH] MAINTAINERS: Remove myself as reviewer
 2024-08-19 22:24 UTC  (3+ messages)

[RFC PATCH] scripts/lsan-suppressions: Add a LeakSanitizer suppressions file
 2024-08-19 22:23 UTC  (3+ messages)

apparent memory leak from object-add+object-del of memory-backend-ram
 2024-08-19 19:07 UTC  (2+ messages)

[PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
 2024-08-19 16:02 UTC  (12+ messages)
  ` [PATCH 01/11 v2] target/riscv: Add CLIC CSR mintstatus
  ` [PATCH 02/11 v2] target/riscv: Update CSR xintthresh in CLIC mode
  ` [PATCH 03/11 v2] hw/intc: Add CLIC device
  ` [PATCH 04/11 v2] target/riscv: Update CSR xie in CLIC mode
  ` [PATCH 05/11 v2] target/riscv: Update CSR xip "
  ` [PATCH 06/11 v2] target/riscv: Update CSR xtvec "
  ` [PATCH 07/11 v2] target/riscv: Update CSR xnxti "
  ` [PATCH 08/11 v2] target/riscv: Update interrupt handling "
  ` [PATCH 09/11 v2] target/riscv: Update interrupt return "
  ` [PATCH 10/11 v2] hw/riscv: add CLIC into virt machine
  ` [PATCH 11/11 v2] tests: add riscv clic qtest case and a function in qtest

[PATCH v4 0/6] AWS Nitro Enclave emulation support
 2024-08-19 16:14 UTC  (20+ messages)
` [PATCH v4 1/6] machine/nitro-enclave: New machine type for AWS Nitro Enclaves
` [PATCH v4 2/6] machine/nitro-enclave: Add vhost-user-vsock device
` [PATCH v4 3/6] device/virtio-nsm: Support for Nitro Secure Module device
` [PATCH v4 4/6] machine/nitro-enclave: Add built-in "
` [PATCH v4 5/6] crypto: Support SHA384 hash when using glib
` [PATCH v4 6/6] docs/nitro-enclave: Documentation for nitro-enclave machine type

[PATCH v5 00/16] Introduce support for IGVM files
 2024-08-19 16:11 UTC  (3+ messages)
` [PATCH v5 01/16] meson: Add optional dependency on IGVM library

[RFC-PATCH v1 2/2] vhost-user: add a request-reply lock
 2024-08-19 15:50 UTC  (4+ messages)
` [RFC-PATCH v2] "

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-08-19 15:40 UTC  (3+ messages)

[PATCH v2] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
 2024-08-19 15:32 UTC  (5+ messages)

[PATCH] crypto/tlscredspsk: Free username on finalize
 2024-08-19 15:28 UTC  (2+ messages)

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-08-19 15:22 UTC  (3+ messages)
` [PULL v2 42/61] physmem: Add helper function to destroy CPU AddressSpace

[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
 2024-08-19 14:43 UTC 

[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
 2024-08-19 14:21 UTC  (16+ messages)
` [PATCH v8 01/13] acpi/generic_event_device: add an APEI error device
` [PATCH v8 03/13] acpi/ghes: Add support for GED "
` [PATCH v8 04/13] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v8 05/13] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v8 06/13] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v8 12/13] acpi/ghes: cleanup generic error data logic
` [PATCH v8 13/13] acpi/ghes: check if the BIOS pointers for HEST are correct

[PATCH v3] hw/ppc: Implement -dtb support for PowerNV
 2024-08-19 14:06 UTC  (6+ messages)

[PATCH v11 0/2] Support message-based DMA in vfio-user server
 2024-08-19 14:03 UTC  (3+ messages)
` [PATCH v11 1/2] Update subprojects/libvfio-user
` [PATCH v11 2/2] vfio-user: Message-based DMA support

[PATCH] softmmu: Support concurrent bounce buffers
 2024-08-19 13:54 UTC 

[PATCH] gitlab-ci: Build MSYS2 job using multiple CPUs
 2024-08-19 13:17 UTC  (2+ messages)

[PATCH] hyperv: Make sure SynIC state is really updated before KVM_RUN
 2024-08-19 13:00 UTC 

[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-08-19 12:16 UTC  (14+ messages)
` [PATCH v2 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v2 13/17] intel_iommu: piotlb invalidation should notify unmap
` [PATCH v2 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting

[PATCH] qemu-guest-agent: Update the logfile path of qga-fsfreeze-hook.log
 2024-08-19 11:47 UTC  (3+ messages)

[PULL for 9.1 00/21] Some fixes for 9.1-rc3 (build, replay, docs, plugins)
 2024-08-19 11:46 UTC  (3+ messages)
` [PULL 15/21] chardev: set record/replay on the base device of a muxed device

[PATCH v2 0/2] riscv: char: Avoid dropped charecters
 2024-08-19 11:31 UTC  (3+ messages)
` [PATCH v2 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
` [PATCH v2 2/2] hw/char: sifive_uart: Print uart charecters async

[PATCH] .gitlab-ci.d/windows.yml: Disable the qtests in the MSYS2 job
 2024-08-19 10:49 UTC  (7+ messages)

[PATCH 0/4] hw/arm: Enable 'nested' SMMU in virt, sbsa-ref
 2024-08-19 10:07 UTC  (4+ messages)
` [PATCH 4/4] hw/arm/sbsa-ref: Use two-stage SMMU

[PATCH-for-9.1 v3 0/2] hw/i386/pc: Fix vmport option handling
 2024-08-19  9:45 UTC  (5+ messages)
` [PATCH-for-9.1 v3 1/2] hw/i386/pc: Unify vmport=auto handling
` [PATCH-for-9.1 v3 2/2] hw/i386/pc: Ensure vmport prerequisites are fulfilled

[PATCH 0/2] hw/riscv/virt: Fix PCI devices with AIA
 2024-08-19  8:42 UTC  (7+ messages)
` [PATCH for-9.1 1/2] Revert "hw/riscv/virt.c: imsics DT: add '#msi-cells'"
` [PATCH 2/2] hw/riscv/virt: Introduce strict-dt

[PATCH qemu v5 0/1] target/riscv: Add Zilsd and Zclsd extension support
 2024-08-19  8:26 UTC  (2+ messages)
` [PATCH qemu v5 1/1] "

[PULL 0/1] riscv-to-apply queue
 2024-08-19  7:46 UTC  (3+ messages)
` [PULL 1/1] Revert "hw/riscv/virt.c: imsics DT: add '#msi-cells'"

[PATCH for-9.1] target/i386: Fix tss access size in switch_tss_ra
 2024-08-19  7:40 UTC 

[PULL v2 00/25] Misc QEMU-GA patches 2024-07-22
 2024-08-19  7:07 UTC  (7+ messages)
` [PULL v2 25/25] qga/linux: Add new api 'guest-network-get-route'

[PATCH] gitlab-ci: Replace build_script -> step_script in Cirrus jobs
 2024-08-19  5:38 UTC  (2+ messages)

[PATCH 0/2] riscv: char: Avoid dropped charecters
 2024-08-19  5:32 UTC  (4+ messages)
` [PATCH 2/2] hw/char: sifive_uart: Print uart charecters async

[PATCH 1/3] tests/acpi: Add empty ACPI SRAT data file for RISC-V
 2024-08-19  4:50 UTC  (7+ messages)
` [PATCH 2/3] tests/qtest/bios-tables-test.c: Enable numamem testing "
` [PATCH 3/3] tests/acpi: Add expected ACPI SRAT AML file "

[PATCH v2 4/4] virtio-net: Add support for USO features
 2024-08-19  4:27 UTC  (16+ messages)

[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
 2024-08-19  4:23 UTC  (17+ messages)
` [PATCH 1/8] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/8] hw/pci-host/designware: Initialize root function in host bridge realize
` [PATCH 3/8] hw/pci-host/designware: Add 'host_mem' variable for clarity
` [PATCH 4/8] hw/pci-host/designware: Hoist host controller in root function #0
` [PATCH 5/8] hw/pci-host/designware: Keep host reference in DesignwarePCIEViewport
` [PATCH 6/8] hw/pci-host/designware: Move viewports from root func to host bridge
` [PATCH 7/8] hw/pci-host/designware: Move MSI registers "
` [PATCH 8/8] hw/pci-host/designware: Create ViewPorts during host bridge realization

[PATCH v3 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-08-19  4:09 UTC  (3+ messages)
` [PATCH v3 2/3] hw/acpi: "

[PATCH v7 0/7] Add Rust build support, ARM PL011 device impl
 2024-08-19  4:09 UTC  (4+ messages)

[PATCH v5 0/5] target/riscv: Add Smrnmi support
 2024-08-19  3:49 UTC  (5+ messages)
` [PATCH v5 1/5] target/riscv: Add `ext_smrnmi` in the RISCVCPUConfig
` [PATCH v5 4/5] target/riscv: Add Smrnmi mnret instruction

[PATCH v2 00/17] bsd-user: Comprehensive RISCV Support
 2024-08-19  3:08 UTC  (7+ messages)
` [PATCH v2 01/17] bsd-user: Implement RISC-V CPU initialization and main loop
` [PATCH v2 07/17] bsd-user: Add RISC-V signal trampoline setup function
` [PATCH v2 09/17] bsd-user: Add RISC-V thread setup and initialization support

[PATCH v1 00/15] tcg/riscv: Add support for vector
 2024-08-19  2:53 UTC  (9+ messages)
` [PATCH v1 05/15] tcg/riscv: Add riscv vset{i}vli support
` [PATCH v1 06/15] tcg/riscv: Implement vector load/store

[PATCH for-9.2 v3 0/6] target/sparc: emulate floating point queue when raising fp traps
 2024-08-19  2:42 UTC  (6+ messages)
            ` [PATCH for-9.2 v3 0/6] target/sparc: emulate floating point queue when raising fp traps -- CORRECTION

[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-08-18 18:20 UTC  (4+ messages)
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v9 00/10] Support persistent reservation operations
 2024-08-18 16:57 UTC  (7+ messages)
` [PATCH v9 09/10] hw/nvme: add reservation protocal command
            ` Ping: "

[PATCH v3 0/5] AWS Nitro Enclave emulation support
 2024-08-18 11:51 UTC  (2+ messages)

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-08-18  6:33 UTC  (2+ messages)
` [PATCH v2] "

[PULL v2 for 9.1 00/21] Some fixes for 9.1-rc3 (build, replay, docs, plugins)
 2024-08-17 22:04 UTC  (2+ messages)

[PATCH] hw/misc: Add a virtual PCILeech device
 2024-08-17 17:30 UTC  (2+ messages)

[PATCH] hw/i386/pc: Warn about unsatisfied vmport deps
 2024-08-17 12:33 UTC  (8+ 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).