messages from 2025-07-29 12:17:40 to 2025-07-30 05:00:03 UTC [more...]
[PATCH v3 0/3] pc-bios: Update vbootrom images
2025-07-30 4:58 UTC (3+ messages)
` [PATCH v3 1/3] roms/vbootrom: update to 7b1eb5f7fe6a
` [PATCH v3 2/3] roms/Makefile: build ast27x0_bootrom
[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
2025-07-30 3:13 UTC (20+ messages)
` [PATCH v4 01/19] target/loongarch: Move some function definition to kvm directory
` [PATCH v4 02/19] target/loongarch: Define function loongarch_cpu_post_init as static
` [PATCH v4 03/19] target/loongarch: Set page size in TLB entry with STLB
` [PATCH v4 04/19] target/loongarch: Add header file cpu-mmu.h
` [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 09/19] target/loongarch: Use loongarch_check_pte in loongarch_page_table_walker
` [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 14/19] target/loongarch: Track user space address accessed in kernel mode
` [PATCH v4 15/19] target/loongarch: Use correct address when flush tlb
` [PATCH v4 16/19] target/loongarch: Use mmu idx bitmap method "
` [PATCH v4 17/19] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
` [PATCH v4 18/19] target/loongarch: Reduce TLB flush with helper_tlbwr
` [PATCH v4 19/19] target/loongarch: Update TLB index selection method
[PATCH v1 00/21] Control coprocessor reset for AST2700
2025-07-30 1:47 UTC (9+ messages)
` [PATCH v1 19/21] pc-bios: Update AST27x0 vBootrom with SSP/TSP SCU initialization support
[PATCH v1] roms/vbootrom: update to 7b1eb5f
2025-07-30 1:34 UTC
[PULL 00/11] riscv-to-apply queue
2025-07-30 1:04 UTC (13+ messages)
` [PULL 01/11] target/riscv: Fix pmp range wraparound on zero
` [PULL 02/11] bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
` [PULL 03/11] hw/riscv/virt-acpi-build.c: Update FADT and MADT versions
` [PULL 04/11] tests/data/acpi/riscv64: Update expected FADT and MADT
` [PULL 05/11] intc/riscv_aplic: Fix target register read when source is inactive
` [PULL 06/11] linux-user/strace.list: add riscv_hwprobe entry
` [PULL 07/11] target/riscv: do not call GETPC() in check_ret_from_m_mode()
` [PULL 08/11] riscv: Revert "Generate strided vector loads/stores with tcg nodes."
` [PULL 09/11] target/riscv: Fix exception type when VU accesses supervisor CSRs
` [PULL 10/11] target/riscv: Restrict mideleg/medeleg/medelegh access to S-mode harts
` [PULL 11/11] target/riscv: Restrict midelegh "
[PATCH] target/xtensa: Replace malloc() with g_strdup_printf()
2025-07-30 0:51 UTC (2+ messages)
[PULL 00/20] target-arm queue
2025-07-30 0:32 UTC (7+ messages)
` [PULL 02/20] target/arm: Correct encoding of Debug Communications Channel registers
[PATCH for-10.2 00/89] linux-user: Split up elfload.c
2025-07-30 0:00 UTC (90+ messages)
` [PATCH 01/89] linux-user: Create target/elfload.c files
` [PATCH 02/89] linux-user: Move get_elf_hwcap to {i386, x86_64}/elfload.c
` [PATCH 03/89] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PATCH 04/89] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH 05/89] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH 06/89] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH 07/89] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH 08/89] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH 09/89] linux-user: Move hwcap functions to s390x/elfload.c
` [PATCH 10/89] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PATCH 11/89] linux-user: Remove ELF_HWCAP
` [PATCH 12/89] linux-user: Remove ELF_HWCAP2
` [PATCH 13/89] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PATCH 14/89] linux-user/i386: Return const data from get_elf_platform
` [PATCH 15/89] linux-user: Move get_elf_platform to arm/elfload.c
` [PATCH 16/89] linux-user/loongarch64: Create get_elf_platform
` [PATCH 17/89] linux-user/hppa: "
` [PATCH 18/89] linux-user: Remove ELF_PLATFORM
` [PATCH 19/89] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PATCH 20/89] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH 21/89] linux-user: Unify init of semihosting fields in TaskState
` [PATCH 22/89] linux-user: Create do_init_main_thread
` [PATCH 23/89] linux-user/i386: Create init_main_thread
` [PATCH 24/89] linux-user/arm: "
` [PATCH 25/89] linux-user/aarch64: "
` [PATCH 26/89] linux-user/sparc: "
` [PATCH 27/89] linux-user/ppc: "
` [PATCH 28/89] linux-user/loongarch64: "
` [PATCH 29/89] linux-user/mips: "
` [PATCH 30/89] linux-user/microblaze: "
` [PATCH 31/89] linux-user/openrisc: "
` [PATCH 32/89] linux-user/sh4: "
` [PATCH 33/89] linux-user/m68k: "
` [PATCH 34/89] linux-user/alpha: "
` [PATCH 35/89] linux-user/s390x: "
` [PATCH 36/89] linux-user/riscv: "
` [PATCH 37/89] linux-user/hppa: "
` [PATCH 38/89] linux-user/xtensa: "
` [PATCH 39/89] linux-user/hexagon: "
` [PATCH 40/89] linux-user: Remove do_init_main_thread
` [PATCH 41/89] linux-user/x86_64: Split out target_coredump.c.inc
` [PATCH 42/89] linux-user/i386: "
` [PATCH 43/89] linux-user/arm: "
` [PATCH 44/89] linux-user/aarch64: "
` [PATCH 45/89] linux-user/ppc: "
` [PATCH 46/89] linux-user/loongarch64: "
` [PATCH 47/89] linux-user/mips: "
` [PATCH 48/89] linux-user/microblaze: "
` [PATCH 49/89] target/openrisc: "
` [PATCH 50/89] target/sh4: "
` [PATCH 51/89] linux-user/m68k: "
` [PATCH 52/89] linux-user/s390x: "
` [PATCH 53/89] linux-user/xtensa: "
` [PATCH 54/89] linux-user: Unify the include of target_coredump.c.inc
` [PATCH 55/89] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH 56/89] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH 57/89] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PATCH 58/89] linux-user: Remove INIT_GUEST_COMMPAGE
` [PATCH 59/89] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PATCH 60/89] linux-user: Remove ELF_EXEC_PAGESIZE
` [PATCH 61/89] linux-user: Move get_elf_cpu_model to target/elfload.c
` [PATCH 62/89] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH 63/89] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH 64/89] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH 65/89] linux-user: Move elf parameters to sparc/target_elf.h
` [PATCH 66/89] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH 67/89] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH 68/89] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH 69/89] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH 70/89] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH 71/89] linux-user: Move elf parameters to sh4/target_elf.h
` [PATCH 72/89] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH 73/89] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH 74/89] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH 75/89] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH 76/89] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH 77/89] linux-user: Move elf parameters to xtensa/target_elf.h
` [PATCH 78/89] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH 79/89] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH 80/89] linux-user: Rename elf_check_arch
` [PATCH 81/89] linux-user: Remove ELIBBAD from elfload.c
` [PATCH 82/89] linux-user: Remove MAP_DENYWRITE "
` [PATCH 83/89] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PATCH 84/89] linux-user: Remove a.out declarations from elfload.c
` [PATCH 85/89] linux-user/sparc: Move target_pt_regs to signal.c
` [PATCH 86/89] linux-user/microblaze: "
` [PATCH 87/89] linux-user/openrisc: "
` [PATCH 88/89] linux-user/s390x: Move target_psw_t "
` [PATCH 89/89] linux-user: Remove struct target_pt_regs from target_syscall.h
[PATCH v2 0/3] pc-bios: Update vbootrom images
2025-07-29 21:02 UTC (6+ messages)
` [PATCH v2 1/3] roms/vbootrom: update to 7b1eb5f7fe6a
` [PATCH v2 2/3] roms/Makefile: build ast27x0_bootrom
` [PATCH v2 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
[PATCH 00/48] AMD Versal Gen 2 support
2025-07-29 20:16 UTC (27+ messages)
` [PATCH 11/48] hw/arm/xlnx-versal: efuse: refactor creation
` [PATCH 12/48] hw/arm/xlnx-versal: ospi: "
` [PATCH 13/48] hw/arm/xlnx-versal: VersalMap: add support for OR'ed IRQs
` [PATCH 14/48] hw/arm/xlnx-versal: PMC IOU SCLR: refactor creation
` [PATCH 15/48] hw/arm/xlnx-versal: bbram: "
` [PATCH 16/48] hw/arm/xlnx-versal: trng: "
` [PATCH 17/48] hw/arm/xlnx-versal: rtc: "
` [PATCH 18/48] hw/arm/xlnx-versal: cfu: "
` [PATCH 19/48] hw/arm/xlnx-versal: crl: "
` [PATCH 20/48] hw/arm/xlnx-versal-virt: virtio: "
` [PATCH 21/48] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH 22/48] hw/arm/xlnx-versal: add the mp_affinity property to the CPU mapping
` [PATCH 23/48] hw/arm/xlnx-versal: instantiate the GIC ITS in the APU
[PATCH] system/physmem: Silence warning from ubsan
2025-07-29 19:21 UTC (3+ messages)
[PATCH v4 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-07-29 18:56 UTC (5+ messages)
` [PATCH v4 09/28] s390x/diag: Implement DIAG 320 subcode 2
[PATCH 0/3] aspeed: Update vbootrom image
2025-07-29 17:42 UTC (6+ messages)
` [PATCH 1/3] roms/vbootrom: update to 7b1eb5f7fe6a
` [PATCH 2/3] roms/Makefile: build ast27x0_bootrom
` [PATCH 3/3] aspeed: Update vbootrom image to commit 183c9ff8056b
[PATCH for-10.2 00/82] target/arm: Implement FEAT_GCS
2025-07-29 17:21 UTC (4+ messages)
` [PATCH 46/82] target/arm: Implement FEAT_CHK
[PULL 0/5] QAPI patches for 2025-07-29
2025-07-29 16:59 UTC (7+ messages)
` [PULL 1/5] qapi: Add more cross-references
` [PULL 2/5] qapi/accelerator: Fix markup of heading
` [PULL 3/5] tests/qapi-schema: Bury dead test case doc-non-first-section
` [PULL 4/5] docs/qapi-domain: Fix typos
` [PULL 5/5] MAINTAINERS: Cover docs/devel/qapi-domain.rst properly
[PULL 0/9] Misc HW patches for 2025-07-29
2025-07-29 16:59 UTC (2+ messages)
[PULL 0/5] vfio queue
2025-07-29 16:59 UTC (2+ messages)
[PATCH RFC -qemu 0/2] hw/cxl: Support Back Invalidation
2025-07-29 16:54 UTC (3+ messages)
` [PATCH 1/2] hw/cxl: Refactor component register initialization
` [PATCH 2/2] hw/cxl: Support Type3 HDM-DB
[PATCH] hw/sd/sdcard: fix spi_cmd_SEND_CSD/CID state check
2025-07-29 16:35 UTC (5+ messages)
[PATCH 0/2] hw/intc/arm_gicv3_kvm: two small fixes about register accesses
2025-07-29 16:16 UTC (3+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3_kvm: Remove writes to ICPENDR registers
` [PATCH 2/2] hw/intc/arm_gicv3_kvm: Write all 1's to clear enable/active
[PATCH] 9pfs: Add FreeBSD support
2025-07-29 16:13 UTC (3+ messages)
[PATCH 0/2] cosmetics for the i6300esb watchdog
2025-07-29 16:09 UTC (12+ messages)
` [PATCH 2/2] watchdog: generic name for i6300esb
[PATCH] rust: declare self as qemu_api for proc-macros
2025-07-29 14:19 UTC (2+ messages)
[PATCH v4 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-07-29 13:55 UTC (7+ 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] hw/display/xenfb: Replace unreachable code by abort()
2025-07-29 13:16 UTC (5+ messages)
[PATCH 0/2] qapi-domain: Typos and MAINTAINERS
2025-07-29 13:14 UTC (7+ messages)
` [PATCH 2/2] MAINTAINERS: Cover docs/devel/qapi-domain.rst properly
[PATCH 0/2] qapi: Fixes related to change of doc heading markup
2025-07-29 13:13 UTC (2+ messages)
[PATCH] qapi: Add more cross-references
2025-07-29 13:13 UTC (2+ messages)
[PATCH v2 0/2] FM-API Physical switch command set support
2025-07-29 13:03 UTC (7+ messages)
` [PATCH v2 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
` [PATCH v2 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
[PATCH] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
2025-07-29 12:56 UTC (3+ messages)
[RFC 0/6] virtio-net: initial iterative live migration support
2025-07-29 12:41 UTC (9+ messages)
[PATCH 0/2] i386/kvm: Enable SMM addrss space for i386 cpu
2025-07-29 12:16 UTC (4+ messages)
` [PATCH 2/2] target/i386: Define enum X86ASIdx for x86's address spaces
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).