qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 19:33:37 to 2025-07-11 10:00:36 UTC [more...]

[PATCH v5 00/19] hw/i386: separate isapc out from pc_piix
 2025-07-11  9:57 UTC  (10+ messages)
` [PATCH v5 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
` [PATCH v5 06/19] hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
` [PATCH v5 07/19] hw/i386/pc_piix.c: remove SGX "
` [PATCH v5 08/19] hw/i386/pc_piix.c: remove nvdimm "
` [PATCH v5 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
` [PATCH v5 10/19] hw/i386/pc_piix.c: hardcode hole64_size to 0 "
` [PATCH v5 13/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false "
` [PATCH v5 14/19] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL "
` [PATCH v5 18/19] hw/i386/pc_piix.c: replace rom_memory with pci_memory

[PATCH v4 1/3] net/af-xdp: Remove XDP program cleanup logic
 2025-07-11  9:49 UTC  (4+ messages)
` [PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets

[PATCH] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-11  9:47 UTC 

[PATCH v5 1/3] net/af-xdp: Remove XDP program cleanup logic
 2025-07-11  9:44 UTC  (3+ messages)
` [PATCH v5 2/3] net/af-xdp: Fix up cleanup path upon failure in queue creation
` [PATCH v5 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets

[PULL 00/15] functional tests and s390x patches
 2025-07-11  9:33 UTC  (16+ messages)
` [PULL 01/15] target/s390x/kvm: Use vaddr in find/insert_hw_breakpoint()
` [PULL 02/15] target/s390x/tcg: Use vaddr in s390_probe_access()
` [PULL 03/15] hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ett
` [PULL 04/15] pc-bios/s390-ccw: Allow to select a different pxelinux.cfg entry via loadparm
` [PULL 05/15] pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfg
` [PULL 06/15] pc-bios/s390-ccw: Make get_boot_index() from menu.c global
` [PULL 07/15] pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfg
` [PULL 08/15] tests/functional: Add a test for s390x pxelinux.cfg network booting
` [PULL 09/15] pc-bios/s390-ccw: link statically
` [PULL 10/15] pc-bios: Update the s390 bios images with the pxelinux.cfg loadparm changes
` [PULL 11/15] tests/functional: Add dependency to the keymap_targets
` [PULL 12/15] tests/functional/test_ppc_bamboo: Replace broken link with working assets
` [PULL 13/15] target/s390x: Remove unused s390_cpu_[un]halt() user stubs
` [PULL 14/15] target/s390x: Expose s390_count_running_cpus() method
` [PULL 15/15] target/s390x: Have s390_cpu_halt() not return anything

[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
 2025-07-11  9:28 UTC  (3+ messages)
` [PATCH V2] "
  ` [PATCH for v10.0.0] "

[PATCH v2 00/18] QAPI: add cross-references to qapi docs
 2025-07-11  9:26 UTC  (25+ messages)
` [PATCH v2 01/18] qapi: add cross-references to acpi.json
` [PATCH v2 02/18] qapi: add cross-references to authz.json
` [PATCH v2 03/18] qapi: add cross-references to block layer
` [PATCH v2 04/18] qapi: add cross-references to crypto.json
` [PATCH v2 05/18] qapi: add cross-references to dump.json
` [PATCH v2 06/18] qapi: add cross-references to job.json
` [PATCH v2 07/18] qapi: add cross-references to Machine core
` [PATCH v2 08/18] qapi: add cross-references to migration.json
` [PATCH v2 09/18] qapi: add cross-references to net.json
` [PATCH v2 10/18] qapi: add cross-references to pci.json
` [PATCH v2 11/18] qapi: add cross-references to QOM
` [PATCH v2 12/18] qapi: add cross-references to replay.json
` [PATCH v2 13/18] qapi: add cross-references to run-state.json
` [PATCH v2 14/18] qapi: add cross-references to sockets.json
` [PATCH v2 15/18] qapi: add cross-references to ui.json
` [PATCH v2 16/18] qapi: add cross-references to virtio.json
` [PATCH v2 17/18] qapi: add cross-references to yank.json
` [PATCH v2 18/18] qapi: add cross-references to misc modules

[PATCH v5 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-07-11  8:59 UTC  (12+ messages)
` [PATCH v5 01/11] target/loongarch: move some machine define to virt.h
` [PATCH v5 02/11] hw/loongarch: add virt feature avecintc support
` [PATCH v5 03/11] hw/loongarch: add misc register supoort avecintc
` [PATCH v5 04/11] loongarch: add a advance interrupt controller device
` [PATCH v5 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v5 06/11] hw/loongarch: AVEC controller add a MemoryRegion
` [PATCH v5 07/11] hw/loongarch: Implement avec controller imput and output pins
` [PATCH v5 08/11] hw/loongarch: Implement avec set irq
` [PATCH v5 09/11] target/loongarch: CPU enable msg interrupts
` [PATCH v5 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PATCH v5 11/11] hw/loongarch: Implement AVEC plug/unplug interfaces

[PATCH] target/arm: Remove helper_sme2_luti4_4b
 2025-07-11  9:21 UTC  (2+ messages)

[PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt()
 2025-07-11  9:21 UTC  (11+ messages)
` [PATCH 1/4] target/s390x: Remove unused s390_cpu_[un]halt() user stubs
` [PATCH 2/4] target/s390x: Expose s390_count_running_cpus() method
` [PATCH 3/4] target/s390x: Have s390_cpu_halt() not return anything
` [PATCH 4/4] target/s390x: Extract system internal declarations to s390x-internal.h

[PATCH] qga: Fix truncated output handling in guest-exec status reporting
 2025-07-11  8:53 UTC  (2+ messages)

[PATCH v8 00/12] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-07-11  8:47 UTC  (13+ messages)
` [PATCH v8 01/12] hw/arm/virt-acpi-build: Don't create ITS id mappings by default
` [PATCH v8 02/12] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
` [PATCH v8 03/12] hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build
` [PATCH v8 04/12] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
` [PATCH v8 05/12] hw/arm/virt: Factor out common SMMUV3 dt bindings code
` [PATCH v8 06/12] hw/arm/virt: Add an SMMU_IO_LEN macro
` [PATCH v8 07/12] hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval
` [PATCH v8 08/12] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
` [PATCH v8 09/12] qemu-options.hx: Document the arm-smmuv3 device
` [PATCH v8 10/12] bios-tables-test: Allow for smmuv3 test data
` [PATCH v8 11/12] qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device
` [PATCH v8 12/12] qtest/bios-tables-test: Update tables for smmuv3 tests

[PATCH] i386/tdx: Don't mask off CPUID_EXT_PDCM
 2025-07-11  8:58 UTC  (2+ messages)

[PATCH 0/2] MAX78000: documentation and test
 2025-07-11  8:48 UTC  (5+ messages)
` [PATCH 1/2] docs/system: arm: Add max78000 board description
` [PATCH 2/2] tests/functional: Add a test for the MAX78000 arm machine

[PATCH v3] rust: add qdev Device derive macro
 2025-07-11  8:49 UTC 

[PATCH] i386/tdx: Remove task->watch only when it's valid
 2025-07-11  8:45 UTC  (2+ messages)

[PATCH v2] i386/tdx: Build TDX only for 64-bit target
 2025-07-11  8:45 UTC  (2+ messages)

[PATCH 0/4] i386: Misc cleanup and fix
 2025-07-11  8:43 UTC  (2+ messages)

[PATCH 0/2] Clean up of target/i386/host-cpu.c
 2025-07-11  8:41 UTC  (2+ messages)

[PULL 00/19] Ui patches
 2025-07-11  8:38 UTC  (5+ messages)
` [PULL 14/19] ui/gtk: Update scales in fixed-scale mode when rendering GL area

[Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21
 2025-07-11  8:16 UTC  (40+ messages)
` [Stable-10.0.3 01/39] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
` [Stable-10.0.3 02/39] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
` [Stable-10.0.3 03/39] ui/gtk: Document scale and coordinate handling
` [Stable-10.0.3 04/39] ui/gtk: Use consistent naming for variables in different coordinates
` [Stable-10.0.3 05/39] gtk/ui: Introduce helper gd_update_scale
` [Stable-10.0.3 06/39] ui/gtk: Update scales in fixed-scale mode when rendering GL area
` [Stable-10.0.3 07/39] ui/sdl: Consider scaling in mouse event handling
` [Stable-10.0.3 08/39] ui/vnc.c: replace big endian flag with byte order value
` [Stable-10.0.3 09/39] ui/vnc: take account of client byte order in pixman format
` [Stable-10.0.3 10/39] ui/vnc: fix tight palette pixel encoding for 8/16-bpp formats
` [Stable-10.0.3 11/39] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
` [Stable-10.0.3 12/39] vhost: Don't set vring call if guest notifier is unused
` [Stable-10.0.3 13/39] hw/i386/pc_piix: Fix RTC ISA IRQ wiring of isapc machine
` [Stable-10.0.3 14/39] hw/i386/amd_iommu: Fix device setup failure when PT is on
` [Stable-10.0.3 15/39] hw/i386/amd_iommu: Fix xtsup when vcpus < 255
` [Stable-10.0.3 16/39] audio: fix SIGSEGV in AUD_get_buffer_size_out()
` [Stable-10.0.3 17/39] audio: fix size calculation "
` [Stable-10.0.3 18/39] hw/audio/asc: fix SIGSEGV in asc_realize()
` [Stable-10.0.3 19/39] target/i386: Remove FRED dependency on WRMSRNS
` [Stable-10.0.3 20/39] iotests: fix 240
` [Stable-10.0.3 21/39] hw/core/qdev-properties-system: Add missing return in set_drive_helper()
` [Stable-10.0.3 22/39] hw/loongarch/virt: Fix big endian support with MCFG table
` [Stable-10.0.3 23/39] hw/arm/virt: Check bypass iommu is not set for iommu-map DT property
` [Stable-10.0.3 24/39] qemu-options.hx: Fix reversed description of icount sleep behavior
` [Stable-10.0.3 25/39] hw/arm/mps2: Configure the AN500 CPU with 16 MPU regions
` [Stable-10.0.3 26/39] linux-user/arm: Fix return value of SYS_cacheflush
` [Stable-10.0.3 27/39] target/loongarch: add check for fcond
` [Stable-10.0.3 28/39] target/loongarch: fix vldi/xvldi raise wrong error
` [Stable-10.0.3 29/39] tcg: Fix constant propagation in tcg_reg_alloc_dup
` [Stable-10.0.3 30/39] target/arm: Make RETA[AB] UNDEF when pauth is not implemented
` [Stable-10.0.3 31/39] target/arm: Correct KVM & HVF dtb_compatible value
` [Stable-10.0.3 32/39] virtio-gpu: support context init multiple timeline
` [Stable-10.0.3 33/39] hw/s390x/ccw-device: Fix memory leak in loadparm setter
` [Stable-10.0.3 34/39] target/arm: Fix SME vs AdvSIMD exception priority
` [Stable-10.0.3 35/39] target/arm: Fix sve_access_check for SME
` [Stable-10.0.3 36/39] target/arm: Fix 128-bit element ZIP, UZP, TRN
` [Stable-10.0.3 37/39] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands
` [Stable-10.0.3 38/39] target/arm: Fix f16_dotadd vs nan selection
` [Stable-10.0.3 39/39] target/arm: Fix bfdotadd_ebf "

[PATCH] target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()
 2025-07-11  8:17 UTC  (4+ messages)

[PATCH 0/4] target/i386: fix position of accel_cpu_instance_init
 2025-07-11  7:46 UTC  (18+ messages)
` [PATCH 1/4] target/i386: move max_features to class
` [PATCH 2/4] target/i386: nvmm, whpx: add accel/CPU class that sets host vendor
` [PATCH 3/4] target/i386: allow reordering max_x86_cpu_initfn vs accel CPU init
` [PATCH 4/4] target/i386: move accel_cpu_instance_init to .instance_init

[PULL v2 0/4] loongarch-to-apply queue
 2025-07-11  7:13 UTC  (5+ messages)
` [PULL v2 1/4] hw/intc/loongarch_extioi: Move unrealize function to common code
` [PULL v2 2/4] target/loongarch: Correct spelling in helper_csrwr_pwcl()
` [PULL v2 3/4] target/loongarch: Fix CSR STLBPS register write emulation
` [PULL v2 4/4] target/loongarch: Remove unnecessary page size validity checking

[PATCH v6 0/1] Allow injection of virtio-gpu EDID name
 2025-07-11  6:30 UTC  (3+ messages)
` [PATCH v6 1/1] hw/display: "

[PATCH v9 00/16] Introduce support for IGVM files
 2025-07-11  5:47 UTC  (4+ messages)
` [PATCH v9 02/16] backends/confidential-guest-support: Add functions to support IGVM

[PATCH 00/18] QAPI: add cross-references to qapi docs
 2025-07-11  5:32 UTC  (4+ messages)
` [PATCH 08/18] qapi: add cross-references to migration.json

[PATCH v6 0/4] qapi: add auto-generated return docs
 2025-07-11  5:10 UTC  (5+ messages)
` [PATCH v6 1/4] docs/qapi-domain: add return-nodesc
` [PATCH v6 2/4] docs, qapi: generate undocumented return sections
` [PATCH v6 3/4] qapi: remove trivial "Returns:" sections
` [PATCH v6 4/4] qapi: rephrase return docs to avoid type name

[PATCH] i386/tdx: Use .has_gpa field to check if the gpa is valid
 2025-07-11  3:22 UTC  (2+ messages)

[PATCH v4 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-07-11  2:09 UTC  (4+ messages)
` [PATCH v4 02/11] hw/loongarch: add virt feature avecintc support

[PULL 0/4] loongarch-to-apply queue
 2025-07-11  1:41 UTC  (3+ messages)

[PATCH v7 00/12] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-07-10 23:04 UTC  (15+ messages)
` [PATCH v7 07/12] hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval

[PATCH] tcg: Use uintptr_t in tcg_malloc implementation
 2025-07-10 22:50 UTC 

[PATCH] hw/s390x/s390-pci-bus.c: Use g_assert_not_reached() in functions taking an ett
 2025-07-10 21:20 UTC  (3+ messages)

[PATCH-for-10.1 v6 0/6] target/arm: Add FEAT_MEC to max cpu
 2025-07-10 21:09 UTC  (7+ messages)
` [PATCH v6 1/6] target/arm: Add the MECEn SCR_EL3 bit
` [PATCH v6 2/6] target/arm: Add FEAT_MEC registers
` [PATCH v6 3/6] target/arm: Add FEAT_SCTLR2
` [PATCH v6 4/6] target/arm: Add FEAT_TCR2
` [PATCH v6 5/6] target/arm: Implement FEAT_MEC cache instructions
` [PATCH v6 6/6] target/arm: Advertise FEAT_MEC in cpu max

[PATCH] meson: Add most 3rd-party includes as system includes
 2025-07-10 17:54 UTC  (3+ messages)

[PATCH v4] Support madvise(MADV_DONTDUMP) when creating core dumps for qemu-user
 2025-07-10 19:48 UTC  (2+ messages)

[PATCH v2 1/2] target/i386: Add TSA attack variants TSA-SQ and TSA-L1
 2025-07-10 19:46 UTC  (2+ messages)
` [PATCH v2 2/2] target/i386: Add TSA feature flag verw-clear

[PATCH] USB MSD: Set s->req to NULL after handling a packet
 2025-07-10 19:32 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).