messages from 2024-02-23 10:36:16 to 2024-02-23 18:22:07 UTC [more...]
[RFC PATCH v2] arm/ptw: Handle atomic updates of page tables entries in MMIO during PTW
2024-02-23 18:08 UTC (4+ messages)
[PATCH V5 0/5] string list functions
2024-02-23 18:04 UTC (6+ messages)
` [PATCH V5 1/5] util: str_split
[PATCH v4 00/10] Enabling DCD emulation support in Qemu
2024-02-23 18:05 UTC (9+ messages)
` [PATCH v4 07/10] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v4 08/10] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v4 09/10] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v3] arm/ptw: Handle atomic updates of page tables entries in MMIO during PTW
2024-02-23 18:01 UTC
[PATCH v2 0/7] target/i386: Fix physical address masking bugs
2024-02-23 17:57 UTC (9+ messages)
` [PATCH v2 1/7] target/i386: mask high bits of CR3 in 32-bit mode
` [PATCH v2 2/7] target/i386: check validity of VMCB addresses
` [PATCH v2 3/7] target/i386: introduce function to query MMU indices
` [PATCH v2 4/7] target/i386: use separate MMU indexes for 32-bit accesses
` [PATCH v2 5/7] target/i386: Fix physical address truncation
` [PATCH v2 6/7] target/i386: remove unnecessary/wrong application of the A20 mask
` [PATCH v2 7/7] target/i386: leave the A20 bit set in the final NPT walk
[PATCH v2 0/7] Cleanup and fix @errp dereference
2024-02-23 17:53 UTC (3+ messages)
` [PATCH v2 4/7] hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()
[PATCH v3 0/3] nubus: add nubus-virtio-mmio device
2024-02-23 17:46 UTC (4+ messages)
[PATCH v3 0/3] qga/commands-win32: Style cleanups before adding Windows Server 2025
2024-02-23 17:49 UTC (4+ messages)
` [PATCH v3 2/3] qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size
[PATCH 00/10] usb cleanups: remove usb_bus_find(), extract sysbus-ohci to a separate file
2024-02-23 17:47 UTC (19+ messages)
` [PATCH 01/10] acpi, qom: move object_resolve_type_unambiguous to core QOM
` [PATCH 02/10] ppc: sam460ex: do not use usb_bus_find()
` [PATCH 03/10] sh4: r2d: "
` [PATCH 04/10] mips/loongson3_virt: do not require CONFIG_USB
` [PATCH 05/10] hppa: "
` [PATCH 06/10] mac_newworld: "
` [PATCH 07/10] pseries: "
` [PATCH 08/10] usb: remove usb_bus_find
` [PATCH 09/10] usb: extract sysbus-ohci to a separate file
` [PATCH 10/10] usb: remove duplicate file in system_ss
[PATCH] hw/ide: Remove last two uses of ide/internal.h outside of hw/ide
2024-02-23 16:59 UTC (2+ messages)
[PATCH] ui/cocoa: Fix incorrect window clipping on macOS Sonoma
2024-02-23 17:24 UTC (5+ messages)
[PATCH V1] migration: export fewer options
2024-02-23 17:13 UTC
[PATCH v5 00/41] Raspberry Pi 4B machine
2024-02-23 17:06 UTC (29+ messages)
` [PATCH v5 01/41] Split out common part of BCM283X classes
` [PATCH v5 02/41] Split out common part of peripherals
` [PATCH v5 03/41] Split out raspi machine common part
` [PATCH v5 04/41] Introduce BCM2838 SoC
` [PATCH v5 05/41] Add GIC-400 to "
` [PATCH v5 06/41] Add BCM2838 GPIO stub
` [PATCH v5 07/41] Implement BCM2838 GPIO functionality
` [PATCH v5 08/41] Connect SD controller to BCM2838 GPIO
` [PATCH v5 09/41] Add GPIO and SD to BCM2838 periph
` [PATCH v5 10/41] Introduce Raspberry PI 4 machine
` [PATCH v5 12/41] Add memory region for BCM2837 RPiVid ASB
` [PATCH v5 16/41] Add RPi4 RNG200
` [PATCH v5 17/41] Implement BCM2838 thermal sensor
` [PATCH v5 41/41] Add RPi4B to paspi.rst
[PATCH] hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later
2024-02-23 17:00 UTC (3+ messages)
[PATCH v2 00/27] maintainer updates for 9.0 pre-PR (tests, plugin register support)
2024-02-23 16:22 UTC (28+ messages)
` [PATCH v2 01/27] tests/tcg: update licenses to GPLv2 as intended
` [PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s
` [PATCH v2 03/27] target/arm: Use GDBFeature for dynamic XML
` [PATCH v2 04/27] target/ppc: "
` [PATCH v2 05/27] target/riscv: "
` [PATCH v2 06/27] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v2 07/27] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v2 08/27] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v2 09/27] gdbstub: Simplify XML lookup
` [PATCH v2 10/27] gdbstub: Infer number of core registers from XML
` [PATCH v2 11/27] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v2 12/27] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v2 13/27] plugins: remove previous n_vcpus functions from API
` [PATCH v2 14/27] plugins: add qemu_plugin_num_vcpus function
` [PATCH v2 15/27] plugins: fix order of init/idle/resume callback
` [PATCH v2 16/27] linux-user: ensure nios2 processes queued work
` [PATCH v2 17/27] cpu: call plugin init hook asynchronously
` [PATCH v2 18/27] plugins: Use different helpers when reading registers
` [PATCH v2 19/27] gdbstub: expose api to find registers
` [PATCH v2 20/27] plugins: create CPUPluginState and migrate plugin_mask
` [PATCH v2 21/27] plugins: add an API to read registers
` [PATCH v2 22/27] tests/tcg: expand insn test case to exercise register API
` [PATCH v2 23/27] contrib/plugins: fix imatch
` [PATCH v2 24/27] contrib/plugins: extend execlog to track register changes
` [PATCH v2 25/27] docs/devel: lift example and plugin API sections up
` [PATCH v2 26/27] docs/devel: document some plugin assumptions
` [PATCH v2 27/27] docs/devel: plugins can trigger a tb flush
[PATCH 00/23] maintainer updates for 9.0 pre-PR (tests, plugin register support)
2024-02-23 16:24 UTC (15+ messages)
` [PATCH 18/23] plugins: add an API to read registers
[PATCH v2 0/3] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
2024-02-23 15:57 UTC (5+ messages)
` [PATCH v2 1/3] qtest: migration: Enhance qtest migration functions to support 'channels' argument
` [PATCH v2 2/3] qtest: migration: Add negative validation tests for 'uri' and 'channels'
` [PATCH v2 3/3] qtest: migration: Start migration with 'channels' argument
[PATCH] virt: set the CPU type in BOOTINFO
2024-02-23 15:57 UTC
[PATCH] tests/avocado: exec_command should not consume console output
2024-02-23 15:54 UTC
[PATCH] scripts/qemu-binfmt-conf.sh: refresh
2024-02-23 15:55 UTC (4+ messages)
[PULL 00/47] ppc-for-9.0 queue
2024-02-23 15:42 UTC (48+ messages)
` [PULL 01/47] target/ppc: Fix lxv/stxv MSR facility check
` [PULL 02/47] target/ppc: Fix crash on machine check caused by ifetch
` [PULL 03/47] tests/avocado: mark boot_linux.py long runtime instead of flaky
` [PULL 04/47] tests/avocado: improve flaky ppc/pnv boot_linux_console.py test
` [PULL 05/47] tests/avocado: ppc add powernv10 boot_linux_console test
` [PULL 06/47] tests/avocado: Add ppc pseries and powernv hash MMU tests
` [PULL 07/47] tests/avocado: Add pseries KVM boot_linux test
` [PULL 08/47] tests/avocado: ppc add hypervisor tests
` [PULL 09/47] tests/avocado: Use default CPU for pseries machine
` [PULL 10/47] ppc/pnv: Update skiboot to v7.1
` [PULL 11/47] target/ppc: Rename registers to match ISA
` [PULL 12/47] hw/ppc/spapr: Add missing license
` [PULL 13/47] hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep
` [PULL 14/47] hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_pr
` [PULL 15/47] hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu'
` [PULL 16/47] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [PULL 17/47] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS
` [PULL 18/47] ppc/spapr: change pseries machine default to POWER10 CPU
` [PULL 19/47] spapr: Tag pseries-2.1 - 2.11 machines as deprecated
` [PULL 20/47] ppc/pnv: Change powernv default to powernv10
` [PULL 21/47] misc/pca9552: Fix inverted input status
` [PULL 22/47] misc/pca9552: Let external devices set pca9552 inputs
` [PULL 23/47] ppc/pnv: New powernv10-rainier machine type
` [PULL 24/47] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
` [PULL 25/47] ppc/pnv: Wire up pca9552 GPIO pins "
` [PULL 26/47] ppc/pnv: Use resettable interface to reset child I2C buses
` [PULL 27/47] misc: Add a pca9554 GPIO device model
` [PULL 28/47] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
` [PULL 29/47] ppc/pnv: Test pnv i2c master and connected devices
` [PULL 30/47] hw/ppc: Add pnv nest pervasive common chiplet model
` [PULL 31/47] hw/ppc: Add N1 "
` [PULL 32/47] hw/ppc: N1 chiplet wiring
` [PULL 33/47] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
` [PULL 34/47] target/ppc: Rename TBL to TB on 64-bit
` [PULL 35/47] target/ppc: Improve timebase register defines naming
` [PULL 36/47] target/ppc: Fix move-to timebase SPR access permissions
` [PULL 37/47] ppc/pnv: Add POWER9/10 chiptod model
` [PULL 38/47] ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machines
` [PULL 39/47] ppc/pnv: Implement the ChipTOD to Core transfer
` [PULL 40/47] target/ppc: Implement core timebase state machine and TFMR
` [PULL 41/47] target/ppc: Add SMT support to time facilities
` [PULL 42/47] target/ppc: Fix 440 tlbwe TLB invalidation gaps
` [PULL 43/47] target/ppc: Factor out 4xx ppcemb_tlb_t flushing
` [PULL 44/47] target/ppc: 4xx don't flush TLB for a newly written software TLB entry
` [PULL 45/47] target/ppc: 4xx optimise tlbwe_lo TLB flushing
` [PULL 46/47] target/ppc: 440 optimise tlbwe "
` [PULL 47/47] target/ppc: optimise ppcemb_tlb_t flushing
[PATCH v4] qemu-img: Fix Column Width and Improve Formatting in snapshot list
2024-02-23 15:22 UTC (2+ messages)
[PATCH 0/2] ARM GICv3 ITS DeviceID modification implementation
2024-02-23 15:28 UTC (5+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3_its_common: Increase DeviceID to 32 bits
` [PATCH 2/2] hw/intc/arm_gicv3_its: Use send_msi in the GITS_TRANSLATER write
[PATCH v5 0/8] Add device STM32L4x5 RCC
2024-02-23 15:07 UTC (12+ messages)
` [PATCH v5 1/8] Implement STM32L4x5_RCC skeleton
` [PATCH v5 2/8] Add an internal clock multiplexer object
` [PATCH v5 6/8] Add write protections to CR register
` [PATCH v5 7/8] STM32L4x5: Use the RCC Sysclk
` [PATCH v5 8/8] Add tests for the STM32L4x5_RCC
[PATCH v2 0/7] Introduce multifd zero page checking
2024-02-23 14:47 UTC (9+ messages)
` [PATCH v2 3/7] migration/multifd: Zero page transmission on the multifd thread
` [External] "
` [PATCH v2 4/7] migration/multifd: Enable zero page checking from multifd threads
` [External] "
QNX VM hang on Qemu
2024-02-23 14:38 UTC (12+ messages)
[PATCH v4 00/34] migration: File based migration with multifd and fixed-ram
2024-02-23 14:22 UTC (4+ messages)
[PATCH 00/14] migration: Improve error reporting
2024-02-23 14:05 UTC (9+ messages)
` [RFC PATCH 14/14] migration: Fix return-path thread exit
[PULL 00/39] tcg and linux-user patch queue
2024-02-23 13:45 UTC (2+ messages)
[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
2024-02-23 12:42 UTC (3+ messages)
` [PATCH v7 1/2] qom: new object to associate device to numa node
` [PATCH v7 2/2] hw/acpi: Implement the SRAT GI affinity structure
[PATCH] migration: Fix qmp_query_migrate mbps value
2024-02-23 12:39 UTC (8+ messages)
[PATCH v4 0/3] Add device STM32L4x5 GPIO
2024-02-23 12:26 UTC (7+ messages)
` [PATCH v4 1/3] hw/gpio: Implement "
` [PATCH v4 2/3] hw/arm: Connect STM32L4x5 GPIO to STM32L4x5 SoC
` [PATCH v4 3/3] tests/qtest: Add STM32L4x5 GPIO QTest testcase
[PATCH 00/21] hw: More QDev cleanups
2024-02-23 12:23 UTC (4+ messages)
` [PATCH 16/21] hw/net/can/versal: Prefer object_initialize_child over object_initialize
[PATCH] target/m68k: Fix exception frame format for 68010
2024-02-23 12:03 UTC (2+ messages)
[PATCH 0/3] linux-user: Rewrite target_shmat
2024-02-23 11:35 UTC (3+ messages)
` [PATCH 3/3] "
[PATCH v4 0/3] VIRTIO-IOMMU: Set default granule to host page size
2024-02-23 11:39 UTC (9+ messages)
` [PATCH v4 1/3] qdev: Add a granule_mode property
` [PATCH v4 3/3] virtio-iommu: Change the default granule to the host page size
Clarification on cross-version compatibility requirements
2024-02-23 11:15 UTC (2+ messages)
[RFC PATCH v3 00/21] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
2024-02-23 10:32 UTC (17+ messages)
` [RFC PATCH v3 01/21] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
` [RFC PATCH v3 04/21] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v3 05/21] target/arm: Support MSR access to ALLINT
` [RFC PATCH v3 06/21] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v3 07/21] target/arm: Add support for NMI in arm_phys_excp_target_el()
` [RFC PATCH v3 08/21] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v3 09/21] target/arm: Handle PSTATE.ALLINT on taking an exception
` [RFC PATCH v3 10/21] hw/arm/virt: Wire NMI and VNMI irq lines from GIC to CPU
` [RFC PATCH v3 11/21] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [RFC PATCH v3 13/21] hw/intc/arm_gicv3: Add irq superpriority information
` [RFC PATCH v3 14/21] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v3 15/21] hw/intc/arm_gicv3: Implement GICD_INMIR
` [RFC PATCH v3 17/21] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [RFC PATCH v3 18/21] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [RFC PATCH v3 19/21] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [RFC PATCH v3 21/21] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).