qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-06 15:16:25 to 2024-12-08 09:31:48 UTC [more...]

[RFC 00/13] rust: Reinvent the wheel for HPET timer in Rust
 2024-12-08  9:30 UTC  (35+ messages)
` [RFC 03/13] rust/cell: add get_mut() method for BqlCell
` [RFC 05/13] rust: add a bit operation binding for deposit64
` [RFC 06/13] rust: add bindings for memattrs
` [RFC 07/13] rust: add bindings for timer
` [RFC 09/13] i386/fw_cfg: move hpet_cfg definition to hpet.c
` [RFC 12/13] rust/timer/hpet: add qdev APIs support

[PATCH] hw/i386/cpu: remove default_cpu_version and simplify
 2024-12-08  6:48 UTC 

[PATCH] MAINTAINERS: Add correct email address for Vikram Garhwal
 2024-12-07 22:40 UTC  (2+ messages)

[PATCH v2] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure
 2024-12-07 22:34 UTC 

[PATCH] tcg: Reset free_temps before tcg_optimize
 2024-12-07 22:26 UTC  (2+ messages)

[PATCH 0/9] target/arm: Helper type cleanups
 2024-12-07 21:56 UTC  (3+ messages)
` [PATCH 1/9] target/arm: Introduce fpst alias for helper.h

[PATCH] tcg/optimize: Fix constant folding of setcond
 2024-12-07 18:27 UTC  (4+ messages)

[PATCH 00/31] Prepare GHES driver to support error injection
 2024-12-07 15:16 UTC  (41+ messages)
` [PATCH 01/31] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
` [PATCH 02/31] acpi/ghes: simplify acpi_ghes_record_errors() code
` [PATCH 03/31] acpi/ghes: simplify the per-arch caller to build HEST table
` [PATCH 04/31] acpi/ghes: better handle source_id and notification
` [PATCH 05/31] acpi/ghes: Fix acpi_ghes_record_errors() argument
` [PATCH 06/31] acpi/ghes: Remove a duplicated out of bounds check
` [PATCH 07/31] acpi/ghes: Change the type for source_id
` [PATCH 08/31] acpi/ghes: don't check if physical_address is not zero
` [PATCH 09/31] acpi/ghes: make the GHES record generation more generic
` [PATCH 10/31] acpi/ghes: better name GHES memory error function
` [PATCH 11/31] acpi/ghes: don't crash QEMU if ghes GED is not found
` [PATCH 12/31] acpi/ghes: rename etc/hardware_error file macros
` [PATCH 13/31] acpi/ghes: better name the offset of the hardware error firmware
` [PATCH 14/31] acpi/ghes: Prepare to support multiple sources on ghes
` [PATCH 15/31] acpi/ghes: add a firmware file with HEST address
` [PATCH 16/31] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH 17/31] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH 18/31] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH 19/31] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH 20/31] acpi/generic_event_device: add an APEI error device
` [PATCH 21/31] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH 22/31] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH 23/31] scripts/ghes_inject: add a script to generate GHES error inject
` [PATCH 24/31] target/arm: add an experimental mpidr arm cpu property object
` [PATCH 25/31] scripts/arm_processor_error.py: retrieve mpidr if not filled
` [PATCH 26/31] acpi/ghes: move offset calculus to a separate function
` [PATCH 27/31] DEBUG
` [PATCH 28/31] acpi/ghes: Change ghes fill logic to work with only one source
` [PATCH 29/31] HACK: use GPIO as source ID for virt-9.1 machines
` [PATCH 30/31] docs: acpi_hest_ghes: fix documentation for CPER size
` [PATCH 31/31] FIXME: acpi/ghes: properly set data record size

[RFC PATCH v3 00/11] tcg-plugins: add hooks for discontinuities
 2024-12-07 13:47 UTC  (24+ messages)
` [RFC PATCH v3 01/11] plugins: add types for callbacks related to certain discontinuities
` [RFC PATCH v3 11/11] tests: add plugin asserting correctness of discon event's to_pc

SDL2 keyboard fixes on Windows
 2024-12-07 12:46 UTC  (5+ messages)
` [PATCH 1/3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

[PATCH 0/3] Support getting p2pdma_distance
 2024-12-07 10:55 UTC  (4+ messages)
` [PATCH 1/3] virtio-gpu: set hostaddr for virtio iGPU
` [PATCH 2/3] pci: introduce a function to get PCIDevice
` [PATCH 3/3] virtio-gpu: add a new command to get p2pdma_distance

[PATCH v6 00/16] Prepare GHES driver to support error injection
 2024-12-07  8:54 UTC  (17+ messages)
` [PATCH v6 01/16] acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
` [PATCH v6 02/16] acpi/ghes: simplify acpi_ghes_record_errors() code
` [PATCH v6 03/16] acpi/ghes: simplify the per-arch caller to build HEST table
` [PATCH v6 04/16] acpi/ghes: better handle source_id and notification
` [PATCH v6 05/16] acpi/ghes: Fix acpi_ghes_record_errors() argument
` [PATCH v6 06/16] acpi/ghes: Remove a duplicated out of bounds check
` [PATCH v6 07/16] acpi/ghes: Change the type for source_id
` [PATCH v6 08/16] acpi/ghes: don't check if physical_address is not zero
` [PATCH v6 09/16] acpi/ghes: make the GHES record generation more generic
` [PATCH v6 10/16] acpi/ghes: better name GHES memory error function
` [PATCH v6 11/16] acpi/ghes: don't crash QEMU if ghes GED is not found
` [PATCH v6 12/16] acpi/ghes: rename etc/hardware_error file macros
` [PATCH v6 13/16] acpi/ghes: better name the offset of the hardware error firmware
` [PATCH v6 14/16] acpi/ghes: move offset calculus to a separate function
` [PATCH v6 15/16] acpi/ghes: Change ghes fill logic to work with only one source
` [PATCH v6 16/16] docs: acpi_hest_ghes: fix documentation for CPER size

[PATCH v3 0/9] Require error handling for dynamically created objects
 2024-12-07  7:37 UTC  (6+ messages)

[PATCH v12 0/7] Pointer Masking update for Zjpm v1.0
 2024-12-07  7:20 UTC  (6+ messages)
` [PATCH v12 2/7] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of "
` [PATCH v12 3/7] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking

[PATCH 1/1] disas/riscv: Guard dec->cfg dereference for host disassemble
 2024-12-07  1:27 UTC  (5+ messages)

[PATCH v2 0/3] Add additional plugin API functions to read and write memory and registers
 2024-12-07  1:02 UTC  (6+ messages)
` [PATCH v2 3/3] Add inject plugin and x86_64 target for the inject plugin

[PATCH v2 0/6] migration/block: disk activation rewrite
 2024-12-06 23:08 UTC  (7+ messages)
` [PATCH v2 1/6] migration: Add helper to get target runstate
` [PATCH v2 2/6] qmp/cont: Only activate disks if migration completed
` [PATCH v2 3/6] migration/block: Make late-block-active the default
` [PATCH v2 4/6] migration/block: Apply late-block-active behavior to postcopy
` [PATCH v2 5/6] migration/block: Fix possible race with block_inactive
` [PATCH v2 6/6] migration/block: Rewrite disk activation

[PATCH v3 0/7] migration/multifd: Some VFIO / postcopy preparations on flush
 2024-12-06 22:47 UTC  (8+ messages)
` [PATCH v3 1/7] migration/multifd: Further remove the SYNC on complete
` [PATCH v3 2/7] migration/multifd: Allow to sync with sender threads only
` [PATCH v3 3/7] migration/ram: Move RAM_SAVE_FLAG* into ram.h
` [PATCH v3 4/7] migration/multifd: Unify RAM_SAVE_FLAG_MULTIFD_FLUSH messages
` [PATCH v3 5/7] migration/multifd: Remove sync processing on postcopy
` [PATCH v3 6/7] migration/multifd: Cleanup src flushes on condition check
` [PATCH v3 7/7] migration/multifd: Document the reason to sync for save_setup()

[PATCH v3 0/6] Enhance documentation for new developers
 2024-12-06 22:29 UTC  (8+ messages)
` [PATCH v3 1/6] docs/devel: remove dead video link for sourcehut submit process
` [PATCH v3 2/6] docs/devel: add git-publish for patch submitting
` [PATCH v3 3/6] docs/devel: add b4 for patch retrieval
` [PATCH v3 4/6] docs/devel: add information on how to setup build environments
` [PATCH v3 5/6] docs: add a codebase section
` [PATCH v3 6/6] docs: add a glossary

[PATCH v3 00/24] Multifd 🔀 device state transfer support with VFIO consumer
 2024-12-06 22:20 UTC  (28+ messages)
` [PATCH v3 02/24] thread-pool: Remove thread_pool_submit() function
` [PATCH v3 05/24] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [PATCH v3 06/24] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers
` [PATCH v3 10/24] migration/multifd: Device state transfer support - receive side
` [PATCH v3 11/24] migration/multifd: Make multifd_send() thread safe

[PATCH v2 0/6] Enhance documentation for new developers
 2024-12-06 19:26 UTC  (5+ messages)
` [PATCH v2 2/6] docs/devel: add git-publish for patch submitting

[PATCH v3 0/4] Minor fixes for Arm documentation
 2024-12-06 19:22 UTC  (5+ messages)
` [PATCH v3 1/4] docs/system/arm/orangepi: update links
` [PATCH v3 2/4] docs/system/arm/fby35: document execute-in-place property
` [PATCH v3 3/4] docs/system/arm/xlnx-versal-virt: document ospi-flash property
` [PATCH v3 4/4] docs/system/arm/virt: document missing properties

[PATCH 0/4] hw/timer/hpet: Make fw_cfg state private to HPET class
 2024-12-06 19:11 UTC  (5+ messages)
` [PATCH 1/4] hw/timer/hpet: Introduce hpet_add_fw_cfg_bytes()
` [PATCH 2/4] hw/timer/hpet: Reduce hpet_cfg[] scope
` [PATCH 3/4] hw/timer/hpet: Have hpet_find() return an Object
` [PATCH 4/4] hw/timer/hpet: Hold fw_cfg state within HPET class

(Proposal) New TDX Global Metadata To Report FIXED0 and FIXED1 CPUID Bits
 2024-12-06 18:41 UTC  (2+ messages)

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-12-06 18:26 UTC  (9+ messages)
` [PATCH v3 0/7] hugetlbfs memory HW error fixes

[PATCH for-10.0] tests/functional: Convert the intel_iommu avocado test
 2024-12-06 18:17 UTC 

[PATCH 0/6] hw/nvram/fw_cfg: Move PCI bus methods out
 2024-12-06 18:13 UTC  (7+ messages)
` [PATCH 1/6] hw/nvram/fw_cfg: Rename fw_cfg_add_[file]_from_generator()
` [PATCH 2/6] hw/nvram/fw_cfg: Pass QOM parent to fw_cfg_add_file_from_generator()
` [PATCH 3/6] hw/pci: Have PCI_BUS implement TYPE_FW_CFG_DATA_GENERATOR_INTERFACE
` [PATCH 4/6] hw/pci: Add pci_bus_add_fw_cfg_extra_pci_roots() helper
` [PATCH 5/6] hw: Use pci_bus_add_fw_cfg_extra_pci_roots()
` [PATCH 6/6] hw/nvram/fw_cfg: Remove fw_cfg_add_extra_pci_roots()

[PATCH 00/67] target/arm: AArch64 decodetree conversion, final part
 2024-12-06 18:15 UTC  (40+ messages)
` [PATCH 37/67] target/arm: Convert CLS, CLZ (vector) to decodetree
` [PATCH 44/67] target/arm: Introduce gen_gvec_{s,u}{add,ada}lp
` [PATCH 45/67] target/arm: Convert handle_2misc_pairwise to decodetree
` [PATCH 46/67] target/arm: Remove helper_neon_{add,sub}l_u{16,32}
` [PATCH 48/67] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree
` [PATCH 49/67] target/arm: Convert FCVTN, BFCVTN "
` [PATCH 50/67] target/arm: Convert FCVTXN "
` [PATCH 51/67] target/arm: Convert SHLL "
` [PATCH 52/67] target/arm: Convert FABS, FNEG (vector) "
` [PATCH 53/67] target/arm: Convert FSQRT "
` [PATCH 54/67] target/arm: Convert FRINT* "
` [PATCH 55/67] target/arm: Convert FCVT* (vector, integer) scalar "
` [PATCH 57/67] target/arm: Convert [US]CVTF "
` [PATCH 58/67] target/arm: Convert [US]CVTF (vector, fixed-point) "
` [PATCH 59/67] target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz
` [PATCH 63/67] target/arm: Convert handle_2misc_fcmp_zero to decodetree
` [PATCH 64/67] target/arm: Convert FRECPE, FRECPX, FRSQRTE "
` [PATCH 67/67] target/arm: Convert FCVTL "

[PATCH] hostmem-file: add the 'hmem' option
 2024-12-06 17:58 UTC  (3+ messages)

[PATCH v2] 9pfs: improve v9fs_walk() tracing
 2024-12-06 17:19 UTC  (2+ messages)

[PATCH v2 0/7] migration/multifd: Some VFIO / postcopy preparations on flush
 2024-12-06 17:01 UTC  (11+ messages)
` [PATCH v2 3/7] migration/ram: Move RAM_SAVE_FLAG* into ram.h
` [PATCH v2 7/7] migration/multifd: Document the reason to sync for save_setup()

[RFC PATCH 0/5] support unaligned access to xHCI Capability
 2024-12-06 16:42 UTC  (5+ messages)
` [RFC PATCH 2/5] system/memory: support unaligned access

[PATCH v4 00/10] vfio/igd: Enable legacy mode on more devices
 2024-12-06 16:25 UTC  (3+ messages)

[PATCH v2] sched_attr: Do not define for glibc >= 2.41
 2024-12-06 16:16 UTC  (2+ messages)

[PATCH] hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags field
 2024-12-06 16:10 UTC  (2+ messages)

[PATCH 0/3] target/arm: implement SEL2 physical and virtual timers
 2024-12-06 16:02 UTC  (4+ messages)
` [PATCH 1/3] target/arm: document the architectural names of our GTIMERs
` [PATCH 2/3] target/arm: ensure cntvoff_el2 also used for EL2 virt timer
` [PATCH 3/3] target/arm: implement SEL2 physical and virtual timers

[PATCH 0/2] Misc Hexagon QOL
 2024-12-06 16:01 UTC  (3+ messages)
` [PATCH 1/2] target/hexagon: Use argparse in all python scripts
` [PATCH 2/2] target/hexagon: Make HVX vector args. restrict *

[PATCH for-10.0 0/5] tests/functional: Convert tests with find_free_ports()
 2024-12-06 15:56 UTC  (6+ messages)
` [PATCH 2/5] tests/functional: Extract the find_free_ports() function into a helper file

[PATCH v10 0/9] pci_expander_brdige:acpi: Support pxb-pcie for ARM
 2024-12-06 15:32 UTC  (3+ messages)
` [PATCH v10 2/9] fw_cfg: Refactor extra pci roots addition


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).