qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 17:24:23 to 2025-07-14 08:56:46 UTC [more...]

[PATCH v2 0/7] i386/cpu: Clean Up Reserved CPUID Leaves & Topology Overflow Fix
 2025-07-14  8:29 UTC  (12+ messages)
` [PATCH v2 1/7] i386/cpu: Mark EBX/ECX/EDX in CPUID 0x80000000 leaf as reserved for Intel
` [PATCH v2 2/7] i386/cpu: Mark CPUID 0x80000008 ECX bits[0:7] & [12:15] as reserved for Intel/Zhaoxin
` [PATCH v2 3/7] i386/cpu: Reorder CPUID leaves in cpu_x86_cpuid()
` [PATCH v2 4/7] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
` [PATCH v2 5/7] i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
` [PATCH v2 6/7] i386/cpu: Fix overflow of cache topology fields in CPUID.04H
` [PATCH v2 7/7] i386/cpu: Honor maximum value for CPUID.8000001DH.EAX[25:14]

[PATCH] hvf: arm: Remove $pc from trace_hvf_data_abort()
 2025-07-14  8:24 UTC  (2+ messages)

[PATCH 0/2] ui: fix VNC endian regression & improve tracing
 2025-07-14  8:22 UTC  (3+ messages)

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-07-14  8:05 UTC  (37+ messages)
` [PATCH v7 01/36] hw/i386/acpi-build: Make aml_pci_device_dsm() static
` [PATCH v7 02/36] hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
` [PATCH v7 03/36] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
` [PATCH v7 04/36] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
` [PATCH v7 05/36] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
` [PATCH v7 06/36] hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support property
` [PATCH v7 07/36] hw/pci-host/gpex-acpi: Use GED acpi pcihp property
` [PATCH v7 08/36] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
` [PATCH v7 09/36] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
` [PATCH v7 10/36] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
` [PATCH v7 11/36] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
` [PATCH v7 12/36] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
` [PATCH v7 13/36] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
` [PATCH v7 14/36] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots "
` [PATCH v7 15/36] hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_info
` [PATCH v7 16/36] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
` [PATCH v7 17/36] qtest/bios-tables-test: Prepare for fixing the aarch64 viot test
` [PATCH v7 18/36] qtest/bios-tables-test: Add a variant to "
` [PATCH v7 19/36] qtest/bios-tables-test: Generate DSDT.viot
` [PATCH v7 20/36] tests/qtest/bios-tables-test: Prepare for changes in the arm virt DSDT table
` [PATCH v7 21/36] hw/arm/virt-acpi-build: Let non hotplug ports support static acpi-index
` [PATCH v7 22/36] tests/qtest/bios-tables-test: Update ARM DSDT reference blobs
` [PATCH v7 23/36] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
` [PATCH v7 24/36] hw/acpi/ged: Add a bus link property
` [PATCH v7 25/36] hw/arm/virt: Pass the bus on the ged creation
` [PATCH v7 26/36] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
` [PATCH v7 27/36] hw/acpi/pcihp: Remove root arg in acpi_pcihp_init
` [PATCH v7 28/36] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v7 29/36] hw/acpi/ged: Support migration of AcpiPciHpState
` [PATCH v7 30/36] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
` [PATCH v7 31/36] hw/arm/virt: Minor code reshuffling in create_acpi_ged
` [PATCH v7 32/36] hw/arm/virt: Let virt support pci hotplug/unplug GED event
` [PATCH v7 33/36] tests/qtest/bios-tables-test: Prepare for addition of acpi pci hp tests
` [PATCH v7 34/36] tests/qtest/bios-tables-test: Add aarch64 ACPI PCI hotplug test
` [PATCH v7 35/36] qtest/bios-tables-test: Generate reference blob for DSDT.hpoffacpiindex
` [PATCH v7 36/36] qtest/bios-tables-test: Generate reference blob for DSDT.acpipcihp

[PATCH v3 0/5] docs: remove legacy qapidoc
 2025-07-14  8:09 UTC  (10+ messages)
` [PATCH v3 1/5] docs/sphinx: adjust qapidoc to cope with same-line error sections
` [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

[PATCH 1/1] qemu-img: add sub-command --remove-all to 'qemu-img bitmap'
 2025-07-14  8:01 UTC  (3+ messages)

[PATCH] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-14  7:50 UTC  (3+ messages)

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-14  8:00 UTC 

[PATCH v6 00/36] ACPI PCI Hotplug support on ARM
 2025-07-14  7:44 UTC  (4+ messages)
` [PATCH v6 18/36] qtest/bios-tables-test: Add a variant to the aarch64 viot test

[PATCH v6 0/4] qapi: add auto-generated return docs
 2025-07-14  6:40 UTC  (4+ messages)
` [PATCH v6 4/4] qapi: rephrase return docs to avoid type name

[PATCH-for-10.1 v7 0/6] target/arm: Add FEAT_MEC to max cpu
 2025-07-14  6:21 UTC  (7+ messages)
` [PATCH v7 3/6] target/arm: Add FEAT_SCTLR2
` [PATCH v7 4/6] target/arm: Add FEAT_TCR2

[PULL 00/13] Net patches
 2025-07-14  5:34 UTC  (14+ messages)
` [PULL 01/13] net: fix buffer overflow in af_xdp_umem_create()
` [PULL 02/13] virtio-net: Add queues for RSS during migration
` [PULL 03/13] net: Refactor stream logic for reuse in '-net passt'
` [PULL 04/13] net: Define net_client_set_link()
` [PULL 05/13] vhost_net: Rename vhost_set_vring_enable() for clarity
` [PULL 06/13] net: Add get_vhost_net callback to NetClientInfo
` [PULL 07/13] net: Consolidate vhost feature bits into vhost_net structure
` [PULL 08/13] net: Add get_acked_features callback to VhostNetOptions
` [PULL 09/13] net: Add save_acked_features callback to vhost_net
` [PULL 10/13] net: Allow network backends to advertise max TX queue size
` [PULL 11/13] net: Add is_vhost_user flag to vhost_net struct
` [PULL 12/13] net: Add passt network backend
` [PULL 13/13] net/passt: Implement vhost-user backend support

[PATCH] vfio, migration: save device parent pci config
 2025-07-14  2:37 UTC  (3+ messages)

[PATCH] target/loongarch: Fix valid virtual address checking
 2025-07-14  2:20 UTC  (2+ messages)

[PATCH v2 00/18] i386/cpu: Unify the cache model in X86CPUState
 2025-07-14  2:14 UTC  (4+ messages)
` [PATCH v2 03/18] i386/cpu: Add default cache model for Intel CPUs with level < 4

[PATCH] net/tap: drop too small packets
 2025-07-14  2:12 UTC  (5+ messages)

[PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject
 2025-07-14  0:56 UTC  (2+ messages)

[PATCH RFC] virtio-net: Fix VLAN filter table initialization timing
 2025-07-13 21:33 UTC  (3+ messages)

[PATCH v14 0/7] Specifying cache topology on ARM
 2025-07-13 21:15 UTC  (3+ messages)
` [PATCH v14 5/7] hw/acpi: add cache hierarchy to pptt table

[PATCH v9 0/2] ramfb: Add property to control if load the romfile
 2025-07-13 21:02 UTC  (3+ messages)
` [PATCH v9 2/2] hw/i386: Add the ramfb romfile compatibility

[PATCH] vhost-user: enable asym capabilities for user backend
 2025-07-13 20:49 UTC  (2+ messages)

[PATCH 0/3] hw/ppc: Fix --without-default-devices build
 2025-07-13 11:18 UTC  (5+ messages)
` [PATCH 3/3] hw/ppc: Add stub for pnv_chip_find_core()

[PATCH] pcie_sriov: Fix configuration and state synchronization
 2025-07-13  9:27 UTC 

[PULL 0/6] Trivial patches for 2025-07-13
 2025-07-13  9:10 UTC  (7+ messages)
` [PULL 1/6] hw/usb/dev-hid: Support side and extra mouse buttons for usb-tablet
` [PULL 2/6] docs: remove repeated word
` [PULL 3/6] accel/kvm: Adjust the note about the minimum required kernel version
` [PULL 4/6] docs/system/target-i386: Remove the sentence about RHEL 7 being supported
` [PULL 5/6] hw/uefi: Create and use trace.h wrapper header
` [PULL 6/6] docs/devel/tracing: Update trace.h creation rune to include SPDX

[PATCH] net: fix buffer overflow in af_xdp_umem_create()
 2025-07-13  8:38 UTC  (3+ messages)

[PULL 000/119] target-arm queue
 2025-07-08  7:25 UTC  (2+ messages)

[PULL 0/9] tcg/linux-user/fpu patch queue
 2025-07-13  7:06 UTC  (7+ messages)
` [PULL 1/9] fpu: Process float_muladd_negate_result after rounding
` [PULL 2/9] linux-user: Implement fchmodat2 syscall
` [PULL 5/9] linux-user/gen-vdso: Don't read off the end of buf[]
` [PULL 6/9] linux-user/mips/o32: Drop sa_restorer functionality
` [PULL 8/9] tcg: Use uintptr_t in tcg_malloc implementation

[PULL v2 00/36] Accelerators patches for 2025-07-04
 2025-07-08  7:25 UTC  (2+ messages)

[PULL v2 0/4] loongarch-to-apply queue
 2025-07-13  7:06 UTC  (2+ messages)

[PULL 00/15] functional tests and s390x patches
 2025-07-13  7:06 UTC  (2+ messages)

[PULL 00/36] target-arm queue
 2025-07-13  7:06 UTC  (2+ messages)

[PULL 00/26] Migration patches for 2025-07-11
 2025-07-13  7:06 UTC  (2+ messages)

[PATCH v2 0/9] target/arm: Implement FEAT_ATS1A
 2025-07-12 21:26 UTC  (13+ messages)
` [PATCH v2 1/9] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH v2 2/9] target/arm: Add in_prot_check to S1Translate
` [PATCH v2 3/9] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v2 4/9] target/arm: Introduce get_phys_addr_for_at
` [PATCH v2 5/9] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH v2 6/9] target/arm: Convert do_ats_write to access_perm
` [PATCH v2 7/9] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH v2 8/9] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v2 9/9] target/arm: Implement FEAT_ATS1A

Add the stm32f407 SoC
 2025-07-12 16:04 UTC 

[PATCH] tests/functional: test_x86_cpu_model_versions: remove dead tests
 2025-07-12 13:28 UTC 

[PATCH] tests/vm: bump FreeBSD image to 14.3
 2025-07-12 13:28 UTC 

[Stable-10.0.3 00/39] Patch Round-up for stable 10.0.3, freeze on 2025-07-21
 2025-07-12  8:22 UTC  (3+ messages)

[PATCH v3] linux-user: Add syscall dispatch support
 2025-07-11 16:48 UTC 

[PATCH v4 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-07-11 22:50 UTC  (30+ messages)
` [PATCH v4 01/28] Add boot-certificates to s390-ccw-virtio machine type option
` [PATCH v4 02/28] crypto/x509-utils: Add helper functions for certificate store
` [PATCH v4 03/28] hw/s390x/ipl: Create "
` [PATCH v4 04/28] s390x: Guest support for Certificate Store Facility (CS)
` [PATCH v4 05/28] s390x/diag: Introduce DIAG 320 for certificate store facility
` [PATCH v4 06/28] s390x/diag: Refactor address validation check from diag308_parm_check
` [PATCH v4 07/28] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v4 08/28] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2
` [PATCH v4 09/28] s390x/diag: Implement "
` [PATCH v4 10/28] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v4 11/28] crypto/x509-utils: Add helper functions for DIAG 508 subcode 1
` [PATCH v4 12/28] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v4 13/28] pc-bios/s390-ccw: Introduce IPL Information Report Block (IIRB)
` [PATCH v4 14/28] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v4 15/28] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v4 16/28] hw/s390x/ipl: Set iplb->len to maximum length of "
` [PATCH v4 17/28] s390x: Guest support for Secure-IPL Facility
` [PATCH v4 18/28] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v4 19/28] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v4 20/28] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v4 21/28] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v4 22/28] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v4 23/28] Add secure-boot to s390-ccw-virtio machine type option
` [PATCH v4 24/28] hw/s390x/ipl: Set IPIB flags for secure IPL
` [PATCH v4 25/28] pc-bios/s390-ccw: Handle true secure IPL mode
` [PATCH v4 26/28] pc-bios/s390-ccw: Handle secure boot with multiple boot devices
` [PATCH v4 27/28] hw/s390x/ipl: Handle secure boot without specifying a boot device
` [PATCH v4 28/28] docs: Add secure IPL documentation

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

[Stable-7.2.19 00/15] Patch Round-up for stable 7.2.19, freeze on 2025-07-21
 2025-07-11 20:46 UTC  (16+ messages)
` [Stable-7.2.19 01/15] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
` [Stable-7.2.19 02/15] vhost: Don't set vring call if guest notifier is unused
` [Stable-7.2.19 03/15] audio: fix SIGSEGV in AUD_get_buffer_size_out()
` [Stable-7.2.19 04/15] hw/core/qdev-properties-system: Add missing return in set_drive_helper()
` [Stable-7.2.19 05/15] hw/loongarch/virt: Fix big endian support with MCFG table
` [Stable-7.2.19 06/15] hw/arm/virt: Check bypass iommu is not set for iommu-map DT property
` [Stable-7.2.19 07/15] qemu-options.hx: Fix reversed description of icount sleep behavior
` [Stable-7.2.19 08/15] linux-user/arm: Fix return value of SYS_cacheflush
` [Stable-7.2.19 09/15] tcg: Fix constant propagation in tcg_reg_alloc_dup
` [Stable-7.2.19 10/15] target/arm: Correct KVM & HVF dtb_compatible value
` [Stable-7.2.19 11/15] target/arm: Fix SME vs AdvSIMD exception priority
` [Stable-7.2.19 12/15] target/arm: Fix sve_access_check for SME
` [Stable-7.2.19 13/15] target/arm: Fix 128-bit element ZIP, UZP, TRN
` [Stable-7.2.19 14/15] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands
` [Stable-7.2.19 15/15] target/arm: Fix f16_dotadd vs nan selection

[PATCH v3 0/7] esp.c: only allow ESP commands permitted in the current mode
 2025-07-11 20:46 UTC  (8+ messages)
` [PATCH v3 1/7] esp.c: only raise IRQ in esp_transfer_data() for CMD_SEL, CMD_SELATN and CMD_TI commands
` [PATCH v3 2/7] esp.c: improve comment in esp_transfer_data()
` [PATCH v3 3/7] esp.h: remove separate ESPState typedef
` [PATCH v3 4/7] esp.c: only call dma_memory_read function if transfer length is non-zero
` [PATCH v3 5/7] esp.c: only call dma_memory_write "
` [PATCH v3 6/7] esp.c: add asc_mode property to indicate the current ESP mode
` [PATCH v3 7/7] esp.c: only allow ESP commands permitted in the current asc_mode

[PATCH v2 0/7] esp.c: only allow ESP commands permitted in the current mode
 2025-07-11 20:21 UTC  (13+ messages)
` [PATCH v2 1/7] esp.c: only raise IRQ in esp_transfer_data() for CMD_SEL, CMD_SELATN and CMD_TI commands
` [PATCH v2 4/7] esp.c: only call dma_memory_read function if transfer length is non-zero
` [PATCH v2 5/7] esp.c: only call dma_memory_write "

[PATCH] target/arm: Added support for SME register exposure to GDB
 2025-07-11 19:58 UTC  (3+ messages)

[PATCH 0/2] qapi: Minor documentation cleanups
 2025-07-11 17:35 UTC  (2+ messages)

[PATCH V5 0/3] fast qom tree get
 2025-07-11 17:24 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).