qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-30 22:22:43 to 2025-02-01 10:12:51 UTC [more...]

[PATCH v7 0/6] Poisoned memory recovery on reboot
 2025-02-01  9:57 UTC  (7+ messages)
` [PATCH v7 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v7 2/6] system/physmem: poisoned memory discard on reboot
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()
` [PATCH v7 5/6] hostmem: Factor out applying settings
` [PATCH v7 6/6] hostmem: Handle remapping of RAM

[PATCH v6 0/6] Poisoned memory recovery on reboot
 2025-02-01  9:57 UTC  (4+ messages)
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page

[PATCH 0/7] hw/arm/raspi4b: Add models with 4GB and 8GB of DRAM
 2025-02-01  9:15 UTC  (8+ messages)
` [PATCH 1/7] hw/arm/raspi4b: Declare machine types using DEFINE_TYPES() macro
` [PATCH 2/7] hw/arm/raspi4b: Introduce abstract raspi4-base machine type
` [PATCH 3/7] hw/arm/raspi4b: Split raspi4b_machine_class_init() in two (1g and 2g)
` [PATCH 4/7] hw/arm/raspi4b: Rename as raspi4b-1g / raspi4b-2g, deprecating old name
` [PATCH 5/7] hw/arm/raspi4b: Expose the raspi4b-1g machine on 64-bit hosts
` [PATCH 6/7] hw/arm/raspi4b: Add the raspi4b-4g machine
` [PATCH 7/7] hw/arm/raspi4b: Add the raspi4b-8g machine

[PATCH v2 0/5] vfio/igd: remove incorrect IO BAR4 quirk
 2025-02-01  7:57 UTC  (11+ messages)
` [PATCH v2 3/5] vfio/igd: refactor vfio_probe_igd_bar4_quirk() into pci config quirk
` [PATCH v2 5/5] vfio/igd: handle x-igd-opregion in vfio_probe_igd_config_quirk()

[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
 2025-02-01  7:32 UTC  (5+ messages)
` [PATCH 11/14] target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps
` [PATCH 13/14] target/arm: Rename CP_ACCESS_TRAP_UNCATEGORIZED to CP_ACCESS_UNDEFINED

[PATCH v3 0/3] plugins: add tb convenience functions
 2025-02-01  7:24 UTC  (5+ messages)
` [PATCH v3 1/3] plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr
` [PATCH v3 2/3] plugin: extend API with qemu_plugin_tb_size
` [PATCH v3 3/3] plugins: extend insn test for new convenience functions

[PATCH] hw/arm/virt: Support larger highmem MMIO regions
 2025-02-01  0:03 UTC  (8+ messages)

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-01-31 22:18 UTC  (11+ messages)
` [PATCH v2 1/9] util/error: Introduce warn_report_once_err()
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width

[PATCH] vfio/pci: Skip enabling INTx if the IRQ line is also unassgined
 2025-01-31 22:02 UTC  (2+ messages)

[PATCH] target/sparc: fake UltraSPARC T1 PCR and PIC registers
 2025-01-31 21:44 UTC 

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-01-31 21:41 UTC  (17+ messages)

[PATCH 0/1] meson: Deprecate 32-bit host systems
 2025-01-31 21:28 UTC  (13+ messages)

[PULL 00/36] Misc HW patches for 2025-01-31
 2025-01-31 21:05 UTC  (37+ messages)
` [PULL 01/36] hw/rx/rx-gdbsim: Remove unnecessary uses of &first_cpu
` [PULL 02/36] hw/mips/loongson3_virt: Factor generic_cpu_reset() out
` [PULL 03/36] hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu
` [PULL 04/36] hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparams
` [PULL 05/36] hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz()
` [PULL 06/36] hw/mips/loongson3_bootp: Include missing headers
` [PULL 07/36] hw/mips/loongson3: Propagate cpu_count to init_loongson_params()
` [PULL 08/36] hw/mips/loongson3_virt: Propagate cpu_count to init_boot_param()
` [PULL 09/36] hw/mips/loongson3_bootp: Propagate processor_id to init_cpu_info()
` [PULL 10/36] hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()
` [PULL 11/36] hw/mips/loongson3_virt: Propagate %processor_id to init_boot_param()
` [PULL 12/36] hw/mips/loongson3_bootp: Move to common_ss[]
` [PULL 13/36] hw/irq: Introduce qemu_init_irqs() helper
` [PULL 14/36] hw/ipack: Clarify KConfig symbols
` [PULL 15/36] hw/ipack: Remove legacy qemu_allocate_irqs() use
` [PULL 16/36] hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
` [PULL 17/36] hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
` [PULL 18/36] hw/misc/i2c-echo: add tracing
` [PULL 19/36] hw/usb/hcd-ehci: Fix debug printf format string
` [PULL 20/36] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as()
` [PULL 21/36] hw/loader: Remove unused load_elf_ram()
` [PULL 22/36] hw/loader: Clarify local variable name in load_elf_ram_sym()
` [PULL 23/36] hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
` [PULL 24/36] hw/loader: Pass ELFDATA endian order argument to load_elf_as()
` [PULL 25/36] hw/loader: Pass ELFDATA endian order argument to load_elf()
` [PULL 26/36] hw/sd/omap_mmc: Do a minimal conversion to QDev
` [PULL 27/36] hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState
` [PULL 28/36] hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs
` [PULL 29/36] hw/sd/omap_mmc: Convert to SDBus API
` [PULL 30/36] hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devices
` [PULL 31/36] hw/arm/omap1: Inline creation of MMC
` [PULL 32/36] hw/sd/omap_mmc: Remove unused coverswitch qemu_irq
` [PULL 33/36] hw/sd/omap_mmc: Untabify
` [PULL 34/36] hw/sd: Remove unused 'enable' method from SDCardClass
` [PULL 35/36] hw/sd: Remove unused legacy functions, stop killing mammoths
` [PULL 36/36] hw/sd: Remove unused SDState::enable

[PATCH v2 0/3] plugins: add tb convenience functions
 2025-01-31 21:09 UTC  (6+ messages)
` [PATCH v2 1/3] plugin: extend API with qemu_plugin_tb_get_insn_by_vaddr
` [PATCH v2 2/3] plugin: extend API with qemu_plugin_tb_size
` [PATCH v2 3/3] plugins: extend insn test for new convenience functions

[PATCH 0/2] CXL CCI Media Operations
 2025-01-31 20:48 UTC  (4+ messages)
  ` [PATCH 2/2] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands (8.2.9.9.5.3)

[PATCH] MAINTAINERS: Remove Bin Meng from RISC-V maintainers
 2025-01-31 20:28 UTC  (2+ messages)

[PATCH 0/2] hw/cxl: Add tracing for component I/O region
 2025-01-31 19:07 UTC  (6+ messages)
` [PATCH 2/2] hw/cxl: Allow tracing component I/O accesses

[PATCH] MAINTAINERS: Add myself as HPPA maintainer
 2025-01-31 18:35 UTC  (4+ messages)

[PATCH v2 0/2] Add me as the maintainer for ivshmem-pci
 2025-01-31 18:33 UTC  (3+ messages)

[PATCH v7 00/52] QEMU TDX support
 2025-01-31 18:27 UTC  (3+ messages)
` [PATCH v7 51/52] i386/tdx: Validate phys_bits against host value

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-01-31 18:16 UTC  (7+ messages)
` [PATCH v4 22/33] vfio/migration: Convert bytes_transferred counter to atomic

[PATCH v2 00/11] hw/mips/loongson3: Remove uses of &first_cpu global
 2025-01-31 18:08 UTC  (2+ messages)

[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-31 17:42 UTC  (15+ messages)
` [PATCH v3 01/14] acpi/ghes: Prepare to support multiple sources on ghes
` [PATCH v3 02/14] acpi/ghes: add a firmware file with HEST address
` [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v3 04/14] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v3 05/14] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v3 06/14] acpi/ghes: only set hw_error_le or hest_addr_le
` [PATCH v3 07/14] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v3 08/14] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v3 09/14] acpi/generic_event_device: add an APEI error device
` [PATCH v3 10/14] tests/acpi: virt: allow acpi table changes for a new table: HEST
` [PATCH v3 11/14] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v3 12/14] tests/acpi: virt: add a HEST table to aarch64 virt and update DSDT
` [PATCH v3 13/14] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v3 14/14] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH v6 00/10] Support virtio-gpu DRM native context
 2025-01-31 17:19 UTC  (8+ messages)
` [PATCH v6 10/10] docs/system: virtio-gpu: Document host/guest requirements

[PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES
 2025-01-31 17:05 UTC  (12+ messages)
` [PATCH 24/76] fpu: allow flushing of output denormals to be after rounding
` [PATCH 27/76] target/arm: Define FPCR AH, FIZ, NEP bits
` [PATCH 45/76] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX

[PATCH 00/11] hw/sd: QOMify omap-mmc, remove legacy APIs
 2025-01-31 17:01 UTC  (10+ messages)
` [PATCH 01/11] hw/sd/omap_mmc: Do a minimal conversion to QDev
` [PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API
` [PATCH 10/11] hw/sd: Remove unused legacy functions, stop killing mammoths

[PATCH v2 00/34] target/arm: FEAT_AFP followups for FEAT_SME2
 2025-01-31 16:46 UTC  (3+ messages)
` [PATCH v2 28/34] target/arm: Split gvec_fmla_idx_* for fmls and ah_fmls

[PATCH v2 00/13] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-31 16:32 UTC  (13+ messages)
` [PATCH v2 02/13] tests/acpi: virt: allow acpi table changes for a new table: HEST
` [PATCH v2 03/13] acpi/ghes: add a firmware file with HEST address
` [PATCH v2 12/13] tests/acpi: virt: add a HEST table to aarch64 virt and update DSDT

[PATCH] migration: Add keepalive messages from dst to src during postcopy
 2025-01-31 15:46 UTC  (5+ messages)

[PATCH v2 00/15] block: Managing inactive nodes (QSD migration)
 2025-01-31 13:53 UTC  (9+ messages)
` [PATCH v2 10/15] block/export: Don't ignore image activation error in blk_exp_add()
` [PATCH v2 11/15] block/export: Add option to allow export of inactive nodes
` [PATCH v2 12/15] nbd/server: Support "
` [PATCH v2 13/15] iotests: Add filter_qtest()
` [PATCH v2 14/15] iotests: Add qsd-migrate case
` [PATCH v2 15/15] iotests: Add (NBD-based) tests for inactive nodes

[PATCH 0/6] tcg: fix qemu crash when add assert_cpu_is_self() is enabled and cleanups related to cpu->created check
 2025-01-31 13:47 UTC  (4+ messages)
` [PATCH 4/6] tcg:tlb: use tcg_debug_assert() in assert_cpu_is_self()
  ` [PATCH v2 "

KVM/QEMU community call 4/2/2025 agenda items
 2025-01-31 13:24 UTC 

[PATCH v3 0/4] qapi: generalize special features
 2025-01-31 13:18 UTC  (3+ messages)
` [PATCH v3 4/4] qapi: expose all schema features to code

How does "rsi" get set in x86 prologue?
 2025-01-31 12:58 UTC  (4+ messages)

[PATCH v2 0/2] tests/qtest: Make qtest_has_accel() generic
 2025-01-31 12:37 UTC  (3+ messages)

[PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)
 2025-01-31 12:28 UTC  (4+ messages)
` [PATCH 5/5] tests/functional: Introduce a bletchley machine test

[PATCH v9 0/2] Support RISC-V CSR read/write in Qtest environment
 2025-01-31 12:19 UTC  (3+ messages)

[PATCH 0/3] Introduce CXL type-2 device emulation
 2025-01-31 11:52 UTC  (9+ messages)
` [PATCH 3/3] hw/cxl: introduce "

[RFC PATCH QEMU 0/3] cxl/plugins: Hotness Monitoring Unit with 'real' data
 2025-01-31 11:15 UTC  (9+ messages)

x86 denormal flag handling
 2025-01-31 10:28 UTC  (2+ messages)

[PATCH] hw/virtio/vhost: Disable IOTLB callbacks when IOMMU gets disabled
 2025-01-31  9:55 UTC  (9+ messages)

[PATCH v6] hw/i386/cpu: remove default_cpu_version and simplify
 2025-01-31  9:54 UTC  (2+ messages)

[PULL v2 0/9] Hppa system mfdiag for v10 patches
 2025-01-31  9:22 UTC  (10+ messages)
` [PULL v2 1/9] MAINTAINERS: Add myself as HPPA maintainer
` [PULL v2 2/9] hppa: Sync contents of hppa_hardware.h header file with SeaBIOS-hppa
` [PULL v2 3/9] disas/hppa: implement mfdiag/mtdiag disassembly
` [PULL v2 4/9] target/hppa: Add CPU diagnose registers
` [PULL v2 5/9] target/hppa: Drop diag_getshadowregs_pa2 and diag_putshadowregs_pa2
` [PULL v2 6/9] target/hppa: Add instruction decoding for mfdiag and mtdiag
` [PULL v2 7/9] target/hppa: 64-bit CPUs start with space register hashing enabled
` [PULL v2 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX
` [PULL v2 9/9] target/hppa: Update SeaBIOS-hppa to version 18

[PULL 0/9] Hppa system mfdiag for v10 patches
 2025-01-31  9:10 UTC  (4+ messages)
` [PULL 8/9] target/hppa: Implement space register hashing for 64-bit HP-UX

[PATCH v2] spapr: nested: Add support for reporting Hostwide state counter
 2025-01-31  8:43 UTC  (2+ messages)

[PATCH 0/5] Introduce AST27x0 multi-SoC machine
 2025-01-31  7:35 UTC  (4+ messages)

[PATCH v1 00/18] Support AST2700 A1
 2025-01-31  7:34 UTC  (2+ messages)

[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
 2025-01-31  6:57 UTC  (16+ messages)

QEMU TCG AMD64 error running Xen
 2025-01-31  2:45 UTC 

[PATCH v3] hw/riscv/virt: Add serial alias in DTB
 2025-01-31  2:02 UTC  (3+ messages)

[PATCH] goldfish_rtc: Fix tick_offset migration
 2025-01-31  1:32 UTC  (3+ messages)

[PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members
 2025-01-31  0:30 UTC  (6+ messages)
` [PATCH v3 2/2] hw/riscv/riscv-iommu-bits: Remove duplicate definitions

Subject: [PATCH] loader: Add register setting support via cli
 2025-01-31  0:27 UTC  (8+ messages)

[PATCH v4 0/6] target/riscv: RVA23 profile support
 2025-01-31  0:25 UTC  (14+ messages)
` [PATCH v4 1/6] target/riscv: add ssu64xl
` [PATCH v4 2/6] target/riscv: use RVB in RVA22U64
` [PATCH v4 3/6] target/riscv: add profile u_parent and s_parent
` [PATCH v4 4/6] target/riscv: change priv_ver check in validate_profile()
` [PATCH v4 5/6] target/riscv: add RVA23U64 profile
` [PATCH v4 6/6] target/riscv: add RVA23S64 profile

[PATCH 00/21] Add i.MX 8M Plus EVK machine
 2025-01-30 23:05 UTC  (3+ messages)
` [PATCH 20/21] hw/i2c: Import TCA6416 emulation from Xilinx

[PATCH v2 0/2] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model
 2025-01-30 22:39 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v3] hw/net: cadence_gem: feat: add logic for the DISABLE_MASK bit in type2_compare_x_word_1
 2025-01-30 22:31 UTC  (3+ 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).