messages from 2025-07-30 05:07:38 to 2025-07-31 09:18:06 UTC [more...]
[PULL 0/2] loongarch-to-apply queue
2025-07-31 8:53 UTC (3+ messages)
` [PULL 1/2] target/loongarch: Fix valid virtual address checking
` [PULL 2/2] hw/intc/loongarch_ipi: Fix start fail with smp cpu < smp maxcpus on KVM
[PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
2025-07-31 8:49 UTC (4+ messages)
[PATCH] hw/arm: add static NVDIMMs in device tree
2025-07-31 8:38 UTC (2+ messages)
[RFC 0/9] WHPX support for Arm
2025-07-31 8:35 UTC (14+ messages)
` [RFC 1/9] whpx: Move around files before introducing AArch64 support
` [RFC 2/9] whpx: reshuffle common code
` [RFC 3/9] whpx: common: use whpx_cpu_instance_init on x86 only
` [RFC 4/9] whpx: interrupt controller support
` [RFC 5/9] hw/virt: make Qemu aware that WHPX has a vGICv3
` [RFC 6/9] hw: intc: arm_gicv3_common: add whpx
` [RFC 7/9] whpx: add arm64 support
` [RFC 8/9] whpx: copy over memory tracking logic from hvf
` [RFC 9/9] target/arm: cpu: mark WHPX as supporting PSCI 1.1
[PATCH v2 0/6] Reinvent BQL-free PIO/MMIO
2025-07-31 8:32 UTC (11+ messages)
` [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
` [PATCH v2 2/6] acpi: mark PMTIMER as unlocked
` [PATCH v2 3/6] hpet: switch to fain-grained device locking
` [PATCH v2 4/6] hpet: move out main counter read into a separate block
` [PATCH v2 5/6] hpet: make main counter read lock-less
` [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
[PATCH v6] target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
2025-07-31 8:03 UTC (3+ messages)
[PATCH] target/loongarch: Fix valid virtual address checking
2025-07-31 7:54 UTC (2+ messages)
[PULL 00/11] riscv-to-apply queue
2025-07-31 6:11 UTC (5+ messages)
[PATCH] docs/qapi-code-gen: change recommendations for cross-reference syntax
2025-07-31 5:42 UTC (3+ messages)
[PULL 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
2025-07-31 5:40 UTC (5+ messages)
` [PULL 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed
` [PULL 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
` [PULL 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax
[PATCH 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
2025-07-31 5:40 UTC (4+ messages)
` [PATCH 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed
` [PATCH 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
` [PATCH 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax
[PATCH 0/2] i386/kvm: Enable SMM addrss space for i386 cpu
2025-07-31 3:53 UTC (10+ messages)
` [PATCH 1/2] i386/cpu: Enable SMM cpu addressspace
` [PATCH 2/2] target/i386: Define enum X86ASIdx for x86's address spaces
[PATCH v4 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-07-31 3:30 UTC (14+ messages)
` [PATCH v4 02/20] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v4 04/20] vfio/iommufd: Force creating nested parent domain
` [PATCH v4 18/20] vfio: Add a new element bypass_ro in VFIOContainerBase
[PATCH 00/10] single-binary: compile once semihosting
2025-07-30 22:06 UTC (11+ messages)
` [PATCH 01/10] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH 02/10] semihosting/guestfd: compile once for system/user
` [PATCH 03/10] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended
` [PATCH 04/10] target/{arm, riscv}/common-semi-target: eradicate target_ulong
` [PATCH 05/10] include/semihosting/common-semi: extract common_semi API
` [PATCH 06/10] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
` [PATCH 07/10] semihosting/arm-compat-semi: replace target_ulong with uint64_t
` [PATCH 08/10] semihosting/arm-compat-semi: replace target_long with int64_t
` [PATCH 09/10] semihosting/arm-compat-semi: remove dependency on cpu.h
` [PATCH 10/10] semihosting/arm-compat-semi: compile once in system and per target for user mode
[PATCH v2 0/3] single-binary: compile some top level files once
2025-07-30 22:05 UTC (4+ messages)
` [PATCH v2 1/3] cpu-target: build compilation unit once for user/system
` [PATCH v2 2/3] include/exec/target_page.h: move page-target.c to header
` [PATCH v2 3/3] system/main.c: compile only once
[PATCH v2 0/2] single-binary: compile once migration files
2025-07-30 22:04 UTC (3+ messages)
` [PATCH v2 1/2] migration: compile migration/ram.c once
` [PATCH v2 2/2] migration/vfio: compile only once
[PATCH for-10.2 00/82] target/arm: Implement FEAT_GCS
2025-07-30 21:33 UTC (81+ messages)
` [PATCH 01/82] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH 02/82] target/arm: Add in_prot_check to S1Translate
` [PATCH 03/82] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH 04/82] target/arm: Introduce get_phys_addr_for_at
` [PATCH 05/82] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH 06/82] target/arm: Add prot_check parameter to do_ats_write
` [PATCH 07/82] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH 08/82] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH 09/82] target/arm: Implement FEAT_ATS1A
` [PATCH 10/82] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH 11/82] target/arm: Enable TCR2_ELx.PIE
` [PATCH 12/82] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH 13/82] target/arm: Force HPD for stage2 translations
` [PATCH 14/82] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH 15/82] target/arm: Populate PIE in aa64_va_parameters
` [PATCH 18/82] target/arm: Do not migrate env->exception
` [PATCH 19/82] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH 20/82] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH 21/82] target/arm: Implement dirtybit check for PIE
` [PATCH 22/82] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH 23/82] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH 24/82] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH 25/82] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH 26/82] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH 27/82] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH 28/82] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH 29/82] target/arm: Split out mmuidx.h from cpu.h
` [PATCH 30/82] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH 31/82] target/arm: Remove unused env argument from regime_el
` [PATCH 32/82] target/arm: Convert regime_el from switch to table
` [PATCH 33/82] target/arm: Convert regime_has_2_ranges "
` [PATCH 34/82] target/arm: Remove unused env argument from regime_is_pan
` [PATCH 35/82] target/arm: Convert regime_is_pan from switch to table
` [PATCH 36/82] target/arm: Remove unused env argument from regime_is_user
` [PATCH 37/82] target/arm: Convert regime_is_user from switch to table
` [PATCH 38/82] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PATCH 39/82] target/arm: Convert regime_is_stage2 "
` [PATCH 40/82] target/arm: Introduce mmu indexes for GCS
` [PATCH 41/82] target/arm: Introduce regime_to_gcs
[RFC PATCH 0/3] migration: Fix aarch64 cpregs migration
2025-07-30 20:52 UTC (4+ messages)
` [RFC PATCH 1/3] target/arm: Fix migration to QEMU 10.1
` [RFC PATCH 2/3] tests/qtest/migration: Only test aarch64 on TCG
` [RFC PATCH 3/3] tests/qtest/migration: Change cpu for aarch64
[PATCH 00/48] AMD Versal Gen 2 support
2025-07-30 19:23 UTC (17+ messages)
` [PATCH 25/48] hw/arm/xlnx-versal: add support for multiple GICs
` [PATCH 26/48] hw/arm/xlnx-versal: add support for GICv2
` [PATCH 27/48] hw/arm/xlnx-versal: rpu: refactor creation
` [PATCH 28/48] hw/arm/xlnx-versal: ocm: "
` [PATCH 29/48] hw/arm/xlnx-versal: ddr: "
` [PATCH 30/48] hw/arm/xlnx-versal: add the versal_get_num_cpu accessor
` [PATCH 31/48] hw/misc/xlnx-versal-crl: remove unnecessary include directives
` [PATCH 32/48] hw/misc/xlnx-versal-crl: split into base/concrete classes
[ANNOUNCE] QEMU 10.1.0-rc1 is now available
2025-07-30 18:57 UTC
[PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
2025-07-30 17:52 UTC (17+ messages)
` [PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list
` [PATCH 2/5] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
` [PATCH 3/5] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
` [PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments
` [PATCH 5/5] contrib/plugins/hotblocks: Allow limit to be set as a command line argument
[PATCH for-10.2 v2 0/3] linux-user/aarch64: Syndrome fixes and enhancements
2025-07-30 17:42 UTC (5+ messages)
` [PATCH v2 1/3] linux-user/aarch64: Split out signal_for_exception
` [PATCH v2 2/3] linux-user/aarch64: Check syndrome for EXCP_UDEF
[PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
2025-07-30 17:19 UTC (10+ messages)
` [PATCH v3 12/21] block: Move qemu_fcntl_addfl() into osdep.c
` [PATCH v3 17/21] iotests/307: Test multi-thread export interface
` [PATCH v3 18/21] fuse: Implement multi-threading
` [PATCH v3 19/21] qapi/block-export: Document FUSE's multi-threading
[RFC v5 0/7] Add packed format to shadow virtqueue
2025-07-30 14:32 UTC (9+ messages)
[PATCH] 9pfs: Add FreeBSD support
2025-07-30 14:35 UTC (4+ messages)
[PATCH RFC v1 1/1] ui/sdl2: clipboard sharing implementation for SDL
2025-07-30 14:04 UTC (9+ messages)
[PATCH v3 0/3] pc-bios: Update vbootrom images
2025-07-30 13:21 UTC (11+ messages)
` [PATCH v3 2/3] roms/Makefile: build ast27x0_bootrom
` [PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
[PATCH v2] qga: Fix ubsan warning
2025-07-30 11:46 UTC (4+ messages)
[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
2025-07-30 9:52 UTC (3+ messages)
` [PATCH v2 1/2] i386/cpu: Enable SMM cpu address space under KVM
` [PATCH v2 2/2] target/i386: Define enum X86ASIdx for x86's address spaces
[RFC 0/6] virtio-net: initial iterative live migration support
2025-07-30 8:59 UTC (5+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
` [RFC 5/6] virtio,virtio-net: "
[PATCH] rust: declare self as qemu_api for proc-macros
2025-07-30 8:29 UTC (2+ messages)
[PATCH] target/xtensa: Replace malloc() with g_strdup_printf()
2025-07-30 8:06 UTC (3+ messages)
` [PATCH v2] "
[PATCH 2/2] watchdog: generic name for i6300esb
2025-07-30 7:53 UTC (12+ messages)
[PULL for 10.1-rc1 00/14] documentation an testing updates
2025-07-30 7:25 UTC (4+ messages)
` [PULL 11/14] tests/tcg: reduce the number of plugin tests combinations
[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
2025-07-30 6:12 UTC (19+ messages)
` [PATCH v4 05/19] target/loongarch: Add enum type TLBRet definition
` [PATCH v4 06/19] target/loongarch: Use vaddr in get_physical_address()
` [PATCH v4 07/19] target/loongarch: Use MMUAccessType in loongarch_map_tlb_entry()
` [PATCH v4 08/19] target/loongarch: Add common function loongarch_check_pte()
` [PATCH v4 10/19] target/loongarch: Use MMUConext in loongarch_map_tlb_entry()
` [PATCH v4 11/19] target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb
` [PATCH v4 12/19] target/loongarch: Use MMUContext in loongarch_map_address()
` [PATCH v4 13/19] target/loongarch: Use MMUContext in get_physical_address()
` [PATCH v4 15/19] target/loongarch: Use correct address when flush tlb
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).