qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PULL 1/2] target/loongarch: Fix valid virtual address checking
Song Gao
Re: [PULL 0/2] loongarch-to-apply queue
Stefan Hajnoczi
Re: [PATCH] target/loongarch: Fix valid virtual address checking
gaosong
[PATCH 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
Markus Armbruster
[PATCH 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
Markus Armbruster
[PATCH 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed
Markus Armbruster
[PATCH 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax
Markus Armbruster
[PULL 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
Markus Armbruster
[PULL 2/3] docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
Markus Armbruster
[PULL 1/3] docs/devel/qapi-code-gen: Add two cross-references we missed
Markus Armbruster
[PULL 3/3] docs/devel/qapi-code-gen: Update cross-reference syntax
Markus Armbruster
Re: [PULL 0/3] docs/devel/qapi-code-gen: Update x-ref syntax, minor fixes
Markus Armbruster
[RFC 0/9] WHPX support for Arm
Mohamed Mediouni
[RFC 5/9] hw/virt: make Qemu aware that WHPX has a vGICv3
Mohamed Mediouni
Re: [RFC 5/9] hw/virt: make Qemu aware that WHPX has a vGICv3
Philippe Mathieu-Daudé
Re: [RFC 5/9] hw/virt: make Qemu aware that WHPX has a vGICv3
Mohamed Mediouni
[RFC 2/9] whpx: reshuffle common code
Mohamed Mediouni
[RFC 9/9] target/arm: cpu: mark WHPX as supporting PSCI 1.1
Mohamed Mediouni
[RFC 3/9] whpx: common: use whpx_cpu_instance_init on x86 only
Mohamed Mediouni
Re: [RFC 3/9] whpx: common: use whpx_cpu_instance_init on x86 only
Philippe Mathieu-Daudé
[RFC 7/9] whpx: add arm64 support
Mohamed Mediouni
Re: [RFC 7/9] whpx: add arm64 support
Richard Henderson
[RFC 8/9] whpx: copy over memory tracking logic from hvf
Mohamed Mediouni
[RFC 4/9] whpx: interrupt controller support
Mohamed Mediouni
[RFC 1/9] whpx: Move around files before introducing AArch64 support
Mohamed Mediouni
Re: [RFC 1/9] whpx: Move around files before introducing AArch64 support
Philippe Mathieu-Daudé
Re: [RFC 1/9] whpx: Move around files before introducing AArch64 support
Richard Henderson
[RFC 6/9] hw: intc: arm_gicv3_common: add whpx
Mohamed Mediouni
Re: [RFC 6/9] hw: intc: arm_gicv3_common: add whpx
Philippe Mathieu-Daudé
Re: [RFC 0/9] WHPX support for Arm
Pierrick Bouvier
Re: [RFC 0/9] WHPX support for Arm
Mohamed Mediouni
Re: [RFC 0/9] WHPX support for Arm
Pierrick Bouvier
Re: [RFC 0/9] WHPX support for Arm
Mohamed Mediouni
Re: [RFC 0/9] WHPX support for Arm
Pierrick Bouvier
Re: [RFC 0/9] WHPX support for Arm
Mohamed Mediouni
Re: [RFC 0/9] WHPX support for Arm
Pierrick Bouvier
Re: [RFC 0/9] WHPX support for Arm
Mohamed Mediouni
Re: [RFC 0/9] WHPX support for Arm
Pierrick Bouvier
Re: [RFC 0/9] WHPX support for Arm
Mohamed Mediouni
[PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Zhenzhong Duan
Re: [PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Cédric Le Goater
Re: [PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Philippe Mathieu-Daudé
RE: [PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Duan, Zhenzhong
Re: [PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Philippe Mathieu-Daudé
Re: [PATCH] vfio: Introduce helper vfio_device_to_vfio_pci()
Cédric Le Goater
[PATCH 00/10] single-binary: compile once semihosting
Pierrick Bouvier
[PATCH 07/10] semihosting/arm-compat-semi: replace target_ulong with uint64_t
Pierrick Bouvier
Re: [PATCH 07/10] semihosting/arm-compat-semi: replace target_ulong with uint64_t
Richard Henderson
Re: [PATCH 07/10] semihosting/arm-compat-semi: replace target_ulong with uint64_t
Pierrick Bouvier
[PATCH 03/10] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended
Pierrick Bouvier
Re: [PATCH 03/10] semihosting/arm-compat-semi: remove common_semi_sys_exit_extended
Richard Henderson
[PATCH 02/10] semihosting/guestfd: compile once for system/user
Pierrick Bouvier
Re: [PATCH 02/10] semihosting/guestfd: compile once for system/user
Richard Henderson
Re: [PATCH 02/10] semihosting/guestfd: compile once for system/user
Pierrick Bouvier
[PATCH 04/10] target/{arm, riscv}/common-semi-target: eradicate target_ulong
Pierrick Bouvier
Re: [PATCH 04/10] target/{arm,riscv}/common-semi-target: eradicate target_ulong
Richard Henderson
[PATCH 01/10] semihosting/syscalls: compile once in system and per target for user mode
Pierrick Bouvier
Re: [PATCH 01/10] semihosting/syscalls: compile once in system and per target for user mode
Richard Henderson
Re: [PATCH 01/10] semihosting/syscalls: compile once in system and per target for user mode
Pierrick Bouvier
[PATCH 08/10] semihosting/arm-compat-semi: replace target_long with int64_t
Pierrick Bouvier
Re: [PATCH 08/10] semihosting/arm-compat-semi: replace target_long with int64_t
Richard Henderson
Re: [PATCH 08/10] semihosting/arm-compat-semi: replace target_long with int64_t
Pierrick Bouvier
[PATCH 09/10] semihosting/arm-compat-semi: remove dependency on cpu.h
Pierrick Bouvier
Re: [PATCH 09/10] semihosting/arm-compat-semi: remove dependency on cpu.h
Richard Henderson
[PATCH 06/10] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
Pierrick Bouvier
Re: [PATCH 06/10] semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
Richard Henderson
[PATCH 05/10] include/semihosting/common-semi: extract common_semi API
Pierrick Bouvier
Re: [PATCH 05/10] include/semihosting/common-semi: extract common_semi API
Richard Henderson
[PATCH 10/10] semihosting/arm-compat-semi: compile once in system and per target for user mode
Pierrick Bouvier
Re: [PATCH 10/10] semihosting/arm-compat-semi: compile once in system and per target for user mode
Richard Henderson
[PATCH v2 0/3] single-binary: compile some top level files once
Pierrick Bouvier
[PATCH v2 3/3] system/main.c: compile only once
Pierrick Bouvier
[PATCH v2 1/3] cpu-target: build compilation unit once for user/system
Pierrick Bouvier
[PATCH v2 2/3] include/exec/target_page.h: move page-target.c to header
Pierrick Bouvier
[PATCH v2 0/2] single-binary: compile once migration files
Pierrick Bouvier
[PATCH v2 1/2] migration: compile migration/ram.c once
Pierrick Bouvier
Re: [PATCH v2 1/2] migration: compile migration/ram.c once
Richard Henderson
[PATCH v2 2/2] migration/vfio: compile only once
Pierrick Bouvier
Re: [PATCH v2 2/2] migration/vfio: compile only once
Richard Henderson
[RFC PATCH 0/3] migration: Fix aarch64 cpregs migration
Fabiano Rosas
[RFC PATCH 3/3] tests/qtest/migration: Change cpu for aarch64
Fabiano Rosas
Re: [RFC PATCH 3/3] tests/qtest/migration: Change cpu for aarch64
Jonathan Cameron via
Re: [RFC PATCH 3/3] tests/qtest/migration: Change cpu for aarch64
Fabiano Rosas
[RFC PATCH 1/3] target/arm: Fix migration to QEMU 10.1
Fabiano Rosas
[RFC PATCH 2/3] tests/qtest/migration: Only test aarch64 on TCG
Fabiano Rosas
Re: [RFC PATCH 2/3] tests/qtest/migration: Only test aarch64 on TCG
Peter Maydell
Re: [RFC PATCH 2/3] tests/qtest/migration: Only test aarch64 on TCG
Mohamed Mediouni
[ANNOUNCE] QEMU 10.1.0-rc1 is now available
Michael Roth
Re: [PATCH v3 00/21] export/fuse: Use coroutines and multi-threading
Stefan Hajnoczi
Re: [PATCH v3 19/21] qapi/block-export: Document FUSE's multi-threading
Stefan Hajnoczi
Re: [PATCH v3 18/21] fuse: Implement multi-threading
Stefan Hajnoczi
Re: [PATCH v3 17/21] iotests/307: Test multi-thread export interface
Stefan Hajnoczi
Re: [PATCH v3 12/21] block: Move qemu_fcntl_addfl() into osdep.c
Stefan Hajnoczi
Re: [RFC v5 0/7] Add packed format to shadow virtqueue
Sahil Siddiq
Re: [RFC v5 0/7] Add packed format to shadow virtqueue
Eugenio Perez Martin
[PATCH v2 0/6] Reinvent BQL-free PIO/MMIO
Igor Mammedov
[PATCH v2 4/6] hpet: move out main counter read into a separate block
Igor Mammedov
[PATCH v2 3/6] hpet: switch to fain-grained device locking
Igor Mammedov
[PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Igor Mammedov
Re: [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Peter Xu
Re: [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Igor Mammedov
Re: [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Paolo Bonzini
Re: [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Paolo Bonzini
Re: [PATCH v2 6/6] kvm: i386: irqchip: take BQL only if there is an interrupt
Igor Mammedov
[PATCH v2 2/6] acpi: mark PMTIMER as unlocked
Igor Mammedov
[PATCH v2 5/6] hpet: make main counter read lock-less
Igor Mammedov
Re: [PATCH v2 5/6] hpet: make main counter read lock-less
Peter Xu
Re: [PATCH v2 5/6] hpet: make main counter read lock-less
Igor Mammedov
Re: [PATCH v2 5/6] hpet: make main counter read lock-less
Peter Xu
Re: [PATCH v2 5/6] hpet: make main counter read lock-less
Igor Mammedov
Re: [PATCH v2 5/6] hpet: make main counter read lock-less
Peter Xu
[PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
Re: [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
Peter Xu
Re: [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
Re: [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
Igor Mammedov
Re: [PATCH v2 1/6] memory: reintroduce BQL-free fine-grained PIO/MMIO
Peter Xu
Re: [PATCH v2 0/6] Reinvent BQL-free PIO/MMIO
Philippe Mathieu-Daudé
[PATCH] hw/arm: add static NVDIMMs in device tree
Manos Pitsidianakis
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Philippe Mathieu-Daudé
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Manos Pitsidianakis
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Jonathan Cameron via
RE: [PATCH] hw/arm: add static NVDIMMs in device tree
Shameerali Kolothum Thodi via
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Manos Pitsidianakis
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Igor Mammedov
Re: [PATCH] hw/arm: add static NVDIMMs in device tree
Peter Maydell
Re: RE: [PATCH] hw/arm: add static NVDIMMs in device tree
Gao Xiang
[PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
Alex Bradbury
[PATCH 2/5] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
Alex Bradbury
Re: [PATCH 2/5] contrib/plugins/hotblocks: Fix off by one error in iteration of sorted blocks
Pierrick Bouvier
[PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments
Alex Bradbury
Re: [PATCH 4/5] docs/about/emulation: Add documentation for hotblocks plugin arguments
Pierrick Bouvier
[PATCH 5/5] contrib/plugins/hotblocks: Allow limit to be set as a command line argument
Alex Bradbury
Re: [PATCH 5/5] contrib/plugins/hotblocks: Allow limit to be set as a command line argument
Pierrick Bouvier
[PATCH 3/5] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
Alex Bradbury
Re: [PATCH 3/5] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
Manos Pitsidianakis
Re: [PATCH 3/5] contrib/plugins/hotblocks: Print uint64_t with PRIu64 rather than PRId64
Pierrick Bouvier
[PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list
Alex Bradbury
Re: [PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list
Manos Pitsidianakis
Re: [PATCH 1/5] contrib/plugins/hotblocks: Correctly free sorted counts list
Pierrick Bouvier
Re: [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
Manos Pitsidianakis
Re: [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
Alex Bradbury
Re: [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
Pierrick Bouvier
Re: [PATCH 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
Pierrick Bouvier
[PATCH v2 0/2] i386/kvm: Enable SMM address space for i386 cpu
Xiaoyao Li
[PATCH v2 1/2] i386/cpu: Enable SMM cpu address space under KVM
Xiaoyao Li
[PATCH v2 2/2] target/i386: Define enum X86ASIdx for x86's address spaces
Xiaoyao Li
[PATCH v2] qga: Fix ubsan warning
Thomas Huth
Re: [PATCH v2] qga: Fix ubsan warning
Kostiantyn Kostiuk
Re: [PATCH v2] qga: Fix ubsan warning
Thomas Huth
Re: [PATCH v2] qga: Fix ubsan warning
Daniel P . Berrangé
[PATCH v3 0/3] pc-bios: Update vbootrom images
Cédric Le Goater
[PATCH v3 1/3] roms/vbootrom: update to 7b1eb5f7fe6a
Cédric Le Goater
RE: [PATCH v3 1/3] roms/vbootrom: update to 7b1eb5f7fe6a
Jamin Lin
[PATCH v3 2/3] roms/Makefile: build ast27x0_bootrom
Cédric Le Goater
RE: [PATCH v3 2/3] roms/Makefile: build ast27x0_bootrom
Jamin Lin
[PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
Cédric Le Goater
RE: [PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
Jamin Lin
Re: [PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
Philippe Mathieu-Daudé
Re: [PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
Cédric Le Goater
Re: [PATCH v3 3/3] pc-bios: Update vbootrom image to commit 183c9ff8056b
Michael Tokarev
Re: [PATCH v3 0/3] pc-bios: Update vbootrom images
Cédric Le Goater
Re: [PATCH v3 0/3] pc-bios: Update vbootrom images
Philippe Mathieu-Daudé
Re: [PATCH v3 0/3] pc-bios: Update vbootrom images
Cédric Le Goater
[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
Bibo Mao
[PATCH v4 03/19] target/loongarch: Set page size in TLB entry with STLB
Bibo Mao
[PATCH v4 06/19] target/loongarch: Use vaddr in get_physical_address()
Bibo Mao
Re: [PATCH v4 06/19] target/loongarch: Use vaddr in get_physical_address()
Richard Henderson
[PATCH v4 09/19] target/loongarch: Use loongarch_check_pte in loongarch_page_table_walker
Bibo Mao
[PATCH v4 11/19] target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb
Bibo Mao
Re: [PATCH v4 11/19] target/loongarch: Use MMUContext in loongarch_get_addr_from_tlb
Richard Henderson
[PATCH v4 05/19] target/loongarch: Add enum type TLBRet definition
Bibo Mao
Re: [PATCH v4 05/19] target/loongarch: Add enum type TLBRet definition
Richard Henderson
[PATCH v4 01/19] target/loongarch: Move some function definition to kvm directory
Bibo Mao
[PATCH v4 04/19] target/loongarch: Add header file cpu-mmu.h
Bibo Mao
[PATCH v4 02/19] target/loongarch: Define function loongarch_cpu_post_init as static
Bibo Mao
[PATCH v4 08/19] target/loongarch: Add common function loongarch_check_pte()
Bibo Mao
Re: [PATCH v4 08/19] target/loongarch: Add common function loongarch_check_pte()
Richard Henderson
[PATCH v4 12/19] target/loongarch: Use MMUContext in loongarch_map_address()
Bibo Mao
Re: [PATCH v4 12/19] target/loongarch: Use MMUContext in loongarch_map_address()
Richard Henderson
[PATCH v4 10/19] target/loongarch: Use MMUConext in loongarch_map_tlb_entry()
Bibo Mao
Re: [PATCH v4 10/19] target/loongarch: Use MMUConext in loongarch_map_tlb_entry()
Richard Henderson
[PATCH v4 07/19] target/loongarch: Use MMUAccessType in loongarch_map_tlb_entry()
Bibo Mao
Re: [PATCH v4 07/19] target/loongarch: Use MMUAccessType in loongarch_map_tlb_entry()
Richard Henderson
[PATCH v4 13/19] target/loongarch: Use MMUContext in get_physical_address()
Bibo Mao
Re: [PATCH v4 13/19] target/loongarch: Use MMUContext in get_physical_address()
Richard Henderson
[PATCH v4 14/19] target/loongarch: Track user space address accessed in kernel mode
Bibo Mao
[PATCH v4 15/19] target/loongarch: Use correct address when flush tlb
Bibo Mao
Re: [PATCH v4 15/19] target/loongarch: Use correct address when flush tlb
Richard Henderson
[PATCH v4 16/19] target/loongarch: Use mmu idx bitmap method when flush tlb
Bibo Mao
[PATCH v4 17/19] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
Bibo Mao
[PATCH v4 18/19] target/loongarch: Reduce TLB flush with helper_tlbwr
Bibo Mao
[PATCH v4 19/19] target/loongarch: Update TLB index selection method
Bibo Mao
[PATCH v1] roms/vbootrom: update to 7b1eb5f
Jamin Lin via
[PULL 00/11] riscv-to-apply queue
alistair23
[PULL 08/11] riscv: Revert "Generate strided vector loads/stores with tcg nodes."
alistair23
[PULL 02/11] bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
alistair23
[PULL 04/11] tests/data/acpi/riscv64: Update expected FADT and MADT
alistair23
[PULL 06/11] linux-user/strace.list: add riscv_hwprobe entry
alistair23
[PULL 05/11] intc/riscv_aplic: Fix target register read when source is inactive
alistair23
[PULL 07/11] target/riscv: do not call GETPC() in check_ret_from_m_mode()
alistair23
Earlier messages
Later messages