Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-arm (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Nov 30 2023 22:33:48 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/3] final fixes for 8.2
,
Alex Bennée
,
2023/11/30
[PATCH 1/3] gdbstub: use a better signal when we halt for IO reasons
,
Alex Bennée
,
2023/11/30
[PATCH 3/3] gitlab: add optional job to run flaky avocado tests
,
Alex Bennée
,
2023/11/30
[PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
,
Alex Bennée
,
2023/11/30
Re: [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
,
Peter Maydell
,
2023/11/30
Re: [PATCH 2/3] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS
,
Alex Bennée
,
2023/11/30
Re: [PATCH 0/3] final fixes for 8.2
,
Richard Henderson
,
2023/11/30
[RFC 00/41] qom-topo: Abstract Everything about CPU Topology
,
Zhao Liu
,
2023/11/30
[RFC 02/41] qdev: Allow qdev_device_add() to add specific category device
,
Zhao Liu
,
2023/11/30
[RFC 05/41] qdev: Set device parent and id after setting properties
,
Zhao Liu
,
2023/11/30
[RFC 08/41] hw/core/topo: Introduce CPU topology device abstraction
,
Zhao Liu
,
2023/11/30
[RFC 18/41] hw/cpu/cluster: Rename CPUClusterState to CPUCluster
,
Zhao Liu
,
2023/11/30
[RFC 29/41] hw/core/slot: Statistics topology information in CPU slot
,
Zhao Liu
,
2023/11/30
[RFC 31/41] hw/machine: Plug cpu-slot into machine to maintain topology tree
,
Zhao Liu
,
2023/11/30
[RFC 32/41] hw/machine: Build smp topology tree from -smp
,
Zhao Liu
,
2023/11/30
[RFC 13/41] hw/core/cpu: Convert CPU from general device to topology device
,
Zhao Liu
,
2023/11/30
[RFC 17/41] hw/cpu/core: Convert cpu-core from general device to topology device
,
Zhao Liu
,
2023/11/30
[RFC 03/41] system: Create base category devices from cli before board initialization
,
Zhao Liu
,
2023/11/30
[RFC 11/41] hw/core/topo: Add virtual method to check topology child
,
Zhao Liu
,
2023/11/30
[RFC 12/41] hw/core/topo: Add helpers to traverse the CPU topology tree
,
Zhao Liu
,
2023/11/30
[RFC 14/41] PPC/ppc-core: Offload core-id to PPC specific core abstarction
,
Zhao Liu
,
2023/11/30
[RFC 19/41] hw/cpu/cluster: Wrap TCG related ops and props into CONFIG_TCG
,
Zhao Liu
,
2023/11/30
[RFC 20/41] hw/cpu/cluster: Descript cluster is not only used for TCG in comment
,
Zhao Liu
,
2023/11/30
[RFC 23/41] hw/cpu/die: Abstract cpu-die level as topology device
,
Zhao Liu
,
2023/11/30
[RFC 25/41] hw/cpu/book: Abstract cpu-book level as topology device
,
Zhao Liu
,
2023/11/30
[RFC 34/41] hw/core/topo: Implement user-child to collect topology device from cli
,
Zhao Liu
,
2023/11/30
[RFC 35/41] hw/i386: Make x86_cpu_new() private in x86.c
,
Zhao Liu
,
2023/11/30
[RFC 37/41] hw/i386: Allow i386 to create new CPUs from QOM topology
,
Zhao Liu
,
2023/11/30
[RFC 38/41] hw/i386: Wrap apic id and topology sub ids assigning as helpers
,
Zhao Liu
,
2023/11/30
[RFC 01/41] qdev: Introduce new device category to cover basic topology device
,
Zhao Liu
,
2023/11/30
[RFC 21/41] hw/cpu/cluster: Allow cpu-cluster to be created by -device
,
Zhao Liu
,
2023/11/30
[RFC 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
,
Zhao Liu
,
2023/11/30
[RFC 27/41] hw/core/slot: Introduce CPU slot as the root of CPU topology
,
Zhao Liu
,
2023/11/30
[RFC 07/41] qdev: Introduce parent option in -device
,
Zhao Liu
,
2023/11/30
[RFC 30/41] hw/core/slot: Check topology child to be added under CPU slot
,
Zhao Liu
,
2023/11/30
[RFC 04/41] qom/object: Introduce helper to resolve path from non-direct parent
,
Zhao Liu
,
2023/11/30
[RFC 06/41] qdev: Introduce user-child interface to collect devices from -device
,
Zhao Liu
,
2023/11/30
[RFC 09/41] hw/core/topo: Support topology index for topology device
,
Zhao Liu
,
2023/11/30
[RFC 10/41] hw/core/topo: Add virtual method to update topology info for parent
,
Zhao Liu
,
2023/11/30
[RFC 16/41] PPC/ppc-core: Limit plugged-threads and nr-threads to be equal
,
Zhao Liu
,
2023/11/30
[RFC 24/41] hw/cpu/socket: Abstract cpu-socket level as topology device
,
Zhao Liu
,
2023/11/30
[RFC 26/41] hw/cpu/drawer: Abstract cpu-drawer level as topology device
,
Zhao Liu
,
2023/11/30
[RFC 15/41] hw/cpu/core: Allow to configure plugged threads for cpu-core
,
Zhao Liu
,
2023/11/30
[RFC 28/41] hw/core/slot: Maintain the core queue in CPU slot
,
Zhao Liu
,
2023/11/30
[RFC 33/41] hw/machine: Validate smp topology tree without -smp
,
Zhao Liu
,
2023/11/30
[RFC 36/41] hw/i386: Allow x86_cpu_new() to specify parent for new CPU
,
Zhao Liu
,
2023/11/30
[RFC 39/41] hw/i386: Add the interface to search parent for QOM topology
,
Zhao Liu
,
2023/11/30
[RFC 40/41] hw/i386: Support QOM topology
,
Zhao Liu
,
2023/11/30
[RFC 41/41] hw/i386: Cleanup non-QOM topology support
,
Zhao Liu
,
2023/11/30
[PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH-for-9.0 1/3] target/arm: Restrict TCG specific helpers
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH-for-9.0 2/3] target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accel
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH-for-9.0 3/3] target/arm/tcg: Including missing 'exec/exec-all.h' header
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH-for-9.0 0/3] target/arm/tcg: Few non-TCG cleanups
,
Richard Henderson
,
2023/11/30
Re: [PATCH v12 04/10] hvf: Add Apple Silicon support
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH-for-9.0] accel: Do not set CPUState::tcg_cflags in non-TCG accels
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH-for-9.0] accel: Do not set CPUState::tcg_cflags in non-TCG accels
,
Richard Henderson
,
2023/11/30
[PATCH 0/6] Make Big QEMU Lock naming consistent
,
Stefan Hajnoczi
,
2023/11/29
[PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH 3/6] qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
,
Stefan Hajnoczi
,
2023/11/30
[PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Paul Durrant
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Fabiano Rosas
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
David Woodhouse
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Peter Xu
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Stefan Hajnoczi
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Peter Xu
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
BALATON Zoltan
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Eric Farman
,
2023/11/30
[PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Stefan Hajnoczi
,
2023/11/30
[PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Markus Armbruster
,
2023/11/30
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Stefan Hajnoczi
,
2023/11/30
[PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
Paul Durrant
,
2023/11/30
Re: [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
Ilya Leoshkevich
,
2023/11/30
Re: [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
Stefan Hajnoczi
,
2023/11/30
Re: [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
David Woodhouse
,
2023/11/30
Re: [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
,
Cédric Le Goater
,
2023/11/30
Re: [RFC/PATCH v0 03/12] gunyah: Basic support
,
Alex Bennée
,
2023/11/29
Re: [RFC/PATCH v0 02/12] update-linux-headers: Include gunyah.h
,
Alex Bennée
,
2023/11/29
[PATCH v8 0/9] Unified CPU type check
,
Gavin Shan
,
2023/11/28
[PATCH v8 1/9] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/28
Re: [PATCH v8 1/9] machine: Use error handling when CPU type is checked
,
Markus Armbruster
,
2023/11/29
Re: [PATCH v8 1/9] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/30
[PATCH v8 2/9] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/28
[PATCH v8 4/9] machine: Print CPU model name instead of CPU type
,
Gavin Shan
,
2023/11/28
[PATCH v8 3/9] machine: Improve is_cpu_type_supported()
,
Gavin Shan
,
2023/11/28
[PATCH v8 5/9] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/28
[PATCH v8 6/9] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/28
[PATCH v8 7/9] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/28
[PATCH v8 8/9] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/28
[PATCH v8 9/9] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/28
[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/28
Re: [PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Sebastian Ott
,
2023/11/30
[PATCH v8 00/10] Introduce model for IBM's FSI
,
Ninad Palsule
,
2023/11/28
[PATCH v8 09/10] hw/fsi: Added FSI documentation
,
Ninad Palsule
,
2023/11/28
[PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface
,
Ninad Palsule
,
2023/11/28
[PATCH v8 02/10] hw/fsi: Introduce IBM's FSI Bus
,
Ninad Palsule
,
2023/11/28
[PATCH v8 08/10] hw/fsi: Added qtest
,
Ninad Palsule
,
2023/11/28
[PATCH v8 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
,
Ninad Palsule
,
2023/11/28
[PATCH v8 05/10] hw/fsi: Introduce IBM's FSI master
,
Ninad Palsule
,
2023/11/28
[PATCH v8 04/10] hw/fsi: IBM's On-chip Peripheral Bus
,
Ninad Palsule
,
2023/11/28
[PATCH v8 07/10] hw/arm: Hook up FSI module in AST2600
,
Ninad Palsule
,
2023/11/28
[PATCH v8 01/10] hw/fsi: Introduce IBM's Local bus
,
Ninad Palsule
,
2023/11/28
[PATCH v8 10/10] hw/fsi: Update MAINTAINER list
,
Ninad Palsule
,
2023/11/28
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()
,
Igor Mammedov
,
2023/11/28
Re: [RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 01/22] target/i386: Only realize existing APIC device
,
Igor Mammedov
,
2023/11/28
Re: [PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Peter Maydell
,
2023/11/28
Re: [PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v2 4/4] target/arm: Add support for DC CVAP & DC CVADP ins
,
Richard Henderson
,
2023/11/28
[PATCH for-8.2] target/arm: Disable SME if SVE is disabled
,
Peter Maydell
,
2023/11/27
Re: [PATCH for-8.2] target/arm: Disable SME if SVE is disabled
,
Cornelia Huck
,
2023/11/28
Re: [PATCH for-8.2] target/arm: Disable SME if SVE is disabled
,
Richard Henderson
,
2023/11/28
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Ninad Palsule
,
2023/11/29
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Cédric Le Goater
,
2023/11/29
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Cédric Le Goater
,
2023/11/29
Re: [PATCH v7 00/10] Introduce model for IBM's FSI
,
Ninad Palsule
,
2023/11/30
Re: [PATCH v7 06/10] hw/fsi: Aspeed APB2OPB interface
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 06/10] hw/fsi: Aspeed APB2OPB interface
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 05/10] hw/fsi: IBM's On-chip Peripheral Bus
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 05/10] hw/fsi: IBM's On-chip Peripheral Bus
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 04/10] hw/fsi: Introduce IBM's FSI
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 04/10] hw/fsi: Introduce IBM's FSI
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 02/10] hw/fsi: Introduce IBM's scratchpad
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 02/10] hw/fsi: Introduce IBM's scratchpad
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 01/10] hw/fsi: Introduce IBM's Local bus
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 01/10] hw/fsi: Introduce IBM's Local bus
,
Ninad Palsule
,
2023/11/28
Re: [PATCH v7 01/10] hw/fsi: Introduce IBM's Local bus
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v7 01/10] hw/fsi: Introduce IBM's Local bus
,
Ninad Palsule
,
2023/11/28
[PATCH v7 0/8] Unified CPU type check
,
Gavin Shan
,
2023/11/26
[PATCH v7 1/8] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 1/8] machine: Use error handling when CPU type is checked
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v7 1/8] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/28
[PATCH v7 2/8] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 2/8] machine: Introduce helper is_cpu_type_supported()
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v7 2/8] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/28
[PATCH v7 3/8] machine: Print CPU model name instead of CPU type
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 3/8] machine: Print CPU model name instead of CPU type
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v7 3/8] machine: Print CPU model name instead of CPU type
,
Gavin Shan
,
2023/11/28
[PATCH v7 4/8] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 4/8] hw/arm/virt: Hide host CPU model for tcg
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH v7 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Marcin Juszkiewicz
,
2023/11/27
Re: [PATCH v7 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/27
[PATCH v7 6/8] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/26
[PATCH v7 7/8] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 7/8] hw/arm: Check CPU type in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH v7 8/8] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/26
Re: [PATCH v7 0/8] Unified CPU type check
,
Marcin Juszkiewicz
,
2023/11/27
Re: [PATCH v7 0/8] Unified CPU type check
,
Gavin Shan
,
2023/11/27
[PATCH qemu 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/26
[PATCH qemu 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
,
~inesvarhol
,
2023/11/26
[PATCH qemu 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/26
[PATCH v3 5/5] xen_arm: Add virtual PCIe host bridge support
,
Volodymyr Babchuk
,
2023/11/24
[PATCH v3 4/5] xen_arm: set mc->max_cpus to GUEST_MAX_VCPUS
,
Volodymyr Babchuk
,
2023/11/24
[PATCH v1 0/3] ZynqMP / Versal: various fixes
,
Frederic Konrad
,
2023/11/24
[PATCH v1 1/3] hw/ssi/xilinx_spips: fix an out of bound access
,
Frederic Konrad
,
2023/11/24
Re: [PATCH v1 1/3] hw/ssi/xilinx_spips: fix an out of bound access
,
Francisco Iglesias
,
2023/11/24
[PATCH v1 2/3] fix some url for amd / xilinx models
,
Frederic Konrad
,
2023/11/24
Re: [PATCH v1 2/3] fix some url for amd / xilinx models
,
Francisco Iglesias
,
2023/11/24
[PATCH v1 3/3] hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
,
Frederic Konrad
,
2023/11/24
Re: [PATCH v1 3/3] hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
,
Francisco Iglesias
,
2023/11/24
Re: [PATCH v1 0/3] ZynqMP / Versal: various fixes
,
Peter Maydell
,
2023/11/27
[PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 01/16] hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' header
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 01/16] hw/intc/arm_gicv3: Include missing 'qemu/error-report.h' header
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 02/16] target/arm/kvm: Remove unused includes
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 02/16] target/arm/kvm: Remove unused includes
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 03/16] target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 03/16] target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
Re: [PATCH-for-9.0 03/16] target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH-for-9.0 04/16] target/arm/kvm: Have kvm_arm_sve_set_vls take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 04/16] target/arm/kvm: Have kvm_arm_sve_set_vls take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 05/16] target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 05/16] target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
Re: [PATCH-for-9.0 05/16] target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH-for-9.0 06/16] target/arm/kvm: Have kvm_arm_set_device_attr take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 06/16] target/arm/kvm: Have kvm_arm_set_device_attr take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 08/16] target/arm/kvm: Have kvm_arm_pmu_init take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 08/16] target/arm/kvm: Have kvm_arm_pmu_init take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
Re: [PATCH-for-9.0 08/16] target/arm/kvm: Have kvm_arm_pmu_init take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH-for-9.0 09/16] target/arm/kvm: Have kvm_arm_pmu_set_irq take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 09/16] target/arm/kvm: Have kvm_arm_pmu_set_irq take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 07/16] target/arm/kvm: Have kvm_arm_pvtime_init take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 07/16] target/arm/kvm: Have kvm_arm_pvtime_init take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 10/16] target/arm/kvm: Have kvm_arm_vcpu_init take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 10/16] target/arm/kvm: Have kvm_arm_vcpu_init take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
Re: [PATCH-for-9.0 10/16] target/arm/kvm: Have kvm_arm_vcpu_init take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 11/16] target/arm/kvm: Have kvm_arm_vcpu_finalize take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 11/16] target/arm/kvm: Have kvm_arm_vcpu_finalize take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 12/16] target/arm/kvm: Have kvm_arm_[get|put]_virtual_time take ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 12/16] target/arm/kvm: Have kvm_arm_[get|put]_virtual_time take ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 14/16] target/arm/kvm: Have kvm_arm_handle_dabt_nisv take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 14/16] target/arm/kvm: Have kvm_arm_handle_dabt_nisv take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 13/16] target/arm/kvm: Have kvm_arm_verify_ext_dabt_pending take a ARMCPU arg
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 13/16] target/arm/kvm: Have kvm_arm_verify_ext_dabt_pending take a ARMCPU arg
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 15/16] target/arm/kvm: Have kvm_arm_handle_debug take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 15/16] target/arm/kvm: Have kvm_arm_handle_debug take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
[PATCH-for-9.0 16/16] target/arm/kvm: Have kvm_arm_hw_debug_active take a ARMCPU argument
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 16/16] target/arm/kvm: Have kvm_arm_hw_debug_active take a ARMCPU argument
,
Gavin Shan
,
2023/11/26
Re: [PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
,
Richard Henderson
,
2023/11/26
[PULL 12/14] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/23
[PULL 11/14] tests/tcg: enable arm softmmu tests
,
Alex Bennée
,
2023/11/23
[PULL 10/14] testing: move arm system tests into their own folder
,
Alex Bennée
,
2023/11/23
[PULL 06/14] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/23
[PATCH-for-9.0 v2 0/8] hw: Simplify accesses to CPUState::'start-powered-off' property
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 1/8] hw/ppc/spapr_cpu_core: Access QDev properties with proper API
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 v2 1/8] hw/ppc/spapr_cpu_core: Access QDev properties with proper API
,
Harsh Prateek Bora
,
2023/11/27
[PATCH-for-9.0 v2 2/8] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 3/8] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 4/8] hw: Simplify accesses to the CPUState::'start-powered-off' property
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 5/8] hw: Prefer qdev_prop_set_bit over object_property_set_bool for QDev
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH-for-9.0 v2 5/8] hw: Prefer qdev_prop_set_bit over object_property_set_bool for QDev
,
Ani Sinha
,
2023/11/24
Re: [PATCH-for-9.0 v2 5/8] hw: Prefer qdev_prop_set_bit over object_property_set_bool for QDev
,
Harsh Prateek Bora
,
2023/11/27
[PATCH-for-9.0 v2 7/8] hw/arm/bcm2836: Move code after error checks
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 6/8] hw: Simplify uses of qdev_prop_set_bit(dev, 'start-powered-off')
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 v2 8/8] hw/arm/bcm2836: Add local variable to remove various DEVICE() casts
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH for-9.0 00/21] target/arm: kvm cleanups
,
Richard Henderson
,
2023/11/22
[PATCH 01/21] accel/kvm: Make kvm_has_guest_debug static
,
Richard Henderson
,
2023/11/22
Re: [PATCH 01/21] accel/kvm: Make kvm_has_guest_debug static
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 01/21] accel/kvm: Make kvm_has_guest_debug static
,
Gavin Shan
,
2023/11/26
[PATCH 03/21] target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_init
,
Richard Henderson
,
2023/11/22
Re: [PATCH 03/21] target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_init
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 03/21] target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_init
,
Gavin Shan
,
2023/11/26
[PATCH 06/21] target/arm/kvm: Move kvm_arm_hw_debug_active and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 06/21] target/arm/kvm: Move kvm_arm_hw_debug_active and unexport
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 06/21] target/arm/kvm: Move kvm_arm_hw_debug_active and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 05/21] target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 05/21] target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexport
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 05/21] target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 04/21] target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 04/21] target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexport
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 04/21] target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 07/21] target/arm/kvm: Move kvm_arm_handle_debug and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 07/21] target/arm/kvm: Move kvm_arm_handle_debug and unexport
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 07/21] target/arm/kvm: Move kvm_arm_handle_debug and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
,
Richard Henderson
,
2023/11/22
Re: [PATCH 02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
,
Gavin Shan
,
2023/11/26
[PATCH 12/21] target/arm/kvm: Move kvm_arm_cpreg_level and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 12/21] target/arm/kvm: Move kvm_arm_cpreg_level and unexport
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 12/21] target/arm/kvm: Move kvm_arm_cpreg_level and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 10/21] target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 10/21] target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 10/21] target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 09/21] target/arm/kvm: Inline kvm_arm_steal_time_supported
,
Richard Henderson
,
2023/11/22
Re: [PATCH 09/21] target/arm/kvm: Inline kvm_arm_steal_time_supported
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 09/21] target/arm/kvm: Inline kvm_arm_steal_time_supported
,
Gavin Shan
,
2023/11/26
[PATCH 08/21] target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_time
,
Richard Henderson
,
2023/11/22
Re: [PATCH 08/21] target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_time
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 08/21] target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_time
,
Gavin Shan
,
2023/11/26
[PATCH 11/21] target/arm/kvm: Use a switch for kvm_arm_cpreg_level
,
Richard Henderson
,
2023/11/22
Re: [PATCH 11/21] target/arm/kvm: Use a switch for kvm_arm_cpreg_level
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 11/21] target/arm/kvm: Use a switch for kvm_arm_cpreg_level
,
Gavin Shan
,
2023/11/26
[PATCH 17/21] target/arm/kvm: Unexport kvm_arm_init_cpreg_list
,
Richard Henderson
,
2023/11/22
Re: [PATCH 17/21] target/arm/kvm: Unexport kvm_arm_init_cpreg_list
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 17/21] target/arm/kvm: Unexport kvm_arm_init_cpreg_list
,
Gavin Shan
,
2023/11/26
[PATCH 14/21] target/arm/kvm: Merge kvm64.c into kvm.c
,
Richard Henderson
,
2023/11/22
Re: [PATCH 14/21] target/arm/kvm: Merge kvm64.c into kvm.c
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 14/21] target/arm/kvm: Merge kvm64.c into kvm.c
,
Gavin Shan
,
2023/11/26
[PATCH 16/21] target/arm/kvm: Unexport kvm_arm_vcpu_finalize
,
Richard Henderson
,
2023/11/22
Re: [PATCH 16/21] target/arm/kvm: Unexport kvm_arm_vcpu_finalize
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 16/21] target/arm/kvm: Unexport kvm_arm_vcpu_finalize
,
Gavin Shan
,
2023/11/26
[PATCH 13/21] target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexport
,
Richard Henderson
,
2023/11/22
Re: [PATCH 13/21] target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexport
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 13/21] target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexport
,
Gavin Shan
,
2023/11/26
[PATCH 19/21] target/arm/kvm: Unexport kvm_{get,put}_vcpu_events
,
Richard Henderson
,
2023/11/22
Re: [PATCH 19/21] target/arm/kvm: Unexport kvm_{get,put}_vcpu_events
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 19/21] target/arm/kvm: Unexport kvm_{get,put}_vcpu_events
,
Gavin Shan
,
2023/11/26
[PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
,
Richard Henderson
,
2023/11/22
Re: [PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
,
Gavin Shan
,
2023/11/26
[PATCH 15/21] target/arm/kvm: Unexport kvm_arm_vcpu_init
,
Richard Henderson
,
2023/11/22
Re: [PATCH 15/21] target/arm/kvm: Unexport kvm_arm_vcpu_init
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 15/21] target/arm/kvm: Unexport kvm_arm_vcpu_init
,
Gavin Shan
,
2023/11/26
[PATCH 21/21] target/arm/kvm: Unexport kvm_arm_vm_state_change
,
Richard Henderson
,
2023/11/22
Re: [PATCH 21/21] target/arm/kvm: Unexport kvm_arm_vm_state_change
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 21/21] target/arm/kvm: Unexport kvm_arm_vm_state_change
,
Gavin Shan
,
2023/11/26
[PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
,
Richard Henderson
,
2023/11/22
Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
,
Gavin Shan
,
2023/11/26
Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH for-9.0 00/21] target/arm: kvm cleanups
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH-for-9.0 00/11] hw/arm: Step toward building qemu-system-{arm, aarch64} altogether
,
Philippe Mathieu-Daudé
,
2023/11/22
[RFC PATCH-for-9.0 02/11] target/arm: Add target_aarch64_available() helper
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [RFC PATCH-for-9.0 02/11] target/arm: Add target_aarch64_available() helper
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 03/11] target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 03/11] target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
,
Richard Henderson
,
2023/11/28
[PATCH-for-9.0 04/11] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 04/11] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h'
,
Richard Henderson
,
2023/11/28
[RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
,
Thomas Huth
,
2023/11/23
Re: [RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
,
Thomas Huth
,
2023/11/23
Re: [RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH-for-9.0 05/11] target/arm: Move GTIMER definitions to 'cpu-defs.h'
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 05/11] target/arm: Move GTIMER definitions to 'cpu-defs.h'
,
Richard Henderson
,
2023/11/28
Re: [PATCH-for-9.0 05/11] target/arm: Move GTIMER definitions to 'cpu-defs.h'
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH-for-9.0 06/11] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 06/11] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
,
Richard Henderson
,
2023/11/28
[PATCH-for-9.0 07/11] hw/arm/bcm2836: Simplify access to 'start-powered-off' property
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 07/11] hw/arm/bcm2836: Simplify access to 'start-powered-off' property
,
Richard Henderson
,
2023/11/28
[PATCH-for-9.0 08/11] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0 08/11] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
,
Richard Henderson
,
2023/11/28
[RFC PATCH-for-9.0 09/11] hw/arm/bcm2836: Allocate ARM CPU state with object_new()
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [RFC PATCH-for-9.0 09/11] hw/arm/bcm2836: Allocate ARM CPU state with object_new()
,
Richard Henderson
,
2023/11/28
[RFC PATCH-for-9.0 11/11] hw/intc/meson: Simplify how arm_gicv3_kvm.o objects are built
,
Philippe Mathieu-Daudé
,
2023/11/22
[RFC PATCH-for-9.0 10/11] hw/arm/raspi: Build bcm2836.o and raspi.o objects once
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
,
Chao Du
,
2023/11/22
Re: [PATCH] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
,
Richard Henderson
,
2023/11/22
[PATCH qemu v2 0/1] Implement STM32L4x5 EXTI
,
~aminier
,
2023/11/22
[PATCH qemu v2 1/1] Implement STM32L4x5 EXTI
,
~aminier
,
2023/11/22
[PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Stefano Stabellini
,
2023/11/22
Re: [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Vikram Garhwal
,
2023/11/22
Re: [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Igor Mammedov
,
2023/11/24
Re: [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support
,
Volodymyr Babchuk
,
2023/11/24
[PATCH v2 5/6] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 5/6] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH v2 5/6] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
,
Igor Mammedov
,
2023/11/24
[PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH-for-8.2? 1/6] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
,
Philippe Mathieu-Daudé
,
2023/11/21
Re: [PATCH-for-8.2? 1/6] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
,
Michael Tokarev
,
2023/11/29
[PATCH-for-8.2? 2/6] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
,
Philippe Mathieu-Daudé
,
2023/11/21
Re: [PATCH-for-8.2? 2/6] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
,
Eric Auger
,
2023/11/21
Re: [PATCH-for-8.2? 2/6] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
,
Michael Tokarev
,
2023/11/29
[PATCH-for-8.2? 3/6] hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH-for-8.2? 5/6] hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" array
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH-for-8.2 6/6] hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] array
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH-for-8.2? 4/6] hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()
,
Philippe Mathieu-Daudé
,
2023/11/21
Re: [PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()
,
Peter Maydell
,
2023/11/27
[PATCH qemu 0/1] Implement the STM32L4x5 EXTI device
,
~aminier
,
2023/11/21
Re: [PATCH qemu 0/1] Implement the STM32L4x5 EXTI device
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH qemu 1/1] Implement STM32L4x5 EXTI
,
~aminier
,
2023/11/21
Re: [PATCH qemu 1/1] Implement STM32L4x5 EXTI
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH] target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 only
,
Peter Maydell
,
2023/11/21
Re: [PATCH] target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 only
,
Richard Henderson
,
2023/11/21
[PATCH-for-9.0 00/25] memory: Propagate Error* when possible
,
Philippe Mathieu-Daudé
,
2023/11/20
[PATCH-for-9.0 01/25] memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 01/25] memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
,
Manos Pitsidianakis
,
2023/11/21
Re: [PATCH-for-9.0 01/25] memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 02/25] memory: Have memory_region_init_ram_nomigrate() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 02/25] memory: Have memory_region_init_ram_nomigrate() handler return a boolean
,
Manos Pitsidianakis
,
2023/11/21
[PATCH-for-9.0 03/25] memory: Have memory_region_init_rom_nomigrate() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 03/25] memory: Have memory_region_init_rom_nomigrate() handler return a boolean
,
Manos Pitsidianakis
,
2023/11/21
[PATCH-for-9.0 04/25] memory: Simplify memory_region_init_rom_nomigrate() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 04/25] memory: Simplify memory_region_init_rom_nomigrate() calls
,
Peter Xu
,
2023/11/21
Re: [PATCH-for-9.0 04/25] memory: Simplify memory_region_init_rom_nomigrate() calls
,
Richard Henderson
,
2023/11/21
Re: [PATCH-for-9.0 04/25] memory: Simplify memory_region_init_rom_nomigrate() calls
,
Richard Henderson
,
2023/11/21
[PATCH-for-9.0 05/25] memory: Simplify memory_region_init_ram_from_fd() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 05/25] memory: Simplify memory_region_init_ram_from_fd() calls
,
Manos Pitsidianakis
,
2023/11/21
[PATCH-for-9.0 06/25] memory: Have memory_region_init_ram() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 06/25] memory: Have memory_region_init_ram() handler return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 07/25] memory: Have memory_region_init_rom() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 07/25] memory: Have memory_region_init_rom() handler return a boolean
,
Manos Pitsidianakis
,
2023/11/21
[PATCH-for-9.0 09/25] memory: Simplify memory_region_init_rom_device_nomigrate() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 09/25] memory: Simplify memory_region_init_rom_device_nomigrate() calls
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 10/25] memory: Have memory_region_init_rom_device() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 10/25] memory: Have memory_region_init_rom_device() handler return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 08/25] memory: Have memory_region_init_rom_device_nomigrate() return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 08/25] memory: Have memory_region_init_rom_device_nomigrate() return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 11/25] memory: Have memory_region_init_resizeable_ram() return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 11/25] memory: Have memory_region_init_resizeable_ram() return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 13/25] memory: Have memory_region_init_ram_from_fd() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 13/25] memory: Have memory_region_init_ram_from_fd() handler return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 12/25] memory: Have memory_region_init_ram_from_file() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 12/25] memory: Have memory_region_init_ram_from_file() handler return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 14/25] backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 14/25] backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 15/25] backends: Simplify host_memory_backend_memory_complete()
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 15/25] backends: Simplify host_memory_backend_memory_complete()
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 17/25] backends: Reduce variable scope in host_memory_backend_memory_complete
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 17/25] backends: Reduce variable scope in host_memory_backend_memory_complete
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 16/25] backends: Have HostMemoryBackendClass::alloc() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 16/25] backends: Have HostMemoryBackendClass::alloc() handler return a boolean
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 18/25] util/oslib: Have qemu_prealloc_mem() handler return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 18/25] util/oslib: Have qemu_prealloc_mem() handler return a boolean
,
Peter Xu
,
2023/11/21
[PATCH-for-9.0 19/25] misc: Simplify qemu_prealloc_mem() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 19/25] misc: Simplify qemu_prealloc_mem() calls
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 20/25] hw: Simplify memory_region_init_ram() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 20/25] hw: Simplify memory_region_init_ram() calls
,
Manos Pitsidianakis
,
2023/11/22
Re: [PATCH-for-9.0 20/25] hw: Simplify memory_region_init_ram() calls
,
Andrew Jeffery
,
2023/11/26
[PATCH-for-9.0 21/25] hw/arm: Simplify memory_region_init_rom() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 21/25] hw/arm: Simplify memory_region_init_rom() calls
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 22/25] hw/sparc: Simplify memory_region_init_ram_nomigrate() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 22/25] hw/sparc: Simplify memory_region_init_ram_nomigrate() calls
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH-for-9.0 23/25] hw/misc: Simplify memory_region_init_ram_from_fd() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 23/25] hw/misc: Simplify memory_region_init_ram_from_fd() calls
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 24/25] hw/nvram: Simplify memory_region_init_rom_device() calls
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 24/25] hw/nvram: Simplify memory_region_init_rom_device() calls
,
Manos Pitsidianakis
,
2023/11/22
[PATCH-for-9.0 25/25] hw/pci-host/raven: Propagate error in raven_realize()
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0 25/25] hw/pci-host/raven: Propagate error in raven_realize()
,
Manos Pitsidianakis
,
2023/11/22
[PATCH for-8.2] target/arm: Handle overflow in calculation of next timer tick
,
Peter Maydell
,
2023/11/20
Re: [PATCH for-8.2] target/arm: Handle overflow in calculation of next timer tick
,
Richard Henderson
,
2023/11/20
Re: [PATCH for-8.2] target/arm: Handle overflow in calculation of next timer tick
,
Peter Maydell
,
2023/11/20
[PATCH RFC v3 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/20
[PATCH RFC v3 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
,
~inesvarhol
,
2023/11/20
[PATCH RFC v3 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/20
Re: [PATCH RFC v3 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
Philippe Mathieu-Daudé
,
2023/11/20
[PATCH v2 00/14] random fixes for 8.2 pre-PR (tests, plugins, docs, semihosting)
,
Alex Bennée
,
2023/11/20
[PATCH v2 04/14] plugins: fix win plugin tests on cross compile
,
Alex Bennée
,
2023/11/20
[PATCH v2 02/14] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Alex Bennée
,
2023/11/20
[PATCH v2 05/14] target/nios2: Deprecate the Nios II architecture
,
Alex Bennée
,
2023/11/20
[PATCH v2 01/14] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/20
[PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Alex Bennée
,
2023/11/20
Re: [PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Peter Maydell
,
2023/11/20
[PATCH v2 03/14] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/20
[PATCH v2 07/14] docs/emulation: expand warning about semihosting
,
Alex Bennée
,
2023/11/20
[PATCH v2 06/14] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/20
[PATCH v2 13/14] configure: don't try a "native" cross for linux-user
,
Alex Bennée
,
2023/11/20
[PATCH v2 14/14] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/20
[PATCH v2 11/14] tests/tcg: enable arm softmmu tests
,
Alex Bennée
,
2023/11/20
Re: [PATCH v2 11/14] tests/tcg: enable arm softmmu tests
,
Peter Maydell
,
2023/11/20
[PATCH v2 09/14] hw/core: skip loading debug on all failures
,
Alex Bennée
,
2023/11/20
[PATCH v2 10/14] testing: move arm system tests into their own folder
,
Alex Bennée
,
2023/11/20
[PATCH v2 12/14] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/20
[PATCH for-8.2] target/arm: Set IL bit for pauth, SVE access, BTI trap syndromes
,
Peter Maydell
,
2023/11/20
Re: [PATCH for-8.2] target/arm: Set IL bit for pauth, SVE access, BTI trap syndromes
,
Richard Henderson
,
2023/11/20
Unable to get guest OS console from Qemu monitor console
,
Mahalakshmi B
,
2023/11/20
[PATCH RFC v2 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/20
[PATCH RFC v2 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
,
~inesvarhol
,
2023/11/20
Re: [PATCH RFC v2 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
,
Philippe Mathieu-Daudé
,
2023/11/20
[PATCH RFC v2 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/20
[PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Peter Maydell
,
2023/11/20
Re: [PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Markus Armbruster
,
2023/11/21
Re: [PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Philippe Mathieu-Daudé
,
2023/11/21
Message not available
Re: [PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Markus Armbruster
,
2023/11/21
Re: [PATCH-for-8.2?] hw/arm/fsl-imx: Do not ignore Error argument
,
Markus Armbruster
,
2023/11/21
[PATCH for-9.0] hw: Add compat machines for 9.0
,
Cornelia Huck
,
2023/11/20
Re: [PATCH for-9.0] hw: Add compat machines for 9.0
,
Thomas Huth
,
2023/11/20
Re: [PATCH for-9.0] hw: Add compat machines for 9.0
,
Harsh Prateek Bora
,
2023/11/21
Re: [PATCH for-9.0] hw: Add compat machines for 9.0
,
Gavin Shan
,
2023/11/21
Re: [PATCH for-9.0] hw: Add compat machines for 9.0
,
Eric Farman
,
2023/11/27
[PATCH v6 0/8] Unified CPU type check
,
Gavin Shan
,
2023/11/19
[PATCH v6 1/8] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/19
[PATCH v6 2/8] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/19
[PATCH v6 3/8] machine: Print CPU model name instead of CPU type
,
Gavin Shan
,
2023/11/19
[PATCH v6 4/8] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/19
[PATCH v6 5/8] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/19
[PATCH v6 6/8] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/19
[PATCH v6 7/8] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/19
[PATCH v6 8/8] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/19
Re: [PATCH v6 0/8] Unified CPU type check
,
Marcin Juszkiewicz
,
2023/11/20
Re: [PATCH v6 0/8] Unified CPU type check
,
Gavin Shan
,
2023/11/20
[PATCH v4 0/2] acpi: report numa nodes for device memory using GI
,
ankita
,
2023/11/19
[PATCH v4 1/2] qom: new object to associate device to numa node
,
ankita
,
2023/11/19
Re: [PATCH v4 1/2] qom: new object to associate device to numa node
,
Alex Williamson
,
2023/11/27
Re: [PATCH v4 1/2] qom: new object to associate device to numa node
,
Markus Armbruster
,
2023/11/30
[PATCH v4 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
ankita
,
2023/11/19
Re: [PATCH v4 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Alex Williamson
,
2023/11/27
Re: [PATCH v4 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Markus Armbruster
,
2023/11/30
[PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA
,
Richard Henderson
,
2023/11/17
Re: [PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA
,
Philippe Mathieu-Daudé
,
2023/11/18
Re: [PATCH for-8.2] target/arm: Fix SME FMOPA (16-bit), BFMOPA
,
Peter Maydell
,
2023/11/20
RE: [PATCH v5 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest
,
address@hidden
,
2023/11/17
RE: [PATCH v5 10/11] hw/net: GMAC Tx Implementation
,
address@hidden
,
2023/11/17
RE: [PATCH v5 09/11] hw/net: GMAC Rx Implementation
,
address@hidden
,
2023/11/17
RE: [PATCH v5 08/11] hw/net: General GMAC Implementation
,
address@hidden
,
2023/11/17
[PATCH-for-8.2? v2 0/4] hw/arm/stm32xxx: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/17
[PATCH-for-8.2? v2 1/4] hw/core/machine: Constify MachineClass::valid_cpu_types[]
,
Philippe Mathieu-Daudé
,
2023/11/17
[PATCH-for-8.2? v2 2/4] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH-for-8.2? v2 2/4] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Gavin Shan
,
2023/11/20
Re: [PATCH-for-8.2? v2 2/4] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Igor Mammedov
,
2023/11/24
Re: [PATCH-for-8.2? v2 2/4] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH-for-8.2? v2 4/4] hw/arm/stm32f100: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH-for-8.2? v2 4/4] hw/arm/stm32f100: Report error when incorrect CPU is used
,
Gavin Shan
,
2023/11/20
[PATCH-for-8.2? v2 3/4] hw/arm/stm32f205: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH-for-8.2? v2 3/4] hw/arm/stm32f205: Report error when incorrect CPU is used
,
Gavin Shan
,
2023/11/20
Re: [PATCH-for-8.2? v2 0/4] hw/arm/stm32xxx: Report error when incorrect CPU is used
,
Peter Maydell
,
2023/11/20
[PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/17
Re: [PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Eric Auger
,
2023/11/24
Re: [PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/27
Re: [PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Eric Auger
,
2023/11/24
Re: [PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/27
RE: [PATCH v5 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
,
address@hidden
,
2023/11/17
[PATCH v2] hw/arm/virt: Allow additions to the generated device tree
,
Simon Glass
,
2023/11/16
RE: [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module
,
address@hidden
,
2023/11/16
[PATCH v2] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Ben Dooks
,
2023/11/16
Re: [PATCH v2] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Peter Maydell
,
2023/11/20
[PATCH-for-8.2? 0/6] hw/arm/stm32xxx: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH-for-8.2? 2/6] hw/arm/stm32f205: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH-for-8.2? 3/6] hw/arm/stm32f100: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2? 3/6] hw/arm/stm32f100: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH-for-8.2? 1/6] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2? 1/6] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH-for-9.0 4/6] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH-for-9.0 5/6] hw/arm/npcm7xx_boards: Simplify setting MachineClass::valid_cpu_types[]
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH-for-9.0 6/6] hw/arm/musca: Simplify setting MachineClass::valid_cpu_types[]
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH RFC 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH 00/10] random fixes for 8.2 (tests, plugins, docs, semihosting)
,
Alex Bennée
,
2023/11/15
[PATCH 02/10] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Alex Bennée
,
2023/11/15
[PATCH 05/10] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/15
[PATCH 03/10] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/15
[PATCH 04/10] plugins: fix win plugin tests on cross compile
,
Alex Bennée
,
2023/11/15
[PATCH 06/10] docs/emulation: expand warning about semihosting
,
Alex Bennée
,
2023/11/15
[PATCH 08/10] testing: move arm system tests into their own folder
,
Alex Bennée
,
2023/11/15
Re: [PATCH 08/10] testing: move arm system tests into their own folder
,
Richard Henderson
,
2023/11/15
Re: [PATCH 08/10] testing: move arm system tests into their own folder
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH 07/10] hw/core: skip loading debug on all failures
,
Alex Bennée
,
2023/11/15
Re: [PATCH 07/10] hw/core: skip loading debug on all failures
,
Richard Henderson
,
2023/11/15
Re: [PATCH 07/10] hw/core: skip loading debug on all failures
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH 01/10] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/15
[PATCH 10/10] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/15
[PATCH 09/10] tests/tcg: enable arm softmmu tests
,
Alex Bennée
,
2023/11/15
Re: [PATCH 09/10] tests/tcg: enable arm softmmu tests
,
Richard Henderson
,
2023/11/15
[PATCH 0/2] hw/pci-host: Fix Designware no address match behavior
,
Max Hsu
,
2023/11/15
[PATCH 1/2] hw/pci-host: Designware: Fix inbound iATU no address match behavior
,
Max Hsu
,
2023/11/15
[PATCH 2/2] hw/pci-host: Designware: Add outbound iATU no address match behavior
,
Max Hsu
,
2023/11/15
[PATCH 00/16] hw/uefi: add uefi variable service
,
Gerd Hoffmann
,
2023/11/15
[PATCH 07/16] hw/uefi: add var-service-auth.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 11/16] hw/uefi: add to Kconfig
,
Gerd Hoffmann
,
2023/11/15
[PATCH 12/16] hw/uefi: add to meson
,
Gerd Hoffmann
,
2023/11/15
[PATCH 05/16] hw/uefi: add var-service-core.c
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 05/16] hw/uefi: add var-service-core.c
,
Laszlo Ersek
,
2023/11/22
Re: [PATCH 05/16] hw/uefi: add var-service-core.c
,
Gerd Hoffmann
,
2023/11/22
[PATCH 04/16] hw/uefi: add var-service-guid.c
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 04/16] hw/uefi: add var-service-guid.c
,
Laszlo Ersek
,
2023/11/21
[PATCH 01/16] hw/uefi: add include/hw/uefi/var-service-api.h
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 01/16] hw/uefi: add include/hw/uefi/var-service-api.h
,
Laszlo Ersek
,
2023/11/16
[PATCH 15/16] hw/arm: add uefi variable support to virt machine type
,
Gerd Hoffmann
,
2023/11/15
[PATCH 14/16] hw/uefi: add uefi-vars-isa device
,
Gerd Hoffmann
,
2023/11/15
[PATCH 08/16] hw/uefi: add var-service-policy.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 13/16] hw/uefi: add uefi-vars-sysbus device
,
Gerd Hoffmann
,
2023/11/15
[PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
,
Laszlo Ersek
,
2023/11/17
Re: [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
,
Gerd Hoffmann
,
2023/11/22
[PATCH 06/16] hw/uefi: add var-service-vars.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h
,
Laszlo Ersek
,
2023/11/16
[PATCH 10/16] hw/uefi: add trace-events
,
Gerd Hoffmann
,
2023/11/15
[PATCH 09/16] hw/uefi: add support for storing persistent variables on disk
,
Gerd Hoffmann
,
2023/11/15
[PATCH 16/16] docs: add uefi variable service documentation and TODO list.
,
Gerd Hoffmann
,
2023/11/15
Re: [PATCH 16/16] docs: add uefi variable service documentation and TODO list.
,
Eric Blake
,
2023/11/15
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Alexander Graf
,
2023/11/20
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Gerd Hoffmann
,
2023/11/20
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Laszlo Ersek
,
2023/11/21
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Daniel P . Berrangé
,
2023/11/21
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Gerd Hoffmann
,
2023/11/22
Re: [PATCH 00/16] hw/uefi: add uefi variable service
,
Gerd Hoffmann
,
2023/11/22
Re: [PATCH-for-9.0 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH v5 00/31] Unified CPU type check
,
Gavin Shan
,
2023/11/14
[PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
,
Gavin Shan
,
2023/11/14
[PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
,
BALATON Zoltan
,
2023/11/15
Re: [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
,
Gavin Shan
,
2023/11/15
Re: [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
,
BALATON Zoltan
,
2023/11/15
Re: [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 03/31] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 03/31] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 03/31] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/16
[PATCH v5 04/31] target: Remove 'oc == NULL' check
,
Gavin Shan
,
2023/11/14
[PATCH v5 05/31] cpu: Add helper cpu_model_from_type()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 05/31] cpu: Add helper cpu_model_from_type()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 06/31] cpu: Add generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Gavin Shan
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Gavin Shan
,
2023/11/16
Re: [PATCH v5 06/31] cpu: Add generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 07/31] target/alpha: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 07/31] target/alpha: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 08/31] target/arm: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 08/31] target/arm: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 09/31] target/avr: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 09/31] target/avr: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 10/31] target/cris: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 10/31] target/cris: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 11/31] target/hexagon: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 11/31] target/hexagon: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 13/31] target/loongarch: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 13/31] target/loongarch: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 12/31] target/hppa: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 12/31] target/hppa: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 14/31] target/m68k: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 14/31] target/m68k: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 15/31] target/mips: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 15/31] target/mips: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 16/31] target/openrisc: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 16/31] target/openrisc: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 17/31] target/riscv: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 17/31] target/riscv: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 18/31] target/rx: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 18/31] target/rx: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 19/31] target/sh4: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 19/31] target/sh4: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 21/31] target/xtensa: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
[PATCH v5 20/31] target/tricore: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 20/31] target/tricore: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 22/31] target: Use generic cpu_model_from_type()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 22/31] target: Use generic cpu_model_from_type()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 23/31] machine: Constify MachineClass::valid_cpu_types[i]
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 23/31] machine: Constify MachineClass::valid_cpu_types[i]
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 24/31] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/14
[PATCH v5 25/31] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 25/31] machine: Introduce helper is_cpu_type_supported()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 27/31] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/14
[PATCH v5 26/31] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
2023/11/14
[PATCH v5 28/31] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/14
[PATCH v5 29/31] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/14
[PATCH v5 30/31] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 30/31] hw/arm: Check CPU type in machine_run_board_init()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v5 31/31] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 00/31] Unified CPU type check
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 00/31] Unified CPU type check
,
Gavin Shan
,
2023/11/16
Re: [PATCH v5 00/31] Unified CPU type check
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 00/31] Unified CPU type check
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH v5 00/31] Unified CPU type check
,
Gavin Shan
,
2023/11/16
Re: [PATCH v5 00/31] Unified CPU type check
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH v5 00/31] Unified CPU type check
,
Gavin Shan
,
2023/11/18
[PATCH] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Ben Dooks
,
2023/11/14
Re: [PATCH] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Peter Maydell
,
2023/11/14
Re: [PATCH] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Ben Dooks
,
2023/11/14
Re: [PATCH] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Peter Maydell
,
2023/11/16
[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 5/9] hw/xen/hvm: Expose xen_read_physmap() prototype
,
Philippe Mathieu-Daudé
,
2023/11/14
[RFC PATCH-for-9.0 6/9] hw/xen/hvm: Initialize xen_physmap QLIST in xen_read_physmap()
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 7/9] hw/xen/hvm: Extract common code to xen-hvm-common.c
,
Philippe Mathieu-Daudé
,
2023/11/14
[RFC PATCH-for-9.0 8/9] hw/xen/hvm: Merge xen-hvm-common.c files
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 9/9] hw/xen/hvm: Inline xen_arch_set_memory()
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
,
David Hildenbrand
,
2023/11/14
[PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
,
Philippe Mathieu-Daudé
,
2023/11/14
[RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
,
Philippe Mathieu-Daudé
,
2023/11/14
[RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
,
Marcin Juszkiewicz
,
2023/11/14
Re: [PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
,
Richard Henderson
,
2023/11/14
Re: [PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
,
Peter Maydell
,
2023/11/20
[PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
,
Eric Auger
,
2023/11/16
RE: [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
,
address@hidden
,
2023/11/14
RE: [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
,
address@hidden
,
2023/11/16
Re: [PATCH v2 0/2] net: Update MemReentrancyGuard for NIC
,
Jason Wang
,
2023/11/14
RE: [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
,
address@hidden
,
2023/11/14
RE: [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
,
address@hidden
,
2023/11/16
[PATCH v5 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 09/14] tpm_tis_sysbus: move DSDT AML generation to device
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 07/14] hw/arm/virt: connect TPM to platform bus
,
Joelle van Dyne
,
2023/11/13
RE: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
address@hidden
,
2023/11/13
Re: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
Peter Maydell
,
2023/11/14
RE: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
address@hidden
,
2023/11/14
Re: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
Peter Maydell
,
2023/11/16
RE: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
address@hidden
,
2023/11/16
RE: [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
,
address@hidden
,
2023/11/16
[PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Salil Mehta
,
2023/11/13
[PATCH V7 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Igor Mammedov
,
2023/11/24
[PATCH V7 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
,
Igor Mammedov
,
2023/11/24
[PATCH V7 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Igor Mammedov
,
2023/11/24
[PATCH V7 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
,
Igor Mammedov
,
2023/11/24
[PATCH V7 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Igor Mammedov
,
2023/11/24
[PATCH V7 6/8] physmem: Add helper function to destroy CPU AddressSpace
,
Salil Mehta
,
2023/11/13
[PATCH V7 7/8] gdbstub: Add helper function to unregister GDB register space
,
Salil Mehta
,
2023/11/13
[PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Salil Mehta
,
2023/11/13
Re: [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Gavin Shan
,
2023/11/14
Re: [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Shaoqin Huang
,
2023/11/21
Re: [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
,
Igor Mammedov
,
2023/11/24
Re: [PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Igor Mammedov
,
2023/11/24
Re: [PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
,
Igor Mammedov
,
2023/11/24
RE: [PATCH V6 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
,
Salil Mehta
,
2023/11/13
RE: [PATCH V6 4/9] hw/acpi: Init GED framework with CPU hotplug events
,
Salil Mehta
,
2023/11/13
Re: [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
,
Denis V. Lunev
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Woodhouse, David
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
David Woodhouse
,
2023/11/14
[PATCH-for-9.0 00/10] hw/xen: Have most of Xen files become target-agnostic
,
Philippe Mathieu-Daudé
,
2023/11/13
[PATCH-for-9.0 01/10] sysemu/xen: Forbid using Xen headers in user emulation
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 01/10] sysemu/xen: Forbid using Xen headers in user emulation
,
Richard Henderson
,
2023/11/13
Re: [PATCH-for-9.0 01/10] sysemu/xen: Forbid using Xen headers in user emulation
,
David Woodhouse
,
2023/11/13
[PATCH-for-9.0 02/10] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 02/10] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 02/10] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
,
Richard Henderson
,
2023/11/13
[PATCH-for-9.0 03/10] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 03/10] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 03/10] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
,
Richard Henderson
,
2023/11/13
[PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Richard Henderson
,
2023/11/13
Re: [PATCH-for-9.0 04/10] hw/xen: Factor xen_arch_align_ioreq_data() out of handle_ioreq()
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 05/10] hw/xen: Use target-agnostic qemu_target_page_bits()
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 05/10] hw/xen: Use target-agnostic qemu_target_page_bits()
,
Richard Henderson
,
2023/11/13
Re: [PATCH-for-9.0 05/10] hw/xen: Use target-agnostic qemu_target_page_bits()
,
David Woodhouse
,
2023/11/13
[PATCH-for-9.0 06/10] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 06/10] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
,
Richard Henderson
,
2023/11/13
Re: [PATCH-for-9.0 06/10] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
,
David Woodhouse
,
2023/11/13
[PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
David Woodhouse
,
2023/11/14
Re: [PATCH-for-9.0 07/10] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 08/10] system/physmem: Only include 'hw/xen/xen.h' when Xen is available
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 08/10] system/physmem: Only include 'hw/xen/xen.h' when Xen is available
,
David Woodhouse
,
2023/11/13
Re: [PATCH-for-9.0 08/10] system/physmem: Only include 'hw/xen/xen.h' when Xen is available
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH-for-9.0 09/10] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 09/10] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
,
David Woodhouse
,
2023/11/13
[PATCH-for-9.0 10/10] hw/xen: Have most of Xen files become target-agnostic
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-9.0 10/10] hw/xen: Have most of Xen files become target-agnostic
,
David Woodhouse
,
2023/11/13
RE: [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
,
address@hidden
,
2023/11/13
RE: [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
,
address@hidden
,
2023/11/16
RE: [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
,
address@hidden
,
2023/11/13
RE: [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
,
address@hidden
,
2023/11/16
[PATCH 0/2] Replace anti-social QOM type names (again)
,
Markus Armbruster
,
2023/11/13
[PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Markus Armbruster
,
2023/11/13
Re: [PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Francisco Iglesias
,
2023/11/13
Re: [PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Thomas Huth
,
2023/11/13
Re: [PATCH 1/2] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Markus Armbruster
,
2023/11/13
[PATCH 2/2] hw: Replace anti-social QOM type names (again)
,
Markus Armbruster
,
2023/11/13
Re: [PATCH 2/2] hw: Replace anti-social QOM type names (again)
,
Francisco Iglesias
,
2023/11/13
Re: [PATCH 2/2] hw: Replace anti-social QOM type names (again)
,
Thomas Huth
,
2023/11/13
Re: [PATCH 0/2] Replace anti-social QOM type names (again)
,
Daniel P . Berrangé
,
2023/11/13
Re: [PATCH 0/2] Replace anti-social QOM type names (again)
,
Markus Armbruster
,
2023/11/14
Re: [PATCH 0/2] Replace anti-social QOM type names (again)
,
Thomas Huth
,
2023/11/14
Re: [PATCH 0/2] Replace anti-social QOM type names (again)
,
Markus Armbruster
,
2023/11/14
Re: [PATCH v3 19/36] plugins: update lockstep to use g_memdup2
,
Philippe Mathieu-Daudé
,
2023/11/13
[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/13
Re: [PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Sebastian Ott
,
2023/11/15
Re: [PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
,
Shaoqin Huang
,
2023/11/16
[PATCH v3] target/arm/tcg: enable pmu feature for cortex a9
,
Nikita Ostrenkov
,
2023/11/12
Re: [PATCH v3] target/arm/tcg: enable pmu feature for cortex a9
,
Peter Maydell
,
2023/11/13
[PATCH v2] target/arm/tcg: enable pmu feature for cortex a9
,
Nikita Ostrenkov
,
2023/11/12
[PATCH] target/arm/tcg: enable pmu feature for cortex a9
,
Nikita Ostrenkov
,
2023/11/12
[PATCH] fsl-imx: Add simple RTC emulation for i.MX6 and i.MX7 boards
,
Nikita Ostrenkov
,
2023/11/12
[PATCH v1 7/7] xen_arm: Add basic virtio-pci support
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 7/7] xen_arm: Add basic virtio-pci support
,
David Woodhouse
,
2023/11/12
Re: [PATCH v1 7/7] xen_arm: Add basic virtio-pci support
,
Volodymyr Babchuk
,
2023/11/13
[PATCH v1 6/7] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
,
Volodymyr Babchuk
,
2023/11/10
[PATCH] target/arm: Correct MTE tag checking for reverse-copy MOPS
,
Peter Maydell
,
2023/11/10
Re: [PATCH] target/arm: Correct MTE tag checking for reverse-copy MOPS
,
Philippe Mathieu-Daudé
,
2023/11/10
Re: [PATCH] target/arm: Correct MTE tag checking for reverse-copy MOPS
,
Richard Henderson
,
2023/11/12
[PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Peter Maydell
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Peter Maydell
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Daniel P . Berrangé
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Daniel P . Berrangé
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
BALATON Zoltan
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Daniel P . Berrangé
,
2023/11/10
Re: [PATCH 2/2] Add warn_unused_result attr to AUD_register_card
,
Philippe Mathieu-Daudé
,
2023/11/10
[PATCH] hw/arm/virt: fix GIC maintenance IRQ registration
,
Jean-Philippe Brucker
,
2023/11/10
Re: [PATCH] hw/arm/virt: fix GIC maintenance IRQ registration
,
Peter Maydell
,
2023/11/10
Re: [PATCH] hw/arm/virt: fix GIC maintenance IRQ registration
,
Jean-Philippe Brucker
,
2023/11/10
Re: [PATCH] hw/arm/virt: fix GIC maintenance IRQ registration
,
Peter Maydell
,
2023/11/13
[PATCH for-8.2] test-resv-mem: Fix CID 1523911
,
Eric Auger
,
2023/11/10
Re: [PATCH for-8.2] test-resv-mem: Fix CID 1523911
,
Thomas Huth
,
2023/11/13
Re: [PATCH for-8.2] test-resv-mem: Fix CID 1523911
,
Cédric Le Goater
,
2023/11/13
Re: [PATCH for-8.2] test-resv-mem: Fix CID 1523911
,
Thomas Huth
,
2023/11/13
[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 01/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 01/10] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
,
Richard Henderson
,
2023/11/09
[PATCH-for-8.2 v4 02/10] util/fifo8: Introduce fifo8_peek_buf()
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 02/10] util/fifo8: Introduce fifo8_peek_buf()
,
Richard Henderson
,
2023/11/09
[PATCH-for-8.2 v4 03/10] hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 04/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 04/10] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
,
Richard Henderson
,
2023/11/09
[PATCH-for-8.2 v4 05/10] hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 06/10] hw/char/pl011: Warn when using disabled transmitter
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 07/10] hw/char/pl011: Check if receiver is enabled
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 08/10] hw/char/pl011: Rename RX FIFO methods
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State
,
Richard Henderson
,
2023/11/09
Re: [PATCH-for-8.2 v4 09/10] hw/char/pl011: Add transmit FIFO to PL011State
,
Juan Quintela
,
2023/11/16
[PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
,
Richard Henderson
,
2023/11/09
Re: [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
,
Marc-André Lureau
,
2023/11/22
Re: [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
,
Daniel P . Berrangé
,
2023/11/22
Re: [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Peter Maydell
,
2023/11/09
Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Peter Maydell
,
2023/11/13
Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
,
Alex Bennée
,
2023/11/24
[PATCH] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
,
Eric Auger
,
2023/11/09
Re: [PATCH] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
,
Peter Maydell
,
2023/11/09
[PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
,
Peter Maydell
,
2023/11/09
Re: [PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
,
Edgar E. Iglesias
,
2023/11/09
Re: [PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
,
Richard Henderson
,
2023/11/09
[PATCH v2] target/arm: Add overflow check for gt_recalc_timer
,
Leonid Komarianskyi
,
2023/11/09
Re: [PATCH v2] target/arm: Add overflow check for gt_recalc_timer
,
Leonid Komarianskyi
,
2023/11/09
Re: [PATCH v2] target/arm: Add overflow check for gt_recalc_timer
,
Peter Maydell
,
2023/11/20
[PATCH v5 18/20] hw/arm: Activate IOMMUFD for virt machines
,
Zhenzhong Duan
,
2023/11/09
[PATCH v2 11/35 2/2] tcg/arm: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v2 11/35 2/2] tcg/arm: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v2 11/35 1/2] tcg/arm: Factor tcg_out_cmp() out
,
Philippe Mathieu-Daudé
,
2023/11/08
RE: [PATCH V6 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2023/11/08
Re: [PATCH 1/1] hw/sd: Declare CPU QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v3 0/2] vfio/nvgpu: Add vfio pci variant module for grace hopper
,
ankita
,
2023/11/07
[PATCH v3 1/2] qom: new object to associate device to numa node
,
ankita
,
2023/11/07
Re: [PATCH v3 1/2] qom: new object to associate device to numa node
,
Markus Armbruster
,
2023/11/15
[PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
ankita
,
2023/11/07
Re: [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Alex Williamson
,
2023/11/07
Re: [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Ankit Agrawal
,
2023/11/13
Re: [PATCH v3 2/2] hw/acpi: Implement the SRAT GI affinity structure
,
Michael S. Tsirkin
,
2023/11/13
[PULL 05/23] target/arm: hide aliased MIDR from gdbstub
,
Alex Bennée
,
2023/11/07
[PULL 03/23] target/arm: mark the 32bit alias of PAR when LPAE enabled
,
Alex Bennée
,
2023/11/07
[PULL 04/23] target/arm: hide all versions of DBGD[RS]AR from gdbstub
,
Alex Bennée
,
2023/11/07
[PULL 00/75] Misc HW/UI patches for 2023-11-07
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 37/75] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 36/75] target/ppc: Define powerpc_pm_insn_t in 'internal.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 38/75] target/ppc: Move PowerPCCPUClass definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 40/75] target/ppc: Move powerpc_mmu_t definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 39/75] target/ppc: Move powerpc_excp_t definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 41/75] target/ppc: Move powerpc_input_t definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 45/75] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 43/75] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 42/75] hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 44/75] target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 51/75] hw/cpu: Clean up global variable shadowing
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 47/75] target: Move ArchCPUClass definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 72/75] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 68/75] hw/sd: Declare QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 73/75] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 75/75] dump: Add close fd on error return to avoid resource leak
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PULL 00/75] Misc HW/UI patches for 2023-11-07
,
Stefan Hajnoczi
,
2023/11/08
Re: [PATCH 2/4] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
,
Peter Maydell
,
2023/11/07
Re: [PATCH 3/4] MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express section
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH 4/4] MAINTAINERS: Extend the Stellaris section
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH 1/4] MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH] target/arm: mark the 32bit alias of PAR when LPAE enabled
,
Alex Bennée
,
2023/11/07
Re: [PATCH] target/arm: mark the 32bit alias of PAR when LPAE enabled
,
Peter Maydell
,
2023/11/07
Re: [PATCH] target/arm: mark the 32bit alias of PAR when LPAE enabled
,
Richard Henderson
,
2023/11/07
Re: [PATCH 0/4] MAINTAINERS: Update arm machines with missing files
,
Thomas Huth
,
2023/11/07
[PULL v3 21/25] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
,
marcandre . lureau
,
2023/11/07
[PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
,
marcandre . lureau
,
2023/11/07
Re: [PATCH] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH v8 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/07
Re: [PATCH v8 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH v5 0/2] Qemu crashes on VM migration after an handled memory error
,
“William Roche
,
2023/11/07
[PATCH v5 2/2] migration: prevent migration when a poisoned page is unknown from the VM
,
“William Roche
,
2023/11/07
[PATCH v5 1/2] migration: skip poisoned memory pages on "ram saving" phase
,
“William Roche
,
2023/11/07
Re: [PATCH v5 0/2] Qemu crashes on VM migration after an handled memory error
,
Peter Xu
,
2023/11/08
[PATCH for-8.3 v2 00/46] Rework matching of network devices to -nic options
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 01/46] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 24/46] hw/arm/fsl: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 16/46] hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 15/46] hw/ppc/prep: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 21/46] hw/arm/allwinner: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 06/46] hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 30/46] hw/arm: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 10/46] hw/hppa: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 25/46] hw/net/smc91c111: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 41/46] hw/sparc/sun4m: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 26/46] hw/net/lan9118: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 13/46] hw/mips/malta: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 35/46] hw/mips/mipssim: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 37/46] hw/net/lasi_i82596: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 46/46] net: make nb_nics and nd_table[] static in net/net.c
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 03/46] net: add qemu_create_nic_bus_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 31/46] hw/net/etraxfs-eth: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 18/46] hw/sh4/r2d: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 34/46] hw/microblaze: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 32/46] hw/m68k/mcf5208: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 02/46] net: report list of available models according to platform
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 36/46] hw/mips/jazz: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 11/46] hw/loongarch: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 12/46] hw/mips/fuloong2e: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 42/46] hw/xtensa/xtfpga: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 20/46] hw/xtensa/virt: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 07/46] hw/alpha/dp264: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 14/46] hw/mips/loongson3_virt: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 29/46] hw/arm/stellaris: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 45/46] net: remove qemu_show_nic_models(), qemu_find_nic_model()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 43/46] net: remove qemu_check_nic_model()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 44/46] hw/pci: remove pci_nic_init_nofail()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 17/46] hw/ppc: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 39/46] hw/riscv: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 33/46] hw/m68k/q800: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 27/46] hw/arm/highbank: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 28/46] hw/arm/npcm7xx: use qemu_configure_nic_device, allow emc0/emc1 as aliases
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 04/46] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
,
David Woodhouse
,
2023/11/06
Re: [PATCH for-8.3 v2 04/46] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
,
Philippe Mathieu-Daudé
,
2023/11/10
Re: [PATCH for-8.3 v2 04/46] hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()
,
David Woodhouse
,
2023/11/10
[PATCH for-8.3 v2 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
Re: [PATCH for-8.3 v2 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
,
Philippe Mathieu-Daudé
,
2023/11/10
Re: [PATCH for-8.3 v2 05/46] hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()
,
David Woodhouse
,
2023/11/10
[PATCH for-8.3 v2 09/46] hw/arm/virt: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 19/46] hw/sparc64/sun4u: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 23/46] hw/arm/exynos4: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 38/46] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 22/46] hw/arm/aspeed: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 40/46] hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 08/46] hw/arm/sbsa-ref: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
,
Alex Bennée
,
2023/11/06
[PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml
,
Alex Bennée
,
2023/11/06
Re: [PATCH 02/22] gdb-xml: fix duplicate register in arm-neon.xml
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 01/22] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/06
[PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR from gdbstub
,
Alex Bennée
,
2023/11/06
[PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
,
Alex Bennée
,
2023/11/06
Re: [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
,
Richard Henderson
,
2023/11/06
Re: [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
,
Alex Bennée
,
2023/11/07
[PATCH 05/22] target/arm: hide aliased MIDR from gdbstub
,
Alex Bennée
,
2023/11/06
Re: [PATCH 05/22] target/arm: hide aliased MIDR from gdbstub
,
Peter Maydell
,
2023/11/07
[PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
,
Alex Bennée
,
2023/11/06
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
,
Alex Bennée
,
2023/11/07
Re: [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 10/22] gdbstub: Introduce GDBFeatureBuilder
,
Alex Bennée
,
2023/11/06
[PATCH 07/22] tests/avocado: update the tcg_plugins test
,
Alex Bennée
,
2023/11/06
[PATCH 06/22] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/06
[PATCH 09/22] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/06
[PATCH 14/22] plugins: make test/example plugins work on windows
,
Alex Bennée
,
2023/11/06
Re: [PATCH 14/22] plugins: make test/example plugins work on windows
,
Paolo Bonzini
,
2023/11/07
Re: [PATCH 14/22] plugins: make test/example plugins work on windows
,
Greg Manning
,
2023/11/07
Re: [PATCH 14/22] plugins: make test/example plugins work on windows
,
Greg Manning
,
2023/11/07
Re: [PATCH 14/22] plugins: make test/example plugins work on windows
,
Paolo Bonzini
,
2023/11/08
[PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL
,
Alex Bennée
,
2023/11/06
Re: [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL
,
Paolo Bonzini
,
2023/11/07
Re: [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 11/22] cpu: Call plugin hooks only when ready
,
Alex Bennée
,
2023/11/06
[PATCH 13/22] plugins: add dllexport and dllimport to api funcs
,
Alex Bennée
,
2023/11/06
Re: [PATCH 13/22] plugins: add dllexport and dllimport to api funcs
,
Paolo Bonzini
,
2023/11/07
Re: [PATCH 13/22] plugins: add dllexport and dllimport to api funcs
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 21/22] mailmap: fixup some more corrupted author fields
,
Alex Bennée
,
2023/11/06
[PATCH 20/22] contrib/gitdm: add Daynix to domain-map
,
Alex Bennée
,
2023/11/06
[PATCH 19/22] contrib/gitdm: map HiSilicon to Huawei
,
Alex Bennée
,
2023/11/06
[PATCH 18/22] contrib/gitdm: add domain-map for Cestc
,
Alex Bennée
,
2023/11/06
[PATCH 16/22] plugins: allow plugins to be enabled on windows
,
Alex Bennée
,
2023/11/06
Re: [PATCH 16/22] plugins: allow plugins to be enabled on windows
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 15/22] plugins: disable lockstep plugin on windows
,
Alex Bennée
,
2023/11/06
Re: [PATCH 15/22] plugins: disable lockstep plugin on windows
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 22/22] Revert "tests/tcg/nios2: Re-enable linux-user tests"
,
Alex Bennée
,
2023/11/06
[PATCH 17/22] contrib/gitdm: Add Rivos Inc to the domain map
,
Alex Bennée
,
2023/11/06
Re: [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
RE: [PATCH V6 3/9] hw/acpi: Add ACPI CPU hotplug init stub
,
Salil Mehta
,
2023/11/06
RE: [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2023/11/06
Adding support of ARM board B-L475E-IOT01A using STM32L475 SoC
,
Inès Varhol
,
2023/11/06
Re: Adding support of ARM board B-L475E-IOT01A using STM32L475 SoC
,
Peter Maydell
,
2023/11/06
[PATCH] target/arm: Fix A64 LDRA immediate decode
,
Peter Maydell
,
2023/11/06
Re: [PATCH] target/arm: Fix A64 LDRA immediate decode
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 00/60] Misc HW/UI patches for 2023-11-06
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 01/60] vl: Free machine list
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 02/60] vl: constify default_list
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 03/60] tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 05/60] accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 04/60] tests/unit/test-seccomp: Remove mentions of softmmu in test names
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 06/60] accel: Introduce cpu_exec_reset_hold()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 07/60] accel/tcg: Factor tcg_cpu_reset_hold() out
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 08/60] target: Unify QOM style
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 09/60] target: Mention 'cpu-qom.h' is target agnostic
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 10/60] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 11/60] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 12/60] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 13/60] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 14/60] target/hexagon: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 15/60] target/loongarch: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 16/60] target/nios2: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 17/60] target/openrisc: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 18/60] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 19/60] target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 20/60] target/riscv: Use env_archcpu() in [check_]nanbox()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 23/60] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 24/60] target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 26/60] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 21/60] target/s390x: Use env_archcpu() in handle_diag_308()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 27/60] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 22/60] target/xtensa: Use env_archcpu() in update_c[compare|count]()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 29/60] target/i386/monitor: synchronize cpu state for lapic info
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 25/60] target/i386/hvf: Use CPUState typedef
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 28/60] target/i386/kvm: Correct comment in kvm_cpu_realize()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 30/60] target/mips: Fix MSA BZ/BNZ opcodes displacement
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 31/60] target/mips: Fix TX79 LQ/SQ opcodes
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 32/60] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 33/60] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 34/60] target/ppc: Restrict KVM objects to system emulation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 36/60] target/nios2: Create IRQs *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 37/60] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 38/60] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 39/60] exec/cpu: Have cpu_exec_realize() return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 40/60] hw/cpu: Clean up global variable shadowing
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 41/60] hw/loader: Clean up global variable shadowing in rom_add_file()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 42/60] hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 43/60] hw/i386: Fix comment style in topology.h
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 44/60] tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 45/60] system/cpus: Fix CPUState.nr_cores' calculation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 46/60] hw/cpu: Update the comments of nr_cores and nr_dies
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 47/60] hw/ide: reset: cancel async DMA operation before resetting state
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 49/60] hw/i2c: pmbus add support for block receive
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 48/60] tests/qtest: ahci-test: add test exposing reset issue with pending callback
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 50/60] hw/i2c: pmbus: add vout mode bitfields
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 51/60] hw/i2c: pmbus: add fan support
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 52/60] hw/i2c: pmbus: add VCAP register
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 53/60] hw/sensor: add ADM1266 device model
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 58/60] MAINTAINERS: Add the CAN documentation file to the CAN section
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 57/60] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 55/60] hw/i2c: pmbus: immediately clear faults on request
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 59/60] MAINTAINERS: update libvirt devel mailing list address
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 54/60] tests/qtest: add tests for ADM1266
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 56/60] hw/i2c: pmbus: reset page register for out of range reads
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 60/60] ui/sdl2: use correct key names in win title on mac
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PULL 00/60] Misc HW/UI patches for 2023-11-06
,
Stefan Hajnoczi
,
2023/11/06
Re: [PULL 00/60] Misc HW/UI patches for 2023-11-06
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL v2 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/06
Re: [PATCH v2 02/16] target: Mention 'cpu-qom.h' is target agnostic
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH] accel/tcg: Forward probe size on to notdirty_write
,
Jessica Clarke
,
2023/11/04
Re: [PATCH] accel/tcg: Forward probe size on to notdirty_write
,
Richard Henderson
,
2023/11/11
[PATCH 00/29] gdbstub and plugin read register and windows support
,
Alex Bennée
,
2023/11/03
[PATCH 02/29] gdb-xml: fix duplicate register in arm-neon.xml
,
Alex Bennée
,
2023/11/03
[PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/03
[PATCH 04/29] target/arm: hide all versions of DBGD[RS]AR from gdbstub
,
Alex Bennée
,
2023/11/03
[PATCH 05/29] target/arm: hide aliased MIDR from gdbstub
,
Alex Bennée
,
2023/11/03
[PATCH 09/29] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/03
[PATCH 08/29] gdbstub: Add num_regs member to GDBFeature
,
Alex Bennée
,
2023/11/03
[PATCH 07/29] tests/avocado: update the tcg_plugins test
,
Alex Bennée
,
2023/11/03
[PATCH 03/29] target/arm: hide the 32bit version of PAR from gdbstub
,
Alex Bennée
,
2023/11/03
[PATCH 10/29] gdbstub: Introduce GDBFeatureBuilder
,
Alex Bennée
,
2023/11/03
[PATCH 22/29] cpu: Call plugin hooks only when ready
,
Alex Bennée
,
2023/11/03
[PATCH 12/29] target/ppc: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
[PATCH 14/29] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Alex Bennée
,
2023/11/03
[PATCH 06/29] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/03
Re: [PATCH 06/29] tests/tcg: add an explicit gdbstub register tester
,
Akihiko Odaki
,
2023/11/05
[PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
Re: [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/06
Re: [PATCH 13/29] target/riscv: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/06
[PATCH 16/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
,
Alex Bennée
,
2023/11/03
[PATCH 26/29] plugins: add dllexport and dllimport to api funcs
,
Alex Bennée
,
2023/11/03
[PATCH 11/29] target/arm: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
[PATCH 25/29] contrib/plugins: extend execlog to track register changes
,
Alex Bennée
,
2023/11/03
Re: [PATCH 25/29] contrib/plugins: extend execlog to track register changes
,
Alex Bennée
,
2023/11/06
[PATCH 15/29] gdbstub: Use GDBFeature for GDBRegisterState
,
Alex Bennée
,
2023/11/03
[PATCH 23/29] plugins: Use different helpers when reading registers
,
Alex Bennée
,
2023/11/03
[PATCH 17/29] gdbstub: Simplify XML lookup
,
Alex Bennée
,
2023/11/03
Re: [PATCH 17/29] gdbstub: Simplify XML lookup
,
Frédéric Pétrot
,
2023/11/07
Re: [PATCH 17/29] gdbstub: Simplify XML lookup
,
Alex Bennée
,
2023/11/07
Re: [PATCH 17/29] gdbstub: Simplify XML lookup
,
Frédéric Pétrot
,
2023/11/07
[PATCH 28/29] plugins: disable lockstep plugin on windows
,
Alex Bennée
,
2023/11/03
[PATCH 19/29] hw/core/cpu: Remove gdb_get_dynamic_xml member
,
Alex Bennée
,
2023/11/03
[PATCH 29/29] plugins: allow plugins to be enabled on windows
,
Alex Bennée
,
2023/11/03
[PATCH 21/29] gdbstub: expose api to find registers
,
Alex Bennée
,
2023/11/03
[PATCH 24/29] plugins: add an API to read registers
,
Alex Bennée
,
2023/11/03
Re: [PATCH 24/29] plugins: add an API to read registers
,
Akihiko Odaki
,
2023/11/05
[PATCH 27/29] plugins: make test/example plugins work on windows
,
Alex Bennée
,
2023/11/03
Re: [PATCH 27/29] plugins: make test/example plugins work on windows
,
Alex Bennée
,
2023/11/04
[PATCH 20/29] gdbstub: Add members to identify registers to GDBFeature
,
Alex Bennée
,
2023/11/03
[PATCH 18/29] gdbstub: Infer number of core registers from XML
,
Alex Bennée
,
2023/11/03
[PATCH] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
,
Peter Maydell
,
2023/11/03
Re: [PATCH] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
,
Philippe Mathieu-Daudé
,
2023/11/05
Re: [PATCH] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
,
Richard Henderson
,
2023/11/05
[PATCH] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
,
Peter Maydell
,
2023/11/03
[PATCH v3 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
,
Peter Maydell
,
2023/11/03
[PATCH v3 1/3] tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2
,
Peter Maydell
,
2023/11/03
[PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Peter Maydell
,
2023/11/03
Re: [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Peter Maydell
,
2023/11/03
Re: [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Igor Mammedov
,
2023/11/06
Re: [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Peter Maydell
,
2023/11/06
Re: [PATCH v3 2/3] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Udo Steinberg
,
2023/11/06
[PATCH v3 3/3] tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden references
,
Peter Maydell
,
2023/11/03
[PATCH v7 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Sunil V L
,
2023/11/02
[PATCH v7 01/13] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
,
Sunil V L
,
2023/11/02
[PATCH v7 02/13] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
,
Sunil V L
,
2023/11/02
[PATCH v7 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
,
Sunil V L
,
2023/11/02
[PATCH v7 04/13] hw/riscv: virt: Make few IMSIC macros and functions public
,
Sunil V L
,
2023/11/02
[PATCH v7 05/13] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
,
Sunil V L
,
2023/11/02
[PATCH v7 06/13] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
,
Sunil V L
,
2023/11/02
[PATCH v7 07/13] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT
,
Sunil V L
,
2023/11/02
[PATCH v7 08/13] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
,
Sunil V L
,
2023/11/02
[PATCH v7 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
,
Sunil V L
,
2023/11/02
[PATCH v7 10/13] hw/pci-host/gpex: Define properties for MMIO ranges
,
Sunil V L
,
2023/11/02
Re: [PATCH v7 10/13] hw/pci-host/gpex: Define properties for MMIO ranges
,
Michael S. Tsirkin
,
2023/11/06
[PATCH v7 11/13] hw/riscv/virt: Update GPEX MMIO related properties
,
Sunil V L
,
2023/11/02
[PATCH v7 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
,
Sunil V L
,
2023/11/02
[PATCH v7 12/13] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
,
Sunil V L
,
2023/11/02
Re: Quick start guide on RME emulation
,
Mathieu Poirier
,
2023/11/02
[PATCH v6 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Sunil V L
,
2023/11/02
[PATCH v6 01/13] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
,
Sunil V L
,
2023/11/02
[PATCH v6 02/13] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
,
Sunil V L
,
2023/11/02
[PATCH v6 03/13] hw/i386/acpi-microvm.c: Use common function to add virtio in DSDT
,
Sunil V L
,
2023/11/02
[PATCH v6 04/13] hw/riscv: virt: Make few IMSIC macros and functions public
,
Sunil V L
,
2023/11/02
[PATCH v6 05/13] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
,
Sunil V L
,
2023/11/02
[PATCH v6 06/13] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
,
Sunil V L
,
2023/11/02
[PATCH v6 07/13] hw/riscv/virt-acpi-build.c: Add APLIC in the MADT
,
Sunil V L
,
2023/11/02
[PATCH v6 08/13] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
,
Sunil V L
,
2023/11/02
[PATCH v6 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
,
Sunil V L
,
2023/11/02
[PATCH v6 10/13] hw/pci-host/gpex: Define properties for MMIO ranges
,
Sunil V L
,
2023/11/02
[PATCH v6 11/13] hw/riscv/virt: Update GPEX MMIO related properties
,
Sunil V L
,
2023/11/02
[PATCH v6 12/13] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
,
Sunil V L
,
2023/11/02
[PATCH v6 13/13] hw/riscv/virt-acpi-build.c: Add PLIC in MADT
,
Sunil V L
,
2023/11/02
Re: [PATCH v6 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v6 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Sunil V L
,
2023/11/02
Re: [PATCH v2 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
,
Peter Maydell
,
2023/11/02
Re: [PATCH v5 0/3] AMD/Xilinx Versal TRNG support
,
Peter Maydell
,
2023/11/02
Re: [PATCH v5 02/13] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v5 02/13] hw/arm/virt-acpi-build.c: Migrate virtio creation to common location
,
Sunil V L
,
2023/11/02
[PULL 00/40] Migration 20231102 patches
,
Juan Quintela
,
2023/11/02
[PULL 01/40] hw/ipmi: Don't call vmstate_register() from instance_init() functions
,
Juan Quintela
,
2023/11/02
[PULL 02/40] hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()
,
Juan Quintela
,
2023/11/02
[PULL 03/40] hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
,
Juan Quintela
,
2023/11/02
[PULL 04/40] hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
,
Juan Quintela
,
2023/11/02
[PULL 05/40] migration: Create vmstate_register_any()
,
Juan Quintela
,
2023/11/02
[PULL 06/40] migration: Use vmstate_register_any()
,
Juan Quintela
,
2023/11/02
[PULL 07/40] migration: Use vmstate_register_any() for isa-ide
,
Juan Quintela
,
2023/11/02
[PULL 08/40] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
,
Juan Quintela
,
2023/11/02
[PULL 09/40] migration: Hack to maintain backwards compatibility for ppc
,
Juan Quintela
,
2023/11/02
[PULL 11/40] migration: Improve example and documentation of vmstate_register()
,
Juan Quintela
,
2023/11/02
[PULL 10/40] migration: Check in savevm_state_handler_insert for dups
,
Juan Quintela
,
2023/11/02
[PULL 13/40] migration: Use vmstate_register_any() for eeprom93xx
,
Juan Quintela
,
2023/11/02
[PULL 12/40] migration: Use vmstate_register_any() for audio
,
Juan Quintela
,
2023/11/02
[PULL 14/40] migration: Use vmstate_register_any() for vmware_vga
,
Juan Quintela
,
2023/11/02
[PULL 15/40] migration: Set downtime_start even for postcopy
,
Juan Quintela
,
2023/11/02
[PULL 16/40] migration: Add migration_downtime_start|end() helpers
,
Juan Quintela
,
2023/11/02
[PULL 19/40] migration: Add tracepoints for downtime checkpoints
,
Juan Quintela
,
2023/11/02
[PULL 17/40] migration: Add per vmstate downtime tracepoints
,
Juan Quintela
,
2023/11/02
[PULL 20/40] migration: mode parameter
,
Juan Quintela
,
2023/11/02
[PULL 21/40] migration: per-mode blockers
,
Juan Quintela
,
2023/11/02
Re: [PULL 21/40] migration: per-mode blockers
,
Peter Maydell
,
2023/11/09
Re: [PULL 21/40] migration: per-mode blockers
,
Steven Sistare
,
2023/11/09
Re: [PULL 21/40] migration: per-mode blockers
,
Peter Maydell
,
2023/11/09
[PULL 18/40] migration: migration_stop_vm() helper
,
Juan Quintela
,
2023/11/02
[PULL 22/40] cpr: relax blockdev migration blockers
,
Juan Quintela
,
2023/11/02
[PULL 23/40] cpr: relax vhost migration blockers
,
Juan Quintela
,
2023/11/02
[PULL 24/40] cpr: reboot mode
,
Juan Quintela
,
2023/11/02
[PULL 25/40] tests/qtest: migration: add reboot mode test
,
Juan Quintela
,
2023/11/02
[PULL 26/40] migration: Refactor error handling in source return path
,
Juan Quintela
,
2023/11/02
[PULL 27/40] migration: Allow network to fail even during recovery
,
Juan Quintela
,
2023/11/02
[PULL 28/40] tests/migration-test: Add a test for postcopy hangs during RECOVER
,
Juan Quintela
,
2023/11/02
[PULL 29/40] migration: Change ram_dirty_bitmap_reload() retval to bool
,
Juan Quintela
,
2023/11/02
[PULL 31/40] migration: convert migration 'uri' into 'MigrateAddress'
,
Juan Quintela
,
2023/11/02
[PULL 30/40] migration: New QAPI type 'MigrateAddress'
,
Juan Quintela
,
2023/11/02
[PULL 32/40] migration: convert socket backend to accept MigrateAddress
,
Juan Quintela
,
2023/11/02
[PULL 33/40] migration: convert rdma backend to accept MigrateAddress
,
Juan Quintela
,
2023/11/02
[PULL 35/40] migration: Convert the file backend to the new QAPI syntax
,
Juan Quintela
,
2023/11/02
[PULL 34/40] migration: convert exec backend to accept MigrateAddress.
,
Juan Quintela
,
2023/11/02
[PULL 37/40] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
,
Juan Quintela
,
2023/11/02
[PULL 36/40] migration: New migrate and migrate-incoming argument 'channels'
,
Juan Quintela
,
2023/11/02
[PULL 39/40] migration: Implement MigrateChannelList to hmp migration flow.
,
Juan Quintela
,
2023/11/02
[PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Juan Quintela
,
2023/11/02
Re: [PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Peter Maydell
,
2023/11/06
Re: [PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Juan Quintela
,
2023/11/06
[PULL 40/40] migration: modify test_multifd_tcp_none() to use new QAPI syntax.
,
Juan Quintela
,
2023/11/02
Re: [PULL 00/40] Migration 20231102 patches
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH v3 0/3] stm32f2xx_usart: implement TX interrupts
,
Peter Maydell
,
2023/11/02
Re: [PATCH v2] target/arm: Fix SVE STR increment
,
Peter Maydell
,
2023/11/02
Re: [PATCH v2] target/arm: Fix SVE STR increment
,
Alex Bennée
,
2023/11/09
Re: [PATCH v2] target/arm: Fix SVE STR increment
,
Michael Tokarev
,
2023/11/09
Re: [PATCH v2] target/arm: Fix SVE STR increment
,
Alex Bennée
,
2023/11/09
Re: [PATCH v2] target/arm: Fix SVE STR increment
,
Michael Tokarev
,
2023/11/09
Re: FreeBSD 13.2 installer does not see AHCI devices on aarch64/sbsa-ref and x86-64/q35
,
Marcin Juszkiewicz
,
2023/11/02
Re: FreeBSD 13.2 installer does not see AHCI devices on aarch64/sbsa-ref and x86-64/q35
,
Michael Tokarev
,
2023/11/02
Re: [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers
,
Bernhard Beschow
,
2023/11/02
Re: [PATCH 2/3] linux-user: Report AArch64 hwcap2 fields above bit 31
,
Philippe Mathieu-Daudé
,
2023/11/02
Re: [PATCH v5 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Alistair Francis
,
2023/11/01
Re: [PATCH v5 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT
,
Alistair Francis
,
2023/11/01
[PATCH v4 00/33] Unified CPU type check
,
Gavin Shan
,
2023/11/01
[PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Richard Henderson
,
2023/11/01
Re: [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Gavin Shan
,
2023/11/02
Re: [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Igor Mammedov
,
2023/11/06
Re: [PATCH v4 01/33] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Gavin Shan
,
2023/11/13
[PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Richard Henderson
,
2023/11/01
Re: [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Igor Mammedov
,
2023/11/06
Re: [PATCH v4 02/33] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/13
[PATCH v4 03/33] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Richard Henderson
,
2023/11/01
Re: [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Gavin Shan
,
2023/11/02
Re: [PATCH v4 03/33] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
,
Igor Mammedov
,
2023/11/06
[PATCH v4 04/33] cpu: Add helper cpu_model_from_type()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 04/33] cpu: Add helper cpu_model_from_type()
,
Richard Henderson
,
2023/11/01
[PATCH v4 05/33] target/alpha: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 05/33] target/alpha: Use generic helper to show CPU model names
,
Richard Henderson
,
2023/11/02
[PATCH v4 06/33] target/arm: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 06/33] target/arm: Use generic helper to show CPU model names
,
Richard Henderson
,
2023/11/02
Re: [PATCH v4 06/33] target/arm: Use generic helper to show CPU model names
,
Richard Henderson
,
2023/11/02
Re: [PATCH v4 06/33] target/arm: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/02
Re: [PATCH v4 06/33] target/arm: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/02
[PATCH v4 07/33] target/avr: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 08/33] target/cris: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 09/33] target/hexagon: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 10/33] target/i386: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 11/33] target/loongarch: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 12/33] target/m68k: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 13/33] target/mips: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 14/33] target/openrisc: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 15/33] target/ppc: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 16/33] target/riscv: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 17/33] target/rx: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 18/33] target/s390x: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 19/33] target/sh4: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 20/33] target/tricore: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 21/33] target/hppa: Implement hppa_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 22/33] target/microblaze: Implement microblaze_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 23/33] target/nios2: Implement nios2_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 24/33] cpu: Mark cpu_list() supported on all targets
,
Gavin Shan
,
2023/11/01
[PATCH v4 25/33] machine: Constify MachineClass::valid_cpu_types[i]
,
Gavin Shan
,
2023/11/01
[PATCH v4 26/33] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/01
[PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/01
[PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
2023/11/01
[PATCH v4 29/33] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 29/33] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Richard Henderson
,
2023/11/02
[PATCH v4 30/33] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 30/33] hw/arm/virt: Hide host CPU model for tcg
,
Richard Henderson
,
2023/11/02
[PATCH v4 31/33] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 31/33] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Richard Henderson
,
2023/11/02
[PATCH v4 32/33] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 32/33] hw/arm: Check CPU type in machine_run_board_init()
,
Richard Henderson
,
2023/11/02
[PATCH v4 33/33] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
Re: [PATCH 0/6] Various tracing patches
,
Bernhard Beschow
,
2023/11/01
[QEMU][PATCH v1] Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
,
Vikram Garhwal
,
2023/11/01
Re: [QEMU][PATCH v1] Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
,
Stefano Stabellini
,
2023/11/01
Re: Any plans to implement more ARM SMMUv3 features?
,
Mostafa Saleh
,
2023/11/01
Re: Any plans to implement more ARM SMMUv3 features?
,
Eric Auger
,
2023/11/03
Re: [PATCH v2 0/2] Accompany -nostdlib with -fno-stack-protector
,
Michael Tokarev
,
2023/11/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc