Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-ppc (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Wed Jan 22 2025 12:41:46 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Philippe Mathieu-Daudé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Daniel P . Berrangé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
BALATON Zoltan
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Thomas Huth
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Peter Maydell
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Thomas Huth
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Philippe Mathieu-Daudé
,
2025/01/22
Re: [PATCH] hw/boards: Convert MachineClass bitfields to boolean
,
Pierrick Bouvier
,
2025/01/22
[PATCH 00/28] cpus: Restrict CPU has_work() handlers to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 01/28] target/hexagon: Ensure not being build on system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
Re: [PATCH 01/28] target/hexagon: Ensure not being build on system emulation
,
Brian Cain
,
2025/01/21
[PATCH 02/28] target/rx: Ensure not being build on user emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 03/28] target/tricore: Ensure not being build on user emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 05/28] cpus: Restrict cpu_has_work() to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 06/28] cpus: Un-inline cpu_has_work()
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 07/28] cpus: Introduce SysemuCPUOps::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 08/28] target/alpha: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 09/28] target/arm: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 10/28] target/avr: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 11/28] target/hexagon: Remove CPUClass:has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 12/28] target/hppa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 13/28] target/i386: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 14/28] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 15/28] target/m68k: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 16/28] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 17/28] target/mips: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 18/28] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 19/28] target/ppc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 22/28] target/s390x: Restrict I/O handler installers to system emulation
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 24/28] target/sh4: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 23/28] target/s390x: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 25/28] target/sparc: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 21/28] target/rx: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 26/28] target/tricore: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 27/28] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 28/28] cpus: Remove CPUClass::has_work() handler
,
Philippe Mathieu-Daudé
,
2025/01/21
[PATCH 5/7] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
,
Alex Bennée
,
2025/01/20
Re: [PATCH 5/7] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
,
Daniel Henrique Barboza
,
2025/01/20
Re: [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
,
Shivaprasad G Bhat
,
2025/01/16
[PATCH v9 0/2] ppc: Enable 2nd DAWR support on Power10
,
Shivaprasad G Bhat
,
2025/01/16
[PATCH v9 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
,
Shivaprasad G Bhat
,
2025/01/16
[PATCH v9 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
,
Shivaprasad G Bhat
,
2025/01/16
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
2025/01/16
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Philippe Mathieu-Daudé
,
2025/01/16
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Igor Mammedov
,
2025/01/22
[PATCH v1] ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
,
dan tan
,
2025/01/16
[PATCH] hw/ppc/e500: Partial implementation of local access window registers
,
BALATON Zoltan
,
2025/01/15
[PATCH] spapr: nested: Add support for reporting Hostwide state counter
,
Vaibhav Jain
,
2025/01/15
Re: [PATCH 00/21] hw: More QDev cleanups
,
Philippe Mathieu-Daudé
,
2025/01/12
[PATCH 0/2] hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use
,
Philippe Mathieu-Daudé
,
2025/01/10
[PATCH 1/2] hw/ppc/prep_systemio: Use link property to remove &first_cpu
,
Philippe Mathieu-Daudé
,
2025/01/10
[PATCH 2/2] hw/ppc/prep_systemio: Set IOMap IRQ in ResetExit() handler
,
Philippe Mathieu-Daudé
,
2025/01/10
[PATCH 0/9] ppc: Remove 405 CPU family
,
Cédric Le Goater
,
2025/01/10
[PATCH 1/9] ppc/ppc405: Remove tests
,
Cédric Le Goater
,
2025/01/10
Re: [PATCH 1/9] ppc/ppc405: Remove tests
,
Philippe Mathieu-Daudé
,
2025/01/10
[PATCH 2/9] ppc/ppc405: Remove boards
,
Cédric Le Goater
,
2025/01/10
Re: [PATCH 2/9] ppc/ppc405: Remove boards
,
Philippe Mathieu-Daudé
,
2025/01/10
[PATCH 5/9] ppc/ppc405: Remove 40x exception model
,
Cédric Le Goater
,
2025/01/10
[PATCH 4/9] ppc/ppc405: Remove storage control (SLER) SPR
,
Cédric Le Goater
,
2025/01/10
[PATCH 3/9] ppc/ppc405: Remove CPU
,
Cédric Le Goater
,
2025/01/10
Re: [PATCH 3/9] ppc/ppc405: Remove CPU
,
Philippe Mathieu-Daudé
,
2025/01/10
Re: [PATCH 3/9] ppc/ppc405: Remove CPU
,
Richard Henderson
,
2025/01/10
Re: [PATCH 3/9] ppc/ppc405: Remove CPU
,
Nicholas Piggin
,
2025/01/14
Re: [PATCH 3/9] ppc/ppc405: Remove CPU
,
Cédric Le Goater
,
2025/01/14
Re: [PATCH 3/9] ppc/ppc405: Remove CPU
,
Daniel Henrique Barboza
,
2025/01/16
[PATCH 6/9] ppc/ppc405: Remove timer support
,
Cédric Le Goater
,
2025/01/10
[PATCH 7/9] ppc/ppc405: Remove cache handling instructions
,
Cédric Le Goater
,
2025/01/10
Re: [PATCH 7/9] ppc/ppc405: Remove cache handling instructions
,
Philippe Mathieu-Daudé
,
2025/01/10
Re: [PATCH 7/9] ppc/ppc405: Remove cache handling instructions
,
Cédric Le Goater
,
2025/01/10
[PATCH 8/9] ppc/ppc405: Remove TLB instructions
,
Cédric Le Goater
,
2025/01/10
[PATCH 9/9] ppc/ppc405: Remove POWERPC_MMU_SOFT_4xx MMU model
,
Cédric Le Goater
,
2025/01/10
[PULL 08/32] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2025/01/10
[PULL 09/32] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2025/01/10
[PATCH v8 0/2] Fix check-qtest-ppc64 sanitizer errors
,
Akihiko Odaki
,
2025/01/10
[PATCH v8 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/10
Re: [PATCH v8 1/2] memory: Update inline documentation
,
BALATON Zoltan
,
2025/01/10
[PATCH v8 2/2] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2025/01/10
Re: [PATCH 2/3] target/cpus: Remove pointless re-assignment of CPUState::exception_index
,
Richard Henderson
,
2025/01/09
Re: [PATCH 0/3] cpus: Avoid re-initializing fields cleared in cpu_common_reset_hold()
,
Philippe Mathieu-Daudé
,
2025/01/09
Re: [PATCH v4 0/6] hw/ppc: Remove tswap() calls
,
Philippe Mathieu-Daudé
,
2025/01/09
[PATCH v7 0/2] Fix check-qtest-ppc64 sanitizer errors
,
Akihiko Odaki
,
2025/01/09
[PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/09
Re: [PATCH v7 1/2] memory: Update inline documentation
,
BALATON Zoltan
,
2025/01/09
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/09
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/09
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/10
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/10
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/10
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/13
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/14
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/14
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Maydell
,
2025/01/14
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/14
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Maydell
,
2025/01/16
Re: [PATCH v7 1/2] memory: Update inline documentation
,
BALATON Zoltan
,
2025/01/16
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/17
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/16
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/14
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/15
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/15
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/15
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/15
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/15
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/16
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/16
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/17
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/17
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/18
Re: [PATCH v7 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/18
[PATCH v7 2/2] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2025/01/09
Re: [PATCH v7 2/2] memory: Do not create circular reference with subregion
,
Peter Xu
,
2025/01/09
Re: [PATCH v2] pc-bios/meson.build: Silent unuseful DTC warnings
,
Philippe Mathieu-Daudé
,
2025/01/08
[PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL)
,
Alex Bennée
,
2025/01/08
[PATCH v4 01/32] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
,
Alex Bennée
,
2025/01/08
[PATCH v4 18/32] tests/functional: remove hacky sleep from the tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 07/32] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set]
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set]
,
Michael Tokarev
,
2025/01/13
[PATCH v4 02/32] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests
,
Paolo Bonzini
,
2025/01/09
[PATCH v4 11/32] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG
,
Thomas Huth
,
2025/01/08
[PATCH v4 14/32] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME
,
Alex Bennée
,
2025/01/08
[PATCH v4 10/32] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 05/32] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 16/32] tests/qtest: remove clock_steps from virtio tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 21/32] tests/functional: remove unused kernel_command_line
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 21/32] tests/functional: remove unused kernel_command_line
,
Thomas Huth
,
2025/01/08
[PATCH v4 09/32] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test
,
Thomas Huth
,
2025/01/08
[PATCH v4 03/32] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 03/32] tests/functional: add a m68k tuxrun tests
,
Daniel P . Berrangé
,
2025/01/08
[PATCH v4 12/32] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 13/32] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 04/32] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 08/32] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2025/01/08
[PATCH v4 20/32] tests/functional: update tuxruntest to use uncompress utility
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 20/32] tests/functional: update tuxruntest to use uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v4 25/32] tests/docker: move riscv64 cross container from sid to trixie
,
Alex Bennée
,
2025/01/08
[PATCH v4 28/32] tests/vm: partially un-tabify help output
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 28/32] tests/vm: partially un-tabify help output
,
Thomas Huth
,
2025/01/08
[PATCH v4 27/32] tests/vm: fix build_path based path
,
Alex Bennée
,
2025/01/08
[PATCH v4 26/32] tests/lcitool: remove temp workaround for debian mips64el
,
Alex Bennée
,
2025/01/08
[PATCH v4 29/32] tests/vm: allow interactive login as root
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 29/32] tests/vm: allow interactive login as root
,
Thomas Huth
,
2025/01/08
[PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Alex Bennée
,
2025/01/08
Re: [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Daniel P . Berrangé
,
2025/01/08
Re: [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v4 24/32] tests/lcitool: bump to latest version of libvirt-ci
,
Alex Bennée
,
2025/01/08
[PATCH v4 32/32] MAINTAINERS: Remove myself from reviewers
,
Alex Bennée
,
2025/01/08
Re: [PATCH v3 3/4] target/ppc: Move VSX vector storage access insns to decodetree.
,
Mark Cave-Ayland
,
2025/01/08
[PATCH v3 0/2] Add new PowerPC Special Purpose Registers
,
dan tan
,
2025/01/07
[PATCH v3 2/2] ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
,
dan tan
,
2025/01/07
[PATCH v3 1/2] ppc/pnv: Add new PowerPC Special Purpose Registers (DAWR1, DAWRX1)
,
dan tan
,
2025/01/07
Re: [PATCH v3 0/2] Add new PowerPC Special Purpose Registers
,
Harsh Prateek Bora
,
2025/01/08
Re: [PATCH v3 0/2] Add new PowerPC Special Purpose Registers
,
dan tan
,
2025/01/08
[PATCH v3 00/29] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR)
,
Alex Bennée
,
2025/01/07
[PATCH v3 02/29] tests/functional: update the i386 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 01/29] tests/functional: update the arm tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 03/29] tests/functional: add a m68k tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 04/29] tests/functional: update the mips32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 05/29] tests/functional: update the mips32el tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 08/29] tests/functional: update the ppc32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 07/29] tests/functional: update the mips64el tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 10/29] tests/functional: update the riscv32 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 06/29] tests/functional: update the mips64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 09/29] tests/functional: update the ppc64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 26/29] tests/vm: allow interactive login as root
,
Alex Bennée
,
2025/01/07
[PATCH v3 12/29] tests/functional: update the s390x tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 13/29] tests/functional: update the sparc64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 11/29] tests/functional: update the riscv64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests
,
Fabiano Rosas
,
2025/01/07
[PATCH v3 15/29] tests/functional/aarch64: add tests for FEAT_RME
,
Alex Bennée
,
2025/01/07
[PATCH v3 27/29] pc-bios: ensure keymaps dependencies set vnc tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests
,
Alex Bennée
,
2025/01/07
[PATCH v3 25/29] tests/vm: partially un-tabify help output
,
Alex Bennée
,
2025/01/07
[PATCH v3 22/29] tests/docker: move riscv64 cross container from sid to trixie
,
Alex Bennée
,
2025/01/07
[PATCH v3 28/29] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker
,
Alex Bennée
,
2025/01/07
[PATCH v3 24/29] tests/vm: fix build_path based path
,
Alex Bennée
,
2025/01/07
[PATCH v3 29/29] MAINTAINERS: Remove myself from reviewers
,
Alex Bennée
,
2025/01/07
[PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci
,
Alex Bennée
,
2025/01/07
[PATCH v3 17/29] system/qtest: properly feedback results of clock_[step|set]
,
Alex Bennée
,
2025/01/07
[PATCH v3 23/29] tests/lcitool: remove temp workaround for debian mips64el
,
Alex Bennée
,
2025/01/07
[PATCH v3 19/29] tests/functional: add zstd support to uncompress utility
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 19/29] tests/functional: add zstd support to uncompress utility
,
Thomas Huth
,
2025/01/08
[PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test
,
Alex Bennée
,
2025/01/07
Re: [PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test
,
Thomas Huth
,
2025/01/08
[PATCH v3 18/29] tests/functional: remove hacky sleep from the tests
,
Alex Bennée
,
2025/01/07
Re: [PATCH 0/9] ppc/pnv: HOMER and OCC fixes and improvements
,
Cédric Le Goater
,
2025/01/06
Re: [PATCH 0/9] ppc/pnv: HOMER and OCC fixes and improvements
,
Nicholas Piggin
,
2025/01/14
Re: [PATCH 26/71] hw/gpio: Constify all Property
,
Miles Glenn
,
2025/01/06
[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
,
Philippe Mathieu-Daudé
,
2025/01/06
[RFC PATCH 1/7] cpus: Restrict CPU_FOREACH_SAFE() to user emulation
,
Philippe Mathieu-Daudé
,
2025/01/06
Re: [RFC PATCH 1/7] cpus: Restrict CPU_FOREACH_SAFE() to user emulation
,
Daniel Henrique Barboza
,
2025/01/06
[RFC PATCH 2/7] cpus: Introduce AccelOpsClass::get_cpus_queue()
,
Philippe Mathieu-Daudé
,
2025/01/06
[RFC PATCH 3/7] accel/tcg: Implement tcg_get_cpus_queue()
,
Philippe Mathieu-Daudé
,
2025/01/06
[RFC PATCH 4/7] accel/tcg: Use CPU_FOREACH_TCG()
,
Philippe Mathieu-Daudé
,
2025/01/06
[RFC PATCH 5/7] accel/hw: Implement hw_accel_get_cpus_queue()
,
Philippe Mathieu-Daudé
,
2025/01/06
[RFC PATCH 6/7] accel/hvf: Use CPU_FOREACH_HVF()
,
Philippe Mathieu-Daudé
,
2025/01/06
Re: [RFC PATCH 6/7] accel/hvf: Use CPU_FOREACH_HVF()
,
Daniel Henrique Barboza
,
2025/01/06
Re: [RFC PATCH 6/7] accel/hvf: Use CPU_FOREACH_HVF()
,
Philippe Mathieu-Daudé
,
2025/01/06
Re: [RFC PATCH 6/7] accel/hvf: Use CPU_FOREACH_HVF()
,
BALATON Zoltan
,
2025/01/07
[RFC PATCH 7/7] accel/kvm: Use CPU_FOREACH_KVM()
,
Philippe Mathieu-Daudé
,
2025/01/06
[PATCH v6 0/2] Fix check-qtest-ppc64 sanitizer errors
,
Akihiko Odaki
,
2025/01/05
[PATCH v6 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/05
Re: [PATCH v6 1/2] memory: Update inline documentation
,
Peter Xu
,
2025/01/08
[PATCH v6 2/2] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2025/01/05
Re: [PATCH v6 2/2] memory: Do not create circular reference with subregion
,
Peter Xu
,
2025/01/08
[PATCH v5 0/2] Fix check-qtest-ppc64 sanitizer errors
,
Akihiko Odaki
,
2025/01/04
[PATCH v5 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/04
Re: [PATCH v5 1/2] memory: Update inline documentation
,
BALATON Zoltan
,
2025/01/04
Re: [PATCH v5 1/2] memory: Update inline documentation
,
Akihiko Odaki
,
2025/01/05
[PATCH v5 2/2] memory: Do not create circular reference with subregion
,
Akihiko Odaki
,
2025/01/04
[PATCH v5 0/4] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
,
Chalapathi V
,
2025/01/03
[PATCH v5 1/4] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
,
Chalapathi V
,
2025/01/03
[PATCH v5 3/4] hw/ssi/pnv_spi: Make bus names distinct for each controllers of a socket
,
Chalapathi V
,
2025/01/03
[PATCH v5 2/4] hw/ssi/pnv_spi: Coverity CID 1558827: Use local var seq_index instead of get_seq_index().
,
Chalapathi V
,
2025/01/03
[PATCH v5 4/4] hw/ssi/pnv_spi: Put a limit to RDR match failures
,
Chalapathi V
,
2025/01/03
[PATCH v2 0/2] Add new PowerPC Special Purpose Registers
,
dan tan
,
2025/01/02
[PATCH v2 1/2] ppc/pnv: Add new PowerPC Special Purpose Registers (DAWR1, DAWRX1)
,
dan tan
,
2025/01/02
[PATCH v2 2/2] ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
,
dan tan
,
2025/01/02
Re: [PATCH 2/4] tests/functional/test_ppc64_hv: Simplify console handling
,
Thomas Huth
,
2025/01/02
Re: [PATCH 3/3] target/cpus: Remove pointless re-assignment of CPUState::halted
,
Bernhard Beschow
,
2025/01/01
Re: [PATCH 3/3] target/cpus: Remove pointless re-assignment of CPUState::halted
,
Richard Henderson
,
2025/01/09
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc