Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Nov 30 2023 22:33:46 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/2] linux-user: openat() fixes
,
Shu-Chun Weng
,
2023/11/30
[PATCH 1/2] linux-user: Define TARGET_O_LARGEFILE for aarch64
,
Shu-Chun Weng
,
2023/11/30
[PATCH 2/2] linux-user: Fix openat() emulation to not modify atime
,
Shu-Chun Weng
,
2023/11/30
[PATCH v5] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Jai Arora
,
2023/11/30
[PATCH V6 00/14] fix migration of suspended runstate
,
Steve Sistare
,
2023/11/30
[PATCH V6 02/14] cpus: vm_was_suspended
,
Steve Sistare
,
2023/11/30
Re: [PATCH V6 02/14] cpus: vm_was_suspended
,
Peter Xu
,
2023/11/30
[PATCH V6 03/14] cpus: stop vm in suspended runstate
,
Steve Sistare
,
2023/11/30
Re: [PATCH V6 03/14] cpus: stop vm in suspended runstate
,
Peter Xu
,
2023/11/30
[PATCH V6 01/14] cpus: pass runstate to vm_prepare_start
,
Steve Sistare
,
2023/11/30
[PATCH V6 06/14] migration: preserve suspended runstate
,
Steve Sistare
,
2023/11/30
[PATCH V6 05/14] migration: propagate suspended runstate
,
Steve Sistare
,
2023/11/30
Re: [PATCH V6 05/14] migration: propagate suspended runstate
,
Peter Xu
,
2023/11/30
[PATCH V6 04/14] cpus: vm_resume
,
Steve Sistare
,
2023/11/30
[PATCH V6 07/14] migration: preserve suspended for snapshot
,
Steve Sistare
,
2023/11/30
[PATCH V6 09/14] tests/qtest: migration events
,
Steve Sistare
,
2023/11/30
[PATCH V6 12/14] tests/qtest: postcopy migration with suspend
,
Steve Sistare
,
2023/11/30
[PATCH V6 08/14] migration: preserve suspended for bg_migration
,
Steve Sistare
,
2023/11/30
[PATCH V6 13/14] tests/qtest: bootfile per vm
,
Steve Sistare
,
2023/11/30
[PATCH V6 10/14] tests/qtest: option to suspend during migration
,
Steve Sistare
,
2023/11/30
[PATCH V6 11/14] tests/qtest: precopy migration with suspend
,
Steve Sistare
,
2023/11/30
[PATCH V6 14/14] tests/qtest: background migration with suspend
,
Steve Sistare
,
2023/11/30
[PATCH-for-9.0] accel/tcg: Remove tb_invalidate_phys_page() from system emulation
,
Philippe Mathieu-Daudé
,
2023/11/30
[PATCH-for-9.0] accel/tcg: Remove unused tb_invalidate_phys_addr()
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH-for-9.0] accel/tcg: Remove unused tb_invalidate_phys_addr()
,
Richard Henderson
,
2023/11/30
[PATCH v4] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Jai Arora
,
2023/11/30
Re: [PATCH v4] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Alex Bennée
,
2023/11/30
[PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
,
Taylor Simpson
,
2023/11/30
RE: [PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
,
Brian Cain
,
2023/11/30
Re: [PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
,
Philippe Mathieu-Daudé
,
2023/11/30
RE: [PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
,
Brian Cain
,
2023/11/30
[PATCH for-9.0 0/4] target/riscv: add RVV CSRs
,
Daniel Henrique Barboza
,
2023/11/30
[PATCH for-9.0 2/4] linux-headers: riscv: add ptrace.h
,
Daniel Henrique Barboza
,
2023/11/30
[PATCH for-9.0 1/4] linux-headers: Update to Linux v6.7-rc3
,
Daniel Henrique Barboza
,
2023/11/30
[PATCH for-9.0 3/4] target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
,
Daniel Henrique Barboza
,
2023/11/30
[PATCH for-9.0 4/4] target/riscv/kvm: add RVV and Vector CSR regs
,
Daniel Henrique Barboza
,
2023/11/30
[PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure
,
Max Filippov
,
2023/11/30
[PATCH 1/2] target/xtensa: use generic instruction breakpoint infrastructure
,
Max Filippov
,
2023/11/30
Re: [PATCH 1/2] target/xtensa: use generic instruction breakpoint infrastructure
,
Richard Henderson
,
2023/11/30
[PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test
,
Max Filippov
,
2023/11/30
Re: [PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test
,
Richard Henderson
,
2023/11/30
[PATCH v2 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/30
[PATCH v2 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/30
Re: [PATCH v2 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Eric Blake
,
2023/11/30
Re: [PATCH v2 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/30
[PATCH v2 2/2] block: stream: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/30
Re: [PATCH v2 2/2] block: stream: Allow users to request only format driver names in backing file format
,
Eric Blake
,
2023/11/30
[PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Jai Arora
,
2023/11/30
Re: [PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Alex Bennée
,
2023/11/30
[PATCH 0/3] final fixes for 8.2
,
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 1/3] gdbstub: use a better signal when we halt for IO reasons
,
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 01/41] qdev: Introduce new device category to cover basic topology device
,
Zhao Liu
,
2023/11/30
[RFC 02/41] qdev: Allow qdev_device_add() to add specific category 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 04/41] qom/object: Introduce helper to resolve path from non-direct parent
,
Zhao Liu
,
2023/11/30
[RFC 05/41] qdev: Set device parent and id after setting properties
,
Zhao Liu
,
2023/11/30
[RFC 06/41] qdev: Introduce user-child interface to collect devices from -device
,
Zhao Liu
,
2023/11/30
[RFC 07/41] qdev: Introduce parent option in -device
,
Zhao Liu
,
2023/11/30
[RFC 08/41] hw/core/topo: Introduce CPU topology device abstraction
,
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 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 13/41] hw/core/cpu: Convert CPU from general device to topology device
,
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 15/41] hw/cpu/core: Allow to configure plugged threads for cpu-core
,
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 17/41] hw/cpu/core: Convert cpu-core from general device to topology device
,
Zhao Liu
,
2023/11/30
[RFC 18/41] hw/cpu/cluster: Rename CPUClusterState to CPUCluster
,
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 21/41] hw/cpu/cluster: Allow cpu-cluster to be created by -device
,
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 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
,
Zhao Liu
,
2023/11/30
[RFC 24/41] hw/cpu/socket: Abstract cpu-socket 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 26/41] hw/cpu/drawer: Abstract cpu-drawer level as 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 28/41] hw/core/slot: Maintain the core queue in CPU slot
,
Zhao Liu
,
2023/11/30
[RFC 29/41] hw/core/slot: Statistics topology information in CPU slot
,
Zhao Liu
,
2023/11/30
[RFC 32/41] hw/machine: Build smp topology tree from -smp
,
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 30/41] hw/core/slot: Check topology child to be added under 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 33/41] hw/machine: Validate smp topology tree without -smp
,
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 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 37/41] hw/i386: Allow i386 to create new CPUs from 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
[PULL 0/2] ppc-for-8.2 queue
,
Nicholas Piggin
,
2023/11/30
[PULL 1/2] pseries: Update SLOF firmware image
,
Nicholas Piggin
,
2023/11/30
[PULL 2/2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Nicholas Piggin
,
2023/11/30
Re: [PULL 2/2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/30
Re: [PULL 2/2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/30
[PULL 0/2] Migration 20231130 patches
,
Juan Quintela
,
2023/11/30
[PULL 1/2] migration/multifd: Stop setting p->ioc before connecting
,
Juan Quintela
,
2023/11/30
[PULL 2/2] migration: free 'saddr' since be no longer used
,
Juan Quintela
,
2023/11/30
[PATCH] blockcommit: Reopen base image as RO after abort
,
Alexander Ivanov
,
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 v4] crypto: Introduce SM4 symmetric cipher algorithm
,
Hyman Huang
,
2023/11/29
[PATCH v4] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/29
[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 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
[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] accel: Do not set CPUState::can_do_io in non-TCG accels
,
Philippe Mathieu-Daudé
,
2023/11/29
Re: [PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
,
Claudio Fontana
,
2023/11/30
Re: [PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
,
Claudio Fontana
,
2023/11/30
Re: [PATCH] accel: Do not set CPUState::can_do_io in non-TCG accels
,
Richard Henderson
,
2023/11/30
[PATCH v4] migration: Plug memory leak with migration URIs
,
Het Gala
,
2023/11/29
Re: [PATCH v4] migration: Plug memory leak with migration URIs
,
Markus Armbruster
,
2023/11/30
Re: [PATCH v4] migration: Plug memory leak with migration URIs
,
Peter Xu
,
2023/11/30
Re: [PATCH v4] migration: Plug memory leak with migration URIs
,
Markus Armbruster
,
2023/11/30
Re: [PATCH v4] migration: Plug memory leak with migration URIs
,
Peter Xu
,
2023/11/30
[PATCH 00/12] aio: remove AioContext lock
,
Stefan Hajnoczi
,
2023/11/29
[PATCH 01/12] virtio-scsi: replace AioContext lock with tmf_bh_lock
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 01/12] virtio-scsi: replace AioContext lock with tmf_bh_lock
,
Eric Blake
,
2023/11/30
[PATCH 02/12] tests: remove aio_context_acquire() tests
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 02/12] tests: remove aio_context_acquire() tests
,
Eric Blake
,
2023/11/30
[PATCH 03/12] aio: make aio_context_acquire()/aio_context_release() a no-op
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 03/12] aio: make aio_context_acquire()/aio_context_release() a no-op
,
Eric Blake
,
2023/11/30
[PATCH 04/12] graph-lock: remove AioContext locking
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 04/12] graph-lock: remove AioContext locking
,
Eric Blake
,
2023/11/30
[PATCH 06/12] scsi: remove AioContext locking
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 06/12] scsi: remove AioContext locking
,
Eric Blake
,
2023/11/30
[PATCH 07/12] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 07/12] aio-wait: draw equivalence between AIO_WAIT_WHILE() and AIO_WAIT_WHILE_UNLOCKED()
,
Eric Blake
,
2023/11/30
[PATCH 08/12] aio: remove aio_context_acquire()/aio_context_release() API
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 08/12] aio: remove aio_context_acquire()/aio_context_release() API
,
Eric Blake
,
2023/11/30
[PATCH 05/12] block: remove AioContext locking
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 05/12] block: remove AioContext locking
,
Paul Durrant
,
2023/11/30
Re: [PATCH 05/12] block: remove AioContext locking
,
Eric Blake
,
2023/11/30
[PATCH 09/12] docs: remove AioContext lock from IOThread docs
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 09/12] docs: remove AioContext lock from IOThread docs
,
Eric Blake
,
2023/11/30
[PATCH 11/12] job: remove outdated AioContext locking comments
,
Stefan Hajnoczi
,
2023/11/29
[PATCH 10/12] scsi: remove outdated AioContext lock comment
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 10/12] scsi: remove outdated AioContext lock comment
,
Eric Blake
,
2023/11/30
[PATCH 12/12] block: remove outdated AioContext locking comments
,
Stefan Hajnoczi
,
2023/11/29
[PATCH] hw/core/cpu: Update description of CPUState::node
,
Philippe Mathieu-Daudé
,
2023/11/29
Re: [PATCH] hw/core/cpu: Update description of CPUState::node
,
Richard Henderson
,
2023/11/29
[PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing
,
Philippe Mathieu-Daudé
,
2023/11/29
Re: [PATCH] hw/core/cpu: Remove final vestiges of dynamic state tracing
,
Richard Henderson
,
2023/11/29
[PATCH v3 0/4] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/29
[PATCH v3 1/4] linux-headers: drop pvpanic.h
,
Thomas Weißschuh
,
2023/11/29
[PATCH v3 2/4] hw/misc/pvpanic: centralize definition of supported events
,
Thomas Weißschuh
,
2023/11/29
[PATCH v3 3/4] tests/qtest/pvpanic: use centralized definition of supported events
,
Thomas Weißschuh
,
2023/11/29
[PATCH v3 4/4] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/29
[PATCH v2] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Jai Arora
,
2023/11/29
Re: [PATCH v2] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Alex Bennée
,
2023/11/30
[PATCH 0/2] Make vector whole-register move (vmv) depend on vtype register
,
Max Chou
,
2023/11/29
[PATCH 2/2] target/riscv: The whole vector register move instructions depend on vsew
,
Max Chou
,
2023/11/29
Re: [PATCH 2/2] target/riscv: The whole vector register move instructions depend on vsew
,
Richard Henderson
,
2023/11/29
[PATCH 1/2] target/riscv: Add vill check for whole vector register move instructions
,
Max Chou
,
2023/11/29
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 v3] crypto: Introduce SM4 symmetric cipher algorithm
,
Hyman Huang
,
2023/11/29
Re: [PATCH v3] crypto: Introduce SM4 symmetric cipher algorithm
,
Philippe Mathieu-Daudé
,
2023/11/29
[PATCH v1] riscv: support new isa extension detection devicetree properties
,
Conor Dooley
,
2023/11/29
Re: [PATCH v1] riscv: support new isa extension detection devicetree properties
,
Richard Henderson
,
2023/11/29
Re: [PATCH v1] riscv: support new isa extension detection devicetree properties
,
Daniel Henrique Barboza
,
2023/11/29
Re: [PATCH v1] riscv: support new isa extension detection devicetree properties
,
Conor Dooley
,
2023/11/29
[PATCH v3] migration: free 'channel' after its use in migration.c
,
Het Gala
,
2023/11/29
Re: [PATCH v3] migration: free 'channel' after its use in migration.c
,
Markus Armbruster
,
2023/11/29
Re: [PATCH v3] migration: free 'channel' after its use in migration.c
,
Fabiano Rosas
,
2023/11/29
Re: [PATCH v3] migration: free 'channel' after its use in migration.c
,
Het Gala
,
2023/11/29
Re: [PATCH v3] migration: free 'channel' after its use in migration.c
,
Markus Armbruster
,
2023/11/30
Re: [PATCH v2 14/14] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.
,
Nicholas Piggin
,
2023/11/28
[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
Re: [PATCH v2 13/14] spapr: nested: keep nested-hv exit code restricted to its API.
,
Nicholas Piggin
,
2023/11/28
Re: [PATCH v2 11/14] spapr: nested: Use correct source for parttbl info for nested PAPR API.
,
Nicholas Piggin
,
2023/11/28
Re: [PATCH v2 05/14] spapr: nested: register nested-hv api hcalls only for cap-nested-hv
,
Nicholas Piggin
,
2023/11/28
Re: [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API
,
Nicholas Piggin
,
2023/11/28
Re: [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API
,
Harsh Prateek Bora
,
2023/11/30
Re: [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for Nested PAPR API
,
Nicholas Piggin
,
2023/11/30
Re: [PATCH v2 02/14] spapr: nested: Introduce SpaprMachineStateNested to store related info.
,
Nicholas Piggin
,
2023/11/28
Re: [PATCH v2 01/14] spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
,
Nicholas Piggin
,
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
[ANNOUNCE] QEMU 8.2.0-rc2 is now available
,
Michael Roth
,
2023/11/28
[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 02/10] hw/fsi: Introduce IBM's FSI Bus
,
Ninad Palsule
,
2023/11/28
[PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface
,
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 08/10] hw/fsi: Added qtest
,
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
[PATCH v2 0/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/28
[PATCH v2 1/3] hw/misc/pvpanic: centralize definition of supported events
,
Thomas Weißschuh
,
2023/11/28
[PATCH v2 2/3] tests/qtest/pvpanic: use centralized definition of supported events
,
Thomas Weißschuh
,
2023/11/28
[PATCH v2 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/28
Re: [PATCH v2 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Cornelia Huck
,
2023/11/29
Re: [PATCH v2 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/29
Re: [PATCH v2 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Cornelia Huck
,
2023/11/29
Re: [PATCH v2 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/29
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
[Call for Presentations] FOSDEM 2024: Virt & IaaS Devroom
,
Kashyap Chamarthy
,
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
[PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Hyman Huang
,
2023/11/28
Re: [PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Daniel P . Berrangé
,
2023/11/28
Re: [PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Yong Huang
,
2023/11/28
Re: [PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Daniel P . Berrangé
,
2023/11/29
Re: [PATCH v2] crypto: Introduce SM4 symmetric cipher algorithm
,
Yong Huang
,
2023/11/28
Re: [PATCH v6 3/7] qemu: add support for iOS host
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH] pc-bios/optionrom: Fix pvh.img ld build failure on fedora rawhide
,
Cole Robinson
,
2023/11/28
[PULL 0/4] Block layer patches
,
Kevin Wolf
,
2023/11/28
[PULL 1/4] iotests: fix default machine type detection
,
Kevin Wolf
,
2023/11/28
[PULL 4/4] ide/via: Fix BAR4 value in legacy mode
,
Kevin Wolf
,
2023/11/28
[PULL 3/4] export/vhost-user-blk: Fix consecutive drains
,
Kevin Wolf
,
2023/11/28
[PULL 2/4] vmdk: Don't corrupt desc file in vmdk_write_cid
,
Kevin Wolf
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Fiona Ebner
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Daniel P . Berrangé
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Fiona Ebner
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Michael S. Tsirkin
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Daniel P . Berrangé
,
2023/11/28
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Igor Mammedov
,
2023/11/29
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Igor Mammedov
,
2023/11/30
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Gerd Hoffmann
,
2023/11/30
Re: [PULL 31/53] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
,
Fiona Ebner
,
2023/11/30
[PULL 0/7] Misc fixes for 2023-11-28
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 1/7] target/hexagon/idef-parser/prepare: use env to invoke bash
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 2/7] hw/isa/vt82c686: Bring back via_isa_set_irq()
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 3/7] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 4/7] hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 5/7] hw/audio/via-ac97: Route interrupts using via_isa_set_irq()
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 6/7] hw/avr/atmega: Fix wrong initial value of stack pointer
,
Philippe Mathieu-Daudé
,
2023/11/28
[PULL 7/7] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PULL 0/7] Misc fixes for 2023-11-28
,
Stefan Hajnoczi
,
2023/11/28
Re: [PATCH 1/1] accel/tcg: Fix the comment for CPUTLBEntryFull
,
Mark Cave-Ayland
,
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
Re: [PATCH for-6.1 v6 14/17] accel/tcg: Move breakpoint recognition outside translation
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH for-6.1 v6 14/17] accel/tcg: Move breakpoint recognition outside translation
,
Richard Henderson
,
2023/11/28
Re: [PATCH for-6.1 v6 14/17] accel/tcg: Move breakpoint recognition outside translation
,
Max Filippov
,
2023/11/29
[RFC PATCH v2 00/10] Map memory at destination .load_setup in vDPA-net migration
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 01/10] vdpa: do not set virtio status bits if unneeded
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 02/10] vdpa: make batch_begin_once early return
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 04/10] vdpa: extract out _dma_end_batch from _listener_commit
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 03/10] vdpa: merge _begin_batch into _batch_begin_once
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 05/10] vdpa: factor out stop path of vhost_vdpa_dev_start
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 06/10] vdpa: check for iova tree initialized at net_client_start
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 08/10] vdpa: add vhost_vdpa_load_setup
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 07/10] vdpa: set backend capabilities at vhost_vdpa_init
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 10/10] virtio_net: register incremental migration handlers
,
Eugenio Pérez
,
2023/11/28
[RFC PATCH v2 09/10] vdpa: add vhost_vdpa_net_load_setup NetClient callback
,
Eugenio Pérez
,
2023/11/28
[PULL 0/2] Firmware/seabios 20231128 patches
,
Gerd Hoffmann
,
2023/11/28
[PULL 1/2] seabios: update submodule to 1.16.3 release
,
Gerd Hoffmann
,
2023/11/28
[PULL 2/2] seabios: update binaries to 1.16.3 release
,
Gerd Hoffmann
,
2023/11/28
Re: [PULL 0/2] Firmware/seabios 20231128 patches
,
Michael Tokarev
,
2023/11/28
Re: [PULL 0/2] Firmware/seabios 20231128 patches
,
Gerd Hoffmann
,
2023/11/28
Re: [PULL 0/2] Firmware/seabios 20231128 patches
,
Stefan Hajnoczi
,
2023/11/28
[PATCH v2] migration: free 'channel' and 'addr' after their use in migration.c
,
Het Gala
,
2023/11/28
Re: [PATCH v2] migration: free 'channel' and 'addr' after their use in migration.c
,
Markus Armbruster
,
2023/11/28
[PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Het Gala
,
2023/11/28
Re: [PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Markus Armbruster
,
2023/11/28
Re: [PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Het Gala
,
2023/11/28
Re: [PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Markus Armbruster
,
2023/11/28
Re: [PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Het Gala
,
2023/11/28
Re: [PATCH] 'channel' and 'addr' in qmp_migrate() are not auto-freed. migrate_uri_parse() allocates memory which is returned to 'channel', which is leaked because there is no code for freeing 'channel' or 'addr'. So, free addr and channel to avoid memory leak. 'addr' does shallow copying of channel->addr, hence free 'channel' itself and deep free contents of 'addr'
,
Markus Armbruster
,
2023/11/28
[PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/27
Re: [PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
,
Cédric Le Goater
,
2023/11/28
Re: [PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/29
Re: [PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
,
Nicholas Piggin
,
2023/11/30
Re: [PATCH v3] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/30
Re: [PATCH v3 0/4] Add BHRB Facility Support
,
Miles Glenn
,
2023/11/27
Re: [PATCH v3 0/4] Add BHRB Facility Support
,
Nicholas Piggin
,
2023/11/27
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 01/30] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 03/30] io: implement io_pwritev/preadv for QIOChannelFile
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 04/30] io: fsync before closing a file channel
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 05/30] migration/qemu-file: add utility methods for working with seekable channels
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 07/30] migration: Add fixed-ram URI compatibility check
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 08/30] migration/ram: Add outgoing 'fixed-ram' migration
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 10/30] tests/qtest: migration-test: Add tests for fixed-ram file-based migration
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 09/30] migration/ram: Add incoming 'fixed-ram' migration
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 12/30] migration/multifd: Allow QIOTask error reporting without an object
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 11/30] migration/multifd: Allow multifd without packets
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 13/30] migration/multifd: Add outgoing QIOChannelFile support
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 14/30] migration/multifd: Add incoming QIOChannelFile support
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 15/30] io: Add a pwritev/preadv version that takes a discontiguous iovec
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 16/30] multifd: Rename MultiFDSendParams::data to compress_data
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 17/30] migration/multifd: Decouple recv method from pages
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 18/30] migration/multifd: Allow receiving pages without packets
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 19/30] migration/ram: Ignore multifd flush when doing fixed-ram migration
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 20/30] migration/multifd: Support outgoing fixed-ram stream format
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 21/30] migration/multifd: Support incoming fixed-ram stream format
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 22/30] tests/qtest: Add a multifd + fixed-ram migration test
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 23/30] migration: Add direct-io parameter
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 24/30] tests/qtest: Add a test for migration with direct-io and multifd
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 25/30] monitor: Honor QMP request for fd removal immediately
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 26/30] monitor: Extract fdset fd flags comparison into a function
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 27/30] monitor: fdset: Match against O_DIRECT
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 28/30] docs/devel/migration.rst: Document the file transport
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 30/30] tests/qtest: Add a test for fixed-ram with passing of fds
,
Fabiano Rosas
,
2023/11/27
[RFC PATCH v3 29/30] migration: Add support for fdset with multifd + file
,
Fabiano Rosas
,
2023/11/27
[PATCH] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Jai Arora
,
2023/11/27
Re: [PATCH] accel/kvm: Turn DPRINTF macro use into tracepoints
,
Peter Maydell
,
2023/11/28
[PATCH v6 0/9] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/27
[PATCH v6 1/9] misc/pca9552: Fix inverted input status
,
Glenn Miles
,
2023/11/27
[PATCH v6 8/9] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
,
Glenn Miles
,
2023/11/27
[PATCH v6 3/9] ppc/pnv: New powernv10-rainier machine type
,
Glenn Miles
,
2023/11/27
[PATCH v6 6/9] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/27
[PATCH v6 5/9] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/27
[PATCH v6 4/9] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
,
Glenn Miles
,
2023/11/27
[PATCH v6 2/9] misc/pca9552: Let external devices set pca9552 inputs
,
Glenn Miles
,
2023/11/27
[PATCH v6 7/9] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/27
[PATCH v6 9/9] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/27
[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
[PATCH v6 0/3] pnv nest1 chiplet model
,
Chalapathi V
,
2023/11/27
[PATCH v6 3/3] hw/ppc: N1 chiplet wiring
,
Chalapathi V
,
2023/11/27
Re: [PATCH v6 3/3] hw/ppc: N1 chiplet wiring
,
Nicholas Piggin
,
2023/11/27
[PATCH v6 2/3] hw/ppc: Add N1 chiplet model
,
Chalapathi V
,
2023/11/27
Re: [PATCH v6 2/3] hw/ppc: Add N1 chiplet model
,
Nicholas Piggin
,
2023/11/27
Re: [PATCH v6 2/3] hw/ppc: Add N1 chiplet model
,
Cédric Le Goater
,
2023/11/28
[PATCH v6 1/3] hw/ppc: Add pnv nest pervasive common chiplet model
,
Chalapathi V
,
2023/11/27
Re: [PATCH v6 1/3] hw/ppc: Add pnv nest pervasive common chiplet model
,
Nicholas Piggin
,
2023/11/27
Re: [PATCH v6 1/3] hw/ppc: Add pnv nest pervasive common chiplet model
,
Cédric Le Goater
,
2023/11/28
Re: [PATCH v6 0/3] pnv nest1 chiplet model
,
Cédric Le Goater
,
2023/11/28
Re: [PATCH v6 0/3] pnv nest1 chiplet model
,
Cédric Le Goater
,
2023/11/28
[PULL 00/13] target-arm queue
,
Peter Maydell
,
2023/11/27
[PULL 01/13] target/arm: Set IL bit for pauth, SVE access, BTI trap syndromes
,
Peter Maydell
,
2023/11/27
[PULL 03/13] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
,
Peter Maydell
,
2023/11/27
[PULL 06/13] hw/virtio: Free VirtIOIOMMUPCI::vdev.reserved_regions[] on finalize()
,
Peter Maydell
,
2023/11/27
[PULL 04/13] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
,
Peter Maydell
,
2023/11/27
[PULL 07/13] hw/misc/mps2-scc: Free MPS2SCC::oscclk[] array on finalize()
,
Peter Maydell
,
2023/11/27
[PULL 05/13] hw/virtio: Add VirtioPCIDeviceTypeInfo::instance_finalize field
,
Peter Maydell
,
2023/11/27
[PULL 12/13] hw/misc, hw/ssi: Fix some URLs for AMD / Xilinx models
,
Peter Maydell
,
2023/11/27
[PULL 09/13] hw/nvram/xlnx-efuse-ctrl: Free XlnxVersalEFuseCtrl[] "pg0-lock" array
,
Peter Maydell
,
2023/11/27
[PULL 02/13] target/arm: Handle overflow in calculation of next timer tick
,
Peter Maydell
,
2023/11/27
[PULL 08/13] hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] array on finalize()
,
Peter Maydell
,
2023/11/27
[PULL 10/13] hw/input/stellaris_gamepad: Free StellarisGamepad::keycodes[] array
,
Peter Maydell
,
2023/11/27
[PULL 13/13] hw/dma/xlnx_csu_dma: don't throw guest errors when stopping the SRC DMA
,
Peter Maydell
,
2023/11/27
[PULL 11/13] hw/ssi/xilinx_spips: fix an out of bound access
,
Peter Maydell
,
2023/11/27
Re: [PULL 00/13] target-arm queue
,
Stefan Hajnoczi
,
2023/11/28
Re: [PULL 00/13] target-arm queue
,
Stefan Hajnoczi
,
2023/11/28
[PATCH] tests/unit/test-blockjob: delete complete_in_standby test
,
Stefan Hajnoczi
,
2023/11/27
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] crypto: Introduce SM4 symmetric cipher algorithm
,
Hyman Huang
,
2023/11/27
Re: [PATCH] crypto: Introduce SM4 symmetric cipher algorithm
,
Daniel P . Berrangé
,
2023/11/27
Re: [PATCH] crypto: Introduce SM4 symmetric cipher algorithm
,
Yong Huang
,
2023/11/27
[PATCH] tests: bios-tables-test: Rename smbios type 4 related test functions
,
Zhao Liu
,
2023/11/27
Re: [PATCH] tests: bios-tables-test: Rename smbios type 4 related test functions
,
Philippe Mathieu-Daudé
,
2023/11/27
Re: [PATCH] tests: bios-tables-test: Rename smbios type 4 related test functions
,
Igor Mammedov
,
2023/11/29
[PATCH 0/2] Cleanup unused included header in core.c & cluster.c
,
Zhao Liu
,
2023/11/27
[PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c
,
Zhao Liu
,
2023/11/27
Re: [PATCH 2/2] hw/cpu/cluster: Cleanup unused included header in cluster.c
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH 1/2] hw/cpu/core: Cleanup unused included header in core.c
,
Zhao Liu
,
2023/11/27
Re: [PATCH 1/2] hw/cpu/core: Cleanup unused included header in core.c
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH v2] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Zhao Liu
,
2023/11/27
Re: [PATCH v2] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH v2] avr: Fix wrong initial value of stack pointer
,
Gihun Nam
,
2023/11/27
Re: [PATCH v2] avr: Fix wrong initial value of stack pointer
,
Philippe Mathieu-Daudé
,
2023/11/27
Re: [PATCH v2] avr: Fix wrong initial value of stack pointer
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
,
Michal Privoznik
,
2023/11/27
Re: [PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
,
David Hildenbrand
,
2023/11/27
Re: [PATCH] hostmem: Round up memory size for qemu_madvise() in host_memory_backend_memory_complete()
,
David Hildenbrand
,
2023/11/27
hanging process with commit 69562648f9 ("vl: revert behaviour for -display none")
,
Sebastian Ott
,
2023/11/27
Re: hanging process with commit 69562648f9 ("vl: revert behaviour for -display none")
,
Peter Maydell
,
2023/11/27
Re: hanging process with commit 69562648f9 ("vl: revert behaviour for -display none")
,
Sebastian Ott
,
2023/11/27
Re: hanging process with commit 69562648f9 ("vl: revert behaviour for -display none")
,
Peter Maydell
,
2023/11/27
[PATCH for-8.2 v2] export/vhost-user-blk: Fix consecutive drains
,
Kevin Wolf
,
2023/11/27
Re: [PATCH for-8.2 v2] export/vhost-user-blk: Fix consecutive drains
,
Stefan Hajnoczi
,
2023/11/27
[PATCH for-9.0 v2 0/8] target/riscv: implement RVA22S64 profile
,
Daniel Henrique Barboza
,
2023/11/27
[PATCH for-9.0 v2 1/8] target/riscv: implement svade
,
Daniel Henrique Barboza
,
2023/11/27
[PATCH for-9.0 v2 2/8] target/riscv: add priv ver restriction to profiles
,
Daniel Henrique Barboza
,
2023/11/27
Re: [PATCH for-9.0 v2 2/8] target/riscv: add priv ver restriction to profiles
,
Andrew Jones
,
2023/11/27
[PATCH for-9.0 v2 4/8] target/riscv/cpu.c: add riscv_cpu_is_32bit()
,
Daniel Henrique Barboza
,
2023/11/27
Re: [PATCH for-9.0 v2 4/8] target/riscv/cpu.c: add riscv_cpu_is_32bit()
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH for-9.0 v2 5/8] target/riscv: add satp_mode profile support
,
Daniel Henrique Barboza
,
2023/11/27
[PATCH for-9.0 v2 6/8] target/riscv: add 'parent' in profile description
,
Daniel Henrique Barboza
,
2023/11/27
Re: [PATCH for-9.0 v2 6/8] target/riscv: add 'parent' in profile description
,
Andrew Jones
,
2023/11/27
[PATCH for-9.0 v2 3/8] target/riscv/cpu.c: finalize satp_mode earlier
,
Daniel Henrique Barboza
,
2023/11/27
[PATCH for-9.0 v2 7/8] target/riscv: add RVA22S64 profile
,
Daniel Henrique Barboza
,
2023/11/27
Re: [PATCH for-9.0 v2 7/8] target/riscv: add RVA22S64 profile
,
Andrew Jones
,
2023/11/27
[PATCH for-9.0 v2 8/8] target/riscv: add rva22s64 cpu
,
Daniel Henrique Barboza
,
2023/11/27
[PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
,
Hyeonggon Yoo
,
2023/11/27
[PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
,
Hyeonggon Yoo
,
2023/11/27
Re: [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
,
Davidlohr Bueso
,
2023/11/27
Re: [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
,
Hyeonggon Yoo
,
2023/11/27
Re: [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
,
Davidlohr Bueso
,
2023/11/28
Re: [PATCH v1 1/2] hw/cxl/device: read from register values in mdev_reg_read()
,
Jonathan Cameron
,
2023/11/30
[PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
,
Hyeonggon Yoo
,
2023/11/27
Re: [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
,
Davidlohr Bueso
,
2023/11/27
Re: [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
,
Hyeonggon Yoo
,
2023/11/27
Re: [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
,
Jonathan Cameron
,
2023/11/28
Re: [PATCH v1 2/2] hw/mem/cxl_type3: allocate more vectors for MSI-X
,
Hyeonggon Yoo
,
2023/11/30
Re: [PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
,
Michael S. Tsirkin
,
2023/11/28
Re: [PATCH v1 0/2] A Fixup for "QEMU: CXL mailbox rework and features (Part 1)"
,
Hyeonggon Yoo
,
2023/11/29
[RFC] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Zhao Liu
,
2023/11/27
Re: [RFC] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Nina Schoetterl-Glausch
,
2023/11/27
Re: [RFC] docs/s390: Fix wrong command example in s390-cpu-topology.rst
,
Zhao Liu
,
2023/11/27
[RFC v2 0/7] Add persistence to NVMe ZNS emulation
,
Sam Li
,
2023/11/27
[RFC v2 0/7] Add persistence to NVMe ZNS emulation
,
Sam Li
,
2023/11/27
[RFC v2 3/7] hw/nvme: use blk_get_*() to access zone info in the block layer
,
Sam Li
,
2023/11/27
[RFC v2 4/7] hw/nvme: add blk_get_zone_extension to access zd_extensions
,
Sam Li
,
2023/11/27
[RFC v2 2/7] qcow2: add zd_extension configurations to zoned metadata
,
Sam Li
,
2023/11/27
Re: [RFC v2 2/7] qcow2: add zd_extension configurations to zoned metadata
,
Markus Armbruster
,
2023/11/30
[RFC v2 1/7] docs/qcow2: add zd_extension_size option to the zoned format feature
,
Sam Li
,
2023/11/27
Re: [RFC v2 1/7] docs/qcow2: add zd_extension_size option to the zoned format feature
,
Markus Armbruster
,
2023/11/30
[RFC v2 5/7] hw/nvme: make the metadata of ZNS emulation persistent
,
Sam Li
,
2023/11/27
[RFC v2 6/7] hw/nvme: refactor zone append write using block layer APIs
,
Sam Li
,
2023/11/27
[RFC v2 7/7] hw/nvme: make ZDED persistent
,
Sam Li
,
2023/11/27
Re: [RFC v2 0/7] Add persistence to NVMe ZNS emulation
,
Markus Armbruster
,
2023/11/30
Re: [RFC v2 0/7] Add persistence to NVMe ZNS emulation
,
Sam Li
,
2023/11/30
Re: [PATCH] l2tpv3: overwrite s->fd in net_l2tpv3_cleanup
,
Анастасия Любимова
,
2023/11/27
[PATCH 0/4] Add ivshmem-flat device
,
Gustavo Romero
,
2023/11/27
[PATCH 1/4] Add ivshmem-flat device
,
Gustavo Romero
,
2023/11/27
Re: [PATCH 1/4] Add ivshmem-flat device
,
Philippe Mathieu-Daudé
,
2023/11/29
[PATCH 2/4] tests/qtest: Reorganize common code in ivshmem-test
,
Gustavo Romero
,
2023/11/27
[PATCH 3/4] tests/qtest: Add ivshmem-flat test
,
Gustavo Romero
,
2023/11/27
[PATCH 4/4] hw/misc/ivshmem: Rename ivshmem to ivshmem-pci
,
Gustavo Romero
,
2023/11/27
Re: [PATCH 4/4] hw/misc/ivshmem: Rename ivshmem to ivshmem-pci
,
Philippe Mathieu-Daudé
,
2023/11/29
[PATCH v6 0/4] Add full zoned storage emulation to qcow2 driver
,
Sam Li
,
2023/11/26
[PATCH v6 1/4] docs/qcow2: add the zoned format feature
,
Sam Li
,
2023/11/26
[PATCH v6 2/4] qcow2: add configurations for zoned format extension
,
Sam Li
,
2023/11/26
Re: [PATCH v6 2/4] qcow2: add configurations for zoned format extension
,
Markus Armbruster
,
2023/11/30
[PATCH v6 3/4] qcow2: add zoned emulation capability
,
Sam Li
,
2023/11/26
Re: [PATCH v6 3/4] qcow2: add zoned emulation capability
,
Damien Le Moal
,
2023/11/27
[PATCH v6 4/4] iotests: test the zoned format feature for qcow2 file
,
Sam Li
,
2023/11/26
Re: [PATCH v6 0/4] Add full zoned storage emulation to qcow2 driver
,
Markus Armbruster
,
2023/11/30
[PATCH] hw/loongarch/virt: Align high memory base address with super page size
,
Bibo Mao
,
2023/11/26
[PATCH] avr: Fix wrong initial value of stack pointer
,
Gihun Nam
,
2023/11/26
Re: [PATCH] avr: Fix wrong initial value of stack pointer
,
Peter Maydell
,
2023/11/27
[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
,
EwanHai
,
2023/11/26
[PATCH v2 0/2] vhost-scsi: Support worker ioctls
,
Mike Christie
,
2023/11/26
[PATCH v2 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Mike Christie
,
2023/11/26
Re: [PATCH v2 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Stefano Garzarella
,
2023/11/29
Re: [PATCH v2 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Mike Christie
,
2023/11/29
[PATCH v2 1/2] vhost: Add worker backend callouts
,
Mike Christie
,
2023/11/26
Re: [PATCH v2 1/2] vhost: Add worker backend callouts
,
Stefano Garzarella
,
2023/11/29
Re: [PATCH v2 0/2] vhost-scsi: Support worker ioctls
,
Stefan Hajnoczi
,
2023/11/29
[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 v3 0/4] Fix IRQ routing in via south bridge
,
BALATON Zoltan
,
2023/11/26
[PATCH v3 1/4] hw/isa/vt82c686: Bring back via_isa_set_irq()
,
BALATON Zoltan
,
2023/11/26
[PATCH v3 3/4] hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()
,
BALATON Zoltan
,
2023/11/26
[PATCH v3 2/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
,
BALATON Zoltan
,
2023/11/26
[PATCH v3 4/4] hw/audio/via-ac97: Route interrupts using via_isa_set_irq()
,
BALATON Zoltan
,
2023/11/26
Re: [PATCH v3 0/4] Fix IRQ routing in via south bridge
,
BALATON Zoltan
,
2023/11/28
Re: [PATCH v3 0/4] Fix IRQ routing in via south bridge
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v3 0/4] Fix IRQ routing in via south bridge
,
BALATON Zoltan
,
2023/11/28
Re: [PATCH v3 0/4] Fix IRQ routing in via south bridge
,
Michael Tokarev
,
2023/11/29
Re: [PATCH v3 0/4] Fix IRQ routing in via south bridge
,
BALATON Zoltan
,
2023/11/29
[PATCH qemu 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/26
[PATCH qemu 2/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
pending hw/audio patches for 8.2
,
Volker Rümelin
,
2023/11/26
Re: pending hw/audio patches for 8.2
,
Michael S. Tsirkin
,
2023/11/26
[PULL 0/1] QGA build bug fixes for QEMU 8.2.0-rc2
,
Konstantin Kostiuk
,
2023/11/25
[PULL 1/1] build-sys: fix meson project version usage
,
Konstantin Kostiuk
,
2023/11/25
Re: [PULL 0/1] QGA build bug fixes for QEMU 8.2.0-rc2
,
Stefan Hajnoczi
,
2023/11/28
[PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/25
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Nicholas Piggin
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Nicholas Piggin
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Nicholas Piggin
,
2023/11/27
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Cédric Le Goater
,
2023/11/28
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
Philippe Mathieu-Daudé
,
2023/11/28
Re: [PATCH v2 for-8.2] ppc/amigaone: Allow running AmigaOS without firmware image
,
BALATON Zoltan
,
2023/11/28
[PATCH for-8.2] Fix broken build for QEMU guest agent
,
Stefan Weil
,
2023/11/25
Re: [PATCH for-8.2] Fix broken build for QEMU guest agent
,
Konstantin Kostiuk
,
2023/11/25
[PATCH for 8.2] ppc/amigaone: Allow running without firmware image
,
BALATON Zoltan
,
2023/11/25
[PATCH for-8.2] ide/via: Fix BAR4 value in legacy mode
,
BALATON Zoltan
,
2023/11/25
Re: [PATCH for-8.2] ide/via: Fix BAR4 value in legacy mode
,
Kevin Wolf
,
2023/11/27
[BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
,
Petr Cvek
,
2023/11/25
Re: [BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
,
Peter Maydell
,
2023/11/27
Re: [BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
,
Petr Cvek
,
2023/11/29
Re: [BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
,
Richard Henderson
,
2023/11/29
Re: [BUG] accel/tcg: cpu_exec_longjmp_cleanup: assertion failed: (cpu == current_cpu)
,
Petr Cvek
,
2023/11/29
[PATCH] qemu/timer: Don't use RDTSC on i486
,
Petr Cvek
,
2023/11/25
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Samuel Tardieu
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Petr Cvek
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Samuel Tardieu
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Petr Cvek
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Paolo Bonzini
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Petr Cvek
,
2023/11/26
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Richard Henderson
,
2023/11/28
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Petr Cvek
,
2023/11/29
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Richard Henderson
,
2023/11/29
Re: [PATCH] qemu/timer: Don't use RDTSC on i486
,
Peter Maydell
,
2023/11/27
[PATCH] ui: Optimization dirty rect empty check logic
,
lijiejun
,
2023/11/25
Re: [PATCH] ui: Optimization dirty rect empty check logic
,
Marc-André Lureau
,
2023/11/27
[PATCH v3 0/5] xen-arm: add support for virtio-pci
,
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 v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
,
Volodymyr Babchuk
,
2023/11/24
Re: [EXTERNAL] [PATCH v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
,
David Woodhouse
,
2023/11/27
Re: [EXTERNAL] [PATCH v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
,
Volodymyr Babchuk
,
2023/11/27
Re: [EXTERNAL] [PATCH v3 2/5] xen: backends: don't overwrite XenStore nodes created by toolstack
,
David Woodhouse
,
2023/11/28
[PATCH v3 1/5] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Volodymyr Babchuk
,
2023/11/24
[PATCH v3 5/5] xen_arm: Add virtual PCIe host bridge support
,
Volodymyr Babchuk
,
2023/11/24
[RFC PATCH v3 3/5] xen: add option to disable legacy backends
,
Volodymyr Babchuk
,
2023/11/24
Re: [RFC PATCH v3 3/5] xen: add option to disable legacy backends
,
Woodhouse, David
,
2023/11/27
Re: [RFC PATCH v3 3/5] xen: add option to disable legacy backends
,
Volodymyr Babchuk
,
2023/11/27
[PATCH for-9.0 v12 00/18] riscv: rv64i/rva22u64 CPUs, RVA22U64 profile support
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 01/18] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 02/18] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 04/18] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 07/18] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 05/18] target/riscv: add zicbop extension flag
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 06/18] target/riscv/tcg: add 'zic64b' support
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 08/18] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 09/18] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 10/18] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 11/18] target/riscv/tcg: add MISA user options hash
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 12/18] target/riscv/tcg: add riscv_cpu_write_misa_bit()
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 13/18] target/riscv/tcg: handle profile MISA bits
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 14/18] target/riscv/tcg: add hash table insert helpers
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 15/18] target/riscv/tcg: honor user choice for G MISA bits
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 16/18] target/riscv/tcg: validate profiles during finalize
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 17/18] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v12 18/18] target/riscv: add 'rva22u64' CPU
,
Daniel Henrique Barboza
,
2023/11/24
[RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH-for-8.2? v3 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH-for-8.2? v3 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH-for-8.2? v3 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH-for-8.2? v3 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
,
Peter Maydell
,
2023/11/27
[PATCH] hw/audio/sb16: Do not migrate qdev properties
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH for-8.2] export/vhost-user-blk: Fix consecutive drains
,
Kevin Wolf
,
2023/11/24
Re: [PATCH for-8.2] export/vhost-user-blk: Fix consecutive drains
,
Kevin Wolf
,
2023/11/27
[PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 01/13] vdpa: add VhostVDPAShared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 02/13] vdpa: move iova tree to the shared struct
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 03/13] vdpa: move iova_range to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 04/13] vdpa: move shadow_data to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 07/13] vdpa: move iotlb_batch_begin_sent to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 08/13] vdpa: move backend_cap to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 06/13] vdpa: move file descriptor to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 05/13] vdpa: use vdpa shared for tracing
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 10/13] vdpa: move iommu_list to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 09/13] vdpa: remove msg type of vhost_vdpa
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 11/13] vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 12/13] vdpa: use dev_shared in vdpa_iommu
,
Eugenio Pérez
,
2023/11/24
[PATCH 9.0 13/13] vdpa: move memory listener to vhost_vdpa_shared
,
Eugenio Pérez
,
2023/11/24
Re: [PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
,
Lei Yang
,
2023/11/29
Re: [PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
,
Eugenio Perez Martin
,
2023/11/30
Re: [PATCH 9.0 00/13] Consolidate common vdpa members in VhostVDPAShared
,
Lei Yang
,
2023/11/30
[PATCH for-9.0] qapi: Add 'recurse-children' option to qom-list
,
Alberto Garcia
,
2023/11/24
[PATCH v1 0/7] migration cleanups and testing improvements
,
Fabiano Rosas
,
2023/11/24
[PATCH v1 1/7] migration/multifd: Remove MultiFDPages_t::packet_num
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 1/7] migration/multifd: Remove MultiFDPages_t::packet_num
,
Peter Xu
,
2023/11/27
[PATCH v1 2/7] migration/multifd: Remove QEMUFile from where it is not needed
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 2/7] migration/multifd: Remove QEMUFile from where it is not needed
,
Peter Xu
,
2023/11/27
[PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 3/7] migration/multifd: Change multifd_pages_init argument
,
Peter Xu
,
2023/11/27
[PATCH v1 4/7] migration: Report error in incoming migration
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 4/7] migration: Report error in incoming migration
,
Peter Xu
,
2023/11/27
[PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Peter Xu
,
2023/11/27
Re: [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Fabiano Rosas
,
2023/11/27
Re: [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Peter Xu
,
2023/11/27
Re: [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Fabiano Rosas
,
2023/11/27
Re: [PATCH v1 5/7] tests/qtest/migration: Print migration incoming errors
,
Peter Xu
,
2023/11/27
[PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
,
Peter Xu
,
2023/11/27
Re: [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
,
Fabiano Rosas
,
2023/11/27
Re: [PATCH v1 6/7] tests/qtest/migration: Add a wrapper to print test names
,
Peter Xu
,
2023/11/27
[PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add
,
Fabiano Rosas
,
2023/11/24
Re: [PATCH v1 7/7] tests/qtest/migration: Use the new migration_test_add
,
Peter Xu
,
2023/11/27
[PULL 00/10] Misc bug fixes for QEMU 8.2.0-rc2
,
Paolo Bonzini
,
2023/11/24
[PULL 01/10] coverity: physmem: use simple assertions instead of modelling
,
Paolo Bonzini
,
2023/11/24
[PULL 02/10] tests: respect --enable/--disable-download for Avocado
,
Paolo Bonzini
,
2023/11/24
[PULL 03/10] docs: document what configure does with virtual environments
,
Paolo Bonzini
,
2023/11/24
[PULL 04/10] buildsys: Bump known good meson version to v1.2.3
,
Paolo Bonzini
,
2023/11/24
[PULL 05/10] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
,
Paolo Bonzini
,
2023/11/24
[PULL 06/10] audio: Free consumed default audio devices
,
Paolo Bonzini
,
2023/11/24
[PULL 08/10] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
,
Paolo Bonzini
,
2023/11/24
[PULL 07/10] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Paolo Bonzini
,
2023/11/24
[PULL 09/10] configure: Make only once with pseudo-"in source tree" builds
,
Paolo Bonzini
,
2023/11/24
[PULL 10/10] scripts: adjust url to Coverity tools
,
Paolo Bonzini
,
2023/11/24
Re: [PULL 00/10] Misc bug fixes for QEMU 8.2.0-rc2
,
Stefan Hajnoczi
,
2023/11/28
[PATCH 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/24
[PATCH 2/2] block: stream: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/24
Re: [PATCH 2/2] block: stream: Allow users to request only format driver names in backing file format
,
Vladimir Sementsov-Ogievskiy
,
2023/11/29
[PATCH 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/24
Re: [PATCH 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Vladimir Sementsov-Ogievskiy
,
2023/11/28
Re: [PATCH 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Peter Krempa
,
2023/11/28
Re: [PATCH 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Vladimir Sementsov-Ogievskiy
,
2023/11/29
Re: [PATCH 1/2] block: commit: Allow users to request only format driver names in backing file format
,
Vladimir Sementsov-Ogievskiy
,
2023/11/29
Re: [PATCH 0/2] block: commit/stream: Allow users to request only format driver names in backing file format
,
Vladimir Sementsov-Ogievskiy
,
2023/11/29
Re: [PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
,
Zhao Liu
,
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] sh4: Coding style: Remove tabs
,
xun
,
2023/11/24
Re: [PATCH] sh4: Coding style: Remove tabs
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH] sh4: Coding style: Remove tabs
,
Thomas Huth
,
2023/11/26
[PATCH v2 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
,
shiju.jose
,
2023/11/24
[PATCH v2 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
,
shiju.jose
,
2023/11/24
[PATCH v2 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
,
shiju.jose
,
2023/11/24
[PATCH v2 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control feature
,
shiju.jose
,
2023/11/24
hw: Audit of qdev properties with same name but different types
,
Philippe Mathieu-Daudé
,
2023/11/24
[RFC PATCH] hw/virtio: fix confusing comment
,
Dmitry Frolov
,
2023/11/24
[PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
,
Fam
,
2023/11/24
Re: [PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
,
Eric Blake
,
2023/11/27
Re: [PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
,
Kevin Wolf
,
2023/11/27
Re: [PATCH] vmdk: Don't corrupt desc file in vmdk_write_cid
,
Kevin Wolf
,
2023/11/27
[PATCH] block/monitor: blk_bs() return value check
,
Dmitry Frolov
,
2023/11/24
Re: [PATCH] block/monitor: blk_bs() return value check
,
Kevin Wolf
,
2023/11/24
Re: [PATCH] block/monitor: blk_bs() return value check
,
Дмитрий Фролов
,
2023/11/24
Re: [PATCH] block/monitor: blk_bs() return value check
,
Kevin Wolf
,
2023/11/24
[RFC QEMU PATCH v2 0/1] Support device passthrough when dom0 is PVH on Xen
,
Jiqian Chen
,
2023/11/24
[RFC QEMU PATCH v2 1/1] xen/pci: get gsi from irq for passthrough devices
,
Jiqian Chen
,
2023/11/24
[PATCH v5 0/3] pnv nest1 chiplet model
,
Chalapathi V
,
2023/11/24
[PATCH v5 1/3] hw/ppc: Add pnv pervasive common chiplet units
,
Chalapathi V
,
2023/11/24
Re: [PATCH v5 1/3] hw/ppc: Add pnv pervasive common chiplet units
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v5 1/3] hw/ppc: Add pnv pervasive common chiplet units
,
Chalapathi V
,
2023/11/26
[PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
,
Chalapathi V
,
2023/11/24
Re: [PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v5 2/3] hw/ppc: Add nest1 chiplet model
,
Chalapathi V
,
2023/11/26
[PATCH v5 3/3] hw/ppc: Nest1 chiplet wiring
,
Chalapathi V
,
2023/11/24
Re: [PATCH v5 3/3] hw/ppc: Nest1 chiplet wiring
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v5 3/3] hw/ppc: Nest1 chiplet wiring
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v5 3/3] hw/ppc: Nest1 chiplet wiring
,
Nicholas Piggin
,
2023/11/24
[PATCH] hw/ppc/Kconfig: Imply VFIO_PCI
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI
,
Cédric Le Goater
,
2023/11/28
[PATCH v2 0/7] ppc: pnv ChipTOD and various timebase fixes
,
Nicholas Piggin
,
2023/11/24
[PATCH v2 1/7] target/ppc: Rename TBL to TB on 64-bit
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 1/7] target/ppc: Rename TBL to TB on 64-bit
,
Cédric Le Goater
,
2023/11/24
[PATCH v2 2/7] target/ppc: Improve timebase register defines naming
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 2/7] target/ppc: Improve timebase register defines naming
,
Cédric Le Goater
,
2023/11/24
[PATCH v2 3/7] target/ppc: Fix move-to timebase SPR access permissions
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 3/7] target/ppc: Fix move-to timebase SPR access permissions
,
Cédric Le Goater
,
2023/11/24
[PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Cédric Le Goater
,
2023/11/24
[PATCH v2 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v2 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v2 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Cédric Le Goater
,
2023/11/24
[PATCH v2 6/7] target/ppc: Implement core timebase state machine and TFMR
,
Nicholas Piggin
,
2023/11/24
[PATCH v2 7/7] target/ppc: Add SMT support to time facilities
,
Nicholas Piggin
,
2023/11/24
[PATCH 1/1] qga/linux: Add new api 'guest-network-get-route'
,
Dehan Meng
,
2023/11/23
[PATCH v2 1/1] qga/linux: Add new api 'guest-network-get-route'
,
Dehan Meng
,
2023/11/23
PING: VMX controls setting patch for backward compatibility
,
Ewan Hai
,
2023/11/23
Re: PING: VMX controls setting patch for backward compatibility
,
Zhao Liu
,
2023/11/24
[PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
,
Daniel Hoffman
,
2023/11/23
Re: [PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
,
Markus Armbruster
,
2023/11/24
Re: [PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
,
Markus Armbruster
,
2023/11/24
Re: [PATCH] hw/core: define stack variable to NULL to fix qtest with sanitizers
,
Dan Hoffman
,
2023/11/24
[PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
,
Samuel Tardieu
,
2023/11/23
Re: [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
,
Anton Johansson
,
2023/11/24
Re: [PATCH] target/hexagon/idef-parser/prepare: use env to invoke bash
,
Philippe Mathieu-Daudé
,
2023/11/28
[PATCH 0/4] scsi: eliminate AioContext lock
,
Stefan Hajnoczi
,
2023/11/23
[PATCH 1/4] scsi: only access SCSIDevice->requests from one thread
,
Stefan Hajnoczi
,
2023/11/23
Re: [PATCH 1/4] scsi: only access SCSIDevice->requests from one thread
,
Eric Blake
,
2023/11/27
[PATCH 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()
,
Stefan Hajnoczi
,
2023/11/23
Re: [PATCH 2/4] virtio-scsi: don't lock AioContext around virtio_queue_aio_attach_host_notifier()
,
Eric Blake
,
2023/11/27
[PATCH 3/4] scsi: don't lock AioContext in I/O code path
,
Stefan Hajnoczi
,
2023/11/23
Re: [PATCH 3/4] scsi: don't lock AioContext in I/O code path
,
Eric Blake
,
2023/11/27
[PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()
,
Stefan Hajnoczi
,
2023/11/23
Re: [PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()
,
Eric Blake
,
2023/11/27
Re: [PATCH 0/4] scsi: eliminate AioContext lock
,
Stefan Hajnoczi
,
2023/11/23
[PATCH for-9.0 0/7] target/riscv: implement RVA22S64 profile
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 1/7] target/riscv: implement svade
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 1/7] target/riscv: implement svade
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 2/7] target/riscv: add priv ver restriction to profiles
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 2/7] target/riscv: add priv ver restriction to profiles
,
Andrew Jones
,
2023/11/24
Re: [PATCH for-9.0 2/7] target/riscv: add priv ver restriction to profiles
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 3/7] target/riscv/cpu.c: finalize satp_mode earlier
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 3/7] target/riscv/cpu.c: finalize satp_mode earlier
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 4/7] target/riscv/cpu: add riscv_cpu_is_32bit()
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 4/7] target/riscv/cpu: add riscv_cpu_is_32bit()
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 5/7] target/riscv: add satp_mode profile support
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 5/7] target/riscv: add satp_mode profile support
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 6/7] target/riscv: add RVA22S64 profile
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 6/7] target/riscv: add RVA22S64 profile
,
Andrew Jones
,
2023/11/24
Re: [PATCH for-9.0 6/7] target/riscv: add RVA22S64 profile
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 7/7] target/riscv: add rva22s64 cpu
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 7/7] target/riscv: add rva22s64 cpu
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 v11 00/18] rv64i and rva22u64 CPUs, RVA22U64 profile support
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 01/18] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 02/18] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 v11 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Andrew Jones
,
2023/11/24
Re: [PATCH for-9.0 v11 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/24
Re: [PATCH for-9.0 v11 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/24
[PATCH for-9.0 v11 04/18] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 06/18] target/riscv/tcg: add 'zic64b' support
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 08/18] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 09/18] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 10/18] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-9.0 v11 10/18] target/riscv/tcg: add user flag for profile support
,
Andrew Jones
,
2023/11/24
[PATCH for-9.0 v11 05/18] target/riscv: add zicbop extension flag
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 07/18] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 11/18] target/riscv/tcg: add MISA user options hash
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 12/18] target/riscv/tcg: add riscv_cpu_write_misa_bit()
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 13/18] target/riscv/tcg: handle profile MISA bits
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 14/18] target/riscv/tcg: add hash table insert helpers
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 15/18] target/riscv/tcg: honor user choice for G MISA bits
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 16/18] target/riscv/tcg: validate profiles during finalize
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 17/18] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Daniel Henrique Barboza
,
2023/11/23
[PATCH for-9.0 v11 18/18] target/riscv: add 'rva22u64' CPU
,
Daniel Henrique Barboza
,
2023/11/23
[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 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 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 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 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 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 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 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
[PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Christoph Muellner
,
2023/11/23
Re: [PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Andrew Jones
,
2023/11/24
Re: [PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Christoph Müllner
,
2023/11/24
Re: [PATCH v2] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Andrew Jones
,
2023/11/26
[PATCH] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Christoph Muellner
,
2023/11/23
Re: [PATCH] linux-user/riscv: Add Zicboz extensions to hwprobe
,
Christoph Müllner
,
2023/11/23
[PULL 00/14] random fixes for 8.2 (tests, plugins, docs, semihosting)
,
Alex Bennée
,
2023/11/23
[PULL 01/14] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/23
[PULL 02/14] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Alex Bennée
,
2023/11/23
[PULL 06/14] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/23
[PULL 03/14] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/23
[PULL 04/14] plugins: fix win plugin tests on cross compile
,
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 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Alex Bennée
,
2023/11/23
[PULL 05/14] target/nios2: Deprecate the Nios II architecture
,
Alex Bennée
,
2023/11/23
[PULL 11/14] tests/tcg: enable arm softmmu tests
,
Alex Bennée
,
2023/11/23
[PULL 07/14] docs/emulation: expand warning about semihosting
,
Alex Bennée
,
2023/11/23
[PULL 12/14] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/23
[PULL 13/14] configure: don't try a "native" cross for linux-user
,
Alex Bennée
,
2023/11/23
[PULL 14/14] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/23
[PULL 09/14] hw/core: skip loading debug on all failures
,
Alex Bennée
,
2023/11/23
Re: [PULL 00/14] random fixes for 8.2 (tests, plugins, docs, semihosting)
,
Stefan Hajnoczi
,
2023/11/27
[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 8/8] hw/arm/bcm2836: Add local variable to remove various DEVICE() casts
,
Philippe Mathieu-Daudé
,
2023/11/23
[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
[RFC PATCH] gdbstub: use a better signal when we halt for IO reasons
,
Alex Bennée
,
2023/11/23
Re: [RFC PATCH] gdbstub: use a better signal when we halt for IO reasons
,
Alex Bennée
,
2023/11/29
[PATCH 0/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/23
[PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Peter Maydell
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Kevin Wolf
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Kevin Wolf
,
2023/11/24
Re: [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
,
Stefan Hajnoczi
,
2023/11/23
[PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Alex Bennée
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michal Suchánek
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Kevin Wolf
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Alex Bennée
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Peter Maydell
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Kevin Wolf
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Manos Pitsidianakis
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michal Suchánek
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Alex Bennée
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Peter Maydell
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Kevin Wolf
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Manos Pitsidianakis
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/23
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Alex Bennée
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Daniel P . Berrangé
,
2023/11/24
Re: [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators
,
Stefan Hajnoczi
,
2023/11/23
[PATCH 0/7] ppc: pnv ChipTOD and various timebase fixes
,
Nicholas Piggin
,
2023/11/23
[PATCH 1/7] target/ppc: Rename TBL to TB on 64-bit
,
Nicholas Piggin
,
2023/11/23
[PATCH 2/7] target/ppc: Improve timebase register defines naming
,
Nicholas Piggin
,
2023/11/23
[PATCH 3/7] target/ppc: Fix move-to timebase SPR access permissions
,
Nicholas Piggin
,
2023/11/23
[PATCH 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Nicholas Piggin
,
2023/11/23
Re: [PATCH 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
,
Nicholas Piggin
,
2023/11/24
[PATCH 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Nicholas Piggin
,
2023/11/23
Re: [PATCH 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH 4/7] pnv/chiptod: Add POWER9/10 chiptod model
,
Nicholas Piggin
,
2023/11/24
[PATCH 7/7] target/ppc: Add SMT support to time facilities
,
Nicholas Piggin
,
2023/11/23
[PATCH 6/7] target/ppc: Implement core timebase state machine and TFMR
,
Nicholas Piggin
,
2023/11/23
Re: [PATCH 0/7] ppc: pnv ChipTOD and various timebase fixes
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH 0/7] ppc: pnv ChipTOD and various timebase fixes
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH] hw/i386: Rename kvmvapic.c -> vapic.c
,
Paolo Bonzini
,
2023/11/23
Re: [PATCH] hw/i386: Rename kvmvapic.c -> vapic.c
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH for-8.2] target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
,
Daniel Henrique Barboza
,
2023/11/23
Re: [PATCH for-8.2] target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
,
Philippe Mathieu-Daudé
,
2023/11/23
[PATCH 1/1] target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
,
Ivan Klokov
,
2023/11/23
[PATCH] pcie_sriov: Remove g_new assertion
,
Akihiko Odaki
,
2023/11/23
Re: [PATCH-for-8.2] pcie_sriov: Remove g_new assertion
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH] pcie_sriov: Remove g_new assertion
,
Cédric Le Goater
,
2023/11/27
Re: [PATCH] pcie_sriov: Remove g_new assertion
,
YangHang Liu
,
2023/11/30
Re: [PATCH] pcie_sriov: Remove g_new assertion
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH] pcie_sriov: Remove g_new assertion
,
Michael S. Tsirkin
,
2023/11/30
[PATCH] hw/ppc: Improve build for PPC VFIO
,
Zhenzhong Duan
,
2023/11/23
Re: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Cédric Le Goater
,
2023/11/23
RE: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Duan, Zhenzhong
,
2023/11/23
Re: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Cédric Le Goater
,
2023/11/24
RE: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Duan, Zhenzhong
,
2023/11/24
Re: [PATCH] hw/ppc: Improve build for PPC VFIO
,
Nicholas Piggin
,
2023/11/24
[PATCH v3 0/2] Introduce SPAPR_IRQ_NR_IPIS and fix max-cpus
,
Harsh Prateek Bora
,
2023/11/23
[PATCH v3 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.
,
Harsh Prateek Bora
,
2023/11/23
Re: [PATCH v3 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.
,
Cédric Le Goater
,
2023/11/23
[PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/23
Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/23
Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/24
Re: [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.
,
Cédric Le Goater
,
2023/11/24
[PATCH 0/2] fix some vhost-user issues
,
Li Feng
,
2023/11/23
[PATCH 1/2] vhost-user: fix the reconnect error
,
Li Feng
,
2023/11/23
Re: [PATCH 1/2] vhost-user: fix the reconnect error
,
Raphael Norwitz
,
2023/11/28
[PATCH 2/2] vhost-user-scsi: free the inflight area when reset
,
Li Feng
,
2023/11/23
Re: [PATCH 2/2] vhost-user-scsi: free the inflight area when reset
,
Raphael Norwitz
,
2023/11/28
[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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
Re: [PATCH v6 0/5] gdbstub and TCG plugin improvements
,
Alistair Francis
,
2023/11/22
Re: [PATCH v6 0/5] gdbstub and TCG plugin improvements
,
Akihiko Odaki
,
2023/11/23
Re: [PATCH v6 2/5] target/riscv: Remove misa_mxl validation
,
Alistair Francis
,
2023/11/22
Re: [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max
,
Alistair Francis
,
2023/11/22
Re: [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max
,
Akihiko Odaki
,
2023/11/23
[PATCH v3 0/3] Initial support for SPDM Responders
,
Alistair Francis
,
2023/11/22
[PATCH v3 1/3] hw/pci: Add all Data Object Types defined in PCIe r6.0
,
Alistair Francis
,
2023/11/22
[PATCH v3 2/3] backends: Initial support for SPDM socket support
,
Alistair Francis
,
2023/11/22
[PATCH v3 3/3] hw/nvme: Add SPDM over DOE support
,
Alistair Francis
,
2023/11/22
[PATCH] RISC-V: Increase max vlen to 4096
,
Patrick O'Neill
,
2023/11/22
Re: [PATCH] RISC-V: Increase max vlen to 4096
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH] RISC-V: Increase max vlen to 4096
,
Patrick O'Neill
,
2023/11/27
Re: [PATCH] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
,
Nicholas Piggin
,
2023/11/22
[PATCH-for-9.0] hw/mips: Inline 'bios.h' definitions
,
Philippe Mathieu-Daudé
,
2023/11/22
[PATCH-for-9.0] hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0] hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion
,
Cédric Le Goater
,
2023/11/22
[PATCH-for-9.0] hw/mips/cps: Simplify access to 'start-powered-off' property
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH-for-9.0] hw/mips/cps: Simplify access to 'start-powered-off' property
,
Markus Armbruster
,
2023/11/23
Re: [PATCH-for-9.0] hw/mips/cps: Simplify access to 'start-powered-off' property
,
Philippe Mathieu-Daudé
,
2023/11/23
[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 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
[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 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
[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 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 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 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 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 10/11] hw/arm/raspi: Build bcm2836.o and raspi.o objects once
,
Philippe Mathieu-Daudé
,
2023/11/22
[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
[PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
,
Michael Tokarev
,
2023/11/22
Re: [PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
,
Michael Tokarev
,
2023/11/22
[PATCH qemu] meson: require 1.3.0
,
~akihirosuda
,
2023/11/22
Re: [PATCH qemu] meson: require 1.3.0
,
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
Re: [PATCH-for-9.0] hw/i386: Rename kvmvapic.c -> vapic.c
,
Philippe Mathieu-Daudé
,
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 for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Fiona Ebner
,
2023/11/22
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Marc-André Lureau
,
2023/11/22
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Fiona Ebner
,
2023/11/22
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Marc-André Lureau
,
2023/11/23
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Fiona Ebner
,
2023/11/23
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Marc-André Lureau
,
2023/11/27
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Fiona Ebner
,
2023/11/27
Re: [PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
,
Marc-André Lureau
,
2023/11/28
Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers
,
Javier Martinez Canillas
,
2023/11/22
Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers
,
Simon Ser
,
2023/11/23
Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers
,
Javier Martinez Canillas
,
2023/11/24
Re: [PATCH v6 0/9] Fix cursor planes with virtualized drivers
,
Javier Martinez Canillas
,
2023/11/24
[PATCH] accel/tcg: TCG Plugin callback on a vCpu interrupt
,
Mikhail Tyutin
,
2023/11/22
[PATCH] accel/tcg: Expose translation block flags to plugins
,
Mikhail Tyutin
,
2023/11/22
[PATCH] iotests: fix default MT detection
,
Andrey Drobyshev
,
2023/11/22
Re: [PATCH] iotests: fix default MT detection
,
Kevin Wolf
,
2023/11/27
[PATCH RESEND v2 0/2] Introduce SPAPR_NR_IPIS and fix max-cpus
,
Harsh Prateek Bora
,
2023/11/22
[PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/22
Re: [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Cédric Le Goater
,
2023/11/22
Re: [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Cédric Le Goater
,
2023/11/22
Re: [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/23
[PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Harsh Prateek Bora
,
2023/11/22
Re: [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Harsh Prateek Bora
,
2023/11/23
Re: [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Cédric Le Goater
,
2023/11/23
Re: [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Philippe Mathieu-Daudé
,
2023/11/23
Re: [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Cédric Le Goater
,
2023/11/23
[PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs.
,
Harsh Prateek Bora
,
2023/11/22
[PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS.
,
Harsh Prateek Bora
,
2023/11/22
[PATCH v2 0/2] Introduce SPAPR_NR_IPIS and fix max-cpus
,
Harsh Prateek Bora
,
2023/11/22
[PATCH v3] tests/qemu-iotests/149: Use more inclusive language in this test
,
Thomas Huth
,
2023/11/22
Re: [PATCH v3] tests/qemu-iotests/149: Use more inclusive language in this test
,
Daniel P . Berrangé
,
2023/11/22
[PATCH] ppc/spapr: Initialize max_cpus limit to an allowed usable limit.
,
Harsh Prateek Bora
,
2023/11/22
Re: [PATCH] ppc/spapr: Initialize max_cpus limit to an allowed usable limit.
,
Cédric Le Goater
,
2023/11/22
Re: [PATCH] ppc/spapr: Initialize max_cpus limit to an allowed usable limit.
,
Harsh Prateek Bora
,
2023/11/22
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
,
Shivaprasad G Bhat
,
2023/11/22
[PATCH 0/3] tests/unit/test-qmp-event: Unconfuse Coverity & simplify
,
Markus Armbruster
,
2023/11/22
[PATCH 1/3] tests/unit/test-qmp-event: Drop superfluous mutex
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 1/3] tests/unit/test-qmp-event: Drop superfluous mutex
,
Thomas Huth
,
2023/11/22
[PATCH 2/3] tests/unit/test-qmp-event: Simplify event emission check
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 2/3] tests/unit/test-qmp-event: Simplify event emission check
,
Thomas Huth
,
2023/11/22
[PATCH 3/3] tests/unit/test-qmp-event: Replace fixture by global variables
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 3/3] tests/unit/test-qmp-event: Replace fixture by global variables
,
Thomas Huth
,
2023/11/22
Re: [PATCH qemu v2] Fixing the basic functionality of STM32 timers
,
Alistair Francis
,
2023/11/22
[PULL 0/6] riscv-to-apply queue
,
Alistair Francis
,
2023/11/22
[PULL 1/6] linux-user/riscv: Add Zicboz block size to hwprobe
,
Alistair Francis
,
2023/11/22
[PULL 2/6] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
,
Alistair Francis
,
2023/11/22
[PULL 3/6] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Alistair Francis
,
2023/11/22
[PULL 4/6] riscv: Fix SiFive E CLINT clock frequency
,
Alistair Francis
,
2023/11/22
[PULL 5/6] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Alistair Francis
,
2023/11/22
[PULL 6/6] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Alistair Francis
,
2023/11/22
Re: [PULL 0/6] riscv-to-apply queue
,
Stefan Hajnoczi
,
2023/11/22
Re: [PULL 0/6] riscv-to-apply queue
,
Michael Tokarev
,
2023/11/25
[PATCH v4 0/4] Support RISC-V IOPMP
,
Ethan Chen
,
2023/11/22
[PATCH v4 4/4] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2023/11/22
[PATCH v4 1/4] hw/core: Add config stream
,
Ethan Chen
,
2023/11/22
[PATCH v4 3/4] hw/dma: Add Andes ATCDMAC300 support
,
Ethan Chen
,
2023/11/22
[PATCH v4 2/4] Add RISC-V IOPMP support
,
Ethan Chen
,
2023/11/22
[ANNOUNCE] QEMU 8.2.0-rc1 is now available
,
Michael Roth
,
2023/11/21
[PULL 0/1] Seabios hppa v13 patches
,
deller
,
2023/11/21
[PULL 1/1] target/hppa: Update SeaBIOS-hppa to version 13
,
deller
,
2023/11/21
Re: [PULL 1/1] target/hppa: Update SeaBIOS-hppa to version 13
,
Philippe Mathieu-Daudé
,
2023/11/24
Re: [PULL 0/1] Seabios hppa v13 patches
,
Stefan Hajnoczi
,
2023/11/22
[PATCH v2 0/6] xen-arm: add support for virtio-pci
,
Volodymyr Babchuk
,
2023/11/21
[PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Paul Durrant
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Paul Durrant
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Woodhouse, David
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Woodhouse, David
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
David Woodhouse
,
2023/11/22
Re: [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
,
Paul Durrant
,
2023/11/23
[PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Philippe Mathieu-Daudé
,
2023/11/22
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
David Woodhouse
,
2023/11/22
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Paul Durrant
,
2023/11/22
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Woodhouse, David
,
2023/11/22
Re: [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device...
,
Volodymyr Babchuk
,
2023/11/22
[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 v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Paul Durrant
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Stefano Stabellini
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Stefano Stabellini
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Stefano Stabellini
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Paul Durrant
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
David Woodhouse
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Paul Durrant
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Volodymyr Babchuk
,
2023/11/23
Re: [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
,
Alex Bennée
,
2023/11/24
[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 3/6] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/21
Re: [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
,
Paul Durrant
,
2023/11/22
Re: [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
,
Stefano Stabellini
,
2023/11/22
Re: [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
,
David Woodhouse
,
2023/11/22
Re: [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/22
Re: [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/22
[PATCH 0/1 for qemu-8.2] SeaBIOS-hppa v13
,
deller
,
2023/11/21
[PATCH 1/1] target/hppa: Update SeaBIOS-hppa to version 13
,
deller
,
2023/11/21
[PATCH-for-9.0] meson: Allow building binary with no target-specific files in hw/
,
Philippe Mathieu-Daudé
,
2023/11/21
[PATCH v5 0/9] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/21
[PATCH v5 5/9] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/21
Re: [PATCH v5 5/9] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/24
[PATCH v5 2/9] misc/pca9552: Let external devices set pca9552 inputs
,
Glenn Miles
,
2023/11/21
[PATCH v5 6/9] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/21
[PATCH v5 3/9] ppc/pnv: New powernv10-rainier machine type
,
Glenn Miles
,
2023/11/21
Re: [PATCH v5 3/9] ppc/pnv: New powernv10-rainier machine type
,
Cédric Le Goater
,
2023/11/24
[PATCH v5 4/9] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
,
Glenn Miles
,
2023/11/21
[PATCH v5 1/9] misc/pca9552: Fix inverted input status
,
Glenn Miles
,
2023/11/21
[PATCH v5 7/9] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/21
Re: [PATCH v5 7/9] misc: Add a pca9554 GPIO device model
,
Cédric Le Goater
,
2023/11/22
Re: [PATCH v5 7/9] misc: Add a pca9554 GPIO device model
,
Miles Glenn
,
2023/11/27
Re: [PATCH v5 7/9] misc: Add a pca9554 GPIO device model
,
Cédric Le Goater
,
2023/11/24
[PATCH v5 8/9] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
,
Glenn Miles
,
2023/11/21
Re: [PATCH v5 8/9] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
,
Cédric Le Goater
,
2023/11/24
[PATCH v5 9/9] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/21
Re: [PATCH v5 0/9] Add powernv10 I2C devices and tests
,
Cédric Le Goater
,
2023/11/24
Re: [PATCH v5 0/9] Add powernv10 I2C devices and tests
,
Nicholas Piggin
,
2023/11/24
Re: [PATCH v5 0/9] Add powernv10 I2C devices and tests
,
Cédric Le Goater
,
2023/11/24
[ANNOUNCE] QEMU 8.1.3 Stable released
,
Michael Tokarev
,
2023/11/21
[ANNOUNCE] QEMU 7.2.7 Stable released
,
Michael Tokarev
,
2023/11/21
[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? 4/6] hw/nvram/xlnx-efuse: Free XlnxEFuse::ro_bits[] 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
Re: [PATCH-for-8.2 0/6] hw: Free DEFINE_PROP_ARRAY()'s arrays in instance_finalize()
,
Peter Maydell
,
2023/11/27
[PATCH for-8.2 0/2] qdev array property fixes
,
Kevin Wolf
,
2023/11/21
[PATCH for-8.2 1/2] qdev: Fix crash in array property getter
,
Kevin Wolf
,
2023/11/21
Re: [PATCH for-8.2 1/2] qdev: Fix crash in array property getter
,
Philippe Mathieu-Daudé
,
2023/11/24
[PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Kevin Wolf
,
2023/11/21
Re: [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Markus Armbruster
,
2023/11/30
Re: [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Stefan Hajnoczi
,
2023/11/30
Re: [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Markus Armbruster
,
2023/11/30
Re: [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Kevin Wolf
,
2023/11/30
Re: [PATCH for-8.2 2/2] string-output-visitor: Support lists for non-integer types
,
Markus Armbruster
,
2023/11/30
Re: [PATCH for-8.2 0/2] qdev array property fixes
,
Thomas Huth
,
2023/11/21
Re: [PATCH for-8.2 0/2] qdev array property fixes
,
Stefan Hajnoczi
,
2023/11/28
Re: QEMU Summit Minutes 2023
,
Alex Bennée
,
2023/11/21
Re: QEMU Summit Minutes 2023
,
Cédric Le Goater
,
2023/11/28
Re: QEMU Summit Minutes 2023
,
Peter Maydell
,
2023/11/28
Re: QEMU Summit Minutes 2023
,
Daniel P . Berrangé
,
2023/11/28
Re: QEMU Summit Minutes 2023
,
Daniel P . Berrangé
,
2023/11/28
Re: QEMU Summit Minutes 2023
,
Philippe Mathieu-Daudé
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Warner Losh
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Stefan Hajnoczi
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Stefan Hajnoczi
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Daniel P . Berrangé
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Stefan Hajnoczi
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Alex Bennée
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Stefan Hajnoczi
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Warner Losh
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Daniel P . Berrangé
,
2023/11/29
Re: QEMU Summit Minutes 2023
,
Peter Maydell
,
2023/11/29
[PATCH] scripts: adjust url to Coverity tools
,
Paolo Bonzini
,
2023/11/21
Re: [PATCH] scripts: adjust url to Coverity tools
,
Peter Maydell
,
2023/11/21
[PULL 0/1] linux-user late fix
,
Richard Henderson
,
2023/11/21
[PULL 1/1] linux-user: Fix loaddr computation for some elf files
,
Richard Henderson
,
2023/11/21
Re: [PULL 0/1] linux-user late fix
,
Stefan Hajnoczi
,
2023/11/21
[PATCH v3] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/21
[PATCH qemu 0/1] Implement the STM32L4x5 EXTI device
,
~aminier
,
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
Re: [PATCH qemu 0/1] Implement the STM32L4x5 EXTI device
,
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
Re: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding
,
Peter Maydell
,
2023/11/21
RE: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding
,
Brian Cain
,
2023/11/21
RE: [PULL v2 25/30] Hexagon HVX (target/hexagon) instruction decoding
,
Brian Cain
,
2023/11/26
QEMU developers fortnightly conference call for agenda for 2023-11-28
,
Juan Quintela
,
2023/11/21
Re: [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
,
David Woodhouse
,
2023/11/21
[PULL for-8.2 0/2] xenfv queue
,
David Woodhouse
,
2023/11/21
[PULL for-8.2 1/2] vl: disable default serial when xen-console is enabled
,
David Woodhouse
,
2023/11/21
[PULL for-8.2 2/2] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
David Woodhouse
,
2023/11/21
Re: [PULL for-8.2 0/2] xenfv queue
,
Stefan Hajnoczi
,
2023/11/21
[PULL 0/9] Block layer fixes for 8.2.0-rc1
,
Kevin Wolf
,
2023/11/21
[PULL 2/9] block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
,
Kevin Wolf
,
2023/11/21
[PULL 1/9] hw/ide/ahci: fix legacy software reset
,
Kevin Wolf
,
2023/11/21
[PULL 3/9] block: Fix deadlocks in bdrv_graph_wrunlock()
,
Kevin Wolf
,
2023/11/21
[PULL 4/9] stream: Fix AioContext locking during bdrv_graph_wrlock()
,
Kevin Wolf
,
2023/11/21
[PULL 6/9] ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core
,
Kevin Wolf
,
2023/11/21
[PULL 8/9] ide/via: don't attempt to set default BAR addresses
,
Kevin Wolf
,
2023/11/21
[PULL 7/9] ide/pci: introduce pci_ide_update_mode() function
,
Kevin Wolf
,
2023/11/21
[PULL 5/9] iotests: Test two stream jobs in a single iothread
,
Kevin Wolf
,
2023/11/21
[PULL 9/9] hw/ide/via: implement legacy/native mode switching
,
Kevin Wolf
,
2023/11/21
Re: [PULL 0/9] Block layer fixes for 8.2.0-rc1
,
Stefan Hajnoczi
,
2023/11/21
[PULL 0/8] target-arm queue
,
Peter Maydell
,
2023/11/21
[PULL 1/8] target/arm: enable FEAT_RNG on Neoverse-N2
,
Peter Maydell
,
2023/11/21
[PULL 2/8] hw/intc/arm_gicv3: ICC_PMR_EL1 high bits should be RAZ
,
Peter Maydell
,
2023/11/21
[PULL 3/8] target/arm: Fix SME FMOPA (16-bit), BFMOPA
,
Peter Maydell
,
2023/11/21
[PULL 5/8] hw/arm/stm32f405: Report error when incorrect CPU is used
,
Peter Maydell
,
2023/11/21
[PULL 6/8] hw/arm/stm32f205: Report error when incorrect CPU is used
,
Peter Maydell
,
2023/11/21
[PULL 4/8] hw/core/machine: Constify MachineClass::valid_cpu_types[]
,
Peter Maydell
,
2023/11/21
[PULL 7/8] hw/arm/stm32f100: Report error when incorrect CPU is used
,
Peter Maydell
,
2023/11/21
[PULL 8/8] hw/arm/fsl-imx: Do not ignore Error argument
,
Peter Maydell
,
2023/11/21
Re: [PULL 0/8] target-arm queue
,
Stefan Hajnoczi
,
2023/11/21
[PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
,
Thomas Huth
,
2023/11/21
Re: [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
,
Stefan Hajnoczi
,
2023/11/21
Re: [PATCH] Revert "tests/avocado: Enable reverse_debugging.py tests in gitlab CI"
,
Stefan Hajnoczi
,
2023/11/21
[PULL 0/3] Net patches
,
Jason Wang
,
2023/11/21
[PULL 1/3] net: Provide MemReentrancyGuard * to qemu_new_nic()
,
Jason Wang
,
2023/11/21
[PULL 3/3] net: do not delete nics in net_cleanup()
,
Jason Wang
,
2023/11/21
[PULL 2/3] net: Update MemReentrancyGuard for NIC
,
Jason Wang
,
2023/11/21
Re: [PULL 0/3] Net patches
,
Stefan Hajnoczi
,
2023/11/21
[PATCH for-8.2] ui/pixman-minimal.h: fix empty allocation
,
Manos Pitsidianakis
,
2023/11/21
Re: [PATCH for-8.2] ui/pixman-minimal.h: fix empty allocation
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH for-8.2] ui/pixman-minimal.h: fix empty allocation
,
Michael Tokarev
,
2023/11/23
Re: [PATCH for-8.2] ui/pixman-minimal.h: fix empty allocation
,
Manos Pitsidianakis
,
2023/11/23
[PULL 0/4] ppc queue
,
Cédric Le Goater
,
2023/11/21
[PULL 1/4] ppc/pnv: Fix potential overflow in I2C model
,
Cédric Le Goater
,
2023/11/21
[PULL 4/4] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/21
[PULL 3/4] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Cédric Le Goater
,
2023/11/21
[PULL 2/4] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
Cédric Le Goater
,
2023/11/21
Re: [PULL 0/4] ppc queue
,
Stefan Hajnoczi
,
2023/11/21
[PATCH v7 00/27] vfio: Adopt iommufd
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 01/27] backends/iommufd: Introduce the iommufd object
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 02/27] util/char_dev: Add open_cdev()
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 03/27] vfio/common: return early if space isn't empty
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 04/27] vfio/iommufd: Implement the iommufd backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 05/27] vfio/iommufd: Relax assert check for iommufd backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 06/27] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 07/27] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 08/27] vfio/pci: Introduce a vfio pci hot reset interface
,
Zhenzhong Duan
,
2023/11/21
Re: [PATCH v7 08/27] vfio/pci: Introduce a vfio pci hot reset interface
,
Philippe Mathieu-Daudé
,
2023/11/21
RE: [PATCH v7 08/27] vfio/pci: Introduce a vfio pci hot reset interface
,
Duan, Zhenzhong
,
2023/11/21
[PATCH v7 09/27] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 10/27] vfio/pci: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 11/27] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 13/27] vfio/platform: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 14/27] vfio/ap: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 15/27] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 12/27] vfio/platform: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 16/27] vfio/ccw: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 17/27] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 19/27] hw/arm: Activate IOMMUFD for virt machines
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 18/27] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 20/27] kconfig: Activate IOMMUFD for s390x machines
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 23/27] vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 22/27] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 24/27] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 25/27] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 21/27] hw/i386: Activate IOMMUFD for q35 machines
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 27/27] docs/devel: Add VFIO iommufd backend documentation
,
Zhenzhong Duan
,
2023/11/21
[PATCH v7 26/27] vfio: Introduce a helper function to initialize VFIODevice
,
Zhenzhong Duan
,
2023/11/21
Re: [PATCH v7 00/27] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/21
RE: [PATCH v7 00/27] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/21
Re: [PATCH v7 00/27] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/22
RE: [PATCH v7 00/27] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/22
Re: [PATCH v7 00/27] vfio: Adopt iommufd
,
Nicolin Chen
,
2023/11/21
RE: [PATCH v7 00/27] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/21
Re: [PATCH v7 00/27] vfio: Adopt iommufd
,
Joao Martins
,
2023/11/22
Re: [PATCH v7 00/27] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/28
[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
,
Alexey Kardashevskiy
,
2023/11/21
[PATCH v2 0/2] Fix mmu translation with H extension
,
Ivan Klokov
,
2023/11/21
[PATCH v2 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Ivan Klokov
,
2023/11/21
Re: [PATCH v2 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Daniel Henrique Barboza
,
2023/11/21
Re: [PATCH v2 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Alistair Francis
,
2023/11/21
[PATCH v2 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Ivan Klokov
,
2023/11/21
Re: [PATCH v2 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Daniel Henrique Barboza
,
2023/11/21
Re: [PATCH v2 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Alistair Francis
,
2023/11/21
Re: [PATCH v2 0/2] Fix mmu translation with H extension
,
Alistair Francis
,
2023/11/21
[PULL 0/1] loongarch fixes for 8.2
,
Song Gao
,
2023/11/20
[PULL 1/1] tcg/loongarch64: Fix tcg_out_mov() Aborted
,
Song Gao
,
2023/11/20
Re: [PULL 0/1] loongarch fixes for 8.2
,
Stefan Hajnoczi
,
2023/11/21
[PATCH v4 00/11] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/20
[PATCH v4 02/11] misc/pca9552: Let external devices set pca9552 inputs
,
Glenn Miles
,
2023/11/20
[PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Nicholas Piggin
,
2023/11/20
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Cédric Le Goater
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Miles Glenn
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Cédric Le Goater
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Cédric Le Goater
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Miles Glenn
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Nicholas Piggin
,
2023/11/22
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Cédric Le Goater
,
2023/11/21
Re: [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
,
Miles Glenn
,
2023/11/21
[PATCH v4 01/11] misc/pca9552: Fix inverted input status
,
Glenn Miles
,
2023/11/20
[PATCH v4 08/11] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 08/11] ppc/pnv: Use resettable interface to reset child I2C buses
,
Cédric Le Goater
,
2023/11/21
[PATCH v4 06/11] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 06/11] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Cédric Le Goater
,
2023/11/21
[PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/21
Re: [PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Miles Glenn
,
2023/11/21
Re: [PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/22
[PATCH v4 07/11] ppc/pnv: Fix PNV I2C invalid status after reset
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 07/11] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/21
[PATCH v4 09/11] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/20
[PATCH v4 04/11] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 04/11] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/21
[PATCH v4 10/11] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
,
Glenn Miles
,
2023/11/20
Re: [PATCH v4 10/11] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
,
Cédric Le Goater
,
2023/11/21
[PATCH v4 11/11] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/20
[PATCH v2] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Paolo Bonzini
,
2023/11/20
Re: [PATCH v2] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Akihiko Odaki
,
2023/11/21
Re: [PATCH v2] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Philippe Mathieu-Daudé
,
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 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 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 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 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 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 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 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 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 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-for-9.0] iothread: Remove unused Error** argument in aio_context_set_aio_params
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-9.0] iothread: Remove unused Error** argument in aio_context_set_aio_params
,
Markus Armbruster
,
2023/11/21
Re: [PATCH-for-9.0] iothread: Remove unused Error** argument in aio_context_set_aio_params
,
Stefan Hajnoczi
,
2023/11/22
[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 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
,
Richard Henderson
,
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 01/14] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/20
[PATCH v2 06/14] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/20
[PATCH v2 03/14] tests/docker: merge debian-native with debian-amd64
,
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 13/14] configure: don't try a "native" cross for linux-user
,
Alex Bennée
,
2023/11/20
[PATCH v2 09/14] hw/core: skip loading debug on all failures
,
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
,
Richard Henderson
,
2023/11/20
Re: [PATCH v2 11/14] tests/tcg: enable arm softmmu tests
,
Peter Maydell
,
2023/11/20
[PATCH v2 12/14] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/20
[PATCH v2 07/14] docs/emulation: expand warning about semihosting
,
Alex Bennée
,
2023/11/20
Re: [PATCH v2 07/14] docs/emulation: expand warning about semihosting
,
Richard Henderson
,
2023/11/20
[PATCH v2 14/14] tests/tcg: finesse the registers check for "hidden" regs
,
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-for-8.2 v2] backends/cryptodev: Do not ignore throttle/backends Errors
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-8.2 v2] backends/cryptodev: Do not ignore throttle/backends Errors
,
zhenwei pi
,
2023/11/20
RE: [PATCH-for-8.2 v2] backends/cryptodev: Do not ignore throttle/backends Errors
,
Gonglei (Arei)
,
2023/11/21
Re: [PATCH-for-8.2 v2] backends/cryptodev: Do not ignore throttle/backends Errors
,
Markus Armbruster
,
2023/11/21
[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
[PATCH-for-8.2] backends/cryptodev: Do not ignore throttle/backends Errors
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-8.2] backends/cryptodev: Do not ignore throttle/backends Errors
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH v4 0/3] hw/riscv/virt: pflash improvements
,
Andrea Bolognani
,
2023/11/20
Re: [PATCH v4 0/3] hw/riscv/virt: pflash improvements
,
Sunil V L
,
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 2/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] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
,
David Hildenbrand
,
2023/11/20
Re: [PATCH] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
,
Markus Armbruster
,
2023/11/21
Re: [PATCH] system: Use &error_abort in memory_region_init_ram_[device_]ptr()
,
Paolo Bonzini
,
2023/11/21
[RFC-PATCH-for-8.2?] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [RFC-PATCH-for-8.2?] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
,
Akihiko Odaki
,
2023/11/20
[PATCH-for-8.2?] hw/acpi/erst: Do not ignore Error* in realize handler
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH-for-8.2?] hw/acpi/erst: Do not ignore Error* in realize handler
,
Ani Sinha
,
2023/11/21
Re: [PATCH-for-8.2?] hw/acpi/erst: Do not ignore Error* in realize handler
,
Markus Armbruster
,
2023/11/21
[PATCH 0/2] Fix mmu translation with H extension
,
Ivan Klokov
,
2023/11/20
[PATCH 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Ivan Klokov
,
2023/11/20
Re: [PATCH 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Daniel Henrique Barboza
,
2023/11/20
Re: [PATCH 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
,
Alistair Francis
,
2023/11/20
[PATCH 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Ivan Klokov
,
2023/11/20
Re: [PATCH 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
,
Daniel Henrique Barboza
,
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] tests/qtest/migration-test: Fix analyze-migration.py for s390x
,
Thomas Huth
,
2023/11/20
Re: [PATCH] tests/qtest/migration-test: Fix analyze-migration.py for s390x
,
Fabiano Rosas
,
2023/11/20
[PATCH v2] audio: Free consumed default audio devices
,
Akihiko Odaki
,
2023/11/20
Re: [PATCH v2] audio: Free consumed default audio devices
,
Marc-André Lureau
,
2023/11/20
Re: [PATCH v2] audio: Free consumed default audio devices
,
Akihiko Odaki
,
2023/11/20
Re: [PATCH v2] audio: Free consumed default audio devices
,
Paolo Bonzini
,
2023/11/20
[PATCH] meson: -Wno-error=format-overflow for ubsan
,
Akihiko Odaki
,
2023/11/20
Re: [PATCH] meson: -Wno-error=format-overflow for ubsan
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH] meson: -Wno-error=format-overflow for ubsan
,
Philippe Mathieu-Daudé
,
2023/11/20
[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/20
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 1/1] tcg/loongarch64: Fix tcg_out_mov() Aborted
,
Song Gao
,
2023/11/20
Re: [PATCH-for-8.2 1/1] tcg/loongarch64: Fix tcg_out_mov() Aborted
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH 1/1] tcg/loongarch64: Fix tcg_out_mov() Aborted
,
Richard Henderson
,
2023/11/20
Re: [PATCH 1/1] tcg/loongarch64: Fix tcg_out_mov() Aborted
,
gaosong
,
2023/11/20
[PATCH v3 0/4] virtio: Refactor vhost input stub
,
Leo Yan
,
2023/11/19
[PATCH v3 1/4] hw/virtio: Support set_config() callback in vhost-user-base
,
Leo Yan
,
2023/11/19
[PATCH v3 2/4] docs/system: Add vhost-user-input documentation
,
Leo Yan
,
2023/11/19
[PATCH v3 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Leo Yan
,
2023/11/19
Re: [PATCH v3 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Manos Pitsidianakis
,
2023/11/20
[PATCH v3 4/4] hw/virtio: derive vhost-user-input from vhost-user-base
,
Leo Yan
,
2023/11/19
Re: [PATCH v3 4/4] hw/virtio: derive vhost-user-input from vhost-user-base
,
Manos Pitsidianakis
,
2023/11/20
Re: [PATCH v3 0/4] virtio: Refactor vhost input stub
,
Michael S. Tsirkin
,
2023/11/20
[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-for-8.2 v2 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
,
Philippe Mathieu-Daudé
,
2023/11/19
[PATCH-for-8.2 v2 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
,
Philippe Mathieu-Daudé
,
2023/11/19
Re: [PATCH-for-8.2 v2 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
,
Francisco Iglesias
,
2023/11/22
Re: [PATCH-for-8.2 v2 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
,
Vikram Garhwal
,
2023/11/22
[PATCH-for-8.2 v2 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/19
Re: [PATCH-for-8.2 v2 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
,
Francisco Iglesias
,
2023/11/22
Re: [PATCH-for-8.2 v2 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO
,
Vikram Garhwal
,
2023/11/22
[PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Daniel Hoffman
,
2023/11/19
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Philippe Mathieu-Daudé
,
2023/11/19
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/19
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Michael S. Tsirkin
,
2023/11/20
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Richard Henderson
,
2023/11/20
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Eric Blake
,
2023/11/21
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/21
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/21
Re: [PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/23
[PATCH v2] hw/i386: fix short-circuit logic with non-optimizing builds
,
Daniel Hoffman
,
2023/11/19
[PULL 0/1] target/xtensa fixes for v8.2
,
Max Filippov
,
2023/11/19
Re: [PULL 0/1] target/xtensa fixes for v8.2
,
Stefan Hajnoczi
,
2023/11/20
[PULL] target/xtensa fixes for v8.2
,
Max Filippov
,
2023/11/19
Re: [PULL] target/xtensa fixes for v8.2
,
Max Filippov
,
2023/11/19
[Stable-7.2.7 v2 00/62] Patch Round-up for stable 7.2.7, frozen on 2023-11-19
,
Michael Tokarev
,
2023/11/19
[Stable-7.2.7 61/62] tracetool: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/19
[Stable-7.2.7 62/62] target/tricore: Rename tricore_feature
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 v2 00/59] Patch Round-up for stable 8.1.3, frozen on 2023-11-19
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 54/59] tracetool: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 55/59] target/riscv/kvm: improve 'init_multiext_cfg' error msg
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 57/59] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 56/59] target/riscv/kvm: support KVM_GET_REG_LIST
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 59/59] hw/mips: LOONGSON3V depends on UNIMP device
,
Michael Tokarev
,
2023/11/19
[Stable-8.1.3 58/59] target/arm: HVC at EL3 should go to EL3, not EL2
,
Michael Tokarev
,
2023/11/19
Re: [Stable-8.1.3 v2 00/59] Patch Round-up for stable 8.1.3, frozen on 2023-11-19
,
Thomas Huth
,
2023/11/20
Re: [Stable-8.1.3 v2 00/59] Patch Round-up for stable 8.1.3, frozen on 2023-11-19
,
Michael Tokarev
,
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] configure: Make only once with pseudo-"in source tree" builds
,
Akihiko Odaki
,
2023/11/19
Re: [PATCH] configure: Make only once with pseudo-"in source tree" builds
,
Paolo Bonzini
,
2023/11/21
[PATCH] audio: Free consumed default audio devices
,
Akihiko Odaki
,
2023/11/19
Re: [PATCH] audio: Free consumed default audio devices
,
Marc-André Lureau
,
2023/11/20
[PATCH] hw/timer/hpet: Convert DPRINTF to trace events
,
Daniel Hoffman
,
2023/11/18
Re: [PATCH] hw/timer/hpet: Convert DPRINTF to trace events
,
Dan Hoffman
,
2023/11/21
[PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Daniel Hoffman
,
2023/11/18
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Michael S. Tsirkin
,
2023/11/19
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/19
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Michael S. Tsirkin
,
2023/11/19
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/19
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Michael S. Tsirkin
,
2023/11/19
Re: [PATCH] hw/i386: fix short-circuit logic with non-optimizing builds
,
Dan Hoffman
,
2023/11/19
[v2 0/2] vhost-user-test: Add negotiated features check
,
Hyman Huang
,
2023/11/18
[v2 1/2] qapi/virtio: Add feature and status bits for x-query-virtio-status
,
Hyman Huang
,
2023/11/18
[v2 2/2] vhost-user-test: Add negotiated features check
,
Hyman Huang
,
2023/11/18
[RFC] Flexible SR-IOV support for virtio-net
,
Akihiko Odaki
,
2023/11/18
Re: [RFC] Flexible SR-IOV support for virtio-net
,
Yui Washizu
,
2023/11/28
Re: [RFC] Flexible SR-IOV support for virtio-net
,
Akihiko Odaki
,
2023/11/28
[PATCH RESEND v7 00/19] virtio-net RSS/hash report fixes and improvements
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 01/19] tap: Remove tap_probe_vnet_hdr_len()
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 02/19] tap: Remove qemu_using_vnet_hdr()
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 03/19] net: Move virtio-net header length assertion
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 04/19] net: Remove receive_raw()
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 05/19] tap: Call tap_receive_iov() from tap_receive()
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 06/19] tap: Shrink zeroed virtio-net header
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 07/19] virtio-net: Copy header only when necessary
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 08/19] virtio-net: Disable RSS on reset
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 09/19] virtio-net: Unify the logic to update NIC state for RSS
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 10/19] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 11/19] virtio-net: Report RSS warning at device realization
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 12/19] virtio-net: Always set populate_hash
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 13/19] virtio-net: Do not write hashes to peer buffer
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 14/19] ebpf: Fix RSS error handling
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 16/19] ebpf: Simplify error handling
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 15/19] ebpf: Use standard section name
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 18/19] ebpf: Refactor tun_rss_steering_prog()
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 19/19] ebpf: Add a separate target for skeleton
,
Akihiko Odaki
,
2023/11/18
[PATCH RESEND v7 17/19] ebpf: Return 0 when configuration fails
,
Akihiko Odaki
,
2023/11/18
[PATCH v7 00/19] virtio-net RSS/hash report fixes and improvements
,
Akihiko Odaki
,
2023/11/18
[PATCH v7 01/19] tap: Remove tap_probe_vnet_hdr_len()
,
Akihiko Odaki
,
2023/11/18
[PATCH v7 02/19] tap: Remove qemu_using_vnet_hdr()
,
Akihiko Odaki
,
2023/11/18
[PATCH v7 03/19] net: Move virtio-net header length assertion
,
Akihiko Odaki
,
2023/11/18
[PATCH v7 04/19] net: Remove receive_raw()
,
Akihiko Odaki
,
2023/11/18
[PATCH] qga/linux: Add new api 'guest-network-get-route'
,
Dehan Meng
,
2023/11/17
[PULL 0/2] hppa64 fixes
,
deller
,
2023/11/17
[PULL 1/2] target/hppa: Fix 64-bit SHRPD instruction
,
deller
,
2023/11/17
[PULL 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
deller
,
2023/11/17
Re: [PULL 0/2] hppa64 fixes
,
Stefan Hajnoczi
,
2023/11/20
[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
[PATCH v3] hw/usb: fix xhci port notify
,
Nikita Ostrenkov
,
2023/11/17
[PATCH v2] hw/usb: fix xhci port notify
,
Nikita Ostrenkov
,
2023/11/17
[PATCH for-8.2 0/3] UI: fix default VC regressions
,
marcandre . lureau
,
2023/11/17
[PATCH for-8.2 1/3] vl: revert behaviour for -display none
,
marcandre . lureau
,
2023/11/17
Re: [PATCH for-8.2 1/3] vl: revert behaviour for -display none
,
Peter Maydell
,
2023/11/20
Re: [EXTERNAL] [PATCH for-8.2 1/3] vl: revert behaviour for -display none
,
David Woodhouse
,
2023/11/20
Re: [PATCH for-8.2 1/3] vl: revert behaviour for -display none
,
David Woodhouse
,
2023/11/21
[PATCH for-8.2 2/3] ui: use "vc" chardev for dbus, gtk & spice-app
,
marcandre . lureau
,
2023/11/17
Re: [PATCH for-8.2 2/3] ui: use "vc" chardev for dbus, gtk & spice-app
,
Thomas Huth
,
2023/11/21
[PATCH for-8.2 3/3] ui/console: fix default VC when there are no display
,
marcandre . lureau
,
2023/11/17
Re: [PATCH for-8.2 3/3] ui/console: fix default VC when there are no display
,
Thomas Huth
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
Woodhouse, David
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
David Woodhouse
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH for-8.2 0/3] UI: fix default VC regressions
,
David Woodhouse
,
2023/11/21
[PATCH] vl: add missing display_remote++
,
marcandre . lureau
,
2023/11/17
Re: [PATCH] vl: add missing display_remote++
,
Marc-André Lureau
,
2023/11/21
[PATCH v3 0/5] Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/17
[PATCH v3 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Alistair Francis
,
2023/11/20
[PATCH v3 2/5] hw: Replace anti-social QOM type names (again)
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 2/5] hw: Replace anti-social QOM type names (again)
,
Alistair Francis
,
2023/11/20
[PATCH v3 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
,
Alistair Francis
,
2023/11/20
[PATCH v3 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
,
Alistair Francis
,
2023/11/20
[PATCH v3 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH v3 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/17
Re: [PATCH v3 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Alistair Francis
,
2023/11/20
[PATCH v2 0/2] HPPA64-PATCHES-for-8.2
,
deller
,
2023/11/17
[PATCH v2 1/2] target/hppa: Fix 64-bit SHRPD instruction
,
deller
,
2023/11/17
Re: [PATCH v2 1/2] target/hppa: Fix 64-bit SHRPD instruction
,
Richard Henderson
,
2023/11/17
[PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
deller
,
2023/11/17
Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
Richard Henderson
,
2023/11/17
Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
Helge Deller
,
2023/11/17
Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
Richard Henderson
,
2023/11/17
[PATCH 0/2] HPPA64-PATCHES-for-8.2
,
deller
,
2023/11/17
[PATCH 2/2] disas/hppa: Show hexcode of instruction along with disassembly
,
deller
,
2023/11/17
[PATCH 1/2] target/hppa: Fix 64-bit SHRPD instruction
,
deller
,
2023/11/17
RE: [PATCH v5 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest
,
address@hidden
,
2023/11/17
[PULL 0/7] Error reporting patches for 2023-11-17
,
Markus Armbruster
,
2023/11/17
[PULL 6/7] balloon: Fix a misleading error message
,
Markus Armbruster
,
2023/11/17
[PULL 5/7] net: Fix a misleading error message
,
Markus Armbruster
,
2023/11/17
[PULL 2/7] hmp: Improve sync-profile error message
,
Markus Armbruster
,
2023/11/17
[PULL 1/7] spapr/pci: Correct "does not support hotplugging error messages
,
Markus Armbruster
,
2023/11/17
[PULL 3/7] qga: Improve guest-exec-status error message
,
Markus Armbruster
,
2023/11/17
[PULL 4/7] ui/qmp-cmds: Improve two error messages
,
Markus Armbruster
,
2023/11/17
[PULL 7/7] target/i386/cpu: Improve error message for property "vendor"
,
Markus Armbruster
,
2023/11/17
Re: [PULL 0/7] Error reporting patches for 2023-11-17
,
Stefan Hajnoczi
,
2023/11/20
[PATCH] docs/devel: Add VFIO iommufd backend documentation
,
Zhenzhong Duan
,
2023/11/17
Re: [PATCH] docs/devel: Add VFIO iommufd backend documentation
,
Cédric Le Goater
,
2023/11/17
Re: [PATCH] docs/devel: Add VFIO iommufd backend documentation
,
Cédric Le Goater
,
2023/11/17
RE: [PATCH] docs/devel: Add VFIO iommufd backend documentation
,
Duan, Zhenzhong
,
2023/11/19
RE: [PATCH v5 10/11] hw/net: GMAC Tx Implementation
,
address@hidden
,
2023/11/17
Re: [PATCH 0/7] Miscellaneous error message improvements
,
Markus Armbruster
,
2023/11/17
RE: [PATCH v5 09/11] hw/net: GMAC Rx Implementation
,
address@hidden
,
2023/11/17
[PATCH] riscv: Fix SiFive E CLINT clock frequency
,
Román Cárdenas
,
2023/11/17
Re: [PATCH] riscv: Fix SiFive E CLINT clock frequency
,
Daniel Henrique Barboza
,
2023/11/17
Re: [PATCH] riscv: Fix SiFive E CLINT clock frequency
,
Alistair Francis
,
2023/11/20
Re: [PATCH] riscv: Fix SiFive E CLINT clock frequency
,
Alistair Francis
,
2023/11/20
[PATCH] hw/usb: fix xhci port notify
,
Nikita Ostrenkov
,
2023/11/17
Re: [PATCH v2 16/35] tcg/loongarch64: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH v2 17/35] tcg/mips: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH v2 17/35] tcg/mips: Support TCG_COND_TST{EQ,NE}
,
Richard Henderson
,
2023/11/17
RE: [PATCH v5 08/11] hw/net: General GMAC Implementation
,
address@hidden
,
2023/11/17
[PATCH v6 00/16] Support smp.clusters for x86 in QEMU
,
Zhao Liu
,
2023/11/17
[PATCH v6 01/16] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
,
Zhao Liu
,
2023/11/17
[PATCH v6 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
,
Zhao Liu
,
2023/11/17
[PATCH v6 04/16] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
,
Zhao Liu
,
2023/11/17
[PATCH v6 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
,
Zhao Liu
,
2023/11/17
[PATCH v6 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
,
Zhao Liu
,
2023/11/17
[PATCH v6 06/16] i386: Introduce module-level cpu topology to CPUX86State
,
Zhao Liu
,
2023/11/17
[PATCH v6 09/16] i386: Support module_id in X86CPUTopoIDs
,
Zhao Liu
,
2023/11/17
[PATCH v6 07/16] i386: Support modules_per_die in X86CPUTopoInfo
,
Zhao Liu
,
2023/11/17
[PATCH v6 08/16] i386: Expose module level in CPUID[0x1F]
,
Zhao Liu
,
2023/11/17
[PATCH v6 12/16] hw/i386/pc: Support smp.clusters for x86 PC machine
,
Zhao Liu
,
2023/11/17
[PATCH v6 10/16] i386/cpu: Introduce cluster-id to X86CPU
,
Zhao Liu
,
2023/11/17
[PATCH v6 11/16] tests: Add test case of APIC ID for module level parsing
,
Zhao Liu
,
2023/11/17
[PATCH v6 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
,
Zhao Liu
,
2023/11/17
[PATCH v6 13/16] i386: Add cache topology info in CPUCacheInfo
,
Zhao Liu
,
2023/11/17
[PATCH v6 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
,
Zhao Liu
,
2023/11/17
[PATCH v6 16/16] i386: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]
,
Zhao Liu
,
2023/11/17
Assessment of the difficulty in porting CPU architecture for qemu
,
??
,
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 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
[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 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
Re: [PATCH-for-8.2? v2 0/4] hw/arm/stm32xxx: Report error when incorrect CPU is used
,
Peter Maydell
,
2023/11/20
[PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Thomas Huth
,
2023/11/17
Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Sandra Loosemore
,
2023/11/17
Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Richard Henderson
,
2023/11/17
Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Marek Vasut
,
2023/11/17
Re: [PATCH-for-8.2] target/nios2: Deprecate the Nios II architecture
,
Alex Bennée
,
2023/11/17
[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 for-8.2] Revert "ui/console: allow to override the default VC"
,
Peter Maydell
,
2023/11/16
Re: [PATCH for-8.2] Revert "ui/console: allow to override the default VC"
,
David Woodhouse
,
2023/11/16
Re: [PATCH for-8.2] Revert "ui/console: allow to override the default VC"
,
Marc-André Lureau
,
2023/11/17
[PULL 00/10] Avocado test fixes
,
Thomas Huth
,
2023/11/16
[PULL 01/10] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
,
Thomas Huth
,
2023/11/16
[PULL 05/10] tests/avocado/multiprocess: Add asset hashes to silence warnings
,
Thomas Huth
,
2023/11/16
[PULL 03/10] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
,
Thomas Huth
,
2023/11/16
[PULL 02/10] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
,
Thomas Huth
,
2023/11/16
[PULL 07/10] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Thomas Huth
,
2023/11/16
[PULL 06/10] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
,
Thomas Huth
,
2023/11/16
[PULL 09/10] tests/avocado: reverse_debugging drain console to prevent hang
,
Thomas Huth
,
2023/11/16
[PULL 04/10] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
,
Thomas Huth
,
2023/11/16
[PULL 08/10] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
,
Thomas Huth
,
2023/11/16
[PULL 10/10] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Thomas Huth
,
2023/11/16
Re: [PULL 00/10] Avocado test fixes
,
Stefan Hajnoczi
,
2023/11/20
Converting images to stdout
,
Alberto Garcia
,
2023/11/16
Re: Converting images to stdout
,
Eric Blake
,
2023/11/20
Re: Converting images to stdout
,
Alberto Garcia
,
2023/11/22
[RFC PATCH] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/16
Re: [RFC PATCH] tests/tcg: finesse the registers check for "hidden" regs
,
Nicholas Piggin
,
2023/11/17
[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
[RFC PATCH] configure: don't try a "native" cross for i386
,
Alex Bennée
,
2023/11/16
Re: [RFC PATCH] configure: don't try a "native" cross for i386
,
Daniel P . Berrangé
,
2023/11/16
Re: [RFC PATCH] configure: don't try a "native" cross for i386
,
Paolo Bonzini
,
2023/11/20
[PATCH-for-9.0] hw/core: Add machine_class_default_cpu_type()
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH-for-9.0] hw/core: Add machine_class_default_cpu_type()
,
Richard Henderson
,
2023/11/16
[PATCH v2] system/memory: use ldn_he_p/stn_he_p
,
Patrick Venture
,
2023/11/16
Re: [PATCH v2] system/memory: use ldn_he_p/stn_he_p
,
Philippe Mathieu-Daudé
,
2023/11/17
Re: [PATCH v2] system/memory: use ldn_he_p/stn_he_p
,
David Hildenbrand
,
2023/11/17
[PATCH v2 0/5] Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/16
[PATCH v2 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Thomas Huth
,
2023/11/16
Re: [PATCH v2 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
,
Peter Maydell
,
2023/11/16
[PATCH v2 2/5] hw: Replace anti-social QOM type names (again)
,
Thomas Huth
,
2023/11/16
[PATCH v2 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
,
Thomas Huth
,
2023/11/16
Re: [PATCH v2 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
,
David Hildenbrand
,
2023/11/16
Re: [PATCH v2 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
,
Thomas Huth
,
2023/11/16
Re: [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v2 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/16
Re: [PATCH v2 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH v2 5/5] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/16
[PATCH] avocado: fix Python invalid escape sequence
,
marcandre . lureau
,
2023/11/16
Re: [PATCH] avocado: fix Python invalid escape sequence
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH] avocado: fix Python invalid escape sequence
,
Paolo Bonzini
,
2023/11/21
[PATCH] Fix SiFive E CLINT clock frequency (#1978)
,
Román Cárdenas
,
2023/11/16
Re: [PATCH] Fix SiFive E CLINT clock frequency (#1978)
,
Daniel Henrique Barboza
,
2023/11/16
[PATCH 1/3] tests/avocado: reverse_debugging drain console to prevent hang
,
Nicholas Piggin
,
2023/11/16
[PATCH 2/3] chardev: report blocked write to chardev backend
,
Nicholas Piggin
,
2023/11/16
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Marc-André Lureau
,
2023/11/20
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Nicholas Piggin
,
2023/11/20
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Daniel P . Berrangé
,
2023/11/21
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Thomas Huth
,
2023/11/21
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Alex Bennée
,
2023/11/22
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Thomas Huth
,
2023/11/22
Re: [PATCH 2/3] chardev: report blocked write to chardev backend
,
Daniel P . Berrangé
,
2023/11/22
[PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Nicholas Piggin
,
2023/11/16
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Thomas Huth
,
2023/11/16
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Thomas Huth
,
2023/11/16
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Nicholas Piggin
,
2023/11/17
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Thomas Huth
,
2023/11/21
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Daniel P . Berrangé
,
2023/11/21
Re: [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI
,
Thomas Huth
,
2023/11/21
Re: [PATCH 1/3] tests/avocado: reverse_debugging drain console to prevent hang
,
Ani Sinha
,
2023/11/16
Re: [PATCH 1/3] tests/avocado: reverse_debugging drain console to prevent hang
,
Ani Sinha
,
2023/11/16
Re: [PATCH 1/3] tests/avocado: reverse_debugging drain console to prevent hang
,
Ani Sinha
,
2023/11/16
[PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/16
[PATCH v3 1/4] ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core
,
Mark Cave-Ayland
,
2023/11/16
Re: [PATCH v3 1/4] ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v3 3/4] ide/via: don't attempt to set default BAR addresses
,
Mark Cave-Ayland
,
2023/11/16
Re: [PATCH v3 3/4] ide/via: don't attempt to set default BAR addresses
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH v3 2/4] ide/pci: introduce pci_ide_update_mode() function
,
Mark Cave-Ayland
,
2023/11/16
[PATCH v3 4/4] hw/ide/via: implement legacy/native mode switching
,
Mark Cave-Ayland
,
2023/11/16
Re: [PATCH v3 4/4] hw/ide/via: implement legacy/native mode switching
,
BALATON Zoltan
,
2023/11/16
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/16
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/16
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/17
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/19
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/19
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/21
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Kevin Wolf
,
2023/11/21
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/21
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Peter Maydell
,
2023/11/21
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Mark Cave-Ayland
,
2023/11/20
Re: [PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/20
[PATCH] hw/audio: Fix logic error in hda audio
,
zhouyang23
,
2023/11/16
Re: [PATCH] hw/audio: Fix logic error in hda audio
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH] hw/audio: Fix logic error in hda audio
,
Marc-André Lureau
,
2023/11/20
[PATCH v2 0/5] VFIO device init cleanup
,
Zhenzhong Duan
,
2023/11/16
[PATCH v2 1/5] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Zhenzhong Duan
,
2023/11/16
[PATCH v2 2/5] vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
,
Zhenzhong Duan
,
2023/11/16
[PATCH v2 3/5] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
,
Zhenzhong Duan
,
2023/11/16
[PATCH v2 4/5] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
,
Zhenzhong Duan
,
2023/11/16
[PATCH v2 5/5] vfio: Introduce a helper function to initialize VFIODevice
,
Zhenzhong Duan
,
2023/11/16
[PULL 00/27] Trivial patches for 2023-11-16
,
Michael Tokarev
,
2023/11/16
[PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
,
Michael Tokarev
,
2023/11/16
[PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
,
Michael Tokarev
,
2023/11/16
[PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words
,
Michael Tokarev
,
2023/11/16
[PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions
,
Michael Tokarev
,
2023/11/16
[PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize
,
Michael Tokarev
,
2023/11/16
[PULL 06/27] qapi/migration.json: spelling: transfering
,
Michael Tokarev
,
2023/11/16
[PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented
,
Michael Tokarev
,
2023/11/16
[PULL 08/27] linux-user: spelling fixes: othe, necesary
,
Michael Tokarev
,
2023/11/16
[PULL 10/27] gdbstub: spelling fix: respectivelly
,
Michael Tokarev
,
2023/11/16
[PULL 11/27] docs/about/deprecated.rst: spelling fix: becase
,
Michael Tokarev
,
2023/11/16
[PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized
,
Michael Tokarev
,
2023/11/16
[PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend
,
Michael Tokarev
,
2023/11/16
[PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements
,
Michael Tokarev
,
2023/11/16
[PULL 15/27] target/hppa: spelling fixes: Indicies, Truely
,
Michael Tokarev
,
2023/11/16
[PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
,
Michael Tokarev
,
2023/11/16
[PULL 14/27] target/arm/tcg: spelling fixes: alse, addreses
,
Michael Tokarev
,
2023/11/16
[PULL 16/27] migration/rdma.c: spelling fix: asume
,
Michael Tokarev
,
2023/11/16
[PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects
,
Michael Tokarev
,
2023/11/16
[PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining
,
Michael Tokarev
,
2023/11/16
[PULL 22/27] include/hw/virtio/vhost.h: spelling fix: sate
,
Michael Tokarev
,
2023/11/16
[PULL 21/27] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast
,
Michael Tokarev
,
2023/11/16
[PULL 20/27] include/block/ufs.h: spelling fix: setted
,
Michael Tokarev
,
2023/11/16
[PULL 23/27] target/riscv/cpu.h: spelling fix: separatly
,
Michael Tokarev
,
2023/11/16
[PULL 24/27] tests/qtest/migration-test.c: spelling fix: bandwith
,
Michael Tokarev
,
2023/11/16
[PULL 25/27] tests/qtest/ufs-test.c: spelling fix: tranfer
,
Michael Tokarev
,
2023/11/16
[PULL 26/27] util/filemonitor-inotify.c: spelling fix: kenel
,
Michael Tokarev
,
2023/11/16
[PULL 27/27] util/range.c: spelling fix: inbetween
,
Michael Tokarev
,
2023/11/16
Re: [PULL 00/27] Trivial patches for 2023-11-16
,
Stefan Hajnoczi
,
2023/11/20
[PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Manos Pitsidianakis
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Manos Pitsidianakis
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Manos Pitsidianakis
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH-for-8.2] virtio-sound: add realize() error cleanup path
,
Manos Pitsidianakis
,
2023/11/16
[PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
,
Thomas Huth
,
2023/11/16
Re: [PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
,
Ani Sinha
,
2023/11/16
Re: [PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
,
Ani Sinha
,
2023/11/16
[PATCH 00/19] qapi: statically type schema.py
,
John Snow
,
2023/11/15
[PATCH 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
,
John Snow
,
2023/11/15
[PATCH 02/19] qapi/schema: add pylint suppressions
,
John Snow
,
2023/11/15
Re: [PATCH 02/19] qapi/schema: add pylint suppressions
,
Markus Armbruster
,
2023/11/21
[PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
,
John Snow
,
2023/11/15
Re: [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
,
John Snow
,
2023/11/21
Re: [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
,
Markus Armbruster
,
2023/11/22
[PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
John Snow
,
2023/11/15
Re: [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
John Snow
,
2023/11/21
Re: [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
John Snow
,
2023/11/22
Re: [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
,
Markus Armbruster
,
2023/11/23
[PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
,
John Snow
,
2023/11/15
Re: [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
,
John Snow
,
2023/11/21
Re: [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
,
Markus Armbruster
,
2023/11/22
[PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
,
John Snow
,
2023/11/15
Re: [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
,
Markus Armbruster
,
2023/11/22
[PATCH 01/19] qapi/schema: fix QAPISchemaEntity.__repr__()
,
John Snow
,
2023/11/15
Re: [PATCH 01/19] qapi/schema: fix QAPISchemaEntity.__repr__()
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
John Snow
,
2023/11/15
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
John Snow
,
2023/11/21
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
John Snow
,
2023/11/22
Re: [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
,
Markus Armbruster
,
2023/11/23
[PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
,
John Snow
,
2023/11/15
Re: [PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
,
John Snow
,
2023/11/21
[PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
John Snow
,
2023/11/15
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Markus Armbruster
,
2023/11/21
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Daniel P . Berrangé
,
2023/11/21
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
John Snow
,
2023/11/21
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Daniel P . Berrangé
,
2023/11/21
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
,
Daniel P . Berrangé
,
2023/11/22
[PATCH 09/19] qapi/schema: assert info is present when necessary
,
John Snow
,
2023/11/15
Re: [PATCH 09/19] qapi/schema: assert info is present when necessary
,
Philippe Mathieu-Daudé
,
2023/11/16
[PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
,
John Snow
,
2023/11/15
Re: [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
,
John Snow
,
2023/11/22
Re: [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
,
Markus Armbruster
,
2023/11/23
[PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
,
John Snow
,
2023/11/15
Re: [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
,
Markus Armbruster
,
2023/11/23
[PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
,
John Snow
,
2023/11/15
Re: [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
,
Markus Armbruster
,
2023/11/22
Re: [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
,
John Snow
,
2023/11/22
[PATCH 17/19] qapi/schema: turn on mypy strictness
,
John Snow
,
2023/11/15
[PATCH 19/19] qapi/schema: refactor entity lookup helpers
,
John Snow
,
2023/11/15
Re: [PATCH 19/19] qapi/schema: refactor entity lookup helpers
,
Markus Armbruster
,
2023/11/28
[PATCH 18/19] qapi/schema: remove unnecessary asserts
,
John Snow
,
2023/11/15
Re: [PATCH 18/19] qapi/schema: remove unnecessary asserts
,
Markus Armbruster
,
2023/11/28
[PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
,
John Snow
,
2023/11/15
Re: [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
,
Markus Armbruster
,
2023/11/23
[PATCH 16/19] qapi/schema: add type hints
,
John Snow
,
2023/11/15
Re: [PATCH 16/19] qapi/schema: add type hints
,
Markus Armbruster
,
2023/11/24
[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? 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-9.0 4/6] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
,
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? 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 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-for-8.2? 0/6] hw/arm/stm32xxx: Report error when incorrect CPU is used
,
Richard Henderson
,
2023/11/16
[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 04/10] plugins: fix win plugin tests on cross compile
,
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 06/10] docs/emulation: expand warning about semihosting
,
Alex Bennée
,
2023/11/15
[PATCH 03/10] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/15
[PATCH 05/10] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/15
[PATCH 01/10] tests/docker: replace fedora-i386 with debian-i686
,
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 10/10] tests/tcg: enable semiconsole test for Arm
,
Alex Bennée
,
2023/11/15
[PATCH-for-8.2? v2] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2? v2] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
,
Thomas Huth
,
2023/11/16
virtio-sound segmentation fault
,
Volker Rümelin
,
2023/11/15
Re: virtio-sound segmentation fault
,
Manos Pitsidianakis
,
2023/11/16
[PATCH 0/4] ICH9 root PCI hotplug
,
Thierry Escande
,
2023/11/15
[PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
,
Thierry Escande
,
2023/11/15
Re: [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
,
Igor Mammedov
,
2023/11/24
[PATCH 4/4] ich9: Enable root PCI hotplug by default
,
Thierry Escande
,
2023/11/15
Re: [PATCH 4/4] ich9: Enable root PCI hotplug by default
,
Igor Mammedov
,
2023/11/24
Re: [PATCH 4/4] ich9: Enable root PCI hotplug by default
,
Igor Mammedov
,
2023/11/24
[PATCH 3/4] ich9: Add accessors for acpi-root-pci-hotplug
,
Thierry Escande
,
2023/11/15
[PATCH 2/4] ich9: Renamed use_acpi_hotplug_bridge accessors
,
Thierry Escande
,
2023/11/15
Re: [PATCH 0/4] ICH9 root PCI hotplug
,
Igor Mammedov
,
2023/11/24
Re: [PATCH 0/4] ICH9 root PCI hotplug
,
Michael S. Tsirkin
,
2023/11/24
Re: [PATCH 0/4] ICH9 root PCI hotplug
,
Thierry Escande
,
2023/11/29
Re: [PATCH 0/4] ICH9 root PCI hotplug
,
Michael S. Tsirkin
,
2023/11/29
[PATCH 0/3] Misc fixes for 8.2
,
David Woodhouse
,
2023/11/15
[PATCH 3/3] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
David Woodhouse
,
2023/11/15
Re: [PATCH 3/3] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
Paul Durrant
,
2023/11/15
[PATCH 1/3] net: do not delete nics in net_cleanup()
,
David Woodhouse
,
2023/11/15
[PATCH 2/3] vl: disable default serial when xen-console is enabled
,
David Woodhouse
,
2023/11/15
Re: [PATCH 2/3] vl: disable default serial when xen-console is enabled
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH 2/3] vl: disable default serial when xen-console is enabled
,
Marc-André Lureau
,
2023/11/21
Re: [PATCH 2/3] vl: disable default serial when xen-console is enabled
,
David Woodhouse
,
2023/11/21
Re: [PATCH 2/3] vl: disable default serial when xen-console is enabled
,
Paul Durrant
,
2023/11/21
[PATCH for-8.2 0/4] block: Fix deadlocks with the stream job
,
Kevin Wolf
,
2023/11/15
[PATCH for-8.2 1/4] block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
,
Kevin Wolf
,
2023/11/15
[PATCH for-8.2 3/4] stream: Fix AioContext locking during bdrv_graph_wrlock()
,
Kevin Wolf
,
2023/11/15
[PATCH for-8.2 4/4] iotests: Test two stream jobs in a single iothread
,
Kevin Wolf
,
2023/11/15
[PATCH for-8.2 2/4] block: Fix deadlocks in bdrv_graph_wrunlock()
,
Kevin Wolf
,
2023/11/15
Re: [PATCH for-8.2 0/4] block: Fix deadlocks with the stream job
,
Stefan Hajnoczi
,
2023/11/15
[PATCH 0/2] linux-user: two fixes to coredump generation
,
Thomas Weißschuh
,
2023/11/15
[PATCH 1/2] linux-user/elfload: test return value of getrlimit
,
Thomas Weißschuh
,
2023/11/15
[PATCH 2/2] linux-user/elfload: check PR_GET_DUMPABLE before creating coredump
,
Thomas Weißschuh
,
2023/11/15
[PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
,
Thomas Huth
,
2023/11/15
Re: [PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
,
Alex Bennée
,
2023/11/15
QEMU snapshotting
,
Brian Cain
,
2023/11/15
Re: QEMU snapshotting
,
Stefan Hajnoczi
,
2023/11/15
Re: QEMU snapshotting
,
Alexander Bulekov
,
2023/11/17
[PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
,
Francisco Iglesias
,
2023/11/16
Re: [PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
,
Philippe Mathieu-Daudé
,
2023/11/16
Re: [PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
,
Francisco Iglesias
,
2023/11/16
[PATCH 00/16] hw/uefi: add uefi variable service
,
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 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 15/16] hw/arm: add uefi variable support to virt machine type
,
Gerd Hoffmann
,
2023/11/15
[PATCH 07/16] hw/uefi: add var-service-auth.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 08/16] hw/uefi: add var-service-policy.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 11/16] hw/uefi: add to Kconfig
,
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
[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 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 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 13/16] hw/uefi: add uefi-vars-sysbus device
,
Gerd Hoffmann
,
2023/11/15
[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 06/16] hw/uefi: add var-service-vars.c
,
Gerd Hoffmann
,
2023/11/15
[PATCH 14/16] hw/uefi: add uefi-vars-isa device
,
Gerd Hoffmann
,
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
[PATCH] tests/avocado/multiprocess: Add asset hashes to silence warnings
,
Thomas Huth
,
2023/11/15
Re: [PATCH-for-9.0 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
,
Philippe Mathieu-Daudé
,
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] docs/system: Add recommendations to Hyper-V enlightenments doc
,
Vitaly Kuznetsov
,
2023/11/15
[PATCH RESEND v2 0/2] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
,
Vitaly Kuznetsov
,
2023/11/15
[PATCH RESEND v2 2/2] i386: Exclude 'hv-syndbg' from 'hv-passthrough'
,
Vitaly Kuznetsov
,
2023/11/15
[PATCH RESEND v2 1/2] i386: Fix conditional CONFIG_SYNDBG enablement
,
Vitaly Kuznetsov
,
2023/11/15
Re: [RFC PATCH v3 65/78] hw/nvme: add fallthrough pseudo-keyword
,
Klaus Jensen
,
2023/11/15
Re: [PATCH v2 3/3] hw/nvme: Add SPDM over DOE support
,
Klaus Jensen
,
2023/11/15
[PATCH 0/4] VFIO device init cleanup
,
Zhenzhong Duan
,
2023/11/15
[PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Zhenzhong Duan
,
2023/11/15
Re: [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Cédric Le Goater
,
2023/11/15
RE: [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Duan, Zhenzhong
,
2023/11/15
Re: [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Cédric Le Goater
,
2023/11/16
RE: [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
,
Duan, Zhenzhong
,
2023/11/16
[PATCH 2/4] vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
,
Zhenzhong Duan
,
2023/11/15
[PATCH 3/4] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
,
Zhenzhong Duan
,
2023/11/15
Re: [PATCH 3/4] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
,
Eric Farman
,
2023/11/15
[PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
,
Zhenzhong Duan
,
2023/11/15
Re: [PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
,
Eric Farman
,
2023/11/15
Re: [PATCH 0/4] VFIO device init cleanup
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH RFC 0/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
2023/11/15
[PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
,
~inesvarhol
,
2023/11/15
Re: [PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
,
Philippe Mathieu-Daudé
,
2023/11/15
[PATCH RFC 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
,
~inesvarhol
,
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
[PATCH] tests/qtest: remove unused variables
,
zhujun2
,
2023/11/15
Re: [PATCH] tests/qtest: remove unused variables
,
Thomas Huth
,
2023/11/15
RE: [PATCH] tests/qtest: remove unused variables
,
Zhang, Chen
,
2023/11/15
[PATCH] tests/qtest: check the return value
,
zhujun2
,
2023/11/21
Re: [PATCH] tests/qtest: check the return value
,
Thomas Huth
,
2023/11/21
[PATCH] tests/qtest: check the return value
,
Zhu Jun
,
2023/11/21
Re: [PATCH] tests/qtest: check the return value
,
Thomas Huth
,
2023/11/21
RE: [PATCH] tests/qtest: check the return value
,
Zhang, Chen
,
2023/11/21
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 01/70] *** HACK *** linux-headers: Update headers to pull in gmem APIs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
David Hildenbrand
,
2023/11/15
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
David Hildenbrand
,
2023/11/20
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/30
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Isaku Yamahata
,
2023/11/17
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/30
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
David Hildenbrand
,
2023/11/20
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
Xiaoyao Li
,
2023/11/30
Re: [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
,
David Hildenbrand
,
2023/11/30
[PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/15
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/20
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Xiaoyao Li
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Sean Christopherson
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Peter Xu
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Daniel P . Berrangé
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
David Hildenbrand
,
2023/11/30
Re: [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
,
Xiaoyao Li
,
2023/11/30
[PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
,
David Hildenbrand
,
2023/11/15
Re: [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
,
David Hildenbrand
,
2023/11/20
Re: [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
,
Xiaoyao Li
,
2023/11/30
[PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
,
Isaku Yamahata
,
2023/11/17
[PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
,
David Hildenbrand
,
2023/11/15
Re: [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
,
David Hildenbrand
,
2023/11/20
[PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
,
Isaku Yamahata
,
2023/11/17
[PATCH v3 06/70] kvm: Introduce support for memory_attributes
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 06/70] kvm: Introduce support for memory_attributes
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 06/70] kvm: Introduce support for memory_attributes
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 08/70] physmem: replace function name with __func__ in ram_block_discard_range()
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 08/70] physmem: replace function name with __func__ in ram_block_discard_range()
,
David Hildenbrand
,
2023/11/15
[PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
,
Xiaoyao Li
,
2023/11/16
[PATCH v3 12/70] *** HACK *** linux-headers: Update headers to pull in TDX API changes
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 13/70] i386: Introduce tdx-guest object
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
,
Xiaoyao Li
,
2023/11/16
[PATCH v3 15/70] target/i386: Parse TDX vm type
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 11/70] trace/kvm: Add trace for page convertion between shared and private
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init()
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 17/70] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
,
Isaku Yamahata
,
2023/11/17
[PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
,
Isaku Yamahata
,
2023/11/17
[PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu()
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
,
Daniel P . Berrangé
,
2023/11/15
[PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 30/70] i386/tdx: Validate TD attributes
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
,
Daniel P . Berrangé
,
2023/11/15
[PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 35/70] i386/tdx: Make memory type private by default
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc...
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 45/70] i386/tdx: Setup the TD HOB list
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd()
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 48/70] i386/tdx: register TDVF as private memory
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 50/70] i386/tdx: Finalize TDX VM
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 54/70] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
,
Daniel P . Berrangé
,
2023/11/15
[PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
,
Daniel P . Berrangé
,
2023/11/15
[PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 61/70] i386/tdx: Disable PIC for TDX VMs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 62/70] i386/tdx: Don't allow system reset for TDX VMs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 63/70] i386/tdx: LMCE is not supported for TDX
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() for TDs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs
,
Xiaoyao Li
,
2023/11/15
[PATCH v3 70/70] docs: Add TDX documentation
,
Xiaoyao Li
,
2023/11/15
Re: [PATCH 7/7] target/i386/cpu: Improve error message for property "vendor"
,
Markus Armbruster
,
2023/11/15
Re: [PATCH] MAINTAINERS: Fully cover target/i386/*
,
Markus Armbruster
,
2023/11/15
[PATCH] migration: free 'saddr' since be no longer used
,
Zongmin Zhou
,
2023/11/14
Re: [PATCH] migration: free 'saddr' since be no longer used
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH] migration: free 'saddr' since be no longer used
,
Peter Xu
,
2023/11/15
[PATCH v2] migration: free 'saddr' since be no longer used
,
Zongmin Zhou
,
2023/11/16
Re: [PATCH v2] migration: free 'saddr' since be no longer used
,
Juan Quintela
,
2023/11/16
Re: [PATCH v2] migration: free 'saddr' since be no longer used
,
Zongmin Zhou
,
2023/11/16
Re: [PATCH v2] migration: free 'saddr' since be no longer used
,
Peter Xu
,
2023/11/17
[PATCH v3] migration: free 'saddr' since be no longer used
,
Zongmin Zhou
,
2023/11/19
Re: [PATCH v3] migration: free 'saddr' since be no longer used
,
Daniel P . Berrangé
,
2023/11/20
Re: [PATCH v3] migration: free 'saddr' since be no longer used
,
Peter Xu
,
2023/11/20
Re: [PATCH v3] migration: free 'saddr' since be no longer used
,
Zongmin Zhou
,
2023/11/28
Re: [PATCH v3] migration: free 'saddr' since be no longer used
,
Peter Xu
,
2023/11/29
Re: [PATCH v3] migration: free 'saddr' since be no longer used
,
Het Gala
,
2023/11/30
[ANNOUNCE] QEMU 8.2.0-rc0 is now available
,
Michael Roth
,
2023/11/14
[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
Re: [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
,
Philippe Mathieu-Daudé
,
2023/11/16
[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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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
Re: [PATCH v5 04/31] target: Remove 'oc == NULL' check
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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 08/31] target/arm: Use generic cpu_list()
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 08/31] target/arm: Use generic cpu_list()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 08/31] target/arm: Use 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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 07/31] target/alpha: 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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 11/31] target/hexagon: 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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 12/31] target/hppa: 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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 13/31] target/loongarch: 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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 19/31] target/sh4: Use generic cpu_list()
,
Philippe Mathieu-Daudé
,
2023/11/16
[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()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 20/31] target/tricore: 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
Re: [PATCH v5 21/31] target/xtensa: Use generic cpu_list()
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 21/31] target/xtensa: 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()
,
Richard Henderson
,
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]
,
Richard Henderson
,
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
Re: [PATCH v5 24/31] machine: Use error handling when CPU type is checked
,
Richard Henderson
,
2023/11/14
Re: [PATCH v5 24/31] machine: Use error handling when CPU type is checked
,
Richard Henderson
,
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 26/31] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
2023/11/14
Re: [PATCH v5 26/31] machine: Print CPU model name instead of CPU type name
,
Richard Henderson
,
2023/11/14
[PATCH v5 27/31] hw/arm/virt: Hide host CPU model for tcg
,
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] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/14
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Richard Henderson
,
2023/11/14
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/14
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Peter Maydell
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Peter Maydell
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Richard Henderson
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Patrick Venture
,
2023/11/15
Re: [PATCH] softmmu/memory: use memcpy for multi-byte accesses
,
Peter Maydell
,
2023/11/16
[PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
,
Antonio Caggiano
,
2023/11/15
[PATCH for-8.2] linux-user: Fix loaddr computation for some elf files
,
Richard Henderson
,
2023/11/14
Re: [PATCH for-8.2] linux-user: Fix loaddr computation for some elf files
,
Michael Tokarev
,
2023/11/15
[PATCH v3 0/8] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/14
[PATCH v3 2/8] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/14
[PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Glenn Miles
,
2023/11/14
Re: [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/15
Re: [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/18
[PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Glenn Miles
,
2023/11/14
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/15
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Miles Glenn
,
2023/11/15
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/15
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Miles Glenn
,
2023/11/16
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/17
Re: [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Miles Glenn
,
2023/11/17
[PATCH v3 6/8] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/14
[PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Glenn Miles
,
2023/11/14
Re: [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Cédric Le Goater
,
2023/11/15
Re: [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Cédric Le Goater
,
2023/11/18
[PATCH v3 5/8] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/14
[PATCH v3 8/8] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/14
[PATCH v3 7/8] ppc/pnv: Add a pca9554 I2C device to powernv10
,
Glenn Miles
,
2023/11/14
Re: [PATCH v3 0/8] Add powernv10 I2C devices and tests
,
Cédric Le Goater
,
2023/11/15
[PULL 0/3] tcg+sparc patch queue
,
Richard Henderson
,
2023/11/14
[PULL 1/3] accel/tcg: Remove CF_LAST_IO
,
Richard Henderson
,
2023/11/14
[PULL 2/3] accel/tcg: Forward probe size on to notdirty_write
,
Richard Henderson
,
2023/11/14
[PULL 3/3] target/sparc: Fix RETURN
,
Richard Henderson
,
2023/11/14
Re: [PULL 0/3] tcg+sparc patch queue
,
Stefan Hajnoczi
,
2023/11/15
[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
[PATCH trivial 00/21] spelling fixes for 8.2
,
Michael Tokarev
,
2023/11/14
[PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented
,
Warner Losh
,
2023/11/14
[PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized
,
Thomas Huth
,
2023/11/15
[PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary
,
Thomas Huth
,
2023/11/15
[PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase
,
Thomas Huth
,
2023/11/14
Re: [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase
,
Juan Quintela
,
2023/11/16
[PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Thomas Huth
,
2023/11/14
Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Michael Tokarev
,
2023/11/15
Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Thomas Huth
,
2023/11/15
Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Michael Tokarev
,
2023/11/15
Re: [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
,
Juan Quintela
,
2023/11/16
[PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements
,
Thomas Huth
,
2023/11/14
[PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses
,
Richard Henderson
,
2023/11/14
[PATCH trivial 04/21] gdbstub: spelling fix: respectivelly
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly
,
Thomas Huth
,
2023/11/15
[PATCH trivial 10/21] migration/rdma.c: spelling fix: asume
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume
,
Thomas Huth
,
2023/11/15
[PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely
,
Richard Henderson
,
2023/11/14
[PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
,
Marc-André Lureau
,
2023/11/15
[PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining
,
Thomas Huth
,
2023/11/15
[PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
,
Thomas Huth
,
2023/11/15
Re: [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
,
Luc Michel
,
2023/11/15
[PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber
,
Maciej S. Szmigiero
,
2023/11/14
[PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate
,
Thomas Huth
,
2023/11/15
[PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
,
Thomas Huth
,
2023/11/15
Re: [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
,
Alistair Francis
,
2023/11/20
[PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
,
Thomas Huth
,
2023/11/15
[PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith
,
Thomas Huth
,
2023/11/14
[PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer
,
Thomas Huth
,
2023/11/14
[PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel
,
Vladimir Sementsov-Ogievskiy
,
2023/11/14
[PATCH trivial 21/21] util/range.c: spelling fix: inbetween
,
Michael Tokarev
,
2023/11/14
Re: [PATCH trivial 21/21] util/range.c: spelling fix: inbetween
,
Eric Auger
,
2023/11/14
Re: [PATCH trivial 21/21] util/range.c: spelling fix: inbetween
,
Cédric Le Goater
,
2023/11/14
Message not available
Re: [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
,
Jeuk Kim
,
2023/11/14
Message not available
Re: [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer
,
Jeuk Kim
,
2023/11/14
[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 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
,
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 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] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Nicholas Piggin
,
2023/11/14
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Thomas Huth
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Daniel P . Berrangé
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Nicholas Piggin
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Ani Sinha
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Nicholas Piggin
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Ani Sinha
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Thomas Huth
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Nicholas Piggin
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Ani Sinha
,
2023/11/15
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
John Snow
,
2023/11/20
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Nicholas Piggin
,
2023/11/22
Re: [PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
,
Peter Maydell
,
2023/11/23
Re: [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works.
,
Dinah B
,
2023/11/14
Re: [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu,help to print options for the CPU type similar to how the '-device' option works.
,
Markus Armbruster
,
2023/11/14
[PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Peter Maydell
,
2023/11/14
Re: [PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
,
Thomas Huth
,
2023/11/14
[PATCH] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH] tests/avocado: Replace assertRegexpMatches() for Python 3.12 compatibility
,
Thomas Huth
,
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
[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 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
[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 19/19] hw/xen: Have most of Xen files become target-agnostic
,
Philippe Mathieu-Daudé
,
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 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
,
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] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
,
Eric Auger
,
2023/11/14
Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
,
Thomas Huth
,
2023/11/15
Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
,
Eric Auger
,
2023/11/15
[PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
,
Thomas Huth
,
2023/11/14
Re: [PATCH] tests/avocado: Replace assertEquals() for Python 3.12 compatibility
,
Philippe Mathieu-Daudé
,
2023/11/14
[PATCH] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/14
Re: [PATCH] qom/object: Limit type names to alphanumerical and some few special characters
,
Peter Maydell
,
2023/11/14
Re: [PATCH] qom/object: Limit type names to alphanumerical and some few special characters
,
Thomas Huth
,
2023/11/16
Re: [PATCH] qom/object: Limit type names to alphanumerical and some few special characters
,
Peter Maydell
,
2023/11/16
Re: [PATCH] qom/object: Limit type names to alphanumerical and some few special characters
,
Philippe Mathieu-Daudé
,
2023/11/16
[RFC PATCH 0/3] hw/cxl/cxl-mailbox-utils: Add feature commands, device patrol scrub control and DDR5 ECS control features
,
shiju.jose
,
2023/11/14
[RFC PATCH 3/3] hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control feature
,
shiju.jose
,
2023/11/14
[RFC PATCH 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
,
shiju.jose
,
2023/11/14
Re: [RFC PATCH 2/3] hw/cxl/cxl-mailbox-utils: Add device patrol scrub control feature
,
Davidlohr Bueso
,
2023/11/20
[RFC PATCH 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
,
shiju.jose
,
2023/11/14
Re: [RFC PATCH 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
,
Davidlohr Bueso
,
2023/11/20
RE: [RFC PATCH 1/3] hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)
,
Shiju Jose
,
2023/11/21
[PATCH v2] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Clément Chigot
,
2023/11/14
Re: [PATCH v2] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Alistair Francis
,
2023/11/20
Re: [PATCH v2] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Alistair Francis
,
2023/11/20
Re: [PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request
,
Marc-André Lureau
,
2023/11/14
[PULL 0/3] Fix s390x PV dumps in case of errors
,
Thomas Huth
,
2023/11/14
[PULL 1/3] target/s390x/dump: Remove unneeded dump info function pointer init
,
Thomas Huth
,
2023/11/14
[PULL 2/3] dump: Add arch cleanup function
,
Thomas Huth
,
2023/11/14
[PULL 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Thomas Huth
,
2023/11/14
Re: [PULL 0/3] Fix s390x PV dumps in case of errors
,
Stefan Hajnoczi
,
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 00/21] vfio: Adopt iommufd
,
Zhenzhong Duan
,
2023/11/14
[PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/14
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/14
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/15
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Eric Auger
,
2023/11/15
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/15
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Eric Auger
,
2023/11/16
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/16
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/17
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/17
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/17
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Eric Auger
,
2023/11/17
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/17
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/19
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/20
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/20
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/20
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/20
Re: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/21
RE: [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/21
[PATCH v6 02/21] util/char_dev: Add open_cdev()
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 02/21] util/char_dev: Add open_cdev()
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 02/21] util/char_dev: Add open_cdev()
,
Eric Auger
,
2023/11/15
[PATCH v6 03/21] vfio/common: return early if space isn't empty
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 03/21] vfio/common: return early if space isn't empty
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 03/21] vfio/common: return early if space isn't empty
,
Eric Auger
,
2023/11/15
[PATCH v6 05/21] vfio/iommufd: Relax assert check for iommufd backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 05/21] vfio/iommufd: Relax assert check for iommufd backend
,
Eric Auger
,
2023/11/15
[PATCH v6 04/21] vfio/iommufd: Implement the iommufd backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 04/21] vfio/iommufd: Implement the iommufd backend
,
Cédric Le Goater
,
2023/11/14
[PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Eric Auger
,
2023/11/15
[PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Cédric Le Goater
,
2023/11/14
RE: [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Duan, Zhenzhong
,
2023/11/14
Re: [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Eric Auger
,
2023/11/15
[PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
,
Cédric Le Goater
,
2023/11/14
RE: [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
,
Duan, Zhenzhong
,
2023/11/14
Re: [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
,
Eric Auger
,
2023/11/15
[PATCH v6 09/21] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 09/21] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Eric Auger
,
2023/11/17
RE: [PATCH v6 09/21] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Duan, Zhenzhong
,
2023/11/19
[PATCH v6 10/21] vfio/pci: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 10/21] vfio/pci: Allow the selection of a given iommu backend
,
Cédric Le Goater
,
2023/11/14
[PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Philippe Mathieu-Daudé
,
2023/11/15
Re: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/15
RE: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Duan, Zhenzhong
,
2023/11/15
Re: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/16
RE: [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Duan, Zhenzhong
,
2023/11/16
[PATCH v6 12/21] vfio/platform: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 12/21] vfio/platform: Allow the selection of a given iommu backend
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 12/21] vfio/platform: Allow the selection of a given iommu backend
,
Eric Auger
,
2023/11/17
[PATCH v6 13/21] vfio/platform: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 13/21] vfio/platform: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/14
[PATCH v6 14/21] vfio/ap: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 14/21] vfio/ap: Allow the selection of a given iommu backend
,
Cédric Le Goater
,
2023/11/14
[PATCH v6 15/21] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 15/21] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/14
[PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
,
Eric Farman
,
2023/11/15
[PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Eric Farman
,
2023/11/15
[PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v6 18/21] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Eric Auger
,
2023/11/17
[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
[PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines
,
Eric Farman
,
2023/11/15
[PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines
,
Zhenzhong Duan
,
2023/11/14
Re: [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines
,
Eric Auger
,
2023/11/16
Re: [PATCH v6 00/21] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/14
RE: [PATCH v6 00/21] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/14
Re: [PATCH v6 00/21] vfio: Adopt iommufd
,
Eric Auger
,
2023/11/20
RE: [PATCH v6 00/21] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/20
Re: [PATCH v6 00/21] vfio: Adopt iommufd
,
Eric Auger
,
2023/11/20
MAINTAINERS: address@hidden bouncing
,
Philippe Mathieu-Daudé
,
2023/11/14
Re: [RFC PATCH] qom/object: Disallow comma in type names
,
Thomas Huth
,
2023/11/14
Re: [RFC PATCH] qom/object: Disallow comma in type names
,
Markus Armbruster
,
2023/11/14
[PATCH v3 0/4] Support RISC-V IOPMP
,
Ethan Chen
,
2023/11/14
[PATCH v3 1/4] hw/core: Add config stream
,
Ethan Chen
,
2023/11/14
Re: [PATCH v3 1/4] hw/core: Add config stream
,
Alistair Francis
,
2023/11/21
Re: [PATCH v3 1/4] hw/core: Add config stream
,
Alistair Francis
,
2023/11/21
Re: [PATCH v3 1/4] hw/core: Add config stream
,
Ethan Chen
,
2023/11/21
[PATCH v3 3/4] hw/dma: Add Andes ATCDMAC300 support
,
Ethan Chen
,
2023/11/14
Re: [PATCH v3 3/4] hw/dma: Add Andes ATCDMAC300 support
,
Alistair Francis
,
2023/11/21
[PATCH v3 2/4] Add RISC-V IOPMP support
,
Ethan Chen
,
2023/11/14
Re: [PATCH v3 2/4] Add RISC-V IOPMP support
,
Alistair Francis
,
2023/11/21
[PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2023/11/14
Re: [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
,
Daniel Henrique Barboza
,
2023/11/14
Re: [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2023/11/14
Re: [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
,
Alistair Francis
,
2023/11/21
Re: [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2023/11/21
[PATCH] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Clément Chigot
,
2023/11/14
Re: [PATCH] target/riscv: don't verify ISA compatibility for zicntr and zihpm
,
Daniel Henrique Barboza
,
2023/11/14
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
[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Hao Xiang
,
2023/11/14
[PATCH v2 01/20] multifd: Add capability to enable/disable zero_page
,
Hao Xiang
,
2023/11/14
Re: [PATCH v2 01/20] multifd: Add capability to enable/disable zero_page
,
Fabiano Rosas
,
2023/11/16
[PATCH v2 02/20] multifd: Support for zero pages transmission
,
Hao Xiang
,
2023/11/14
[PATCH v2 03/20] multifd: Zero pages transmission
,
Hao Xiang
,
2023/11/14
[PATCH v2 04/20] So we use multifd to transmit zero pages.
,
Hao Xiang
,
2023/11/14
Re: [PATCH v2 04/20] So we use multifd to transmit zero pages.
,
Fabiano Rosas
,
2023/11/16
[PATCH v2 05/20] meson: Introduce new instruction set enqcmd to the build system.
,
Hao Xiang
,
2023/11/14
[PATCH v2 06/20] util/dsa: Add dependency idxd.
,
Hao Xiang
,
2023/11/14
[PATCH v2 11/20] util/dsa: Implement DSA task asynchronous submission and wait for completion.
,
Hao Xiang
,
2023/11/14
[PATCH v2 08/20] util/dsa: Implement DSA task enqueue and dequeue.
,
Hao Xiang
,
2023/11/14
[PATCH v2 12/20] migration/multifd: Add new migration option for multifd DSA offloading.
,
Hao Xiang
,
2023/11/14
[PATCH v2 07/20] util/dsa: Implement DSA device start and stop logic.
,
Hao Xiang
,
2023/11/14
[PATCH v2 13/20] migration/multifd: Prepare to introduce DSA acceleration on the multifd path.
,
Hao Xiang
,
2023/11/14
[PATCH v2 09/20] util/dsa: Implement DSA task asynchronous completion thread model.
,
Hao Xiang
,
2023/11/14
[PATCH v2 14/20] migration/multifd: Enable DSA offloading in multifd sender path.
,
Hao Xiang
,
2023/11/14
[PATCH v2 15/20] migration/multifd: Add test hook to set normal page ratio.
,
Hao Xiang
,
2023/11/14
[PATCH v2 17/20] migration/multifd: Add migration option set packet size.
,
Hao Xiang
,
2023/11/14
[PATCH v2 10/20] util/dsa: Implement zero page checking in DSA task.
,
Hao Xiang
,
2023/11/14
[PATCH v2 16/20] migration/multifd: Enable set normal page ratio test hook in multifd.
,
Hao Xiang
,
2023/11/14
[PATCH v2 19/20] util/dsa: Add unit test coverage for Intel DSA task submission and completion.
,
Hao Xiang
,
2023/11/14
[PATCH v2 20/20] migration/multifd: Add integration tests for multifd with Intel DSA offloading.
,
Hao Xiang
,
2023/11/14
[PATCH v2 18/20] migration/multifd: Enable set packet size migration option.
,
Hao Xiang
,
2023/11/14
Re: [PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Elena Ufimtseva
,
2023/11/15
Re: [External] Re: [PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration.
,
Hao Xiang
,
2023/11/15
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
[PULL 0/2] Net patches
,
Jason Wang
,
2023/11/13
[PULL 1/2] igb: Add a VF reset handler
,
Jason Wang
,
2023/11/13
[PULL 2/2] igb: Add Function Level Reset to PF and VF
,
Jason Wang
,
2023/11/13
Re: [PULL 0/2] Net patches
,
Stefan Hajnoczi
,
2023/11/14
Re: [PULL 0/2] Net patches
,
David Woodhouse
,
2023/11/16
Re: [PULL 0/2] Net patches
,
Jason Wang
,
2023/11/16
[PATCH v5] target/riscv: update checks on writing pmpcfg for Smepmp to version 1.0
,
Alvin Chang
,
2023/11/13
[PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
Tianrui Zhao
,
2023/11/13
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
gaosong
,
2023/11/15
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
Thomas Huth
,
2023/11/16
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
maobibo
,
2023/11/16
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
Cédric Le Goater
,
2023/11/17
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
maobibo
,
2023/11/17
Re: [PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
,
Thomas Huth
,
2023/11/17
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 01/14] tpm_crb: refactor common code
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 02/14] tpm_crb: CTRL_RSP_ADDR is 64-bits wide
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 03/14] tpm_ppi: refactor memory space initialization
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
,
Joelle van Dyne
,
2023/11/13
Re: [PATCH v5 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
,
Stefan Berger
,
2023/11/14
[PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
,
Joelle van Dyne
,
2023/11/13
Re: [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
,
Joelle van Dyne
,
2023/11/14
[PATCH v5 06/14] tpm-sysbus: add plug handler for TPM on SysBus
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 07/14] hw/arm/virt: connect TPM to platform bus
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 08/14] hw/loongarch/virt: connect TPM to platform bus
,
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 10/14] tests: acpi: prepare for TPM CRB tests
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Joelle van Dyne
,
2023/11/13
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Marc-André Lureau
,
2023/11/14
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/14
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Joelle van Dyne
,
2023/11/23
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/24
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Joelle van Dyne
,
2023/11/24
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/24
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Joelle van Dyne
,
2023/11/24
Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
,
Stefan Berger
,
2023/11/27
[PATCH v5 13/14] tests: acpi: updated expected blobs for TPM CRB
,
Joelle van Dyne
,
2023/11/13
[PATCH v5 14/14] tests: add TPM-CRB sysbus tests for aarch64
,
Joelle van Dyne
,
2023/11/13
Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
,
Marc-André Lureau
,
2023/11/14
Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
,
Joelle van Dyne
,
2023/11/14
Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
,
Marc-André Lureau
,
2023/11/20
Re: [PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
,
Stefan Berger
,
2023/11/20
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 0/2] vhost-scsi: Support worker ioctls
,
Mike Christie
,
2023/11/13
[PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Mike Christie
,
2023/11/13
Re: [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Stefano Garzarella
,
2023/11/15
Re: [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Stefan Hajnoczi
,
2023/11/15
Re: [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Mike Christie
,
2023/11/15
Re: [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Stefan Hajnoczi
,
2023/11/15
Re: [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue
,
Mike Christie
,
2023/11/15
[PATCH 1/2] vhost: Add worker backend callouts
,
Mike Christie
,
2023/11/13
Add new qmp json is not setting command errp
,
bambooza
,
2023/11/13
Re: [PATCH v2 13/17] hw/cxl: Add support for device sanitation
,
Hyeonggon Yoo
,
2023/11/13
[PATCH v2] test/qtest: Add API functions to capture IRQ toggling
,
Gustavo Romero
,
2023/11/13
Re: [PATCH v2] test/qtest: Add API functions to capture IRQ toggling
,
Thomas Huth
,
2023/11/14
[PATCH for-9.0 0/6] riscv: rv32i,rv32e,rv64i and rv64e CPUs
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 1/6] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 2/6] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 3/6] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 5/6] target/riscv: add rv32i CPU
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 4/6] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH for-9.0 6/6] target/riscv: add rv32e/rv64e CPUs
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH] spelling: hw/audio/virtio-snd.c: initalize
,
Michael Tokarev
,
2023/11/13
[PATCH] spelling: qapi/migration.json: transfering
,
Michael Tokarev
,
2023/11/13
Re: [PATCH] spelling: hw/audio/virtio-snd.c: initalize
,
Stefan Weil
,
2023/11/13
Re: [PATCH] spelling: hw/audio/virtio-snd.c: initalize
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [QEMU][PATCHv2 0/8] Xen: support grant mappings.
,
David Woodhouse
,
2023/11/13
Re: [QEMU][PATCHv2 0/8] Xen: support grant mappings.
,
Juergen Gross
,
2023/11/14
Re: [QEMU][PATCHv2 0/8] Xen: support grant mappings.
,
Stefano Stabellini
,
2023/11/14
[PATCH] migration: fix coverity migrate_mode finding
,
Steve Sistare
,
2023/11/13
Re: [PATCH] migration: fix coverity migrate_mode finding
,
Fabiano Rosas
,
2023/11/14
[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
[PATCH] Fix CLINT clock frequency for SiFive E
,
rcardenas . rod
,
2023/11/13
Re: [PATCH] Fix CLINT clock frequency for SiFive E
,
Daniel Henrique Barboza
,
2023/11/15
Re: [PATCH] Fix CLINT clock frequency for SiFive E
,
Román Cárdenas Rodríguez
,
2023/11/15
Re: [PATCH] Fix CLINT clock frequency for SiFive E
,
Daniel Henrique Barboza
,
2023/11/16
Re: [PATCH] Fix CLINT clock frequency for SiFive E
,
Román Cárdenas Rodríguez
,
2023/11/16
[PATCH] [PATCH] Fix SiFive E CLINT clock frequency (#1978)
,
Román Cárdenas
,
2023/11/13
[PATCH] hv-balloon: define dm_hot_add_with_region to avoid Coverity warning
,
Maciej S. Szmigiero
,
2023/11/13
[PATCH v2 0/4] virtio: Refactor vhost input stub
,
Leo Yan
,
2023/11/13
[PATCH v2 1/4] hw/virtio: Support set_config() callback in vhost-user-base
,
Leo Yan
,
2023/11/13
Re: [PATCH v2 1/4] hw/virtio: Support set_config() callback in vhost-user-base
,
Marc-André Lureau
,
2023/11/14
[PATCH v2 2/4] docs/system: Add vhost-user-input documentation
,
Leo Yan
,
2023/11/13
Re: [PATCH v2 2/4] docs/system: Add vhost-user-input documentation
,
Marc-André Lureau
,
2023/11/14
Re: [PATCH v2 2/4] docs/system: Add vhost-user-input documentation
,
Leo Yan
,
2023/11/14
[PATCH v2 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Leo Yan
,
2023/11/13
[PATCH v2 4/4] hw/virtio: derive vhost-user-input from vhost-user-base
,
Leo Yan
,
2023/11/13
[PATCH V5 00/12] fix migration of suspended runstate
,
Steve Sistare
,
2023/11/13
[PATCH V5 02/12] cpus: stop vm in suspended state
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Fabiano Rosas
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Steven Sistare
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Peter Xu
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Fabiano Rosas
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Steven Sistare
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Steven Sistare
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Peter Xu
,
2023/11/20
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Steven Sistare
,
2023/11/21
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Peter Xu
,
2023/11/21
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Daniel P . Berrangé
,
2023/11/22
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Peter Xu
,
2023/11/22
Re: [PATCH V5 02/12] cpus: stop vm in suspended state
,
Steven Sistare
,
2023/11/28
[PATCH V5 01/12] cpus: refactor vm_stop
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 01/12] cpus: refactor vm_stop
,
Fabiano Rosas
,
2023/11/20
Re: [PATCH V5 01/12] cpus: refactor vm_stop
,
Steven Sistare
,
2023/11/20
Re: [PATCH V5 01/12] cpus: refactor vm_stop
,
Peter Xu
,
2023/11/20
Re: [PATCH V5 01/12] cpus: refactor vm_stop
,
Steven Sistare
,
2023/11/20
Re: [PATCH V5 01/12] cpus: refactor vm_stop
,
Fabiano Rosas
,
2023/11/20
[PATCH V5 03/12] cpus: pass runstate to vm_prepare_start
,
Steve Sistare
,
2023/11/13
[PATCH V5 05/12] migration: preserve suspended runstate
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 05/12] migration: preserve suspended runstate
,
Fabiano Rosas
,
2023/11/20
[PATCH V5 09/12] tests/qtest: option to suspend during migration
,
Steve Sistare
,
2023/11/13
[PATCH V5 06/12] migration: preserve suspended for snapshot
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 06/12] migration: preserve suspended for snapshot
,
Fabiano Rosas
,
2023/11/20
Re: [PATCH V5 06/12] migration: preserve suspended for snapshot
,
Steven Sistare
,
2023/11/20
[PATCH V5 11/12] tests/qtest: postcopy migration with suspend
,
Steve Sistare
,
2023/11/13
[PATCH V5 04/12] cpus: start vm in suspended state
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 04/12] cpus: start vm in suspended state
,
Fabiano Rosas
,
2023/11/20
[PATCH V5 07/12] migration: preserve suspended for bg_migration
,
Steve Sistare
,
2023/11/13
Re: [PATCH V5 07/12] migration: preserve suspended for bg_migration
,
Fabiano Rosas
,
2023/11/20
[PATCH V5 12/12] tests/qtest: background migration with suspend
,
Steve Sistare
,
2023/11/13
[PATCH V5 08/12] tests/qtest: migration events
,
Steve Sistare
,
2023/11/13
[PATCH V5 10/12] tests/qtest: precopy migration with suspend
,
Steve Sistare
,
2023/11/13
Instruction virtual address in TCG Plugins
,
Mikhail Tyutin
,
2023/11/13
Re: Instruction virtual address in TCG Plugins
,
Alex Bennée
,
2023/11/13
RE: Instruction virtual address in TCG Plugins
,
Mikhail Tyutin
,
2023/11/14
Re: Instruction virtual address in TCG Plugins
,
Alex Bennée
,
2023/11/14
RE: Instruction virtual address in TCG Plugins
,
Mikhail Tyutin
,
2023/11/21
Re: Instruction virtual address in TCG Plugins
,
Alex Bennée
,
2023/11/21
RE: Instruction virtual address in TCG Plugins
,
Mikhail Tyutin
,
2023/11/22
Re: [PATCH V4 07/11] tests/qtest: migration events
,
Steven Sistare
,
2023/11/13
Re: [PATCH V4 07/11] tests/qtest: migration events
,
Steven Sistare
,
2023/11/13
Re: [PATCH V4 06/11] migration: preserve cpu ticks if suspended
,
Steven Sistare
,
2023/11/13
Re: [PATCH V4 05/11] migration: preserve suspended for bg_migration
,
Steven Sistare
,
2023/11/13
Re: [PATCH V4 04/11] migration: preserve suspended for snapshot
,
Steven Sistare
,
2023/11/13
[PULL 0/5] Misc fixes for 2023-11-13
,
Philippe Mathieu-Daudé
,
2023/11/13
[PULL 1/5] hw/mips: LOONGSON3V depends on UNIMP device
,
Philippe Mathieu-Daudé
,
2023/11/13
[PULL 2/5] hw/display/vmware_vga: fix probably typo
,
Philippe Mathieu-Daudé
,
2023/11/13
[PULL 3/5] tests/avocado: add test to exercise processor address space memory bound checks
,
Philippe Mathieu-Daudé
,
2023/11/13
[PULL 4/5] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
,
Philippe Mathieu-Daudé
,
2023/11/13
[PULL 5/5] MAINTAINERS: update virtio-fs mailing list address
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PULL 0/5] Misc fixes for 2023-11-13
,
Stefan Hajnoczi
,
2023/11/14
[PATCH v3 1/1] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
,
Dongli Zhang
,
2023/11/13
[PATCH stable-8.1.3 0/2] RISC-V KVM fixes for 8.1.3
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH stable-8.1.3 1/2] target/riscv/kvm: improve 'init_multiext_cfg' error msg
,
Daniel Henrique Barboza
,
2023/11/13
[PATCH stable-8.1.3 2/2] target/riscv/kvm: support KVM_GET_REG_LIST
,
Daniel Henrique Barboza
,
2023/11/13
[PULL 0/4] target-arm queue
,
Peter Maydell
,
2023/11/13
[PULL 1/4] hw/arm/virt: fix GIC maintenance IRQ registration
,
Peter Maydell
,
2023/11/13
[PULL 4/4] target/arm/tcg: enable PMU feature for Cortex-A8 and A9
,
Peter Maydell
,
2023/11/13
[PULL 3/4] target/arm: Correct MTE tag checking for reverse-copy MOPS
,
Peter Maydell
,
2023/11/13
[PULL 2/4] target/arm: HVC at EL3 should go to EL3, not EL2
,
Peter Maydell
,
2023/11/13
Re: [PULL 0/4] target-arm queue
,
Stefan Hajnoczi
,
2023/11/14
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
[PULL 00/12] target/hppa: last minute hppa64 fixes
,
Richard Henderson
,
2023/11/13
[PULL 04/12] target/hppa: Fix calculation of CR_IIASQ back register
,
Richard Henderson
,
2023/11/13
[PULL 03/12] target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probe
,
Richard Henderson
,
2023/11/13
[PULL 02/12] target/hppa: Use only low 2 immediate bits for PROBEI
,
Richard Henderson
,
2023/11/13
[PULL 06/12] target/hppa: Introduce MMU_IDX_MMU_DISABLED
,
Richard Henderson
,
2023/11/13
[PULL 08/12] target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40
,
Richard Henderson
,
2023/11/13
[PULL 01/12] target/hppa: Mask reserved PSW bits in expand_sm_imm
,
Richard Henderson
,
2023/11/13
[PULL 12/12] hw/hppa: Require at least SeaBIOS-hppa version 12
,
Richard Henderson
,
2023/11/13
[PULL 07/12] target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
,
Richard Henderson
,
2023/11/13
[PULL 10/12] hw/hppa: Move software power button address to page zero
,
Richard Henderson
,
2023/11/13
[PULL 05/12] target/hppa: Fix possible overflow in TLB size calculation
,
Richard Henderson
,
2023/11/13
[PULL 09/12] hw/pci-host/astro: Fix boot for C3700 machine
,
Richard Henderson
,
2023/11/13
[PULL 11/12] target/hppa: Update to SeaBIOS-hppa from version 10 to 12
,
Richard Henderson
,
2023/11/13
Re: [PULL 00/12] target/hppa: last minute hppa64 fixes
,
Stefan Hajnoczi
,
2023/11/14
[PATCH v2] tests/qemu-iotests/149: Use more inclusive language in this test
,
Thomas Huth
,
2023/11/13
Re: [PATCH v2] tests/qemu-iotests/149: Use more inclusive language in this test
,
Daniel P . Berrangé
,
2023/11/13
Re: [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
,
Denis V. Lunev
,
2023/11/13
[PATCH] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions
,
Thomas Huth
,
2023/11/13
Re: [PATCH] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions
,
Eric Blake
,
2023/11/14
[PATCH] tests/data/qobject/qdict.txt: Avoid non-inclusive words
,
Thomas Huth
,
2023/11/13
Re: [PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support
,
Clément Chigot
,
2023/11/13
Re: [PATCH v3 0/4] riscv: zicntr/zihpm flags and disable support
,
Daniel Henrique Barboza
,
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 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 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 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
[PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
,
Potin Lai
,
2023/11/13
Re: [PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
,
Patrick Venture
,
2023/11/14
Re: [PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
,
Corey Minyard
,
2023/11/14
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
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
[PATCH] util/qemu-config: Remove unnecessary traversal
,
Shiyuan Gao
,
2023/11/13
Re: [PATCH] util/qemu-config: Remove unnecessary traversal
,
Markus Armbruster
,
2023/11/28
[PATCH] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
,
Thomas Huth
,
2023/11/13
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
,
Thomas Huth
,
2023/11/13
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12
,
Philippe Mathieu-Daudé
,
2023/11/13
[PATCH 0/2] Replace anti-social QOM type names (again)
,
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
[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
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 v2 00/14] Nested PAPR API (KVM on PowerVM)
,
Nicholas Piggin
,
2023/11/13
[PATCH v6] limit address space used for pci devices.
,
Gerd Hoffmann
,
2023/11/13
[PULL 00/12] Misc patches for 8.2-rc0
,
Thomas Huth
,
2023/11/13
[PULL 01/12] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Thomas Huth
,
2023/11/13
[PULL 02/12] s390x/pci: bypass vfio DMA counting when using cdev
,
Thomas Huth
,
2023/11/13
[PULL 03/12] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Thomas Huth
,
2023/11/13
[PULL 04/12] MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK section
,
Thomas Huth
,
2023/11/13
[PULL 05/12] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
,
Thomas Huth
,
2023/11/13
[PULL 06/12] MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express section
,
Thomas Huth
,
2023/11/13
[PULL 07/12] MAINTAINERS: Extend the Stellaris section
,
Thomas Huth
,
2023/11/13
[PULL 08/12] MAINTAINERS: Add a general architecture section for x86
,
Thomas Huth
,
2023/11/13
[PULL 09/12] tests/vm/netbsd: Use Python v3.11
,
Thomas Huth
,
2023/11/13
[PULL 11/12] tests/tsan: Rename the file with the entries that should be ignored
,
Thomas Huth
,
2023/11/13
[PULL 10/12] test-resv-mem: Fix CID 1523911
,
Thomas Huth
,
2023/11/13
[PULL 12/12] hw/audio/es1370: Clean up comment
,
Thomas Huth
,
2023/11/13
Re: [PULL 00/12] Misc patches for 8.2-rc0
,
Stefan Hajnoczi
,
2023/11/13
Re: [PATCH v3 19/36] plugins: update lockstep to use g_memdup2
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PULL 21/38] plugins: update lockstep to use g_memdup2
,
Thomas Huth
,
2023/11/13
Re: [PULL 21/38] plugins: update lockstep to use g_memdup2
,
Alex Bennée
,
2023/11/13
Re: [PULL 21/38] plugins: update lockstep to use g_memdup2
,
Daniel P . Berrangé
,
2023/11/13
Re: [PULL 21/38] plugins: update lockstep to use g_memdup2
,
Thomas Huth
,
2023/11/13
[PULL 0/3] QAPI patches patches for 2023-11-13
,
Markus Armbruster
,
2023/11/13
[PULL 1/3] qapi: Fix QAPISchemaEntity.__repr__()
,
Markus Armbruster
,
2023/11/13
[PULL 3/3] tests/qapi-schema: Tidy up pylint warnings and advice
,
Markus Armbruster
,
2023/11/13
[PULL 2/3] sphinx/qapidoc: Tidy up pylint warning raise-missing-from
,
Markus Armbruster
,
2023/11/13
Re: [PULL 0/3] QAPI patches patches for 2023-11-13
,
Stefan Hajnoczi
,
2023/11/13
[RFC PATCH 0/2] RISC-V: Add TSO extensions (Ztso/Ssdtso)
,
Christoph Muellner
,
2023/11/13
[RFC PATCH 1/2] RISC-V: Add support for Ztso
,
Christoph Muellner
,
2023/11/13
Re: [RFC PATCH 1/2] RISC-V: Add support for Ztso
,
Daniel Henrique Barboza
,
2023/11/14
[RFC PATCH 2/2] RISC-V: Add support for Ssdtso
,
Christoph Muellner
,
2023/11/13
Re: [RFC PATCH 2/2] RISC-V: Add support for Ssdtso
,
Daniel Henrique Barboza
,
2023/11/14
Re: [PATCH v3 04/21] parallels: Add parallels_mark_unused() helper
,
Alexander Ivanov
,
2023/11/13
[PULL 0/2] -Wshadow=local patches for 2023-11-13
,
Markus Armbruster
,
2023/11/13
[PULL 1/2] block/snapshot: Fix compiler warning with -Wshadow=local
,
Markus Armbruster
,
2023/11/13
[PULL 2/2] meson: Enable -Wshadow=local
,
Markus Armbruster
,
2023/11/13
Re: [PULL 0/2] -Wshadow=local patches for 2023-11-13
,
Stefan Hajnoczi
,
2023/11/13
[GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-11-13
,
David Hildenbrand
,
2023/11/13
[GIT PULL 1/1] virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()
,
David Hildenbrand
,
2023/11/13
Re: [GIT PULL 0/1] Host Memory Backends and Memory devices queue 2023-11-13
,
Stefan Hajnoczi
,
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] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
,
Robert Hoo
,
2023/11/13
Re: [PATCH] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
,
Robert Hoo
,
2023/11/13
Re: [risu PATCH 0/5] Add LoongArch LSX/LASX instructions
,
gaosong
,
2023/11/13
Re: [risu PATCH 0/5] Add LoongArch LSX/LASX instructions
,
gaosong
,
2023/11/24
[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
,
Vivek Kasireddy
,
2023/11/13
Re: [PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
,
Laszlo Ersek
,
2023/11/13
RE: [PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
,
Kasireddy, Vivek
,
2023/11/14
Re: [PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
,
Laszlo Ersek
,
2023/11/14
Re: [PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
,
Gerd Hoffmann
,
2023/11/15
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 13/19] heki: Implement a kernel page table walker
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Mickaël Salaün
,
2023/11/12
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Peter Zijlstra
,
2023/11/13
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Madhavan T. Venkataraman
,
2023/11/27
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Peter Zijlstra
,
2023/11/27
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Madhavan T. Venkataraman
,
2023/11/29
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Peter Zijlstra
,
2023/11/30
Re: [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
,
Edgecombe, Rick P
,
2023/11/30
[RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
,
Mickaël Salaün
,
2023/11/12
Re: [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
,
Peter Zijlstra
,
2023/11/13
Re: [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
,
Madhavan T. Venkataraman
,
2023/11/27
Re: [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
,
Peter Zijlstra
,
2023/11/27
Re: [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
,
Madhavan T. Venkataraman
,
2023/11/29
[RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
,
Mickaël Salaün
,
2023/11/12
[RFC PATCH v2 19/19] virt: Add Heki KUnit tests
,
Mickaël Salaün
,
2023/11/12
[PATCH v1 0/4] virtio: Refactor vhost input stub
,
Leo Yan
,
2023/11/12
[PATCH v1 1/4] hw/virtio: Support set_config() callback in vhost-user-base
,
Leo Yan
,
2023/11/12
[PATCH v1 2/4] docs/system: Add vhost-user-input documentation
,
Leo Yan
,
2023/11/12
Re: [PATCH v1 2/4] docs/system: Add vhost-user-input documentation
,
Leo Yan
,
2023/11/12
[PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Leo Yan
,
2023/11/12
Re: [PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Manos Pitsidianakis
,
2023/11/13
Re: [PATCH v1 3/4] hw/virtio: Move vhost-user-input into virtio folder
,
Leo Yan
,
2023/11/13
[PATCH v1 4/4] hw/virtio: derive vhost-user-input from vhost-user-base
,
Leo Yan
,
2023/11/12
Re: [PATCH v1 0/4] virtio: Refactor vhost input stub
,
Michael S. Tsirkin
,
2023/11/13
Re: [PATCH v1 0/4] virtio: Refactor vhost input stub
,
Leo Yan
,
2023/11/13
[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
[RFC 0/2] vhost-user-test: Add negotiated features check
,
Hyman Huang
,
2023/11/12
[RFC 2/2] vhost-user-test: Add negotiated features check
,
Hyman Huang
,
2023/11/12
[RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status
,
Hyman Huang
,
2023/11/12
Re: [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status
,
Markus Armbruster
,
2023/11/16
Re: [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status
,
Yong Huang
,
2023/11/17
Re: [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status
,
Markus Armbruster
,
2023/11/21
Re: [RFC 1/2] qapi/virtio: introduce the "show-bits" argument for x-query-virtio-status
,
Yong Huang
,
2023/11/21
Re: [RFC 0/2] vhost-user-test: Add negotiated features check
,
Yong Huang
,
2023/11/15
Re: [RFC 0/2] vhost-user-test: Add negotiated features check
,
Michael S. Tsirkin
,
2023/11/17
Re: [RFC 0/2] vhost-user-test: Add negotiated features check
,
Yong Huang
,
2023/11/17
[PATCH] test/qtest: Add an API function to capture IRQ toggling
,
Gustavo Romero
,
2023/11/11
Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling
,
Thomas Huth
,
2023/11/13
Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH] test/qtest: Add an API function to capture IRQ toggling
,
Gustavo Romero
,
2023/11/13
Re: [PULL 0/8] Firmware/edk2 20230918 patches
,
Akihiko Odaki
,
2023/11/11
Re: [PULL 0/8] Firmware/edk2 20230918 patches
,
Gerd Hoffmann
,
2023/11/13
Re: [PULL 0/8] Firmware/edk2 20230918 patches
,
Akihiko Odaki
,
2023/11/17
[PULL 0/6] Biuld system and CI changes for 2023-11-10
,
Paolo Bonzini
,
2023/11/11
[PULL 1/6] coverity: physmem: use simple assertions instead of modelling
,
Paolo Bonzini
,
2023/11/11
[PULL 2/6] tests: respect --enable/--disable-download for Avocado
,
Paolo Bonzini
,
2023/11/11
[PULL 3/6] docs: document what configure does with virtual environments
,
Paolo Bonzini
,
2023/11/11
[PULL 4/6] buildsys: Bump known good meson version to v1.2.3
,
Paolo Bonzini
,
2023/11/11
[PULL 5/6] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Paolo Bonzini
,
2023/11/11
[PULL 6/6] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
,
Paolo Bonzini
,
2023/11/11
Re: [PULL 0/6] Biuld system and CI changes for 2023-11-10
,
Stefan Hajnoczi
,
2023/11/12
Re: [PULL 0/6] Biuld system and CI changes for 2023-11-10
,
Paolo Bonzini
,
2023/11/14
[PATCH] linux-user: xtensa: fix signal delivery in FDPIC
,
Max Filippov
,
2023/11/11
Re: [PATCH] linux-user: xtensa: fix signal delivery in FDPIC
,
Richard Henderson
,
2023/11/12
Re: [PATCH] linux-user: xtensa: fix signal delivery in FDPIC
,
Max Filippov
,
2023/11/12
Re: [PATCH] linux-user: xtensa: fix signal delivery in FDPIC
,
Richard Henderson
,
2023/11/12
[PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
,
Volker Rümelin
,
2023/11/11
Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
,
Volker Rümelin
,
2023/11/11
Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
,
Marc-André Lureau
,
2023/11/13
Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
,
Antonio Caggiano
,
2023/11/13
Re: [PATCH for 8.2] ui/gtk-egl: move function calls back to regular code path
,
Michael Tokarev
,
2023/11/24
disable-pie build
,
Michael Tokarev
,
2023/11/10
Re: disable-pie build
,
Paolo Bonzini
,
2023/11/11
Re: disable-pie build
,
Volker Rümelin
,
2023/11/11
Re: disable-pie build
,
Paolo Bonzini
,
2023/11/12
Re: disable-pie build
,
Michael Tokarev
,
2023/11/12
Re: disable-pie build
,
Paolo Bonzini
,
2023/11/12
Re: disable-pie build
,
Michael Tokarev
,
2023/11/12
[PATCH for-8.2 00/11] target/hppa: PA2.0 fixes
,
Richard Henderson
,
2023/11/10
[PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
,
Richard Henderson
,
2023/11/10
[PATCH 01/11] target/hppa: Update to SeaBIOS-hppa version 11
,
Richard Henderson
,
2023/11/10
[PATCH for-8.2 00/11] target/hppa: PA2.0 fixes
,
Richard Henderson
,
2023/11/10
[PATCH 03/11] target/hppa: Mask reserved PSW bits in expand_sm_imm
,
Richard Henderson
,
2023/11/10
[PATCH 02/11] hw/hppa: Require at least SeaBIOS-hppa version 11
,
Richard Henderson
,
2023/11/10
[PATCH 04/11] target/hppa: Use only low 2 immediate bits for PROBEI
,
Richard Henderson
,
2023/11/10
Re: [PATCH 04/11] target/hppa: Use only low 2 immediate bits for PROBEI
,
Philippe Mathieu-Daudé
,
2023/11/12
[PATCH 05/11] target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probe
,
Richard Henderson
,
2023/11/10
[PATCH 06/11] target/hppa: Fix calculation of CR_IIASQ back register
,
Richard Henderson
,
2023/11/10
[PATCH 07/11] target/hppa: Fix possible overflow in TLB size calculation
,
Richard Henderson
,
2023/11/10
[PATCH 08/11] target/hppa: Introduce MMU_IDX_MMU_DISABLED
,
Richard Henderson
,
2023/11/10
Re: [PATCH 08/11] target/hppa: Introduce MMU_IDX_MMU_DISABLED
,
Philippe Mathieu-Daudé
,
2023/11/12
[PATCH 09/11] target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDX
,
Richard Henderson
,
2023/11/10
[PATCH 01/11] target/hppa: Update to SeaBIOS-hppa version 11
,
Richard Henderson
,
2023/11/10
Re: [PATCH 01/11] target/hppa: Update to SeaBIOS-hppa version 11
,
Philippe Mathieu-Daudé
,
2023/11/12
Re: [PATCH 01/11] target/hppa: Update to SeaBIOS-hppa version 11
,
Helge Deller
,
2023/11/12
[PATCH 10/11] target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 44
,
Richard Henderson
,
2023/11/10
[PATCH 11/11] hw/pci-host/astro: Fix boot for C3700 machine
,
Richard Henderson
,
2023/11/10
[PATCH] MAINTAINERS: update virtio-fs mailing list address
,
Stefan Hajnoczi
,
2023/11/10
Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
,
German Maglione
,
2023/11/13
Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH] MAINTAINERS: update virtio-fs mailing list address
,
Stefan Hajnoczi
,
2023/11/13
[PATCH] hw/cxl/mbox: Remove dead code
,
Davidlohr Bueso
,
2023/11/10
Re: [PATCH] hw/cxl/mbox: Remove dead code
,
Jonathan Cameron
,
2023/11/28
[PATCH v1 0/7] xen-arm: add support for virtio-pci
,
Volodymyr Babchuk
,
2023/11/10
[PATCH v1 6/7] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
,
Volodymyr Babchuk
,
2023/11/10
[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 1/7] xen-block: Do not write frontend nodes
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
David Woodhouse
,
2023/11/11
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
Andrew Cooper
,
2023/11/11
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
David Woodhouse
,
2023/11/11
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
Andrew Cooper
,
2023/11/11
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
David Woodhouse
,
2023/11/11
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
Volodymyr Babchuk
,
2023/11/14
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
David Woodhouse
,
2023/11/14
Re: [PATCH v1 1/7] xen-block: Do not write frontend nodes
,
Paul Durrant
,
2023/11/12
[PATCH v1 2/7] xen-bus: Do not destroy frontend/backend directories
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 2/7] xen-bus: Do not destroy frontend/backend directories
,
David Woodhouse
,
2023/11/12
[PATCH v1 4/7] xen_pvdev: Do not assume Dom0 when creating a directrory
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 4/7] xen_pvdev: Do not assume Dom0 when creating a directrory
,
David Woodhouse
,
2023/11/12
Re: [PATCH v1 4/7] xen_pvdev: Do not assume Dom0 when creating a directrory
,
Volodymyr Babchuk
,
2023/11/14
[PATCH v1 5/7] xen-bus: Set offline if backend's state is XenbusStateClosed
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 5/7] xen-bus: Set offline if backend's state is XenbusStateClosed
,
David Woodhouse
,
2023/11/11
Re: [PATCH v1 5/7] xen-bus: Set offline if backend's state is XenbusStateClosed
,
Paul Durrant
,
2023/11/12
[PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/10
Re: [PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
David Woodhouse
,
2023/11/11
Re: [PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
David Woodhouse
,
2023/11/12
Re: [PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/13
Re: [PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
Volodymyr Babchuk
,
2023/11/13
Re: [PATCH v1 3/7] xen: xenstore: add possibility to preserve owner
,
Paul Durrant
,
2023/11/12
[PATCH] hw/display/vmware_vga: fix probably typo
,
Alexandra Diupina
,
2023/11/10
Re: [PATCH] hw/display/vmware_vga: fix probably typo
,
Thomas Huth
,
2023/11/13
Re: [PATCH] hw/display/vmware_vga: fix probably typo
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: prctl call wrongly succeeds on HPPA?
,
Helge Deller
,
2023/11/10
Re: prctl call wrongly succeeds on HPPA?
,
Helge Deller
,
2023/11/10
[RFC PATCH v2 0/4] migration: Fix multifd qemu_mutex_destroy race
,
Fabiano Rosas
,
2023/11/10
[RFC PATCH v2 2/4] migration/multifd: Join the TLS thread
,
Fabiano Rosas
,
2023/11/10
Re: [RFC PATCH v2 2/4] migration/multifd: Join the TLS thread
,
Peter Xu
,
2023/11/13
[RFC PATCH v2 1/4] migration/multifd: Stop setting p->ioc before connecting
,
Fabiano Rosas
,
2023/11/10
Re: [RFC PATCH v2 1/4] migration/multifd: Stop setting p->ioc before connecting
,
Peter Xu
,
2023/11/13
Re: [RFC PATCH v2 1/4] migration/multifd: Stop setting p->ioc before connecting
,
Juan Quintela
,
2023/11/16
[RFC PATCH v2 3/4] migration/multifd: Remove p->running
,
Fabiano Rosas
,
2023/11/10
[RFC PATCH v2 4/4] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/10
[PATCH v2 0/8] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/10
[PATCH v2 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Glenn Miles
,
2023/11/10
Re: [PATCH v2 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Cédric Le Goater
,
2023/11/13
Re: [PATCH v2 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Miles Glenn
,
2023/11/13
[PATCH v2 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Glenn Miles
,
2023/11/10
Re: [PATCH v2 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Cédric Le Goater
,
2023/11/13
Re: [PATCH v2 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Miles Glenn
,
2023/11/14
[PATCH v2 2/8] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/10
[PATCH v2 5/8] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/10
[PATCH v2 8/8] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/10
[PATCH v2 7/8] ppc/pnv: Add a pca9554 I2C device to powernv10
,
Glenn Miles
,
2023/11/10
[PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Glenn Miles
,
2023/11/10
Re: [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/13
Re: [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Miles Glenn
,
2023/11/14
Re: [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Cédric Le Goater
,
2023/11/14
Re: [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Miles Glenn
,
2023/11/14
[PATCH v2 6/8] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/10
[PATCH] target/hppa: Fix possible overflow in TLB size calculation
,
Helge Deller
,
2023/11/10
Re: [PATCH] target/hppa: Fix possible overflow in TLB size calculation
,
Richard Henderson
,
2023/11/10
[PATCH v8] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
Re: [PATCH v8] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
Cédric Le Goater
,
2023/11/11
Re: [PATCH v8] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
Richard Henderson
,
2023/11/12
[PATCH v7] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
[PATCH v6] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
[PATCH] linux-user/riscv: Add Zicboz block size to hwprobe
,
Palmer Dabbelt
,
2023/11/10
Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe
,
Daniel Henrique Barboza
,
2023/11/11
Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe
,
Alistair Francis
,
2023/11/20
Re: [PATCH] linux-user/riscv: Add Zicboz block size to hwprobe
,
Alistair Francis
,
2023/11/20
[PATCH v2 0/2] s390x/pci: small set of fixes
,
Matthew Rosato
,
2023/11/10
[PATCH v2 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Matthew Rosato
,
2023/11/10
Re: [PATCH v2 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Michael Tokarev
,
2023/11/13
Re: [PATCH v2 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Matthew Rosato
,
2023/11/13
[PATCH v2 1/2] s390x/pci: bypass vfio DMA counting when using cdev
,
Matthew Rosato
,
2023/11/10
Re: [PATCH v2 0/2] s390x/pci: small set of fixes
,
Thomas Huth
,
2023/11/13
Re: [PATCH v2 0/2] s390x/pci: small set of fixes
,
Eric Farman
,
2023/11/13
[PATCH for-8.2] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
,
Daniel Henrique Barboza
,
2023/11/10
Re: [PATCH for-8.2] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
,
Alistair Francis
,
2023/11/20
Re: [PATCH for-8.2] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
,
Alistair Francis
,
2023/11/20
[PATCH 0/8] Add powernv10 I2C devices and tests
,
Glenn Miles
,
2023/11/10
[PATCH 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
,
Glenn Miles
,
2023/11/10
[PATCH 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
,
Glenn Miles
,
2023/11/10
[PATCH 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
,
Glenn Miles
,
2023/11/10
[PATCH 6/8] misc: Add a pca9554 GPIO device model
,
Glenn Miles
,
2023/11/10
[PATCH 5/8] ppc/pnv: Use resettable interface to reset child I2C buses
,
Glenn Miles
,
2023/11/10
[PATCH 2/8] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
,
Glenn Miles
,
2023/11/10
[PATCH 7/8] ppc/pnv: Add a pca9554 I2C device to powernv10
,
Glenn Miles
,
2023/11/10
[PATCH 8/8] ppc/pnv: Test pnv i2c master and connected devices
,
Glenn Miles
,
2023/11/10
Re: [PATCH 0/8] Add powernv10 I2C devices and tests
,
Miles Glenn
,
2023/11/10
[PULL v2 00/11] qdev: Make array properties user accessible again
,
Kevin Wolf
,
2023/11/10
Re: [PULL v2 00/11] qdev: Make array properties user accessible again
,
Stefan Hajnoczi
,
2023/11/11
[PATCH] target/i386: Fix CPUID encoding of Fn8000001E_ECX
,
Babu Moger
,
2023/11/10
[PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
,
Richard Henderson
,
2023/11/10
Re: [PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
,
Clément Chigot
,
2023/11/14
Re: [PATCH for-8.2] accel/tcg: Remove CF_LAST_IO
,
Claudio Fontana
,
2023/11/14
[PATCH] hw/audio/es1370: Clean up comment
,
Peter Maydell
,
2023/11/10
Re: [PATCH] hw/audio/es1370: Clean up comment
,
Volker Rümelin
,
2023/11/11
[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 0/1] ui/cocoa: add zoom-interpolation display option
,
carwynellis
,
2023/11/10
[PATCH 1/1] ui/cocoa: add zoom-interpolation display option
,
carwynellis
,
2023/11/10
Re: [PATCH 1/1] ui/cocoa: add zoom-interpolation display option
,
Akihiko Odaki
,
2023/11/11
[PATCH 0/2] Implementation of resource_query_layout
,
Julia Zhang
,
2023/11/10
[PATCH 1/2] virgl: Implement resource_query_layout
,
Julia Zhang
,
2023/11/10
[PATCH 2/2] virgl: Modify resource_query_layout
,
Julia Zhang
,
2023/11/10
[PATCH v2] docs: document what configure does with virtual environments
,
Paolo Bonzini
,
2023/11/10
[PATCH] tests: respect --enable/--disable-download for Avocado
,
Paolo Bonzini
,
2023/11/10
Re: [PATCH] tests: respect --enable/--disable-download for Avocado
,
BALATON Zoltan
,
2023/11/10
Re: [PATCH] tests: respect --enable/--disable-download for Avocado
,
Paolo Bonzini
,
2023/11/10
[PATCH 0/2] Add QEMU_WARN_UNUSED_RESULT function attribute
,
Manos Pitsidianakis
,
2023/11/10
[PATCH 1/2] Add QEMU_WARN_UNUSED_RESULT attribute
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH 1/2] Add QEMU_WARN_UNUSED_RESULT attribute
,
Daniel P . Berrangé
,
2023/11/10
Re: [PATCH 1/2] Add QEMU_WARN_UNUSED_RESULT attribute
,
Philippe Mathieu-Daudé
,
2023/11/10
[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
Re: [PATCH v6 06/21] net: Remove flag propagation
,
Pavel Dovgalyuk
,
2023/11/10
Re: [PATCH v6 06/21] net: Remove flag propagation
,
Akihiko Odaki
,
2023/11/11
Re: [PATCH v6 06/21] net: Remove flag propagation
,
Pavel Dovgalyuk
,
2023/11/13
[PATCH v2 0/4] Live Migration Acceleration with IAA Compression
,
Yuan Liu
,
2023/11/10
[PATCH v2 1/4] migration: Introduce multifd-compression-accel parameter
,
Yuan Liu
,
2023/11/10
[PATCH v2 2/4] multifd: Implement multifd compression accelerator
,
Yuan Liu
,
2023/11/10
Re: [PATCH v2 2/4] multifd: Implement multifd compression accelerator
,
Fabiano Rosas
,
2023/11/24
[PATCH v2 3/4] configure: add qpl option
,
Yuan Liu
,
2023/11/10
[PATCH v2 4/4] multifd: Introduce QPL compression accelerator
,
Yuan Liu
,
2023/11/10
[PATCH] Fix segmentation fault when VM shutdown with virtio-gpu unplugged
,
Binfeng Wu
,
2023/11/09
Re: [PATCH] Fix segmentation fault when VM shutdown with virtio-gpu unplugged
,
Michael S. Tsirkin
,
2023/11/10
Re: [PATCH] Fix segmentation fault when VM shutdown with virtio-gpu unplugged
,
Binfeng Wu
,
2023/11/10
QTest framework does not capture toggled irq line
,
Gustavo Romero
,
2023/11/09
Re: QTest framework does not capture toggled irq line
,
Thomas Huth
,
2023/11/10
Re: QTest framework does not capture toggled irq line
,
Gustavo Romero
,
2023/11/11
[PATCH 0/2] s390x/pci: small set of fixes
,
Matthew Rosato
,
2023/11/09
[PATCH 1/2] s390x/pci: bypass vfio DMA counting when using cdev
,
Matthew Rosato
,
2023/11/09
Re: [PATCH 1/2] s390x/pci: bypass vfio DMA counting when using cdev
,
Philippe Mathieu-Daudé
,
2023/11/10
Re: [PATCH 1/2] s390x/pci: bypass vfio DMA counting when using cdev
,
Philippe Mathieu-Daudé
,
2023/11/10
[PATCH 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Matthew Rosato
,
2023/11/09
Re: [PATCH 2/2] s390x/pci: only limit DMA aperture if vfio DMA limit reported
,
Thomas Huth
,
2023/11/10
Re: [PATCH 0/2] s390x/pci: small set of fixes
,
Cédric Le Goater
,
2023/11/10
[RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Taylor Simpson
,
2023/11/09
Re: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Matheus Tavares Bernardino
,
2023/11/10
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Brian Cain
,
2023/11/15
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Brian Cain
,
2023/11/15
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
ltaylorsimpson
,
2023/11/15
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Brian Cain
,
2023/11/16
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
ltaylorsimpson
,
2023/11/16
RE: [RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
,
Brian Cain
,
2023/11/17
[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 07/10] hw/char/pl011: Check if receiver is enabled
,
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 08/10] hw/char/pl011: Rename RX FIFO methods
,
Philippe Mathieu-Daudé
,
2023/11/09
[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
[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
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
Re: [PATCH v2 10/11] qapi: golang: Add CommandResult type to Go
,
Andrea Bolognani
,
2023/11/09
Re: [PATCH v2 10/11] qapi: golang: Add CommandResult type to Go
,
Victor Toso
,
2023/11/09
Re: [PATCH v2 10/11] qapi: golang: Add CommandResult type to Go
,
Andrea Bolognani
,
2023/11/10
[PATCH] tests/qemu-iotests/149: Use more inclusive language in this test
,
Thomas Huth
,
2023/11/09
Re: [PATCH] tests/qemu-iotests/149: Use more inclusive language in this test
,
Paolo Bonzini
,
2023/11/09
Re: [PATCH v2 08/11] qapi: golang: Generate qapi's event types in Go
,
Andrea Bolognani
,
2023/11/09
Re: [PATCH v2 08/11] qapi: golang: Generate qapi's event types in Go
,
Victor Toso
,
2023/11/09
Re: [PATCH v2 08/11] qapi: golang: Generate qapi's event types in Go
,
Andrea Bolognani
,
2023/11/10
[PATCH] tests/tsan: Rename the file with the entries that should be ignored
,
Thomas Huth
,
2023/11/09
Re: [PATCH] tests/tsan: Rename the file with the entries that should be ignored
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v3 00/11] qdev: Make array properties user accessible again
,
Kevin Wolf
,
2023/11/09
[PATCH v3 02/11] hw/arm/mps2-tz: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 03/11] hw/arm/mps2: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 01/11] hw/i386/pc: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
Re: [PATCH v3 01/11] hw/i386/pc: Use qdev_prop_set_array()
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v3 04/11] hw/arm/sbsa-ref: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 05/11] hw/arm/vexpress: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 07/11] hw/arm/xlnx-versal: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 06/11] hw/arm/virt: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
[PATCH v3 09/11] qom: Add object_property_set_default_list()
,
Kevin Wolf
,
2023/11/09
Re: [PATCH v3 09/11] qom: Add object_property_set_default_list()
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v3 10/11] qdev: Make netdev properties work as list elements
,
Kevin Wolf
,
2023/11/09
Re: [PATCH v3 10/11] qdev: Make netdev properties work as list elements
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v3 11/11] qdev: Rework array properties based on list visitor
,
Kevin Wolf
,
2023/11/09
[PATCH v3 08/11] hw/rx/rx62n: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/09
Re: [PATCH v3 00/11] qdev: Make array properties user accessible again
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH] include/hw/xen: Use more inclusive language in comment
,
Thomas Huth
,
2023/11/09
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
Daniel P . Berrangé
,
2023/11/09
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
Andrew Cooper
,
2023/11/09
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
David Woodhouse
,
2023/11/10
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
Jan Beulich
,
2023/11/10
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
Thomas Huth
,
2023/11/10
Re: [PATCH] include/hw/xen: Use more inclusive language in comment
,
David Woodhouse
,
2023/11/10
[PATCH] hw/audio/es1370: Avoid four-letter word
,
Thomas Huth
,
2023/11/09
Re: [PATCH] hw/audio/es1370: Avoid four-letter word
,
Daniel P . Berrangé
,
2023/11/09
Re: [PATCH] hw/audio/es1370: Avoid four-letter word
,
Peter Maydell
,
2023/11/09
Re: [PATCH] hw/audio/es1370: Avoid four-letter word
,
Thomas Huth
,
2023/11/09
Re: [PATCH] hw/audio/es1370: Avoid four-letter word
,
Daniel P . Berrangé
,
2023/11/09
Re: [PATCH v2 07/11] qapi: golang: Generate qapi's union types in Go
,
Andrea Bolognani
,
2023/11/09
Re: [PATCH v2 07/11] qapi: golang: Generate qapi's union types in Go
,
Victor Toso
,
2023/11/09
Re: [PATCH v2 07/11] qapi: golang: Generate qapi's union types in Go
,
Andrea Bolognani
,
2023/11/10
Re: [PATCH v2 07/11] qapi: golang: Generate qapi's union types in Go
,
Victor Toso
,
2023/11/10
[PATCH v2] ppc/pnv: Fix potential overflow in I2C model
,
Cédric Le Goater
,
2023/11/09
Re: [PATCH v2] ppc/pnv: Fix potential overflow in I2C model
,
Miles Glenn
,
2023/11/09
Re: [PATCH v2] ppc/pnv: Fix potential overflow in I2C model
,
Philippe Mathieu-Daudé
,
2023/11/09
[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
[RFC PATCH 0/2] migration: Fix multifd qemu_mutex_destroy race
,
Fabiano Rosas
,
2023/11/09
[RFC PATCH 1/2] migration: Report error in incoming migration
,
Fabiano Rosas
,
2023/11/09
Re: [RFC PATCH 1/2] migration: Report error in incoming migration
,
Peter Xu
,
2023/11/09
Re: [RFC PATCH 1/2] migration: Report error in incoming migration
,
Fabiano Rosas
,
2023/11/10
Re: [RFC PATCH 1/2] migration: Report error in incoming migration
,
Peter Xu
,
2023/11/13
Re: [RFC PATCH 1/2] migration: Report error in incoming migration
,
Fabiano Rosas
,
2023/11/13
[RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/09
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Peter Xu
,
2023/11/09
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/10
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/10
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Juan Quintela
,
2023/11/16
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Peter Xu
,
2023/11/13
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/13
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Peter Xu
,
2023/11/14
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Juan Quintela
,
2023/11/16
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Juan Quintela
,
2023/11/16
Re: [RFC PATCH 2/2] migration/multifd: Move semaphore release into main thread
,
Fabiano Rosas
,
2023/11/16
[PATCH] virtio-snd: check AUD_register_card return value
,
Manos Pitsidianakis
,
2023/11/09
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Peter Maydell
,
2023/11/09
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Michael S. Tsirkin
,
2023/11/09
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Peter Maydell
,
2023/11/09
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Michael S. Tsirkin
,
2023/11/09
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Manos Pitsidianakis
,
2023/11/10
Re: [PATCH] virtio-snd: check AUD_register_card return value
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
Paolo Bonzini
,
2023/11/09
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
John Snow
,
2023/11/09
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
BALATON Zoltan
,
2023/11/09
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
Paolo Bonzini
,
2023/11/10
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v2 2/2] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma
,
Paolo Bonzini
,
2023/11/09
[PATCH] hv-balloon: avoid alloca() usage
,
Maciej S. Szmigiero
,
2023/11/09
Re: [PATCH] hv-balloon: avoid alloca() usage
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH] hv-balloon: avoid alloca() usage
,
David Hildenbrand
,
2023/11/13
Re: [PATCH] hv-balloon: avoid alloca() usage
,
Maciej S. Szmigiero
,
2023/11/13
Re: [PATCH] hv-balloon: avoid alloca() usage
,
Peter Maydell
,
2023/11/13
[PATCH] docs: document what configure does with virtual environments
,
Paolo Bonzini
,
2023/11/09
Message not available
Re: [PATCH] docs: document what configure does with virtual environments
,
John Snow
,
2023/11/09
Re: [PATCH] docs: document what configure does with virtual environments
,
Paolo Bonzini
,
2023/11/10
[RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Daniel P . Berrangé
,
2023/11/09
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Thomas Huth
,
2023/11/09
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Daniel P . Berrangé
,
2023/11/10
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Thomas Huth
,
2023/11/10
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Daniel P . Berrangé
,
2023/11/10
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Reinoud Zandijk
,
2023/11/10
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Reinoud Zandijk
,
2023/11/11
Re: [RFC PATCH-for-8.2] .gitlab-ci.d/cirrus.yml: Promote NetBSD job as gating
,
Thomas Huth
,
2023/11/13
[PATCH] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
David Woodhouse
,
2023/11/09
Re: [PATCH] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
Paul Durrant
,
2023/11/09
Re: [PATCH] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
,
Peter Maydell
,
2023/11/09
[PATCH v10 0/7] Support x2APIC mode with TCG accelerator
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 1/7] i386/tcg: implement x2APIC registers MSR access
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 2/7] apic: add support for x2APIC mode
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 3/7] apic, i386/tcg: add x2apic transitions
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 4/7] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 5/7] test: bios-tables-test: prepare IVRS change in ACPI table
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 6/7] amd_iommu: report x2APIC support to the operating system
,
Bui Quang Minh
,
2023/11/09
[PATCH v10 7/7] test: bios-tables-test: add IVRS changed binary
,
Bui Quang Minh
,
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-for-8.2] tests/vm/netbsd: Use Python v3.11
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH-for-8.2] tests/vm/netbsd: Use Python v3.11
,
Thomas Huth
,
2023/11/09
Re: [PATCH v9 0/5] Support x2APIC mode with TCG accelerator
,
Santosh Shukla
,
2023/11/09
Re: [PATCH v9 0/5] Support x2APIC mode with TCG accelerator
,
Bui Quang Minh
,
2023/11/09
Re: [PATCH v9 0/5] Support x2APIC mode with TCG accelerator
,
Joao Martins
,
2023/11/09
Re: [PATCH v9 0/5] Support x2APIC mode with TCG accelerator
,
Bui Quang Minh
,
2023/11/09
Re: [PATCH v9 0/5] Support x2APIC mode with TCG accelerator
,
Santosh Shukla
,
2023/11/09
[Stable-7.2.7 00/62] Patch Round-up for stable 7.2.7, freeze on 2023-11-19
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 01/62] hw/ppc: Introduce functions for conversion between timebase and nanoseconds
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 03/62] hw/ppc: Round up the decrementer interval when converting to ns
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 02/62] host-utils: Add muldiv64_round_up
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 04/62] hw/ppc: Avoid decrementer rounding errors
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 05/62] target/ppc: Sign-extend large decrementer to 64-bits
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 06/62] target/ppc: Decrementer fix BookE semantics
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 08/62] linux-user/hppa: clear the PSW 'N' bit when delivering signals
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 10/62] hw/cxl: Fix CFMW config memory leak
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 07/62] hw/ppc: Always store the decrementer value
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 09/62] linux-user/hppa: lock both words of function descriptor
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 11/62] target/arm: Don't skip MTE checks for LDRT/STRT at EL0
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 15/62] ui/vnc: fix handling of VNC_FEATURE_XVP
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 13/62] hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 17/62] esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 12/62] accel/tcg: mttcg remove false-negative halted assertion
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 21/62] tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 14/62] ui/vnc: fix debug output for invalid audio message
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 16/62] optionrom: Remove build-id section
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 19/62] scsi-disk: ensure that FORMAT UNIT commands are terminated
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 23/62] target/i386: Fix exception classes for SSE/AVX instructions.
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 24/62] target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 26/62] target/i386: fix memory operand size for CVTPS2PD
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 25/62] target/i386: generalize operand size "ph" for use in CVTPS2PD
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 20/62] target/i386: fix operand size of unary SSE operations
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 18/62] esp: restrict non-DMA transfer length to that of available data
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 27/62] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 22/62] target/i386: Fix and add some comments next to SSE/AVX instructions.
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 28/62] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 29/62] linux-user/hppa: Fix struct target_sigcontext layout
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 30/62] amd_iommu: Fix APIC address check
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 31/62] migration/qmp: Fix crash on setting tls-authz with null
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 32/62] hw/audio/es1370: reset current sample counter
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 34/62] hw/pvrdma: Protect against buggy or malicious guest driver
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 33/62] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 35/62] migration: Fix analyze-migration read operation signedness
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 40/62] misc/led: LED state is set opposite of what is expected
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 46/62] Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 37/62] linux-user/sh4: Fix crashes on signal delivery
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 45/62] Revert "linux-user: add more compat ioctl definitions"
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 36/62] linux-user/mips: fix abort on integer overflow
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 38/62] lasips2: LASI PS/2 devices are not user-createable
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 41/62] tests/migration: Add -fno-stack-protector
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 44/62] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 39/62] hw/sd/sdhci: Block Size Register bits [14:12] is lost
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 42/62] tests/tcg: Add -fno-stack-protector
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 47/62] target/arm: Don't access TCG code when debugging with KVM
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 43/62] qemu-img: rebase: stop when reaching EOF of old backing file
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 51/62] block/nvme: nvme_process_completion() fix bound for cid
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 49/62] target/arm: Fix handling of SW and NSW bits for stage 2 walks
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 50/62] target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 48/62] target/arm: Don't allow stage 2 page table walks to downgrade to NS
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 52/62] ati-vga: Implement fallback for pixman routines
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 55/62] ui/gtk-egl: Check EGLSurface before doing scanout
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 54/62] ui/gtk-egl: apply scale factor when calculating window's dimension
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 56/62] target/mips: Fix MSA BZ/BNZ opcodes displacement
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 53/62] ui/gtk: force realization of drawing area
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 58/62] hw/ide: reset: cancel async DMA operation before resetting state
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 57/62] target/mips: Fix TX79 LQ/SQ opcodes
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 60/62] target/s390x: Fix LAALG not updating cc_src
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 62/62] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 59/62] tests/qtest: ahci-test: add test exposing reset issue with pending callback
,
Michael Tokarev
,
2023/11/09
[Stable-7.2.7 61/62] tests/tcg/s390x: Test LAALG with negative cc_src
,
Michael Tokarev
,
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
[Stable-8.1.3 00/55] Patch Round-up for stable 8.1.3, freeze on 2023-11-19
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 01/55] hw/pvrdma: Protect against buggy or malicious guest driver
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 03/55] migration: Non multifd migration don't care about multifd flushes
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 04/55] python/qmp: remove Server.wait_closed() call for Python 3.12
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 02/55] migration: Fix analyze-migration read operation signedness
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 06/55] docs/sphinx: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 08/55] tests/avocado: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 09/55] tests/vm: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 10/55] tracetool: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 11/55] linux-user: Fixes for zero_bss
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 13/55] linux-user/sh4: Fix crashes on signal delivery
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 05/55] tests/docker: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 07/55] target/hexagon: avoid invalid escape in Python string
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 12/55] linux-user/mips: fix abort on integer overflow
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 14/55] lasips2: LASI PS/2 devices are not user-createable
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 15/55] target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 16/55] hw/sd/sdhci: Block Size Register bits [14:12] is lost
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 18/55] target/sparc: Clear may_lookup for npc == DYNAMIC_PC
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 19/55] target/arm: Fix syndrome for FGT traps on ERET
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 17/55] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 20/55] misc/led: LED state is set opposite of what is expected
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 21/55] block: Fix locking in media change monitor commands
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 22/55] tests/tcg: Add -fno-stack-protector
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 23/55] qemu-img: rebase: stop when reaching EOF of old backing file
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 24/55] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 25/55] target/arm: Fix SVE STR increment
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 26/55] target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 27/55] util/uuid: Add UUID_STR_LEN definition
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 30/55] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 28/55] vfio/pci: Fix buffer overrun when writing the VF token
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 29/55] util/uuid: Remove UUID_FMT_LEN
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 31/55] i386/xen: fix per-vCPU upcall vector for Xen emulation
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 33/55] hw/xen: don't clear map_track[] in xen_gnttab_reset()
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 35/55] hw/xen: take iothread mutex in xen_evtchn_reset_op()
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 34/55] hw/xen: fix XenStore watch delivery to guest
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 32/55] hw/xen: select kernel mode for per-vCPU event channel upcall vector
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 36/55] hw/xen: use correct default protocol for xen-block on x86
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 38/55] block/nvme: nvme_process_completion() fix bound for cid
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 39/55] target/arm: Fix A64 LDRA immediate decode
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 37/55] virtio-gpu: block migration of VMs with blob=true
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 41/55] block/file-posix: fix update_zones_wp() caller
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 42/55] file-posix: fix over-writing of returning zone_append offset
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 40/55] qcow2: keep reference on zeroize with discard-no-unref enabled
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 45/55] ui/gtk-egl: apply scale factor when calculating window's dimension
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 43/55] ati-vga: Implement fallback for pixman routines
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 44/55] ui/gtk: force realization of drawing area
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 46/55] ui/gtk-egl: Check EGLSurface before doing scanout
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 47/55] target/mips: Fix MSA BZ/BNZ opcodes displacement
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 49/55] hw/ide: reset: cancel async DMA operation before resetting state
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 48/55] target/mips: Fix TX79 LQ/SQ opcodes
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 50/55] tests/qtest: ahci-test: add test exposing reset issue with pending callback
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 51/55] target/s390x: Fix CLC corrupting cc_src
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 52/55] tests/tcg/s390x: Test CLC with inaccessible second operand
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 54/55] tests/tcg/s390x: Test LAALG with negative cc_src
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 53/55] target/s390x: Fix LAALG not updating cc_src
,
Michael Tokarev
,
2023/11/09
[Stable-8.1.3 55/55] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
,
Michael Tokarev
,
2023/11/09
Re: [Stable-8.1.3 55/55] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
,
Michael Tokarev
,
2023/11/09
Re: [Stable-8.1.3 00/55] Patch Round-up for stable 8.1.3, freeze on 2023-11-19
,
Daniel Henrique Barboza
,
2023/11/13
Re: [Stable-8.1.3 00/55] Patch Round-up for stable 8.1.3, freeze on 2023-11-19
,
Michael Tokarev
,
2023/11/13
Re: [Stable-8.1.3 00/55] Patch Round-up for stable 8.1.3, freeze on 2023-11-19
,
Daniel Henrique Barboza
,
2023/11/13
Re: [PATCH v2] Optimize buffer_is_zero
,
Alexander Monakov
,
2023/11/09
[PATCH v3 0/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
[PATCH v3 1/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
Re: [PATCH v3 1/1] plugins: fix win plugin tests on cross compile
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile
,
Alex Bennée
,
2023/11/09
Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile
,
Alex Bennée
,
2023/11/09
Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile
,
Paolo Bonzini
,
2023/11/09
Re: [PATCH v3 0/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
Re: [PATCH 2/7] qcow2: add get_sc_range_info() helper for working with subcluster ranges
,
Andrey Drobyshev
,
2023/11/09
[PATCH v2 0/3] dump: Arch info function pointer addition and cleanup
,
Janosch Frank
,
2023/11/09
[PATCH v2 1/3] target/s390x/dump: Remove unneeded dump info function pointer init
,
Janosch Frank
,
2023/11/09
Re: [PATCH v2 1/3] target/s390x/dump: Remove unneeded dump info function pointer init
,
Thomas Huth
,
2023/11/09
[PATCH v2 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Janosch Frank
,
2023/11/09
Re: [PATCH v2 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Claudio Imbrenda
,
2023/11/09
Re: [PATCH v2 3/3] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Thomas Huth
,
2023/11/09
[PATCH v2 2/3] dump: Add arch cleanup function
,
Janosch Frank
,
2023/11/09
Re: [PATCH v2 2/3] dump: Add arch cleanup function
,
Thomas Huth
,
2023/11/09
Re: [PATCH v2 0/3] dump: Arch info function pointer addition and cleanup
,
Marc-André Lureau
,
2023/11/10
[PATCH v5 00/20] vfio: Adopt iommufd
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 01/20] backends/iommufd: Introduce the iommufd object
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 02/20] util/char_dev: Add open_cdev()
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Cédric Le Goater
,
2023/11/10
RE: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/10
Re: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Cédric Le Goater
,
2023/11/13
RE: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/13
Re: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Nicolin Chen
,
2023/11/11
RE: [PATCH v5 03/20] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/12
[PATCH v5 04/20] vfio/iommufd: Relax assert check for iommufd backend
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 04/20] vfio/iommufd: Relax assert check for iommufd backend
,
Cédric Le Goater
,
2023/11/10
[PATCH v5 05/20] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 05/20] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Cédric Le Goater
,
2023/11/10
RE: [PATCH v5 05/20] vfio/iommufd: Add support for iova_ranges and pgsizes
,
Duan, Zhenzhong
,
2023/11/10
[PATCH v5 06/20] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 07/20] vfio/pci: Introduce a vfio pci hot reset interface
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 08/20] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 09/20] vfio/pci: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 12/20] vfio/platform: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 11/20] vfio/platform: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 11/20] vfio/platform: Allow the selection of a given iommu backend
,
Cédric Le Goater
,
2023/11/10
RE: [PATCH v5 11/20] vfio/platform: Allow the selection of a given iommu backend
,
Duan, Zhenzhong
,
2023/11/10
[PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/10
RE: [PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Duan, Zhenzhong
,
2023/11/12
Re: [PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/13
RE: [PATCH v5 10/20] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Duan, Zhenzhong
,
2023/11/13
[PATCH v5 14/20] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 14/20] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Matthew Rosato
,
2023/11/09
[PATCH v5 13/20] vfio/ap: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 13/20] vfio/ap: Allow the selection of a given iommu backend
,
Matthew Rosato
,
2023/11/09
[PATCH v5 15/20] vfio/ccw: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 15/20] vfio/ccw: Allow the selection of a given iommu backend
,
Matthew Rosato
,
2023/11/09
[PATCH v5 17/20] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 20/20] hw/i386: Activate IOMMUFD for q35 machines
,
Zhenzhong Duan
,
2023/11/09
[PATCH v5 19/20] kconfig: Activate IOMMUFD for s390x machines
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 19/20] kconfig: Activate IOMMUFD for s390x machines
,
Matthew Rosato
,
2023/11/09
RE: [PATCH v5 19/20] kconfig: Activate IOMMUFD for s390x machines
,
Duan, Zhenzhong
,
2023/11/09
Re: [PATCH v5 19/20] kconfig: Activate IOMMUFD for s390x machines
,
Cédric Le Goater
,
2023/11/10
[PATCH v5 16/20] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/09
Re: [PATCH v5 16/20] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Matthew Rosato
,
2023/11/09
[PATCH v5 18/20] hw/arm: Activate IOMMUFD for virt machines
,
Zhenzhong Duan
,
2023/11/09
[PATCH 8.2 bugfix] vl: disable default serial when xen-console is enabled
,
David Woodhouse
,
2023/11/09
Re: [PATCH v2 21/35] tcg/sparc64: Pass TCGCond to tcg_out_cmp
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH 8.2 bugfix] net: do not delete nics in net_cleanup()
,
David Woodhouse
,
2023/11/09
[PATCH] doc/sphinx/hxtool.py: add optional label argument to SRST directive
,
Woodhouse, David
,
2023/11/09
[PATCH v2 0/1] plugins: Move the windows linking function to qemu
,
Greg Manning
,
2023/11/09
[PATCH v2 1/1] plugins: Move the windows linking function to qemu
,
Greg Manning
,
2023/11/09
Re: [PATCH v2 1/1] plugins: Move the windows linking function to qemu
,
Paolo Bonzini
,
2023/11/09
Re: [PATCH v2 1/1] plugins: Move the windows linking function to qemu
,
Greg Manning
,
2023/11/10
Re: [PATCH v2 1/1] plugins: Move the windows linking function to qemu
,
Paolo Bonzini
,
2023/11/10
[PATCH v2 0/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
[PATCH v2 1/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
Re: [PATCH v2 1/1] plugins: fix win plugin tests on cross compile
,
Paolo Bonzini
,
2023/11/09
Re: [PATCH v2 1/1] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
[PATCH] plugins: fix win plugin tests on cross compile
,
Greg Manning
,
2023/11/09
Re: [PATCH] plugins: fix win plugin tests on cross compile
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH] plugins: fix win plugin tests on cross compile
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH] plugins: Move the windows linking function to qemu
,
Greg Manning
,
2023/11/09
[PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Cédric Le Goater
,
2023/11/09
Re: [PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Peter Maydell
,
2023/11/09
Re: [PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Cédric Le Goater
,
2023/11/09
Re: [PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Peter Maydell
,
2023/11/09
Re: [PATCH] ppc/pnv: Fix potential overflow in I2C model
,
Philippe Mathieu-Daudé
,
2023/11/09
[PATCH v3 0/6] target/i386: add support for FRED
,
Xin Li
,
2023/11/09
[PATCH v3 1/6] target/i386: add support for FRED in CPUID enumeration
,
Xin Li
,
2023/11/09
[PATCH v3 2/6] target/i386: mark CR4.FRED not reserved
,
Xin Li
,
2023/11/09
[PATCH v3 4/6] target/i386: add support for VMX FRED controls
,
Xin Li
,
2023/11/09
[PATCH v3 3/6] target/i386: add the secondary VM exit controls MSR
,
Xin Li
,
2023/11/09
[PATCH v3 5/6] target/i386: enumerate VMX nested-exception support
,
Xin Li
,
2023/11/09
[PATCH v3 6/6] target/i386: Add get/set/migrate support for FRED MSRs
,
Xin Li
,
2023/11/09
[PULL 0/1] Tracing patches
,
Stefan Hajnoczi
,
2023/11/09
[PULL 1/1] tracetool: avoid invalid escape in Python string
,
Stefan Hajnoczi
,
2023/11/09
Re: [PULL 0/1] Tracing patches
,
Stefan Hajnoczi
,
2023/11/09
[PATCH v6] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/08
Re: [PATCH v6] tests/avocado: add test to exercize processor address space memory bound checks
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v6] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/09
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
Dongxue Zhang
,
2023/11/08
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
LeoHou
,
2023/11/12
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
Alistair Francis
,
2023/11/20
Re: [PATCH 1/1] hw/intc/riscv_aclint:Change the way to get CPUState from hard-base to pu_index
,
Igor Mammedov
,
2023/11/24
Re: [PATCH RFC 3/7] migration: multifd_send_kick_main()
,
Fabiano Rosas
,
2023/11/08
Re: [PATCH RFC 3/7] migration: multifd_send_kick_main()
,
Peter Xu
,
2023/11/09
Re: [PATCH RFC 3/7] migration: multifd_send_kick_main()
,
Fabiano Rosas
,
2023/11/09
[PATCH v3] hw/ide/ahci: fix legacy software reset
,
Niklas Cassel
,
2023/11/08
Re: [PATCH v3] hw/ide/ahci: fix legacy software reset
,
Marcin Juszkiewicz
,
2023/11/09
Re: [PATCH v3] hw/ide/ahci: fix legacy software reset
,
Kevin Wolf
,
2023/11/10
Re: [PATCH v3] hw/ide/ahci: fix legacy software reset
,
Michael Tokarev
,
2023/11/18
Re: [PATCH v2 34/35] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v2 32/35] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v2 33/35] target/alpha: Use TCG_COND_TST{EQ,NE} for CMOVLB{C,S}
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v2 32/35 2/2] target/alpha: Use TCG_COND_TST{EQ, NE} for BLB{C, S}
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v2 32/35 1/2] target/alpha: Pass immediate value to gen_bcond_internal()
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v2 32/35 1/2] target/alpha: Pass immediate value to gen_bcond_internal()
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH for-8.2] target/sparc: Fix RETURN
,
Richard Henderson
,
2023/11/08
Re: [PATCH for-8.2] target/sparc: Fix RETURN
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH for-8.2] target/sparc: Fix RETURN
,
Mark Cave-Ayland
,
2023/11/09
Re: [PATCH v2 27/35] tcg/ppc: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v2 27/35] tcg/ppc: Support TCG_COND_TST{EQ,NE}
,
Richard Henderson
,
2023/11/08
Re: [PATCH v2 27/35] tcg/ppc: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/09
Invitation to comment on Virtual I/O Device (VIRTIO) Version 1.3 - ends December 8th
,
Paul Knight
,
2023/11/08
Re: [virtio] Invitation to comment on Virtual I/O Device (VIRTIO) Version 1.3 - ends December 8th
,
Cornelia Huck
,
2023/11/13
[RFC PATCH 0/2] buildsys: Use host meson on macOS Sonoma (14)
,
Philippe Mathieu-Daudé
,
2023/11/08
[NOTFORMERGE PATCH 1/2] configure: Use distrib meson
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [NOTFORMERGE PATCH 1/2] configure: Use distrib meson
,
Peter Maydell
,
2023/11/08
Re: [NOTFORMERGE PATCH 1/2] configure: Use distrib meson
,
BALATON Zoltan
,
2023/11/08
Re: [NOTFORMERGE PATCH 1/2] configure: Use distrib meson
,
Paolo Bonzini
,
2023/11/08
[PATCH 2/2] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH 2/2] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)
,
Paolo Bonzini
,
2023/11/08
Re: [PATCH v2 14/35] tcg/i386: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH] MAINTAINERS: Fix a couple s390 paths
,
Halil Pasic
,
2023/11/08
[PULL v2 00/25] Block layer patches
,
Kevin Wolf
,
2023/11/08
Re: [PULL v2 00/25] Block layer patches
,
Stefan Hajnoczi
,
2023/11/08
[RFC PATCH] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/08
Re: [RFC PATCH] tests/docker: merge debian-native with debian-amd64
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [RFC PATCH] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/08
Re: [RFC PATCH] tests/docker: merge debian-native with debian-amd64
,
Anders Roxell
,
2023/11/08
[PATCH] risu: Add test summary
,
Sebastian Mitterle
,
2023/11/08
Re: [PATCH] risu: Add test summary
,
Thomas Huth
,
2023/11/13
Re: [PATCH] risu: Add test summary
,
Peter Maydell
,
2023/11/13
[PATCH] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Daniel P . Berrangé
,
2023/11/08
Re: [PATCH] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Alex Bennée
,
2023/11/08
Re: [PATCH] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
,
Paolo Bonzini
,
2023/11/09
[PATCH RFC v1 0/1] clipboard sharing implementation for SDL
,
Kamay Xutax
,
2023/11/08
[PATCH RFC v1 1/1] ui/sdl2: clipboard sharing implementation for SDL
,
Kamay Xutax
,
2023/11/08
Re: [PATCH RFC v1 1/1] ui/sdl2: clipboard sharing implementation for SDL
,
Marc-André Lureau
,
2023/11/14
Re: [PATCH RFC v1 1/1] ui/sdl2: clipboard sharing implementation for SDL
,
BALATON Zoltan
,
2023/11/14
Re: [PATCH RFC v1 1/1] ui/sdl2: clipboard sharing implementation for SDL
,
Marc-André Lureau
,
2023/11/14
Re: [PATCH RFC v1 0/1] clipboard sharing implementation for SDL
,
Markus Armbruster
,
2023/11/09
[PATCH v6 0/4] compare machine type compat_props
,
Maksim Davydov
,
2023/11/08
[PATCH v6 1/4] qom: add default value
,
Maksim Davydov
,
2023/11/08
Re: [PATCH v6 1/4] qom: add default value
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v6 3/4] python: add binary
,
Maksim Davydov
,
2023/11/08
Re: [PATCH v6 3/4] python: add binary
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v6 3/4] python: add binary
,
John Snow
,
2023/11/09
Re: [PATCH v6 3/4] python: add binary
,
Philippe Mathieu-Daudé
,
2023/11/10
Re: [PATCH v6 3/4] python: add binary
,
Maksim Davydov
,
2023/11/14
[PATCH v6 4/4] scripts: add script to compare compatible properties
,
Maksim Davydov
,
2023/11/08
[PATCH v6 2/4] qmp: add dump machine type compatible properties
,
Maksim Davydov
,
2023/11/08
[PULL v2 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
Alex Bennée
,
2023/11/08
Re: [PULL v2 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
Stefan Hajnoczi
,
2023/11/08
[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
[PATCH] ui/console: fix default VC when there are no display
,
marcandre . lureau
,
2023/11/08
Re: [PATCH] ui/console: fix default VC when there are no display
,
Marc-André Lureau
,
2023/11/10
[PATCH 1/1] Changed the way aclint gets CPUState from hartid-base to cpu_index
,
Leo Hou
,
2023/11/08
address@hidden bouncing
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: address@hidden bouncing
,
Stefan Hajnoczi
,
2023/11/08
Re: address@hidden bouncing
,
Mauro Matteo Cascella
,
2023/11/08
RE: [PATCH V6 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
,
Salil Mehta
,
2023/11/08
[PATCH] tracetool: avoid invalid escape in Python string
,
marcandre . lureau
,
2023/11/08
Re: [PATCH] tracetool: avoid invalid escape in Python string
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH] tracetool: avoid invalid escape in Python string
,
Stefan Hajnoczi
,
2023/11/09
Re: [PATCH] vl: constify default_list
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH 1/1] hw/sd: Declare CPU QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH 6/8] docs/specs/virt-ctlr: Convert to rST
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v4] virtio: add VIRTQUEUE_ERROR QAPI event
,
Vladimir Sementsov-Ogievskiy
,
2023/11/08
Re: [PATCH v2] coverity: physmem: use simple assertions instead of modelling
,
Vladimir Sementsov-Ogievskiy
,
2023/11/08
Re: QEMU Virtio GPU features status & roadmap?
,
Antonio Caggiano
,
2023/11/08
Re: QEMU Virtio GPU features status & roadmap?
,
Marc-André Lureau
,
2023/11/08
Re: QEMU Virtio GPU features status & roadmap?
,
Antonio Caggiano
,
2023/11/08
Re: QEMU Virtio GPU features status & roadmap?
,
Huang Rui
,
2023/11/09
Re: QEMU Virtio GPU features status & roadmap?
,
Hans de Ruiter
,
2023/11/09
Re: QEMU Virtio GPU features status & roadmap?
,
Alex Bennée
,
2023/11/08
[PATCH] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Thomas Huth
,
2023/11/08
Re: [PATCH] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Richard Henderson
,
2023/11/08
Re: [PATCH] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Thomas Huth
,
2023/11/13
Re: [PATCH] host/include/generic/host/atomic128: Fix compilation problem with Clang 17
,
Philippe Mathieu-Daudé
,
2023/11/13
[PATCH 0/2] dump: Fix issues flagged by Coverity
,
Markus Armbruster
,
2023/11/08
[PATCH 2/2] dump: Fix HMP dump-guest-memory -z without -R
,
Markus Armbruster
,
2023/11/08
Re: [PATCH 2/2] dump: Fix HMP dump-guest-memory -z without -R
,
Marc-André Lureau
,
2023/11/08
[PATCH 1/2] dump: Plug file descriptor leak on non-seekable file
,
Markus Armbruster
,
2023/11/08
Re: [PATCH 1/2] dump: Plug file descriptor leak on non-seekable file
,
Marc-André Lureau
,
2023/11/08
Re: [PATCH 0/2] dump: Fix issues flagged by Coverity
,
Stephen Brennan
,
2023/11/08
Re: [PATCH 0/2] dump: Fix issues flagged by Coverity
,
Markus Armbruster
,
2023/11/08
[PATCH v1 0/9] Add loongarch kvm accel support
,
xianglai li
,
2023/11/07
[PATCH v1 1/9] linux-headers: Add KVM headers for loongarch
,
xianglai li
,
2023/11/07
Re: [PATCH v1 1/9] linux-headers: Add KVM headers for loongarch
,
Cornelia Huck
,
2023/11/08
[PATCH v1 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
,
xianglai li
,
2023/11/07
[PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm
,
xianglai li
,
2023/11/07
Re: [PATCH v1 8/9] target/loongarch: Implement set vcpu intr for kvm
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v1 2/9] target/loongarch: Define some kvm_arch interfaces
,
xianglai li
,
2023/11/07
[PATCH v1 5/9] target/loongarch: Implement kvm_arch_init function
,
xianglai li
,
2023/11/07
[PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build
,
xianglai li
,
2023/11/07
Re: [PATCH v1 9/9] target/loongarch: Add loongarch kvm into meson build
,
Richard Henderson
,
2023/11/08
[PATCH v1 6/9] target/loongarch: Implement kvm_arch_init_vcpu
,
xianglai li
,
2023/11/07
[PATCH v1 7/9] target/loongarch: Implement kvm_arch_handle_exit
,
xianglai li
,
2023/11/07
[PATCH v1 4/9] target/loongarch: Implement kvm get/set registers
,
xianglai li
,
2023/11/07
Re: [PATCH v1 4/9] target/loongarch: Implement kvm get/set registers
,
Philippe Mathieu-Daudé
,
2023/11/08
[PULL 1/1] Xen: Fix xen_set_irq() and xendevicemodel_set_irq_level()
,
Stefano Stabellini
,
2023/11/07
[PULL 0/1] xen-virtio-fix-1-tag
,
Stefano Stabellini
,
2023/11/07
Re: [PULL 0/1] xen-virtio-fix-1-tag
,
Stefan Hajnoczi
,
2023/11/07
Re: [PULL 0/1] xen-virtio-fix-1-tag
,
Stefan Hajnoczi
,
2023/11/09
Re: [PULL 0/1] xen-virtio-fix-1-tag
,
Stefan Hajnoczi
,
2023/11/09
[PULL 0/9] ppc queue
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 2/9] hw/ppc: Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 1/9] hw/pci-host: Add emulation of Mai Logic Articia S
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 3/9] tests/avocado: Add test for amigaone board
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 6/9] ppc/pnv: Connect PNV I2C controller to powernv10
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 7/9] ppc/pnv: Fix number of I2C engines and ports for power9/10
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 8/9] hw/pci-host: Update PHB5 XSCOM registers
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 5/9] ppc/pnv: Connect I2C controller model to powernv9 chip
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 4/9] ppc/pnv: Add an I2C controller model
,
Daniel Henrique Barboza
,
2023/11/07
[PULL 9/9] ppc: qtest already exports qtest_rtas_call()
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PULL 0/9] ppc queue
,
Stefan Hajnoczi
,
2023/11/08
[PULL 0/5] Misc fixes patches
,
Daniel P . Berrangé
,
2023/11/07
[PULL 1/5] crypto/rsakey-builtin.c.inc: Clean up two error paths
,
Daniel P . Berrangé
,
2023/11/07
[PULL 3/5] audio: don't abort on f32 audio format in wav backend
,
Daniel P . Berrangé
,
2023/11/07
[PULL 2/5] io: Stop appending -listen to net listeners
,
Daniel P . Berrangé
,
2023/11/07
[PULL 5/5] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
,
Daniel P . Berrangé
,
2023/11/07
[PULL 4/5] MAINTAINERS: update libvirt devel mailing list address
,
Daniel P . Berrangé
,
2023/11/07
Re: [PULL 4/5] MAINTAINERS: update libvirt devel mailing list address
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PULL 0/5] Misc fixes patches
,
Stefan Hajnoczi
,
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
Re: [PATCH] ppc: qtest already exports qtest_rtas_call()
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v2] hw/pci-host: Update PHB5 XSCOM registers
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v3] ppc/pnv: Fix number of I2C engines and ports for power9/10
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH] ppc/pnv: Connect PNV I2C controller to powernv10
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v3 0/2] Add PowerNV I2C Controller Model
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v7 3/3] tests/avocado: Add test for amigaone board
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v7 1/3] hw/pci-host: Add emulation of Mai Logic Articia S
,
Daniel Henrique Barboza
,
2023/11/07
[PATCH] hw/audio/virtio-snd-pci: fix the PCI class code
,
Volker Rümelin
,
2023/11/07
Re: [PATCH] hw/audio/virtio-snd-pci: fix the PCI class code
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] hw/audio/virtio-snd-pci: fix the PCI class code
,
Manos Pitsidianakis
,
2023/11/07
Re: [PATCH] hw/audio/virtio-snd-pci: fix the PCI class code
,
Alex Bennée
,
2023/11/07
[PULL 00/25] Block layer patches
,
Kevin Wolf
,
2023/11/07
[PULL 07/25] block: Mark bdrv_skip_implicit_filters() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 04/25] block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 02/25] block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 03/25] block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 24/25] block: Protect bs->file with graph_lock
,
Kevin Wolf
,
2023/11/07
[PULL 01/25] block: Mark bdrv_probe_blocksizes() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 11/25] block: Mark bdrv_filter_child() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 12/25] block: Mark bdrv_cow_child() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 09/25] block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 10/25] block: Mark bdrv_chain_contains() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 05/25] block: Mark block_job_add_bdrv() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 06/25] block: Mark bdrv_filter_or_cow_bs() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 13/25] block: Mark bdrv_set_backing_hd_drained() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 23/25] block: Take graph lock for most of .bdrv_open
,
Kevin Wolf
,
2023/11/07
[PULL 17/25] block: Protect bs->backing with graph_lock
,
Kevin Wolf
,
2023/11/07
[PULL 22/25] vhdx: Take locks for accessing bs->file
,
Kevin Wolf
,
2023/11/07
[PULL 08/25] block: Mark bdrv_skip_filters() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 14/25] block: Inline bdrv_set_backing_noperm()
,
Kevin Wolf
,
2023/11/07
[PULL 18/25] blkverify: Add locking for request_fn
,
Kevin Wolf
,
2023/11/07
[PULL 16/25] block: Mark bdrv_replace_node() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 15/25] block: Mark bdrv_replace_node_common() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/07
[PULL 21/25] qcow2: Take locks for accessing bs->file
,
Kevin Wolf
,
2023/11/07
[PULL 20/25] block: Add missing GRAPH_RDLOCK annotations
,
Kevin Wolf
,
2023/11/07
[PULL 25/25] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
,
Kevin Wolf
,
2023/11/07
[PULL 19/25] block: Introduce bdrv_co_change_backing_file()
,
Kevin Wolf
,
2023/11/07
Re: [PULL 00/25] Block layer patches
,
Stefan Hajnoczi
,
2023/11/07
[PULL 00/11] s390x and MAINTAINERS updates
,
Thomas Huth
,
2023/11/07
[PULL 01/11] MAINTAINERS: Add the virtio-gpu documentation to the corresponding section
,
Thomas Huth
,
2023/11/07
[PULL 02/11] MAINTAINERS: Add artist.c to the hppa machine section
,
Thomas Huth
,
2023/11/07
[PULL 04/11] s390/sclp: fix SCLP facility map
,
Thomas Huth
,
2023/11/07
[PULL 05/11] target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block()
,
Thomas Huth
,
2023/11/07
[PULL 03/11] tests/avocado: Allow newer versions of tesseract in the nextcube test
,
Thomas Huth
,
2023/11/07
[PULL 06/11] target/s390x: Fix CLC corrupting cc_src
,
Thomas Huth
,
2023/11/07
[PULL 07/11] tests/tcg/s390x: Test CLC with inaccessible second operand
,
Thomas Huth
,
2023/11/07
[PULL 08/11] target/s390x: Fix LAALG not updating cc_src
,
Thomas Huth
,
2023/11/07
[PULL 10/11] tests/tcg/s390x: Test ADD LOGICAL WITH CARRY
,
Thomas Huth
,
2023/11/07
[PULL 09/11] tests/tcg/s390x: Test LAALG with negative cc_src
,
Thomas Huth
,
2023/11/07
[PULL 11/11] target/s390x/cpu topology: Fix ordering and creation of TLEs
,
Thomas Huth
,
2023/11/07
Re: [PULL 00/11] s390x and MAINTAINERS updates
,
Stefan Hajnoczi
,
2023/11/08
[PATCH v8 2/3] hw/ppc: Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v8 2/3] hw/ppc: Add emulation of AmigaOne XE board
,
Peter Maydell
,
2023/11/07
Re: [PATCH v8 2/3] hw/ppc: Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
[PATCH v9 2/3] hw/ppc: Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v9 2/3] hw/ppc: Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v2] hw/ide/ahci: fix legacy software reset
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2] hw/ide/ahci: fix legacy software reset
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2] hw/ide/ahci: fix legacy software reset
,
Niklas Cassel
,
2023/11/07
Re: [PATCH v2] hw/ide/ahci: fix legacy software reset
,
Kevin Wolf
,
2023/11/08
[PATCH v3 0/9] Enabling DCD emulation support in Qemu
,
nifan . cxl
,
2023/11/07
[PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
,
nifan . cxl
,
2023/11/07
[PATCH v3 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
,
nifan . cxl
,
2023/11/07
[PATCH v3 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
,
nifan . cxl
,
2023/11/07
[PATCH v3 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
,
nifan . cxl
,
2023/11/07
[PATCH v3 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
,
nifan . cxl
,
2023/11/07
[PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
,
nifan . cxl
,
2023/11/07
[PATCH v3 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions
,
nifan . cxl
,
2023/11/07
[PATCH v3 4/9] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
,
nifan . cxl
,
2023/11/07
[PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
,
nifan . cxl
,
2023/11/07
Re: [PATCH v3 0/9] Enabling DCD emulation support in Qemu
,
Ira Weiny
,
2023/11/16
[PATCH v8 0/7] virtio: cleanup vhost-user-generic and reduce c&p
,
Alex Bennée
,
2023/11/07
[PATCH v8 2/7] hw/virtio: convert vhost-user-base to async shutdown
,
Alex Bennée
,
2023/11/07
[PATCH v8 3/7] hw/virtio: derive vhost-user-rng from vhost-user-base
,
Alex Bennée
,
2023/11/07
[PATCH v8 1/7] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/07
[PATCH v8 5/7] hw/virtio: derive vhost-user-i2c from vhost-user-base
,
Alex Bennée
,
2023/11/07
[PATCH v8 4/7] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Alex Bennée
,
2023/11/07
[PATCH v8 7/7] docs/system: add a basic enumeration of vhost-user devices
,
Alex Bennée
,
2023/11/07
Re: [PATCH v8 7/7] docs/system: add a basic enumeration of vhost-user devices
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH v8 6/7] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
,
Alex Bennée
,
2023/11/07
Re: [PATCH v8 0/7] virtio: cleanup vhost-user-generic and reduce c&p
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v8 0/7] virtio: cleanup vhost-user-generic and reduce c&p
,
Alex Bennée
,
2023/11/07
[PATCH v7 0/7] virtio: cleanup vhost-user-generic and reduce c&p
,
Alex Bennée
,
2023/11/07
[PATCH v7 2/7] hw/virtio: convert vhost-user-base to async shutdown
,
Alex Bennée
,
2023/11/07
[PATCH v7 6/7] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
,
Alex Bennée
,
2023/11/07
[PATCH v7 1/7] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/07
[PATCH v7 7/7] docs/system: add a basic enumeration of vhost-user devices
,
Alex Bennée
,
2023/11/07
Re: [PATCH v7 7/7] docs/system: add a basic enumeration of vhost-user devices
,
Michael S. Tsirkin
,
2023/11/07
[PATCH v7 4/7] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Alex Bennée
,
2023/11/07
[PATCH v7 5/7] hw/virtio: derive vhost-user-i2c from vhost-user-base
,
Alex Bennée
,
2023/11/07
[PATCH v7 3/7] hw/virtio: derive vhost-user-rng from vhost-user-base
,
Alex Bennée
,
2023/11/07
Re: [PATCH] hw/ide/ahci: trigger either error IRQ or regular IRQ, not both
,
Kevin Wolf
,
2023/11/07
[PATCH] tests/docker: replace fedora-i386 with debian-i686
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH] tests/docker: replace fedora-i386 with debian-i686
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/07
Re: [PATCH] tests/docker: replace fedora-i386 with debian-i686
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/07
Re: [PATCH v2] block/file-posix: fix update_zones_wp() caller
,
Michael Tokarev
,
2023/11/07
Re: [PATCH v3 4/6] block/nvme: nvme_process_completion() fix bound for cid
,
Michael Tokarev
,
2023/11/07
[PATCH v4 0/3] pnv nest1 chiplet model
,
Chalapathi V
,
2023/11/07
[PATCH v4 3/3] hw/ppc: Nest1 chiplet wiring
,
Chalapathi V
,
2023/11/07
Re: [PATCH v4 3/3] hw/ppc: Nest1 chiplet wiring
,
Cédric Le Goater
,
2023/11/11
[PATCH v4 2/3] hw/ppc: Add nest1 chiplet model
,
Chalapathi V
,
2023/11/07
Re: [PATCH v4 2/3] hw/ppc: Add nest1 chiplet model
,
Cédric Le Goater
,
2023/11/11
[PATCH v4 1/3] hw/ppc: Add pnv pervasive common chiplet units
,
Chalapathi V
,
2023/11/07
Re: [PATCH v4 1/3] hw/ppc: Add pnv pervasive common chiplet units
,
Cédric Le Goater
,
2023/11/11
Re: [PATCH v4 0/3] pnv nest1 chiplet model
,
Cédric Le Goater
,
2023/11/11
Re: [PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH] audio: don't abort on f32 audio format in wav backend
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH] audio: don't abort on f32 audio format in wav backend
,
Marc-André Lureau
,
2023/11/07
[PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
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 03/23] target/arm: mark the 32bit alias of PAR when LPAE enabled
,
Alex Bennée
,
2023/11/07
[PULL 02/23] gdb-xml: fix duplicate register in arm-neon.xml
,
Alex Bennée
,
2023/11/07
[PULL 01/23] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/07
[PULL 05/23] target/arm: hide aliased MIDR from gdbstub
,
Alex Bennée
,
2023/11/07
[PULL 10/23] gdbstub: Introduce GDBFeatureBuilder
,
Alex Bennée
,
2023/11/07
[PULL 08/23] gdbstub: Add num_regs member to GDBFeature
,
Alex Bennée
,
2023/11/07
[PULL 12/23] configure: tell meson and contrib_plugins about DLLTOOL
,
Alex Bennée
,
2023/11/07
[PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/07
Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Nicholas Piggin
,
2023/11/13
Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/15
Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Luis Machado
,
2023/11/16
Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/16
[PULL 14/23] plugins: make test/example plugins work on windows
,
Alex Bennée
,
2023/11/07
[PULL 13/23] plugins: add dllexport and dllimport to api funcs
,
Alex Bennée
,
2023/11/07
[PULL 15/23] plugins: disable lockstep plugin on windows
,
Alex Bennée
,
2023/11/07
[PULL 11/23] cpu: Call plugin hooks only when ready
,
Alex Bennée
,
2023/11/07
[PULL 16/23] gitlab: add dlltool to Windows CI
,
Alex Bennée
,
2023/11/07
[PULL 22/23] mailmap: fixup some more corrupted author fields
,
Alex Bennée
,
2023/11/07
[PULL 17/23] plugins: allow plugins to be enabled on windows
,
Alex Bennée
,
2023/11/07
[PULL 07/23] tests/avocado: update the tcg_plugins test
,
Alex Bennée
,
2023/11/07
[PULL 09/23] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/07
[PULL 21/23] contrib/gitdm: add Daynix to domain-map
,
Alex Bennée
,
2023/11/07
[PULL 23/23] Revert "tests/tcg/nios2: Re-enable linux-user tests"
,
Alex Bennée
,
2023/11/07
[PULL 19/23] contrib/gitdm: add domain-map for Cestc
,
Alex Bennée
,
2023/11/07
[PULL 18/23] contrib/gitdm: Add Rivos Inc to the domain map
,
Alex Bennée
,
2023/11/07
[PULL 20/23] contrib/gitdm: map HiSilicon to Huawei
,
Alex Bennée
,
2023/11/07
Re: [PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
Stefan Hajnoczi
,
2023/11/08
Re: [PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
Alex Bennée
,
2023/11/08
Re: [PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
,
Alex Bennée
,
2023/11/08
[PATCH 0/4] dump: Arch info function pointer addition and cleanup
,
Janosch Frank
,
2023/11/07
[PATCH 1/4] dump: Set dump info function pointers to NULL
,
Janosch Frank
,
2023/11/07
Re: [PATCH 1/4] dump: Set dump info function pointers to NULL
,
Marc-André Lureau
,
2023/11/08
Re: [PATCH 1/4] dump: Set dump info function pointers to NULL
,
Janosch Frank
,
2023/11/08
[PATCH 3/4] dump: Add arch cleanup function
,
Janosch Frank
,
2023/11/07
[PATCH 2/4] target/s390x/dump: Remove unneeded dump info function pointer init
,
Janosch Frank
,
2023/11/07
Re: [PATCH 2/4] target/s390x/dump: Remove unneeded dump info function pointer init
,
Claudio Imbrenda
,
2023/11/07
Re: [PATCH 2/4] target/s390x/dump: Remove unneeded dump info function pointer init
,
Marc-André Lureau
,
2023/11/08
[PATCH 4/4] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Janosch Frank
,
2023/11/07
Re: [PATCH 4/4] target/s390x/arch_dump: Add arch cleanup function for PV dumps
,
Marc-André Lureau
,
2023/11/08
[PATCH] hw/mips: LOONGSON3V depends on UNIMP device
,
marcandre . lureau
,
2023/11/07
Re: [PATCH] hw/mips: LOONGSON3V depends on UNIMP device
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] hw/mips: LOONGSON3V depends on UNIMP device
,
Philippe Mathieu-Daudé
,
2023/11/13
Re: [PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
,
Zhao Liu
,
2023/11/07
Re: [PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
,
Zhao Liu
,
2023/11/07
Re: [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Igor Mammedov
,
2023/11/07
RE: [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
,
Salil Mehta
,
2023/11/06
[PULL 00/11] qdev: Make array properties user accessible again
,
Kevin Wolf
,
2023/11/07
[PULL 02/11] hw/arm/mps2-tz: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 06/11] hw/arm/virt: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 03/11] hw/arm/mps2: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 07/11] hw/arm/xlnx-versal: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 11/11] qdev: Rework array properties based on list visitor
,
Kevin Wolf
,
2023/11/07
[PULL 04/11] hw/arm/sbsa-ref: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 08/11] hw/rx/rx62n: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 09/11] qom: Add object_property_set_default_list()
,
Kevin Wolf
,
2023/11/07
[PULL 10/11] qdev: Make netdev properties work as list elements
,
Kevin Wolf
,
2023/11/07
[PULL 01/11] hw/i386/pc: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
[PULL 05/11] hw/arm/vexpress: Use qdev_prop_set_array()
,
Kevin Wolf
,
2023/11/07
Re: [PULL 00/11] qdev: Make array properties user accessible again
,
Stefan Hajnoczi
,
2023/11/07
[PATCH v3 00/20] first version of mcdstub
,
Nicolas Eder
,
2023/11/07
[PATCH v3 01/20] mcdstub: initial file structure for new mcdstub created. -mcd QEMU startup option added. Functions for initializing the mcdstub added. Basic helper functions for processes/cpus in the mcdstub added
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 01/20] mcdstub: initial file structure for new mcdstub created. -mcd QEMU startup option added. Functions for initializing the mcdstub added. Basic helper functions for processes/cpus in the mcdstub added
,
Alex Bennée
,
2023/11/29
[PATCH v3 07/20] mcdstub: quitting QEMU via mcd command added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 10/20] mcdstub: state query added: this query collects information about the state of a specific core. This commit also includes mcd_vm_state_change, which is called when the cpu state changes because it collects data for the query
,
Nicolas Eder
,
2023/11/07
[PATCH v3 09/20] mcdstub: open/close core added. This includes core specific data preparation: memory spaces, register groups and registers. This data preparation is done in the arm mcdstub
,
Nicolas Eder
,
2023/11/07
[PATCH v3 08/20] mcdstub: query packet processing added and core/system querie added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 05/20] mcdstub: tcp packet processing added
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 05/20] mcdstub: tcp packet processing added
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v3 05/20] mcdstub: tcp packet processing added
,
address@hidden
,
2023/11/13
Re: [PATCH v3 05/20] mcdstub: tcp packet processing added
,
Alex Bennée
,
2023/11/29
[PATCH v3 20/20] mcdstub: updated MAINTAINERS file and fully activated the mcdstub in the meson build system
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 20/20] mcdstub: updated MAINTAINERS file and fully activated the mcdstub in the meson build system
,
Alex Bennée
,
2023/11/29
[PATCH v3 18/20] mcdstub: read/write to memory added: This also includes various helper functions in the QEMU memory code
,
Nicolas Eder
,
2023/11/07
[PATCH v3 02/20] mcdstub gdbstub: new DebugClass and DebugState introduced. They are used to abstract the debugger details behind a QOM. This is currently used in the cpu_handle_guest_debug function
,
Nicolas Eder
,
2023/11/07
[PATCH v3 11/20] mcdstub: reset and trigger queries added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 06/20] mcdstub: open/close server functions and trigger/reset data added. User for initial connection with an mcd client
,
Nicolas Eder
,
2023/11/07
[PATCH v3 12/20] mcdstub: missing parse_reg_xml function for parsing gdb register xml files added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 13/20] mcdstub: added queries for memory spaces, register groups and registers
,
Nicolas Eder
,
2023/11/07
[PATCH v3 19/20] mcdstub: break/watchpoints added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 14/20] mcdstub: missing handle_query_state function added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 04/20] mcdstub: added header with defines specific to the mcd tcp packet communication
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 04/20] mcdstub: added header with defines specific to the mcd tcp packet communication
,
Alex Bennée
,
2023/11/29
[PATCH v3 16/20] mcdstub: function construct for resets added
,
Nicolas Eder
,
2023/11/07
[PATCH v3 15/20] mcdstub: added go, break and step functionality and all corresponding functions
,
Nicolas Eder
,
2023/11/07
[PATCH v3 03/20] gdbstub: moving code so that it can be easier accessed from outside the gdbstub: fromhex and tohex functions moved to a cutils header. GDBRegisterState moved to gdbstub.h
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 03/20] gdbstub: moving code so that it can be easier accessed from outside the gdbstub: fromhex and tohex functions moved to a cutils header. GDBRegisterState moved to gdbstub.h
,
Alex Bennée
,
2023/11/29
[PATCH v3 17/20] mcdstub: reading/writing registers added
,
Nicolas Eder
,
2023/11/07
Re: [PATCH v3 00/20] first version of mcdstub
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v3 00/20] first version of mcdstub
,
address@hidden
,
2023/11/13
Re: [PATCH v3 00/20] first version of mcdstub
,
Alex Bennée
,
2023/11/29
Re: [PATCH v3 00/20] first version of mcdstub
,
address@hidden
,
2023/11/29
[PATCH v5] limit physical address space size
,
Gerd Hoffmann
,
2023/11/07
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Kevin O'Connor
,
2023/11/08
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Claudio Fontana
,
2023/11/10
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Gerd Hoffmann
,
2023/11/10
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Gerd Hoffmann
,
2023/11/10
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Kevin O'Connor
,
2023/11/10
Re: [SeaBIOS] [PATCH v5] limit physical address space size
,
Kevin O'Connor
,
2023/11/10
[PULL 00/75] Misc HW/UI patches for 2023-11-07
,
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 37/75] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.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 39/75] target/ppc: Move powerpc_excp_t 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 41/75] target/ppc: Move powerpc_input_t definition to 'cpu.h'
,
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 43/75] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
,
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 45/75] target/s390x/cpu: Restrict CPUS390XState declaration 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 73/75] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 47/75] target: Move ArchCPUClass definition to 'cpu.h'
,
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
QEMU entering soft freeze for 8.2 release cycle
,
Stefan Hajnoczi
,
2023/11/07
Re: QEMU entering soft freeze for 8.2 release cycle
,
BALATON Zoltan
,
2023/11/07
Re: QEMU entering soft freeze for 8.2 release cycle
,
Stefan Hajnoczi
,
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
[PATCH] MAINTAINERS: Add artist.c to the hppa machine section
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add artist.c to the hppa machine section
,
Helge Deller
,
2023/11/07
[PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
,
Max Filippov
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Konstantin Kostiuk
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL v3 00/25] Pixman patches
,
marcandre . lureau
,
2023/11/07
[PULL v3 01/25] build-sys: add a "pixman" feature
,
marcandre . lureau
,
2023/11/07
[PULL v3 05/25] vl: drop needless -spice checks
,
marcandre . lureau
,
2023/11/07
[PULL v3 04/25] ui: add pixman-minimal.h
,
marcandre . lureau
,
2023/11/07
[PULL v3 03/25] ui: compile out some qemu-pixman functions when !PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 06/25] qemu-options: define -vnc only #ifdef CONFIG_VNC
,
marcandre . lureau
,
2023/11/07
[PULL v3 08/25] vl: move display early init before default devices
,
marcandre . lureau
,
2023/11/07
[PULL v3 10/25] ui/vc: console-vc requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 07/25] vl: simplify display_remote logic
,
marcandre . lureau
,
2023/11/07
[PULL v3 02/25] build-sys: drop needless warning pragmas for old pixman
,
marcandre . lureau
,
2023/11/07
[PULL v3 09/25] ui/console: allow to override the default VC
,
marcandre . lureau
,
2023/11/07
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
David Woodhouse
,
2023/11/09
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
Stefan Hajnoczi
,
2023/11/09
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
David Woodhouse
,
2023/11/09
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
David Woodhouse
,
2023/11/16
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
Peter Maydell
,
2023/11/16
Re: [PULL v3 09/25] ui/console: allow to override the default VC
,
Richard Henderson
,
2023/11/16
[PULL v3 14/25] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 11/25] qmp/hmp: disable screendump if PIXMAN is missing
,
marcandre . lureau
,
2023/11/07
[PULL v3 13/25] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
,
marcandre . lureau
,
2023/11/07
[PULL v3 12/25] virtio-gpu: replace PIXMAN for region/rect test
,
marcandre . lureau
,
2023/11/07
[PULL v3 16/25] ui/vnc: VNC requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 18/25] ui/gtk: -display gtk requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 19/25] ui/dbus: do not require PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 17/25] ui/spice: SPICE/QXL requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 23/25] hw/mips: FULOONG depends on VT82C686
,
marcandre . lureau
,
2023/11/07
[PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 24/25] hw/display/ati: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/07
[PULL v3 25/25] build-sys: make pixman actually optional
,
marcandre . lureau
,
2023/11/07
[PULL v3 21/25] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
,
marcandre . lureau
,
2023/11/07
[PULL v3 22/25] hw/sm501: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/07
Re: [PULL v3 00/25] Pixman patches
,
Marc-André Lureau
,
2023/11/07
Re: [PULL v3 00/25] Pixman patches
,
Stefan Hajnoczi
,
2023/11/07
[PULL 00/63] virtio,pc,pci: features, fixes
,
Michael S. Tsirkin
,
2023/11/07
[PULL 01/63] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
,
Michael S. Tsirkin
,
2023/11/07
[PULL 02/63] vhost-user.rst: Clarify enabling/disabling vrings
,
Michael S. Tsirkin
,
2023/11/07
[PULL 03/63] vhost-user.rst: Introduce suspended state
,
Michael S. Tsirkin
,
2023/11/07
[PULL 06/63] vhost: Add high-level state save/load functions
,
Michael S. Tsirkin
,
2023/11/07
[PULL 07/63] vhost-user-fs: Implement internal migration
,
Michael S. Tsirkin
,
2023/11/07
[PULL 11/63] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
,
Michael S. Tsirkin
,
2023/11/07
[PULL 05/63] vhost-user: Interface for migration state transfer
,
Michael S. Tsirkin
,
2023/11/07
[PULL 04/63] vhost-user.rst: Migrating back-end-internal state
,
Michael S. Tsirkin
,
2023/11/07
[PULL 12/63] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
,
Michael S. Tsirkin
,
2023/11/07
[PULL 08/63] Add virtio-sound device stub
,
Michael S. Tsirkin
,
2023/11/07
Re: [PULL 08/63] Add virtio-sound device stub
,
Peter Maydell
,
2023/11/09
Re: [PULL 08/63] Add virtio-sound device stub
,
Manos Pitsidianakis
,
2023/11/09
Re: [PULL 08/63] Add virtio-sound device stub
,
Peter Maydell
,
2023/11/09
Re: [PULL 08/63] Add virtio-sound device stub
,
Alex Bennée
,
2023/11/09
[PULL 10/63] virtio-sound: handle control messages and streams
,
Michael S. Tsirkin
,
2023/11/07
[PULL 13/63] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
,
Michael S. Tsirkin
,
2023/11/07
[PULL 09/63] Add virtio-sound-pci device
,
Michael S. Tsirkin
,
2023/11/07
[PULL 14/63] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
,
Michael S. Tsirkin
,
2023/11/07
[PULL 15/63] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
,
Michael S. Tsirkin
,
2023/11/07
[PULL 19/63] vdpa: Restore hash calculation state
,
Michael S. Tsirkin
,
2023/11/07
[PULL 16/63] virtio-sound: implement audio output (TX)
,
Michael S. Tsirkin
,
2023/11/07
[PULL 17/63] virtio-sound: implement audio capture (RX)
,
Michael S. Tsirkin
,
2023/11/07
[PULL 20/63] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
,
Michael S. Tsirkin
,
2023/11/07
[PULL 18/63] docs/system: add basic virtio-snd documentation
,
Michael S. Tsirkin
,
2023/11/07
[PULL 22/63] vdpa: Restore receive-side scaling state
,
Michael S. Tsirkin
,
2023/11/07
[PULL 21/63] vdpa: Add SetSteeringEBPF method for NetClientState
,
Michael S. Tsirkin
,
2023/11/07
[PULL 24/63] tests: test-smp-parse: Add the test for cores/threads per socket helpers
,
Michael S. Tsirkin
,
2023/11/07
[PULL 26/63] tests: bios-tables-test: Add test for smbios type4 count
,
Michael S. Tsirkin
,
2023/11/07
[PULL 27/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 25/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 28/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 29/63] tests: bios-tables-test: Add test for smbios type4 core count
,
Michael S. Tsirkin
,
2023/11/07
[PULL 31/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count2 test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 30/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 core count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 34/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 33/63] tests: bios-tables-test: Update ACPI table binaries for smbios core count2 test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 35/63] tests: bios-tables-test: Add test for smbios type4 thread count
,
Michael S. Tsirkin
,
2023/11/07
[PULL 32/63] tests: bios-tables-test: Extend smbios core count2 test to cover general topology
,
Michael S. Tsirkin
,
2023/11/07
[PULL 37/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count2 test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 36/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 39/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count2 test
,
Michael S. Tsirkin
,
2023/11/07
[PULL 40/63] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
,
Michael S. Tsirkin
,
2023/11/07
[PULL 41/63] hw/cxl: Use switch statements for read and write of cachemem registers
,
Michael S. Tsirkin
,
2023/11/07
[PULL 38/63] tests: bios-tables-test: Add test for smbios type4 thread count2
,
Michael S. Tsirkin
,
2023/11/07
[PULL 43/63] hw/cxl: Line length reductions
,
Michael S. Tsirkin
,
2023/11/07
[PULL 42/63] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
,
Michael S. Tsirkin
,
2023/11/07
[PULL 45/63] hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
,
Michael S. Tsirkin
,
2023/11/07
[PULL 44/63] hw/cxl: Fix a QEMU_BUILD_BUG_ON() in switch statement scope issue.
,
Michael S. Tsirkin
,
2023/11/07
[PULL 47/63] hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
,
Michael S. Tsirkin
,
2023/11/07
[PULL 46/63] hw/cxl/mbox: Split mailbox command payload into separate input and output
,
Michael S. Tsirkin
,
2023/11/07
[PULL 49/63] hw/pci-bridge/cxl_upstream: Move defintion of device to header.
,
Michael S. Tsirkin
,
2023/11/07
[PULL 50/63] hw/cxl: Add a switch mailbox CCI function
,
Michael S. Tsirkin
,
2023/11/07
[PULL 48/63] hw/cxl/mbox: Generalize the CCI command processing
,
Michael S. Tsirkin
,
2023/11/07
[PULL 53/63] hw/pci-bridge/cxl_downstream: Set default link width and link speed
,
Michael S. Tsirkin
,
2023/11/07
[PULL 52/63] hw/cxl/mbox: Add Physical Switch Identify command.
,
Michael S. Tsirkin
,
2023/11/07
[PULL 54/63] hw/cxl: Implement Physical Ports status retrieval
,
Michael S. Tsirkin
,
2023/11/07
[PULL 51/63] hw/cxl/mbox: Add Information and Status / Identify command
,
Michael S. Tsirkin
,
2023/11/07
[PULL 55/63] hw/cxl/mbox: Add support for background operations
,
Michael S. Tsirkin
,
2023/11/07
Re: [PULL 55/63] hw/cxl/mbox: Add support for background operations
,
Peter Maydell
,
2023/11/09
Re: [PULL 55/63] hw/cxl/mbox: Add support for background operations
,
Davidlohr Bueso
,
2023/11/09
[PULL 56/63] hw/cxl/mbox: Wire up interrupts for background completion
,
Michael S. Tsirkin
,
2023/11/07
[PULL 57/63] hw/cxl: Add support for device sanitation
,
Michael S. Tsirkin
,
2023/11/07
Re: [PULL 57/63] hw/cxl: Add support for device sanitation
,
Peter Maydell
,
2023/11/09
Re: [PULL 57/63] hw/cxl: Add support for device sanitation
,
Davidlohr Bueso
,
2023/11/09
[PULL 59/63] hw/cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions
,
Michael S. Tsirkin
,
2023/11/07
[PULL 60/63] hw/cxl: Add dummy security state get
,
Michael S. Tsirkin
,
2023/11/07
[PULL 61/63] hw/cxl: Add tunneled command support to mailbox for switch cci.
,
Michael S. Tsirkin
,
2023/11/07
[PULL 58/63] hw/cxl/mbox: Add Get Background Operation Status Command
,
Michael S. Tsirkin
,
2023/11/07
[PULL 63/63] acpi/tests/avocado/bits: enable console logging from bits VM
,
Michael S. Tsirkin
,
2023/11/07
[PULL 62/63] acpi/tests/avocado/bits: enforce 32-bit SMBIOS entry point
,
Michael S. Tsirkin
,
2023/11/07
[PULL 23/63] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
,
Michael S. Tsirkin
,
2023/11/07
Re: [PULL 00/63] virtio,pc,pci: features, fixes
,
Stefan Hajnoczi
,
2023/11/07
Re: [PATCH v2 00/17] QEMU: CXL mailbox rework and features (Part 1)
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add a general architecture section for x86
,
Thomas Huth
,
2023/11/07
Re: [PATCH] MAINTAINERS: Add a general architecture section for x86
,
Thomas Huth
,
2023/11/13
[PATCH RFC 0/2] dynamic timeout for tests
,
Michael S. Tsirkin
,
2023/11/07
[PATCH RFC 1/2] osdep: add getloadavg
,
Michael S. Tsirkin
,
2023/11/07
[PATCH RFC 2/2] netdev: set timeout depending on loadavg
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH RFC 0/2] dynamic timeout for tests
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH RFC 0/2] dynamic timeout for tests
,
Michael S. Tsirkin
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Claudio Fontana
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Gerd Hoffmann
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Claudio Fontana
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Gerd Hoffmann
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Claudio Fontana
,
2023/11/07
Re: [PULL 4/6] seabios: update binaries to git snapshot
,
Gerd Hoffmann
,
2023/11/07
[PATCH 0/3] Virtio dmabuf improvements
,
Albert Esteve
,
2023/11/07
[PATCH 1/3] hw/virtio: check owner for removing objects
,
Albert Esteve
,
2023/11/07
[PATCH 3/3] hw/virtio: rename virtio dmabuf API
,
Albert Esteve
,
2023/11/07
[PATCH 2/3] hw/virtio: cleanup shared resources
,
Albert Esteve
,
2023/11/07
Re: [PATCH 0/3] Virtio dmabuf improvements
,
Albert Esteve
,
2023/11/30
[PULL 0/5] Ui patches
,
marcandre . lureau
,
2023/11/07
[PULL 1/5] ui/gtk: force realization of drawing area
,
marcandre . lureau
,
2023/11/07
[PULL 4/5] ui/cocoa: add zoom-to-fit display option
,
marcandre . lureau
,
2023/11/07
[PULL 3/5] ui/gtk-egl: apply scale factor when calculating window's dimension
,
marcandre . lureau
,
2023/11/07
[PULL 2/5] ui/gtk-egl: Check EGLSurface before doing scanout
,
marcandre . lureau
,
2023/11/07
Re: [PULL 2/5] ui/gtk-egl: Check EGLSurface before doing scanout
,
Volker Rümelin
,
2023/11/09
Re: [PULL 2/5] ui/gtk-egl: Check EGLSurface before doing scanout
,
Volker Rümelin
,
2023/11/10
[PULL 5/5] ui: Replacing pointer in function
,
marcandre . lureau
,
2023/11/07
Re: [PULL 0/5] Ui patches
,
Stefan Hajnoczi
,
2023/11/07
Re: [PULL 0/5] Ui patches
,
Michael Tokarev
,
2023/11/07
[PULL 0/5] Ui patches
,
marcandre . lureau
,
2023/11/21
[PULL 1/5] vl: revert behaviour for -display none
,
marcandre . lureau
,
2023/11/21
[PULL 2/5] ui: use "vc" chardev for dbus, gtk & spice-app
,
marcandre . lureau
,
2023/11/21
[PULL 3/5] ui/console: fix default VC when there are no display
,
marcandre . lureau
,
2023/11/21
[PULL 4/5] vl: add missing display_remote++
,
marcandre . lureau
,
2023/11/21
[PULL 5/5] ui/pixman-minimal.h: fix empty allocation
,
marcandre . lureau
,
2023/11/21
Re: [PULL 0/5] Ui patches
,
Stefan Hajnoczi
,
2023/11/21
[PULL 00/15] xenfv.for-upstream queue
,
David Woodhouse
,
2023/11/07
[PULL 09/15] hw/xen: update Xen console to XenDevice model
,
David Woodhouse
,
2023/11/07
[PULL 04/15] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
,
David Woodhouse
,
2023/11/07
[PULL 05/15] hw/xen: populate store frontend nodes with XenStore PFN/port
,
David Woodhouse
,
2023/11/07
[PULL 11/15] hw/xen: only remove peers of PCI NICs on unplug
,
David Woodhouse
,
2023/11/07
[PULL 13/15] hw/i386/pc: support '-nic' for xen-net-device
,
David Woodhouse
,
2023/11/07
[PULL 02/15] hw/xen: Clean up event channel 'type_val' handling to use union
,
David Woodhouse
,
2023/11/07
[PULL 15/15] docs: update Xen-on-KVM documentation
,
David Woodhouse
,
2023/11/07
[PULL 01/15] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
,
David Woodhouse
,
2023/11/07
[PULL 10/15] hw/xen: add support for Xen primary console in emulated mode
,
David Woodhouse
,
2023/11/07
[PULL 03/15] include: update Xen public headers to Xen 4.17.2 release
,
David Woodhouse
,
2023/11/07
[PULL 12/15] hw/xen: update Xen PV NIC to XenDevice model
,
David Woodhouse
,
2023/11/07
[PULL 14/15] xen-platform: unplug AHCI disks
,
David Woodhouse
,
2023/11/07
[PULL 07/15] hw/xen: add get_frontend_path() method to XenDeviceClass
,
David Woodhouse
,
2023/11/07
[PULL 06/15] hw/xen: automatically assign device index to block devices
,
David Woodhouse
,
2023/11/07
Re: [PULL 06/15] hw/xen: automatically assign device index to block devices
,
Peter Maydell
,
2023/11/09
Re: [PULL 06/15] hw/xen: automatically assign device index to block devices
,
David Woodhouse
,
2023/11/09
[PULL 08/15] hw/xen: do not repeatedly try to create a failing backend device
,
David Woodhouse
,
2023/11/07
Re: [PULL 00/15] xenfv.for-upstream queue
,
Stefan Hajnoczi
,
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] block-backend: per-device throttling of BLOCK_IO_ERROR reports
,
Vladimir Sementsov-Ogievskiy
,
2023/11/07
Re: [PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
,
Eric Blake
,
2023/11/08
Re: [PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
,
Vladimir Sementsov-Ogievskiy
,
2023/11/09
Re: [PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
,
Markus Armbruster
,
2023/11/15
Re: [PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
,
Vladimir Sementsov-Ogievskiy
,
2023/11/16
Re: [PATCH 0/2] Some biosbits avocado test fixes
,
Ani Sinha
,
2023/11/07
Re: [PATCH v2] block/snapshot: Fix compiler warning with -Wshadow=local
,
Cédric Le Goater
,
2023/11/07
[PATCH v8 00/24] Make Pixman an optional dependency
,
marcandre . lureau
,
2023/11/07
[PATCH v8 02/24] build-sys: drop needless warning pragmas for old pixman
,
marcandre . lureau
,
2023/11/07
Re: [PATCH v8 02/24] build-sys: drop needless warning pragmas for old pixman
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH v8 03/24] ui: compile out some qemu-pixman functions when !PIXMAN
,
marcandre . lureau
,
2023/11/07
Re: [PATCH v8 03/24] ui: compile out some qemu-pixman functions when !PIXMAN
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH v8 01/24] build-sys: add a "pixman" feature
,
marcandre . lureau
,
2023/11/07
[PATCH v8 05/24] vl: drop needless -spice checks
,
marcandre . lureau
,
2023/11/07
[PATCH v8 04/24] ui: add pixman-minimal.h
,
marcandre . lureau
,
2023/11/07
[PATCH v8 06/24] qemu-options: define -vnc only #ifdef CONFIG_VNC
,
marcandre . lureau
,
2023/11/07
[PATCH v8 07/24] vl: simplify display_remote logic
,
marcandre . lureau
,
2023/11/07
[PATCH v8 09/24] ui/console: allow to override the default VC
,
marcandre . lureau
,
2023/11/07
[PATCH v8 10/24] ui/vc: console-vc requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 12/24] virtio-gpu: replace PIXMAN for region/rect test
,
marcandre . lureau
,
2023/11/07
[PATCH v8 13/24] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
,
marcandre . lureau
,
2023/11/07
[PATCH v8 14/24] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 15/24] ui/gl: opengl doesn't require PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 16/24] ui/vnc: VNC requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 17/24] ui/spice: SPICE/QXL requires PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 11/24] qmp/hmp: disable screendump if PIXMAN is missing
,
marcandre . lureau
,
2023/11/07
[PATCH v8 18/24] ui/gtk: -display gtk requires PIXMAN
,
marcandre . lureau
,
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 v8 19/24] ui/dbus: do not require PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 08/24] vl: move display early init before default devices
,
marcandre . lureau
,
2023/11/07
[PATCH v8 22/24] hw/mips: FULOONG depends on VT82C686
,
marcandre . lureau
,
2023/11/07
[PATCH v8 21/24] hw/sm501: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/07
[PATCH v8 24/24] build-sys: make pixman actually optional
,
marcandre . lureau
,
2023/11/07
[PATCH v8 23/24] hw/display/ati: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/07
Re: [PATCH v8 23/24] hw/display/ati: allow compiling without PIXMAN
,
Marc-André Lureau
,
2023/11/07
Re: [PATCH v8 23/24] hw/display/ati: allow compiling without PIXMAN
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v8 23/24] hw/display/ati: allow compiling without PIXMAN
,
Marc-André Lureau
,
2023/11/07
[PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of multiple MSI vector support for SJA1000 devices. - Added can_pcm26d2ca_pci.c; support for Advantech iDoor Module (PCM-26D2CA): 2-Ports Isolated CANBus mPCIe, DB9 (SJA1000 based with MSI).
,
Deniz Eren
,
2023/11/07
Re: [PATCH] Implementation of SJA1000 CAN-bus devices that support MSI (PCI capability 0x05). - Implementation of multiple MSI vector support for SJA1000 devices. - Added can_pcm26d2ca_pci.c; support for Advantech iDoor Module (PCM-26D2CA): 2-Ports Iso...
,
Deniz Eren
,
2023/11/09
[PATCH] dump:Add close fd on error return to avoid resource leak
,
Zongmin Zhou
,
2023/11/07
Re: [PATCH] dump:Add close fd on error return to avoid resource leak
,
Marc-André Lureau
,
2023/11/07
Re: [PATCH] dump:Add close fd on error return to avoid resource leak
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] dump:Add close fd on error return to avoid resource leak
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] dump:Add close fd on error return to avoid resource leak
,
Marc-André Lureau
,
2023/11/07
[PATCH] Fix Windows 2000 and XP HDAudio Support
,
Christopher Lentocha
,
2023/11/07
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Christopher Lentocha
,
2023/11/07
[PATCH] Fix Windows 2000 and XP HDAudio Support
,
Christopher Lentocha
,
2023/11/07
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Gerd Hoffmann
,
2023/11/08
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Christopher Lentocha
,
2023/11/11
Re: [PATCH] Fix Windows 2000 and XP HDAudio Support
,
Volker Rümelin
,
2023/11/12
[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/06
Re: [PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/16
Re: [PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/21
Re: [PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/23
Re: [PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Daniel P . Berrangé
,
2023/11/23
Re: [PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Igor Mammedov
,
2023/11/24
[PULL 00/85] target/hppa patch queue
,
Richard Henderson
,
2023/11/06
[PULL 02/85] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
,
Richard Henderson
,
2023/11/06
[PULL 05/85] target/hppa: Split out hppa_flush_tlb_range
,
Richard Henderson
,
2023/11/06
[PULL 01/85] target/hppa: Include PSW_P in tb flags and mmu index
,
Richard Henderson
,
2023/11/06
[PULL 03/85] target/hppa: Use IntervalTreeNode in HPPATLBEntry
,
Richard Henderson
,
2023/11/06
[PULL 12/85] target/hppa: Truncate rotate count in trans_shrpw_sar
,
Richard Henderson
,
2023/11/06
[PULL 14/85] target/hppa: Fix do_add, do_sub for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 04/85] target/hppa: Always report one page to tlb_set_page
,
Richard Henderson
,
2023/11/06
[PULL 08/85] target/hppa: Remove get_temp_tl
,
Richard Henderson
,
2023/11/06
[PULL 13/85] target/hppa: Fix trans_ds for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 10/85] target/hppa: Fix hppa64 case in machine.c
,
Richard Henderson
,
2023/11/06
[PULL 15/85] target/hppa: Fix bb_sar for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 18/85] target/hppa: Make HPPA_BTLB_ENTRIES variable
,
Richard Henderson
,
2023/11/06
[PULL 11/85] target/hppa: Fix load in do_load_32
,
Richard Henderson
,
2023/11/06
[PULL 30/85] target/hppa: Pass d to do_cond
,
Richard Henderson
,
2023/11/06
[PULL 22/85] target/hppa: Handle absolute addresses for pa2.0
,
Richard Henderson
,
2023/11/06
[PULL 37/85] target/hppa: Remove TARGET_HPPA64
,
Richard Henderson
,
2023/11/06
[PULL 38/85] target/hppa: Decode d for logical instructions
,
Richard Henderson
,
2023/11/06
[PULL 16/85] target/hppa: Fix extrw and depw with sar for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 17/85] target/hppa: Introduce TYPE_HPPA64_CPU
,
Richard Henderson
,
2023/11/06
[PULL 06/85] target/hppa: Populate an interval tree with valid tlb entries
,
Richard Henderson
,
2023/11/06
[PULL 26/85] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
,
Richard Henderson
,
2023/11/06
[PULL 07/85] target/hppa: Remove get_temp
,
Richard Henderson
,
2023/11/06
[PULL 09/85] target/hppa: Remove load_const
,
Richard Henderson
,
2023/11/06
[PULL 25/85] target/hppa: Pass DisasContext to copy_iaoq_entry
,
Richard Henderson
,
2023/11/06
[PULL 19/85] target/hppa: Implement cpu_list
,
Richard Henderson
,
2023/11/06
[PULL 27/85] target/hppa: Use copy_iaoq_entry for link in do_ibranch
,
Richard Henderson
,
2023/11/06
[PULL 28/85] target/hppa: Mask inputs in copy_iaoq_entry
,
Richard Henderson
,
2023/11/06
[PULL 29/85] target/hppa: sar register allows only 5 bits on 32-bit CPU
,
Richard Henderson
,
2023/11/06
[PULL 31/85] target/hppa: Pass d to do_sub_cond
,
Richard Henderson
,
2023/11/06
[PULL 21/85] target/hppa: Update cpu_hppa_get/put_psw for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 33/85] target/hppa: Pass d to do_sed_cond
,
Richard Henderson
,
2023/11/06
[PULL 23/85] target/hppa: Adjust hppa_cpu_dump_state for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 24/85] target/hppa: Fix hppa64 addressing
,
Richard Henderson
,
2023/11/06
[PULL 35/85] linux-user/hppa: Fixes for TARGET_ABI32
,
Richard Henderson
,
2023/11/06
[PULL 34/85] target/hppa: Pass d to do_unit_cond
,
Richard Henderson
,
2023/11/06
[PULL 39/85] target/hppa: Decode d for unit instructions
,
Richard Henderson
,
2023/11/06
[PULL 20/85] target/hppa: Implement hppa_cpu_class_by_name
,
Richard Henderson
,
2023/11/06
[PULL 32/85] target/hppa: Pass d to do_log_cond
,
Richard Henderson
,
2023/11/06
[PULL 36/85] target/hppa: Drop attempted gdbstub support for hppa64
,
Richard Henderson
,
2023/11/06
[PULL 40/85] target/hppa: Decode d for cmpclr instructions
,
Richard Henderson
,
2023/11/06
[PULL 42/85] target/hppa: Decode d for sub instructions
,
Richard Henderson
,
2023/11/06
[PULL 44/85] target/hppa: Decode d for cmpb instructions
,
Richard Henderson
,
2023/11/06
[PULL 41/85] target/hppa: Decode d for add instructions
,
Richard Henderson
,
2023/11/06
[PULL 43/85] target/hppa: Decode d for bb instructions
,
Richard Henderson
,
2023/11/06
[PULL 46/85] target/hppa: Decode ADDB double-word
,
Richard Henderson
,
2023/11/06
[PULL 47/85] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
,
Richard Henderson
,
2023/11/06
[PULL 48/85] target/hppa: Implement DEPD, DEPDI
,
Richard Henderson
,
2023/11/06
[PULL 51/85] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
,
Richard Henderson
,
2023/11/06
[PULL 50/85] target/hppa: Implement SHRPD
,
Richard Henderson
,
2023/11/06
[PULL 52/85] target/hppa: Implement STDBY
,
Richard Henderson
,
2023/11/06
[PULL 53/85] target/hppa: Implement IDTLBT, IITLBT
,
Richard Henderson
,
2023/11/06
Re: [PULL 53/85] target/hppa: Implement IDTLBT, IITLBT
,
Peter Maydell
,
2023/11/09
[PULL 54/85] hw/hppa: Use uint32_t instead of target_ureg
,
Richard Henderson
,
2023/11/06
[PULL 57/85] target/hppa: Remove remaining TARGET_REGISTER_BITS redirections
,
Richard Henderson
,
2023/11/06
[PULL 55/85] target/hppa: Remove TARGET_REGISTER_BITS
,
Richard Henderson
,
2023/11/06
[PULL 45/85] target/hppa: Decode CMPIB double-word
,
Richard Henderson
,
2023/11/06
[PULL 49/85] target/hppa: Implement EXTRD
,
Richard Henderson
,
2023/11/06
[PULL 56/85] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
,
Richard Henderson
,
2023/11/06
[PULL 60/85] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
,
Richard Henderson
,
2023/11/06
[PULL 62/85] target/hppa: Implement HSUB
,
Richard Henderson
,
2023/11/06
[PULL 58/85] target/hppa: Adjust vmstate_env for pa2.0 tlb
,
Richard Henderson
,
2023/11/06
[PULL 64/85] target/hppa: Implement HSHL, HSHR
,
Richard Henderson
,
2023/11/06
[PULL 67/85] target/hppa: Implement PERMH
,
Richard Henderson
,
2023/11/06
[PULL 59/85] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
,
Richard Henderson
,
2023/11/06
[PULL 74/85] target/hppa: Implement pa2.0 data prefetch instructions
,
Richard Henderson
,
2023/11/06
[PULL 63/85] target/hppa: Implement HAVG
,
Richard Henderson
,
2023/11/06
[PULL 70/85] target/hppa: Return zero for r0 from load_gpr
,
Richard Henderson
,
2023/11/06
[PULL 66/85] target/hppa: Implement MIXH, MIXW
,
Richard Henderson
,
2023/11/06
[PULL 68/85] target/hppa: Fix interruption based on default PSW
,
Richard Henderson
,
2023/11/06
[PULL 69/85] target/hppa: Precompute zero into DisasContext
,
Richard Henderson
,
2023/11/06
[PULL 73/85] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
,
Richard Henderson
,
2023/11/06
[PULL 72/85] hw/hppa: Translate phys addresses for the cpu
,
Richard Henderson
,
2023/11/06
[PULL 78/85] target/hppa: Add unwind_breg to CPUHPPAState
,
Richard Henderson
,
2023/11/06
[PULL 77/85] target/hppa: Clear upper bits in mtctl for pa1.x
,
Richard Henderson
,
2023/11/06
[PULL 75/85] target/hppa: Add pa2.0 cpu local tlb flushes
,
Richard Henderson
,
2023/11/06
Re: [PULL 75/85] target/hppa: Add pa2.0 cpu local tlb flushes
,
Peter Maydell
,
2023/11/09
[PULL 71/85] include/hw/elf: Remove truncating signed casts
,
Richard Henderson
,
2023/11/06
[PULL 65/85] target/hppa: Implement HSHLADD, HSHRADD
,
Richard Henderson
,
2023/11/06
[PULL 61/85] target/hppa: Implement HADD
,
Richard Henderson
,
2023/11/06
[PULL 76/85] target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
,
Richard Henderson
,
2023/11/06
[PULL 79/85] target/hppa: Create raise_exception_with_ior
,
Richard Henderson
,
2023/11/06
[PULL 82/85] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
,
Richard Henderson
,
2023/11/06
[PULL 84/85] hw/hppa: Turn on 64-bit CPU for C3700 machine
,
Richard Henderson
,
2023/11/06
[PULL 85/85] hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
,
Richard Henderson
,
2023/11/06
[PULL 81/85] target/hppa: Improve interrupt logging
,
Richard Henderson
,
2023/11/06
[PULL 80/85] target/hppa: Update IIAOQ, IIASQ for pa2.0
,
Richard Henderson
,
2023/11/06
[PULL 83/85] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
,
Richard Henderson
,
2023/11/06
Re: [PULL 00/85] target/hppa patch queue
,
Stefan Hajnoczi
,
2023/11/07
[PATCH 00/35] tcg patch queue
,
Richard Henderson
,
2023/11/06
[PATCH 01/35] accel/tcg: Move HMP info jit and info opcount code
,
Richard Henderson
,
2023/11/06
[PATCH 03/35] tcg/loongarch64: Use C_N2_I1 for INDEX_op_qemu_ld_a*_i128
,
Richard Henderson
,
2023/11/06
[PATCH 02/35] tcg: Add C_N2_I1
,
Richard Henderson
,
2023/11/06
[PATCH 04/35] util: Add cpuinfo for loongarch64
,
Richard Henderson
,
2023/11/06
[PATCH 05/35] tcg/loongarch64: Use cpuinfo.h
,
Richard Henderson
,
2023/11/06
[PATCH 07/35] accel/tcg: Remove redundant case in store_atom_16
,
Richard Henderson
,
2023/11/06
[PATCH 08/35] accel/tcg: Fix condition for store_atom_insert_al16
,
Richard Henderson
,
2023/11/06
[PATCH 11/35] tcg: Move generic expanders out of line
,
Richard Henderson
,
2023/11/06
[PATCH 09/35] tcg: Mark tcg_gen_op* as noinline
,
Richard Henderson
,
2023/11/06
[PATCH 10/35] tcg: Move tcg_gen_op* out of line
,
Richard Henderson
,
2023/11/06
[PATCH 12/35] tcg: Move 32-bit expanders out of line
,
Richard Henderson
,
2023/11/06
[PATCH 15/35] tcg: Move tcg_gen_opN declarations to tcg-internal.h
,
Richard Henderson
,
2023/11/06
[PATCH 13/35] tcg: Move 64-bit expanders out of line
,
Richard Henderson
,
2023/11/06
[PATCH 14/35] tcg: Move vec_gen_* declarations to tcg-internal.h
,
Richard Henderson
,
2023/11/06
[PATCH 17/35] tcg: Move tcg_constant_* out of line
,
Richard Henderson
,
2023/11/06
[PATCH 16/35] tcg: Unexport tcg_gen_op*_{i32,i64}
,
Richard Henderson
,
2023/11/06
[PATCH 18/35] tcg: Move tcg_temp_new_*, tcg_global_mem_new_* out of line
,
Richard Henderson
,
2023/11/06
[PATCH 19/35] tcg: Move tcg_temp_free_* out of line
,
Richard Henderson
,
2023/11/06
[PATCH 20/35] tcg/mips: Split out tcg_out_setcond_int
,
Richard Henderson
,
2023/11/06
[PATCH 21/35] tcg/mips: Always implement movcond
,
Richard Henderson
,
2023/11/06
[PATCH 06/35] host/include/loongarch64: Add atomic16 load and store
,
Richard Henderson
,
2023/11/06
[PATCH 22/35] tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
,
Richard Henderson
,
2023/11/06
[PATCH 23/35] tcg/mips: Implement neg opcodes
,
Richard Henderson
,
2023/11/06
[PATCH 24/35] tcg/loongarch64: Implement neg opcodes
,
Richard Henderson
,
2023/11/06
[PATCH 26/35] tcg: Don't free vector results
,
Richard Henderson
,
2023/11/06
[PATCH 27/35] tcg/optimize: Pipe OptContext into reset_ts
,
Richard Henderson
,
2023/11/06
[PATCH 29/35] tcg/optimize: Optimize env memory operations
,
Richard Henderson
,
2023/11/06
[PATCH 30/35] tcg: Eliminate duplicate env store operations
,
Richard Henderson
,
2023/11/06
[PATCH 25/35] tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}
,
Richard Henderson
,
2023/11/06
[PATCH 28/35] tcg/optimize: Split out cmp_better_copy
,
Richard Henderson
,
2023/11/06
[PATCH 31/35] tcg/optimize: Split out arg_new_constant
,
Richard Henderson
,
2023/11/06
[PATCH 32/35] tcg: Canonicalize subi to addi during opcode generation
,
Richard Henderson
,
2023/11/06
[PATCH 33/35] tcg/optimize: Canonicalize subi to addi during optimization
,
Richard Henderson
,
2023/11/06
[PATCH 34/35] tcg/optimize: Canonicalize sub2 with constants to add2
,
Richard Henderson
,
2023/11/06
[PATCH 35/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
,
Richard Henderson
,
2023/11/06
[PULL 00/35] tcg patch queue
,
Richard Henderson
,
2023/11/06
Re: [PULL 00/35] tcg patch queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH 00/35] tcg patch queue
,
Stefan Hajnoczi
,
2023/11/07
[PULL 00/49] riscv-to-apply queue
,
Alistair Francis
,
2023/11/06
[PULL 01/49] target/riscv: rename ext_ifencei to ext_zifencei
,
Alistair Francis
,
2023/11/06
[PULL 02/49] target/riscv: rename ext_icsr to ext_zicsr
,
Alistair Francis
,
2023/11/06
[PULL 03/49] target/riscv: rename ext_icbom to ext_zicbom
,
Alistair Francis
,
2023/11/06
[PULL 04/49] target/riscv: rename ext_icboz to ext_zicboz
,
Alistair Francis
,
2023/11/06
[PULL 05/49] target/riscv: Without H-mode mask all HS mode inturrupts in mie.
,
Alistair Francis
,
2023/11/06
[PULL 06/49] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST.
,
Alistair Francis
,
2023/11/06
[PULL 07/49] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
,
Alistair Francis
,
2023/11/06
[PULL 08/49] target/riscv: Split interrupt logic from riscv_cpu_update_mip.
,
Alistair Francis
,
2023/11/06
[PULL 09/49] target/riscv: Add M-mode virtual interrupt and IRQ filtering support.
,
Alistair Francis
,
2023/11/06
[PULL 10/49] target/riscv: Add HS-mode virtual interrupt and IRQ filtering support.
,
Alistair Francis
,
2023/11/06
[PULL 12/49] docs/system/riscv: update 'virt' machine core limit
,
Alistair Francis
,
2023/11/06
[PULL 13/49] target/riscv/kvm/kvm-cpu.c: add missing property getters()
,
Alistair Francis
,
2023/11/06
[PULL 11/49] linux-user/riscv: change default cpu to 'max'
,
Alistair Francis
,
2023/11/06
[PULL 14/49] qapi,risc-v: add query-cpu-model-expansion
,
Alistair Francis
,
2023/11/06
[PULL 16/49] target/riscv: handle custom props in qmp_query_cpu_model_expansion
,
Alistair Francis
,
2023/11/06
[PULL 15/49] target/riscv/tcg: add tcg_cpu_finalize_features()
,
Alistair Francis
,
2023/11/06
[PULL 17/49] target/riscv: add riscv_cpu_accelerator_compatible()
,
Alistair Francis
,
2023/11/06
[PULL 20/49] target/riscv: pmp: Clear pmp/smepmp bits on reset
,
Alistair Francis
,
2023/11/06
[PULL 21/49] target/riscv: pmp: Ignore writes when RW=01
,
Alistair Francis
,
2023/11/06
[PULL 18/49] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion
,
Alistair Francis
,
2023/11/06
[PULL 22/49] target/riscv: add zicntr extension flag for TCG
,
Alistair Francis
,
2023/11/06
[PULL 19/49] Add epmp to extensions list and rename it to smepmp
,
Alistair Francis
,
2023/11/06
[PULL 23/49] target/riscv/kvm: add zicntr reg
,
Alistair Francis
,
2023/11/06
[PULL 24/49] target/riscv: add zihpm extension flag for TCG
,
Alistair Francis
,
2023/11/06
[PULL 25/49] target/riscv/kvm: add zihpm reg
,
Alistair Francis
,
2023/11/06
[PULL 26/49] target/riscv/kvm: add zicsr, zifencei, zba, zbs, svnapot
,
Alistair Francis
,
2023/11/06
[PULL 27/49] target/riscv: correct csr_ops[CSR_MSECCFG]
,
Alistair Francis
,
2023/11/06
[PULL 28/49] MAINTAINERS: update mail address for Weiwei Li
,
Alistair Francis
,
2023/11/06
[PULL 31/49] target/riscv: Add cfg property for Zvkb extension
,
Alistair Francis
,
2023/11/06
[PULL 30/49] target/riscv: Expose Zvkt extension property
,
Alistair Francis
,
2023/11/06
[PULL 32/49] target/riscv: Replace Zvbb checking by Zvkb
,
Alistair Francis
,
2023/11/06
[PULL 29/49] target/riscv: Add cfg property for Zvkt extension
,
Alistair Francis
,
2023/11/06
[PULL 33/49] target/riscv: Expose Zvkb extension property
,
Alistair Francis
,
2023/11/06
[PULL 34/49] target/riscv: Add cfg properties for Zvkn[c|g] extensions
,
Alistair Francis
,
2023/11/06
[PULL 35/49] target/riscv: Expose Zvkn[c|g] extnesion properties
,
Alistair Francis
,
2023/11/06
[PULL 36/49] target/riscv: Add cfg properties for Zvks[c|g] extensions
,
Alistair Francis
,
2023/11/06
[PULL 37/49] target/riscv: Expose Zvks[c|g] extnesion properties
,
Alistair Francis
,
2023/11/06
[PULL 38/49] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
,
Alistair Francis
,
2023/11/06
[PULL 39/49] disas/riscv: Add rv_fmt_vd_vs2_uimm format
,
Alistair Francis
,
2023/11/06
[PULL 40/49] disas/riscv: Add rv_codec_vror_vi for vror.vi
,
Alistair Francis
,
2023/11/06
[PULL 41/49] disas/riscv: Add support for vector crypto extensions
,
Alistair Francis
,
2023/11/06
[PULL 42/49] disas/riscv: Replace TABs with space
,
Alistair Francis
,
2023/11/06
[PULL 43/49] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
,
Alistair Francis
,
2023/11/06
[PULL 44/49] target/riscv: cpu: Set the OpenTitan priv to 1.12.0
,
Alistair Francis
,
2023/11/06
[PULL 47/49] target/riscv: Use existing PMU counter mask in FDT generation
,
Alistair Francis
,
2023/11/06
[PULL 45/49] target/riscv: Propagate error from PMU setup
,
Alistair Francis
,
2023/11/06
[PULL 46/49] target/riscv: Don't assume PMU counters are continuous
,
Alistair Francis
,
2023/11/06
Re: [PULL 46/49] target/riscv: Don't assume PMU counters are continuous
,
Peter Maydell
,
2023/11/09
Re: [PULL 46/49] target/riscv: Don't assume PMU counters are continuous
,
Alistair Francis
,
2023/11/22
[PULL 48/49] target/riscv: Add "pmu-mask" property to replace "pmu-num"
,
Alistair Francis
,
2023/11/06
[PULL 49/49] docs/about/deprecated: Document RISC-V "pmu-num" deprecation
,
Alistair Francis
,
2023/11/06
Re: [PULL 00/49] riscv-to-apply queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v9 5/5] amd_iommu: report x2APIC support to the operating system
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v9 5/5] amd_iommu: report x2APIC support to the operating system
,
Bui Quang Minh
,
2023/11/08
Re: [PATCH v9 5/5] amd_iommu: report x2APIC support to the operating system
,
Michael S. Tsirkin
,
2023/11/08
Re: [PATCH v9 5/5] amd_iommu: report x2APIC support to the operating system
,
Bui Quang Minh
,
2023/11/09
[PATCH v5 0/2] Qemu crashes on VM migration after an handled memory error
,
“William Roche
,
2023/11/06
[PATCH v5 2/2] migration: prevent migration when a poisoned page is unknown from the VM
,
“William Roche
,
2023/11/06
[PATCH v5 1/2] migration: skip poisoned memory pages on "ram saving" phase
,
“William Roche
,
2023/11/06
Re: [PATCH v5 0/2] Qemu crashes on VM migration after an handled memory error
,
Peter Xu
,
2023/11/08
Re: [PULL 81/94] target/sparc: Move FDMULQ to decodetree
,
Mark Cave-Ayland
,
2023/11/06
Re: [PULL 81/94] target/sparc: Move FDMULQ to decodetree
,
Richard Henderson
,
2023/11/06
Re: [PULL 81/94] target/sparc: Move FDMULQ to decodetree
,
Mark Cave-Ayland
,
2023/11/07
Re: [External] Re: [PATCH 09/16] migration/multifd: Add new migration option for multifd DSA offloading.
,
Hao Xiang
,
2023/11/06
Re: [PATCH v4 2/2] migration: prevent migration when a poisoned page is unknown from the VM
,
William Roche
,
2023/11/06
Re: [PATCH v4 2/2] migration: prevent migration when a poisoned page is unknown from the VM
,
Peter Xu
,
2023/11/08
Re: [PATCH v4 2/2] migration: prevent migration when a poisoned page is unknown from the VM
,
William Roche
,
2023/11/10
Re: [PATCH v2 04/35] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 06/35] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 25/35] tcg/ppc: Tidy up tcg_target_const_match
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 22/35] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 20/35] tcg/sparc64: Hoist read of tcg_cond_to_rcond
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 20/35] tcg/sparc64: Hoist read of tcg_cond_to_rcond
,
Richard Henderson
,
2023/11/08
Re: [PATCH v2 20/35] tcg/sparc64: Hoist read of tcg_cond_to_rcond
,
Philippe Mathieu-Daudé
,
2023/11/09
Re: [PATCH v2 18/35] tcg/riscv: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 12/35] tcg/i386: Pass x86 condition codes to tcg_out_cmov
,
Philippe Mathieu-Daudé
,
2023/11/06
[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 30/46] hw/arm: 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 35/46] hw/mips/mipssim: use qemu_create_nic_device()
,
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 41/46] hw/sparc/sun4m: use qemu_find_nic_info()
,
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 34/46] hw/microblaze: use qemu_configure_nic_device()
,
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 46/46] net: make nb_nics and nd_table[] static in net/net.c
,
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 31/46] hw/net/etraxfs-eth: 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 37/46] hw/net/lasi_i82596: use qemu_configure_nic_device()
,
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 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 14/46] hw/mips/loongson3_virt: use pci_init_nic_devices()
,
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 39/46] hw/riscv: use qemu_configure_nic_device()
,
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 22/46] hw/arm/aspeed: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[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 08/46] hw/arm/sbsa-ref: 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 33/46] hw/m68k/q800: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[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 20/46] hw/xtensa/virt: 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 43/46] net: remove qemu_check_nic_model()
,
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 44/46] hw/pci: remove pci_nic_init_nofail()
,
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 40/46] hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()
,
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 02/46] net: report list of available models according to platform
,
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 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 38/46] hw/openrisc/openrisc_sim: use qemu_create_nic_device()
,
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 42/46] hw/xtensa/xtfpga: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
Re: [PATCH v2 13/35] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Alex Bennée
,
2023/11/06
[PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/06
Re: [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/07
Re: [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/07
Re: [PATCH v6 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Michael S. Tsirkin
,
2023/11/07
[PATCH v6 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Alex Bennée
,
2023/11/06
Re: [PATCH v6 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Michael S. Tsirkin
,
2023/11/07
[PATCH v6 4/6] hw/virtio: derive vhost-user-i2c from vhost-user-base
,
Alex Bennée
,
2023/11/06
[PATCH v6 6/6] docs/system: add a basic enumeration of vhost-user devices
,
Alex Bennée
,
2023/11/06
[PATCH v6 2/6] hw/virtio: derive vhost-user-rng from vhost-user-base
,
Alex Bennée
,
2023/11/06
[PATCH v6 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
,
Alex Bennée
,
2023/11/06
Re: [PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Mark Cave-Ayland
,
2023/11/07
Re: [PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH v6 0/6] virtio: cleanup vhost-user-generic and reduce c&p
,
Alex Bennée
,
2023/11/07
Re: [PATCH v2 23/35] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [External] Re: [PATCH 01/16] Cherry pick a set of patches that enables multifd zero page feature.
,
Hao Xiang
,
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 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 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 06/22] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/06
[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 07/22] tests/avocado: update the tcg_plugins test
,
Alex Bennée
,
2023/11/06
Re: [PATCH 07/22] tests/avocado: update the tcg_plugins test
,
Richard Henderson
,
2023/11/06
[PATCH 09/22] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/06
[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 01/22] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/06
Re: [PATCH 01/22] default-configs: Add TARGET_XML_FILES definition
,
Richard Henderson
,
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 11/22] cpu: Call plugin hooks only when ready
,
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
Re: [PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR from gdbstub
,
Richard Henderson
,
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 20/22] contrib/gitdm: add Daynix to domain-map
,
Alex Bennée
,
2023/11/06
[PATCH 18/22] contrib/gitdm: add domain-map for Cestc
,
Alex Bennée
,
2023/11/06
[PATCH 21/22] mailmap: fixup some more corrupted author fields
,
Alex Bennée
,
2023/11/06
[PATCH 19/22] contrib/gitdm: map HiSilicon to Huawei
,
Alex Bennée
,
2023/11/06
[PATCH 17/22] contrib/gitdm: Add Rivos Inc to the domain map
,
Alex Bennée
,
2023/11/06
[PATCH 22/22] Revert "tests/tcg/nios2: Re-enable linux-user tests"
,
Alex Bennée
,
2023/11/06
Re: [PATCH 22/22] Revert "tests/tcg/nios2: Re-enable linux-user tests"
,
Richard Henderson
,
2023/11/06
[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 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
Re: [PATCH v2 31/35] tcg/tci: Support TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 07/35] tcg: Add TCGConst argument to tcg_target_const_match
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH] Support Intel 82574L for older macOS native Kext
,
Christopher Lentocha
,
2023/11/06
Re: [PATCH] tests: Fix printf format string in acpi-utils.c
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH] virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDX
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Alex Bennée
,
2023/11/06
Re: [PATCH v5 1/6] virtio: split into vhost-user-base and vhost-user-device
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Alex Bennée
,
2023/11/06
Re: [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v5 3/6] hw/virtio: derive vhost-user-gpio from vhost-user-base
,
Alex Bennée
,
2023/11/06
[PULL 0/3] Block patches
,
Hanna Czenczek
,
2023/11/06
[PULL 1/3] qcow2: keep reference on zeroize with discard-no-unref enabled
,
Hanna Czenczek
,
2023/11/06
[PULL 3/3] file-posix: fix over-writing of returning zone_append offset
,
Hanna Czenczek
,
2023/11/06
[PULL 2/3] block/file-posix: fix update_zones_wp() caller
,
Hanna Czenczek
,
2023/11/06
Re: [PULL 0/3] Block patches
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 05/35] tcg/optimize: Split out arg_new_constant
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 03/35] tcg/optimize: Split out do_constant_folding_cond1
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 00/12] target-arm queue
,
Peter Maydell
,
2023/11/06
[PULL 01/12] hw/arm/virt: fix PMU IRQ registration
,
Peter Maydell
,
2023/11/06
[PULL 03/12] hw/arm/virt: Report correct register sizes in ACPI DBG2/SPCR tables.
,
Peter Maydell
,
2023/11/06
[PULL 11/12] hw/arm/vexpress-a9: Remove useless mapping of RAM at address 0
,
Peter Maydell
,
2023/11/06
[PULL 04/12] tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden references
,
Peter Maydell
,
2023/11/06
[PULL 07/12] mc146818rtc: rtc_set_time(): initialize tm to zeroes
,
Peter Maydell
,
2023/11/06
[PULL 05/12] hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): assert no overflow
,
Peter Maydell
,
2023/11/06
[PULL 06/12] util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow
,
Peter Maydell
,
2023/11/06
[PULL 10/12] io/channel-socket: qio_channel_socket_flush(): improve msg validation
,
Peter Maydell
,
2023/11/06
[PULL 09/12] hw/core/loader: gunzip(): initialize z_stream
,
Peter Maydell
,
2023/11/06
[PULL 08/12] block/nvme: nvme_process_completion() fix bound for cid
,
Peter Maydell
,
2023/11/06
[PULL 02/12] tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2
,
Peter Maydell
,
2023/11/06
[PULL 12/12] target/arm: Fix A64 LDRA immediate decode
,
Peter Maydell
,
2023/11/06
Re: [PULL 00/12] target-arm queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 02/35] tcg/optimize: Split out arg_is_const_val
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Andrea Bolognani
,
2023/11/06
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Victor Toso
,
2023/11/06
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Andrea Bolognani
,
2023/11/06
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Andrea Bolognani
,
2023/11/09
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Victor Toso
,
2023/11/09
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Andrea Bolognani
,
2023/11/10
Re: [PATCH v2 04/11] qapi: golang: Generate qapi's alternate types in Go
,
Victor Toso
,
2023/11/10
Re: [PATCH] Add class property to configure KVM device node to use
,
Daan De Meyer
,
2023/11/06
Re: [PATCH] Add class property to configure KVM device node to use
,
Paolo Bonzini
,
2023/11/06
Re: [PATCH v2 01/35] tcg: Introduce TCG_COND_TST{EQ,NE}
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 19/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 19/35] tcg/sparc64: Implement tcg_out_extrl_i64_i32
,
Richard Henderson
,
2023/11/06
Re: [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH v2 10/10] block: Add a thread-pool version of fstat
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 05/10] block: Convert bdrv_query_block_graph_info to coroutine
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 04/10] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 03/10] block: Allow the wrapper script to see functions declared in qapi.h
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH 4/4] NOTFORMERGE tcg/i386: Assert sub of immediate has been folded
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: intermittent qtest-aarch64/xlnx-canfd-test test failure
,
Cédric Le Goater
,
2023/11/06
Re: [PATCH 3/4] tcg/optimize: Canonicalize sub2 with constants to add2
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH 2/4] tcg/optimize: Canonicalize subi to addi during optimization
,
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 v2 09/10] block: Convert qmp_query_block() to coroutine_fn
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn
,
Fabiano Rosas
,
2023/11/29
Re: [PATCH 1/4] tcg: Canonicalize subi to addi during opcode generation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 00/22] vfio queue
,
Cédric Le Goater
,
2023/11/06
[PULL 02/22] memory: Introduce memory_region_iommu_set_iova_ranges
,
Cédric Le Goater
,
2023/11/06
[PULL 01/22] memory: Let ReservedRegion use Range
,
Cédric Le Goater
,
2023/11/06
[PULL 04/22] virtio-iommu: Rename reserved_regions into prop_resv_regions
,
Cédric Le Goater
,
2023/11/06
[PULL 05/22] range: Make range_compare() public
,
Cédric Le Goater
,
2023/11/06
[PULL 06/22] util/reserved-region: Add new ReservedRegion helpers
,
Cédric Le Goater
,
2023/11/06
[PULL 07/22] virtio-iommu: Introduce per IOMMUDevice reserved regions
,
Cédric Le Goater
,
2023/11/06
[PULL 03/22] vfio: Collect container iova range info
,
Cédric Le Goater
,
2023/11/06
[PULL 08/22] range: Introduce range_inverse_array()
,
Cédric Le Goater
,
2023/11/06
[PULL 09/22] virtio-iommu: Record whether a probe request has been issued
,
Cédric Le Goater
,
2023/11/06
Re: [PULL 09/22] virtio-iommu: Record whether a probe request has been issued
,
Peter Maydell
,
2023/11/09
Re: [PULL 09/22] virtio-iommu: Record whether a probe request has been issued
,
Eric Auger
,
2023/11/09
[PULL 10/22] virtio-iommu: Implement set_iova_ranges() callback
,
Cédric Le Goater
,
2023/11/06
[PULL 12/22] test: Add some tests for range and resv-mem helpers
,
Cédric Le Goater
,
2023/11/06
[PULL 11/22] virtio-iommu: Consolidate host reserved regions and property set ones
,
Cédric Le Goater
,
2023/11/06
[PULL 13/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
,
Cédric Le Goater
,
2023/11/06
[PULL 14/22] util/uuid: Add UUID_STR_LEN definition
,
Cédric Le Goater
,
2023/11/06
[PULL 15/22] vfio/pci: Fix buffer overrun when writing the VF token
,
Cédric Le Goater
,
2023/11/06
[PULL 16/22] util/uuid: Remove UUID_FMT_LEN
,
Cédric Le Goater
,
2023/11/06
[PULL 17/22] util/uuid: Define UUID_STR_LEN from UUID_NONE string
,
Cédric Le Goater
,
2023/11/06
[PULL 18/22] vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
,
Cédric Le Goater
,
2023/11/06
[PULL 19/22] vfio/container: Move vfio_container_add/del_section_window into spapr.c
,
Cédric Le Goater
,
2023/11/06
[PULL 20/22] vfio/container: Move spapr specific init/deinit into spapr.c
,
Cédric Le Goater
,
2023/11/06
[PULL 21/22] vfio/spapr: Make vfio_spapr_create/remove_window static
,
Cédric Le Goater
,
2023/11/06
[PULL 22/22] vfio/common: Move vfio_host_win_add/del into spapr.c
,
Cédric Le Goater
,
2023/11/06
Re: [PULL 00/22] vfio queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching
,
Kevin Wolf
,
2023/11/06
Re: [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching
,
BALATON Zoltan
,
2023/11/06
Re: [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching
,
Mark Cave-Ayland
,
2023/11/13
Re: [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching
,
BALATON Zoltan
,
2023/11/13
[PATCH v4 00/17] Get Xen PV shim running in QEMU, add net and console
,
David Woodhouse
,
2023/11/06
[PATCH v4 01/17] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
,
David Woodhouse
,
2023/11/06
[PATCH v4 04/17] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
,
David Woodhouse
,
2023/11/06
[PATCH v4 02/17] hw/xen: Clean up event channel 'type_val' handling to use union
,
David Woodhouse
,
2023/11/06
[PATCH v4 03/17] include: update Xen public headers to Xen 4.17.2 release
,
David Woodhouse
,
2023/11/06
[PATCH v4 05/17] hw/xen: populate store frontend nodes with XenStore PFN/port
,
David Woodhouse
,
2023/11/06
[PATCH v4 06/17] hw/xen: automatically assign device index to block devices
,
David Woodhouse
,
2023/11/06
Re: [PATCH v4 06/17] hw/xen: automatically assign device index to block devices
,
Paul Durrant
,
2023/11/06
[PATCH v4 09/17] hw/xen: update Xen console to XenDevice model
,
David Woodhouse
,
2023/11/06
[PATCH v4 07/17] hw/xen: add get_frontend_path() method to XenDeviceClass
,
David Woodhouse
,
2023/11/06
[PATCH v4 10/17] hw/xen: add support for Xen primary console in emulated mode
,
David Woodhouse
,
2023/11/06
[PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive
,
David Woodhouse
,
2023/11/06
Re: [PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive
,
Paul Durrant
,
2023/11/06
Re: [PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive
,
David Woodhouse
,
2023/11/07
[PATCH v4 13/17] hw/i386/pc: support '-nic' for xen-net-device
,
David Woodhouse
,
2023/11/06
Re: [PATCH v4 13/17] hw/i386/pc: support '-nic' for xen-net-device
,
Paul Durrant
,
2023/11/06
[PATCH v4 15/17] xen-platform: unplug AHCI disks
,
David Woodhouse
,
2023/11/06
[PATCH v4 14/17] net: do not delete nics in net_cleanup()
,
David Woodhouse
,
2023/11/06
Re: [PATCH v4 14/17] net: do not delete nics in net_cleanup()
,
David Woodhouse
,
2023/11/07
[PATCH v4 08/17] hw/xen: do not repeatedly try to create a failing backend device
,
David Woodhouse
,
2023/11/06
[PATCH v4 17/17] docs: update Xen-on-KVM documentation
,
David Woodhouse
,
2023/11/06
Re: [PATCH v4 17/17] docs: update Xen-on-KVM documentation
,
Paul Durrant
,
2023/11/06
[PATCH v4 11/17] hw/xen: only remove peers of PCI NICs on unplug
,
David Woodhouse
,
2023/11/06
[PATCH v4 12/17] hw/xen: update Xen PV NIC to XenDevice model
,
David Woodhouse
,
2023/11/06
[PULL 00/10] Hyper-V Dynamic Memory Protocol driver (hv-balloon) pull req fixed
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 02/10] Revert "hw/virtio/virtio-pmem: Replace impossible check by assertion"
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 01/10] memory-device: Support empty memory devices
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 03/10] memory-device: Drop size alignment check
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 04/10] Add Hyper-V Dynamic Memory Protocol definitions
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 05/10] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 06/10] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
,
Maciej S. Szmigiero
,
2023/11/06
Re: [PULL 06/10] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
,
Peter Maydell
,
2023/11/09
Re: [PULL 06/10] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
,
Maciej S. Szmigiero
,
2023/11/09
[PULL 07/10] qapi: Add query-memory-devices support to hv-balloon
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 08/10] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 09/10] hw/i386/pc: Support hv-balloon
,
Maciej S. Szmigiero
,
2023/11/06
[PULL 10/10] MAINTAINERS: Add an entry for Hyper-V Dynamic Memory Protocol
,
Maciej S. Szmigiero
,
2023/11/06
Re: [PULL 00/10] Hyper-V Dynamic Memory Protocol driver (hv-balloon) pull req fixed
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
Kevin Wolf
,
2023/11/06
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
Mark Cave-Ayland
,
2023/11/06
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
Mark Cave-Ayland
,
2023/11/13
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
BALATON Zoltan
,
2023/11/13
Re: [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
,
Kevin Wolf
,
2023/11/14
[PATCH] target/riscv: don't enable Zfa by default
,
Jerry Zhang Jian
,
2023/11/06
Re: [PATCH] target/riscv: don't enable Zfa by default
,
Daniel Henrique Barboza
,
2023/11/06
Re: [PATCH] target/riscv: don't enable Zfa by default
,
Jerry ZJ
,
2023/11/06
Re: [PATCH] target/riscv: don't enable Zfa by default
,
Daniel Henrique Barboza
,
2023/11/06
Re: [PATCH] target/riscv: don't enable Zfa by default
,
Jerry ZJ
,
2023/11/06
Re: [PATCH] target/riscv: don't enable Zfa by default
,
Daniel Henrique Barboza
,
2023/11/07
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
[PULL 00/10] Gpu patches
,
marcandre . lureau
,
2023/11/06
[PULL 01/10] virtio-gpu-rutabaga: Add empty interface to fix arm64 crash
,
marcandre . lureau
,
2023/11/06
[PULL 02/10] ati-vga: Fix aperture sizes
,
marcandre . lureau
,
2023/11/06
[PULL 03/10] ati-vga: Support unaligned access to GPIO DDC registers
,
marcandre . lureau
,
2023/11/06
[PULL 04/10] ati-vga: Add 30 bit palette access register
,
marcandre . lureau
,
2023/11/06
[PULL 05/10] ati-vga: Implement fallback for pixman routines
,
marcandre . lureau
,
2023/11/06
[PULL 06/10] virtio-gpu: block migration of VMs with blob=true
,
marcandre . lureau
,
2023/11/06
[PULL 07/10] virtio-gpu: factor out restore mapping
,
marcandre . lureau
,
2023/11/06
[PULL 08/10] virtio-gpu: move scanout restoration to post_load
,
marcandre . lureau
,
2023/11/06
[PULL 10/10] Revert "virtio-gpu: block migration of VMs with blob=true"
,
marcandre . lureau
,
2023/11/06
[PULL 09/10] virtio-gpu: add virtio-gpu/blob vmstate subsection
,
marcandre . lureau
,
2023/11/06
Re: [PULL 00/10] Gpu patches
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 08/10] block: Don't query all block devices at hmp_nbd_server_start
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 06/10] block: Convert bdrv_block_device_info into co_wrapper
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v2 07/10] block: Convert qmp_query_named_block_nodes to coroutine
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH v3 0/6] coverity fixes
,
Peter Maydell
,
2023/11/06
[PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 1/4] hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 2/4] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH 2/4] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
,
Philippe Mathieu-Daudé
,
2023/11/07
[PATCH 3/4] target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 4/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH 4/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Zhao Liu
,
2023/11/07
Re: [PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Thomas Huth
,
2023/11/07
Re: [PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Thomas Huth
,
2023/11/07
Re: [PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
,
Thomas Huth
,
2023/11/07
[PATCH v3 0/6] migration: check required entries and sections are loaded
,
marcandre . lureau
,
2023/11/06
[PATCH v3 1/6] block/fdc: 'phase' is not needed on load
,
marcandre . lureau
,
2023/11/06
[PATCH v3 2/6] virtio: make endian_needed() work during loading
,
marcandre . lureau
,
2023/11/06
[PATCH v3 4/6] migration: check required entries are loaded, once
,
marcandre . lureau
,
2023/11/06
[PATCH v3 5/6] test-vmstate: add some subsection tests
,
marcandre . lureau
,
2023/11/06
[PATCH v3 3/6] migration: check required subsections are loaded, once
,
marcandre . lureau
,
2023/11/06
[PATCH v3 6/6] docs/migration: reflect the changes about needed subsections
,
marcandre . lureau
,
2023/11/06
Re: [PATCH v3 0/6] migration: check required entries and sections are loaded
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v3 0/6] migration: check required entries and sections are loaded
,
Juan Quintela
,
2023/11/07
[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 15/60] target/loongarch: Declare QOM definitions 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 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 22/60] target/xtensa: Use env_archcpu() in update_c[compare|count]()
,
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 26/60] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
,
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 27/60] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
,
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 30/60] target/mips: Fix MSA BZ/BNZ opcodes displacement
,
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 29/60] target/i386/monitor: synchronize cpu state for lapic info
,
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 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 34/60] target/ppc: Restrict KVM objects to system 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 47/60] hw/ide: reset: cancel async DMA operation before resetting state
,
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 48/60] tests/qtest: ahci-test: add test exposing reset issue with pending callback
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 49/60] hw/i2c: pmbus add support for block receive
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 51/60] hw/i2c: pmbus: add fan support
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 50/60] hw/i2c: pmbus: add vout mode bitfields
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 52/60] hw/i2c: pmbus: add VCAP register
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 54/60] tests/qtest: add tests for ADM1266
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 53/60] hw/sensor: add ADM1266 device model
,
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 58/60] MAINTAINERS: Add the CAN documentation file to the CAN 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 56/60] hw/i2c: pmbus: reset page register for out of range reads
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 59/60] MAINTAINERS: update libvirt devel mailing list address
,
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
Re: [PATCH v2 0/5] virtio-gpu: add blob migration support
,
Marc-André Lureau
,
2023/11/06
Re: [PATCH v2 0/5] virtio-gpu: add blob migration support
,
Laszlo Ersek
,
2023/11/07
[PULL 0/7] xenfv-stable queue
,
David Woodhouse
,
2023/11/06
[PULL 2/7] i386/xen: fix per-vCPU upcall vector for Xen emulation
,
David Woodhouse
,
2023/11/06
[PULL 1/7] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
,
David Woodhouse
,
2023/11/06
[PULL 4/7] hw/xen: don't clear map_track[] in xen_gnttab_reset()
,
David Woodhouse
,
2023/11/06
[PULL 3/7] hw/xen: select kernel mode for per-vCPU event channel upcall vector
,
David Woodhouse
,
2023/11/06
[PULL 7/7] hw/xen: use correct default protocol for xen-block on x86
,
David Woodhouse
,
2023/11/06
[PULL 5/7] hw/xen: fix XenStore watch delivery to guest
,
David Woodhouse
,
2023/11/06
[PULL 6/7] hw/xen: take iothread mutex in xen_evtchn_reset_op()
,
David Woodhouse
,
2023/11/06
Re: [PULL 0/7] xenfv-stable queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/06
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Peter Maydell
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Peter Maydell
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
,
Daniel Henrique Barboza
,
2023/11/07
[PULL v2 00/24] Pixman patches
,
marcandre . lureau
,
2023/11/06
[PULL v2 01/24] build-sys: add a "pixman" feature
,
marcandre . lureau
,
2023/11/06
[PULL v2 02/24] build-sys: drop needless warning pragmas for old pixman
,
marcandre . lureau
,
2023/11/06
[PULL v2 03/24] ui: compile out some qemu-pixman functions when !PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 05/24] vl: drop needless -spice checks
,
marcandre . lureau
,
2023/11/06
[PULL v2 06/24] qemu-options: define -vnc only #ifdef CONFIG_VNC
,
marcandre . lureau
,
2023/11/06
[PULL v2 04/24] ui: add pixman-minimal.h
,
marcandre . lureau
,
2023/11/06
[PULL v2 07/24] vl: simplify display_remote logic
,
marcandre . lureau
,
2023/11/06
[PULL v2 08/24] vl: move display early init before default devices
,
marcandre . lureau
,
2023/11/06
[PULL v2 12/24] virtio-gpu: replace PIXMAN for region/rect test
,
marcandre . lureau
,
2023/11/06
[PULL v2 09/24] ui/console: allow to override the default VC
,
marcandre . lureau
,
2023/11/06
[PULL v2 10/24] ui/vc: console-vc requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 11/24] qmp/hmp: disable screendump if PIXMAN is missing
,
marcandre . lureau
,
2023/11/06
[PULL v2 14/24] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 13/24] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
,
marcandre . lureau
,
2023/11/06
[PULL v2 15/24] ui/gl: opengl doesn't require PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 18/24] ui/gtk: -display gtk requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 16/24] ui/vnc: VNC requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 19/24] ui/dbus: do not require PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 20/24] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 17/24] ui/spice: SPICE/QXL requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 21/24] hw/sm501: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
,
marcandre . lureau
,
2023/11/06
Re: [PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
marcandre . lureau
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Marc-André Lureau
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
BALATON Zoltan
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Marc-André Lureau
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
BALATON Zoltan
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Stefan Hajnoczi
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
BALATON Zoltan
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
Stefan Hajnoczi
,
2023/11/06
Re: [PULL v2 22/24] hw/display: make ATI_VGA depend on PIXMAN
,
BALATON Zoltan
,
2023/11/06
[PULL v2 24/24] build-sys: make pixman actually optional
,
marcandre . lureau
,
2023/11/06
[PATCH v2 0/5] target/s390x: CC fixes
,
Ilya Leoshkevich
,
2023/11/06
[PATCH v2 4/5] tests/tcg/s390x: Test LAALG with negative cc_src
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH v2 4/5] tests/tcg/s390x: Test LAALG with negative cc_src
,
Richard Henderson
,
2023/11/06
[PATCH v2 3/5] target/s390x: Fix LAALG not updating cc_src
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH v2 3/5] target/s390x: Fix LAALG not updating cc_src
,
Richard Henderson
,
2023/11/06
Re: [PATCH v2 3/5] target/s390x: Fix LAALG not updating cc_src
,
David Hildenbrand
,
2023/11/06
[PATCH v2 1/5] target/s390x: Fix CLC corrupting cc_src
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH v2 1/5] target/s390x: Fix CLC corrupting cc_src
,
David Hildenbrand
,
2023/11/06
[PATCH v2 2/5] tests/tcg/s390x: Test CLC with inaccessible second operand
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH v2 2/5] tests/tcg/s390x: Test CLC with inaccessible second operand
,
Richard Henderson
,
2023/11/06
[PATCH v2 5/5] tests/tcg/s390x: Test ADD LOGICAL WITH CARRY
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH 2/4] tests/tcg/s390x: Test CLC with inaccessible second operand
,
Ilya Leoshkevich
,
2023/11/06
Re: [PATCH v2 4/4] i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change
,
Roman Bolshakov
,
2023/11/06
[PULL 0/4] Q800 for 8.2 patches
,
Laurent Vivier
,
2023/11/06
[PULL 2/4] macfb: rename DAFB_RESET to DAFB_LUT_INDEX
,
Laurent Vivier
,
2023/11/06
[PULL 3/4] macfb: allow larger write accesses to the DAFB_LUT register
,
Laurent Vivier
,
2023/11/06
[PULL 1/4] macfb: don't clear interrupts when writing to DAFB_RESET
,
Laurent Vivier
,
2023/11/06
[PULL 4/4] macfb: allow reads from the DAFB_LUT register
,
Laurent Vivier
,
2023/11/06
Re: [PULL 0/4] Q800 for 8.2 patches
,
Stefan Hajnoczi
,
2023/11/06
[PULL 00/23] Pixman patches
,
marcandre . lureau
,
2023/11/06
[PULL 01/23] build-sys: add a "pixman" feature
,
marcandre . lureau
,
2023/11/06
[PULL 02/23] build-sys: drop needless warning pragmas for old pixman
,
marcandre . lureau
,
2023/11/06
[PULL 03/23] ui: compile out some qemu-pixman functions when !PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 05/23] vl: drop needless -spice checks
,
marcandre . lureau
,
2023/11/06
[PULL 06/23] qemu-options: define -vnc only #ifdef CONFIG_VNC
,
marcandre . lureau
,
2023/11/06
[PULL 07/23] vl: simplify display_remote logic
,
marcandre . lureau
,
2023/11/06
[PULL 04/23] ui: add pixman-minimal.h
,
marcandre . lureau
,
2023/11/06
[PULL 09/23] ui/console: allow to override the default VC
,
marcandre . lureau
,
2023/11/06
[PULL 08/23] vl: move display early init before default devices
,
marcandre . lureau
,
2023/11/06
[PULL 10/23] ui/vc: console-vc requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 11/23] qmp/hmp: disable screendump if PIXMAN is missing
,
marcandre . lureau
,
2023/11/06
[PULL 12/23] virtio-gpu: replace PIXMAN for region/rect test
,
marcandre . lureau
,
2023/11/06
[PULL 14/23] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 13/23] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
,
marcandre . lureau
,
2023/11/06
[PULL 17/23] ui/spice: SPICE/QXL requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 15/23] ui/gl: opengl doesn't require PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 16/23] ui/vnc: VNC requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 18/23] ui/gtk: -display gtk requires PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 19/23] ui/dbus: do not require PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 21/23] hw/sm501: allow compiling without PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 22/23] hw/display: make ATI_VGA depend on PIXMAN
,
marcandre . lureau
,
2023/11/06
[PULL 23/23] build-sys: make pixman actually optional
,
marcandre . lureau
,
2023/11/06
[PULL 20/23] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
,
marcandre . lureau
,
2023/11/06
Re: [PULL 00/23] Pixman patches
,
Marc-André Lureau
,
2023/11/06
Re: [PATCH v2 02/16] target: Mention 'cpu-qom.h' is target agnostic
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 00/71] *: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 01/71] migration: Make VMStateDescription.subsections const
,
Richard Henderson
,
2023/11/06
Re: [PATCH 01/71] migration: Make VMStateDescription.subsections const
,
Juan Quintela
,
2023/11/06
Re: [PATCH 01/71] migration: Make VMStateDescription.subsections const
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 03/71] targt/arm: Constify hvf/hvf.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 03/71] targt/arm: Constify hvf/hvf.c
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH 03/71] targt/arm: Constify hvf/hvf.c
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 04/71] target/alpha: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 02/71] target/arm: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 02/71] target/arm: Constify VMState in machine.c
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 05/71] target/avr: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 05/71] target/avr: Constify VMState in machine.c
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 07/71] target/hppa: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 07/71] target/hppa: Constify VMState in machine.c
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 08/71] target/i386: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 09/71] target/loongarch: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 06/71] target/cris: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 06/71] target/cris: Constify VMState in machine.c
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 11/71] target/microblaze: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 12/71] target/mips: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 12/71] target/mips: Constify VMState in machine.c
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 13/71] target/openrisc: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 14/71] target/ppc: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 16/71] target/s390x: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 10/71] target/m68k: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
[PATCH 19/71] hw/core: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 19/71] hw/core: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 21/71] hw/acpi: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 18/71] hw/arm: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 18/71] hw/arm: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 28/71] hw/gpio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 38/71] hw/loongarch: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 17/71] target/sparc: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 17/71] target/sparc: Constify VMState in machine.c
,
Mark Cave-Ayland
,
2023/11/06
[PATCH 15/71] target/riscv: Constify VMState in machine.c
,
Richard Henderson
,
2023/11/06
Re: [PATCH 15/71] target/riscv: Constify VMState in machine.c
,
Alistair Francis
,
2023/11/06
[PATCH 25/71] hw/char: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 33/71] hw/input: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 24/71] hw/block: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 23/71] hw/audio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 29/71] hw/hyperv: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 32/71] hw/ide: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 34/71] hw/intc: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 20/71] hw/9pfs: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 20/71] hw/9pfs: Constify VMState
,
Greg Kurz
,
2023/11/06
Re: [PATCH 20/71] hw/9pfs: Constify VMState
,
Christian Schoenebeck
,
2023/11/06
[PATCH 26/71] hw/display: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 30/71] hw/i2c: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 31/71] hw/i386: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 39/71] hw/m68k: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 35/71] hw/ipack: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 37/71] hw/isa: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 37/71] hw/isa: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 22/71] hw/adc: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 22/71] hw/adc: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 27/71] hw/dma: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 36/71] hw/ipmi: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 47/71] hw/ppc: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 50/71] hw/s390x: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 53/71] hw/sensor: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 53/71] hw/sensor: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
Re: [PATCH 53/71] hw/sensor: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 55/71] hw/ssi: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 51/71] hw/scsi: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 46/71] hw/pci-host: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 46/71] hw/pci-host: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 43/71] hw/openrisc: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 42/71] hw/nvram: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 48/71] hw/riscv: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 48/71] hw/riscv: Constify VMState
,
Alistair Francis
,
2023/11/06
[PATCH 52/71] hw/sd: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 52/71] hw/sd: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 57/71] hw/tpm: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 59/71] hw/vfio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 49/71] hw/rtc: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 49/71] hw/rtc: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 60/71] hw/virtio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 64/71] backends: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 66/71] migration: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 66/71] migration: Constify VMState
,
Juan Quintela
,
2023/11/06
[PATCH 70/71] tests/unit/test-vmstate: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 70/71] tests/unit/test-vmstate: Constify VMState
,
Juan Quintela
,
2023/11/06
[PATCH 40/71] hw/misc: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 41/71] hw/net: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 62/71] hw/misc/macio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 44/71] hw/pci: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 61/71] hw/watchdog: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 68/71] replay: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 67/71] system: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 67/71] system: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 56/71] hw/timer: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 54/71] hw/sparc: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 69/71] util/fifo8: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 69/71] util/fifo8: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 45/71] hw/pci-bridge: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 58/71] hw/usb: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 63/71] audio: Constify VMState
,
Richard Henderson
,
2023/11/06
[PATCH 65/71] cpu-target: Constify VMState
,
Richard Henderson
,
2023/11/06
Re: [PATCH 65/71] cpu-target: Constify VMState
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH 71/71] docs: Constify VMstate in examples
,
Richard Henderson
,
2023/11/06
Re: [PATCH 71/71] docs: Constify VMstate in examples
,
Juan Quintela
,
2023/11/06
Re: [PATCH 71/71] docs: Constify VMstate in examples
,
Philippe Mathieu-Daudé
,
2023/11/06
Error detecting linker while compiling qemu-system-ppc on macOS
,
Howard Spoelstra
,
2023/11/06
Re: Error detecting linker while compiling qemu-system-ppc on macOS
,
BALATON Zoltan
,
2023/11/06
Re: Error detecting linker while compiling qemu-system-ppc on macOS
,
Howard Spoelstra
,
2023/11/06
Re: [PATCH v2 3/4] hvf: Consistent types for vCPU handles
,
Roman Bolshakov
,
2023/11/06
Re: [PATCH v2 2/4] hvf: Fixes some compilation warnings
,
Roman Bolshakov
,
2023/11/06
Re: [PATCH v2 1/4] i386: hvf: Adds support for INVTSC cpuid bit
,
Roman Bolshakov
,
2023/11/06
Re: [PATCH v5 0/5] Support discontinuous PMU counters
,
Alistair Francis
,
2023/11/05
[PULL 00/21] target/sparc: Cleanup condition codes
,
Richard Henderson
,
2023/11/05
[PULL 01/21] target/sparc: Introduce cpu_put_psr_icc
,
Richard Henderson
,
2023/11/05
[PULL 03/21] target/sparc: Remove CC_OP_LOGIC
,
Richard Henderson
,
2023/11/05
[PULL 02/21] target/sparc: Split psr and xcc into components
,
Richard Henderson
,
2023/11/05
[PULL 06/21] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
,
Richard Henderson
,
2023/11/05
[PULL 05/21] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
,
Richard Henderson
,
2023/11/05
[PULL 07/21] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
,
Richard Henderson
,
2023/11/05
[PULL 09/21] target/sparc: Remove DisasCompare.is_bool
,
Richard Henderson
,
2023/11/05
[PULL 08/21] target/sparc: Remove CC_OP leftovers
,
Richard Henderson
,
2023/11/05
[PULL 10/21] target/sparc: Change DisasCompare.c2 to int
,
Richard Henderson
,
2023/11/05
[PULL 11/21] target/sparc: Always copy conditions into a new temporary
,
Richard Henderson
,
2023/11/05
[PULL 12/21] target/sparc: Do flush_cond in advance_jump_cond
,
Richard Henderson
,
2023/11/05
[PULL 13/21] target/sparc: Merge gen_branch2 into advance_pc
,
Richard Henderson
,
2023/11/05
[PULL 14/21] target/sparc: Merge advance_jump_uncond_{never, always} into advance_jump_cond
,
Richard Henderson
,
2023/11/05
[PULL 16/21] target/sparc: Merge gen_op_next_insn into only caller
,
Richard Henderson
,
2023/11/05
[PULL 17/21] target/sparc: Record entire jump condition in DisasContext
,
Richard Henderson
,
2023/11/05
[PULL 15/21] target/sparc: Pass displacement to advance_jump_cond
,
Richard Henderson
,
2023/11/05
[PULL 04/21] target/sparc: Remove CC_OP_DIV
,
Richard Henderson
,
2023/11/05
[PULL 18/21] target/sparc: Discard cpu_cond at the end of each insn
,
Richard Henderson
,
2023/11/05
[PULL 19/21] target/sparc: Implement UDIVX and SDIVX inline
,
Richard Henderson
,
2023/11/05
[PULL 20/21] target/sparc: Implement UDIV inline
,
Richard Henderson
,
2023/11/05
[PULL 21/21] target/sparc: Check for invalid cond in gen_compare_reg
,
Richard Henderson
,
2023/11/05
Re: [PULL 00/21] target/sparc: Cleanup condition codes
,
Stefan Hajnoczi
,
2023/11/06
[PATCH 0/2] hw/audio/hda-codec bug fixes
,
Volker Rümelin
,
2023/11/05
[PATCH 2/2] hw/audio/hda-codec: reenable the audio mixer
,
Volker Rümelin
,
2023/11/05
Re: [PATCH 2/2] hw/audio/hda-codec: reenable the audio mixer
,
Marc-André Lureau
,
2023/11/06
[PATCH 1/2] hw/audio/hda-codec: fix multiplication overflow
,
Volker Rümelin
,
2023/11/05
Re: [PATCH 1/2] hw/audio/hda-codec: fix multiplication overflow
,
Marc-André Lureau
,
2023/11/06
Re: [PATCH 0/2] hw/audio/hda-codec bug fixes
,
Michael Tokarev
,
2023/11/06
Re: [PATCH 0/2] hw/audio/hda-codec bug fixes
,
Volker Rümelin
,
2023/11/06
Re: [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
,
Roman Bolshakov
,
2023/11/05
Re: [PATCH 2/3] i386: hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
,
Phil Dennis-Jordan
,
2023/11/06
Re: [PATCH 4/4] macfb: allow reads from the DAFB_LUT register
,
Laurent Vivier
,
2023/11/05
Re: [PATCH 3/4] macfb: allow larger write accesses to the DAFB_LUT register
,
Laurent Vivier
,
2023/11/05
Re: [PATCH 2/4] macfb: rename DAFB_RESET to DAFB_LUT_INDEX
,
Laurent Vivier
,
2023/11/05
Re: [PATCH 1/4] macfb: don't clear interrupts when writing to DAFB_RESET
,
Laurent Vivier
,
2023/11/05
[PULL 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 1/9] memory-device: Support empty memory devices
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 2/9] memory-device: Drop size alignment check
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 3/9] Add Hyper-V Dynamic Memory Protocol definitions
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 4/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) base
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 5/9] Add Hyper-V Dynamic Memory Protocol driver (hv-balloon) hot-add support
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 6/9] qapi: Add query-memory-devices support to hv-balloon
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 7/9] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 8/9] hw/i386/pc: Support hv-balloon
,
Maciej S. Szmigiero
,
2023/11/05
[PULL 9/9] MAINTAINERS: Add an entry for Hyper-V Dynamic Memory Protocol
,
Maciej S. Szmigiero
,
2023/11/05
Re: [PULL 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
,
Stefan Hajnoczi
,
2023/11/05
Re: [PULL 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
,
Maciej S. Szmigiero
,
2023/11/06
[PATCH RFC 0/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/04
[PATCH RFC 2/3] tests/qtest/pvanic: use centralized definition of supported events
,
Thomas Weißschuh
,
2023/11/04
Re: [PATCH RFC 2/3] tests/qtest/pvanic: use centralized definition of supported events
,
Thomas Huth
,
2023/11/07
Re: [PATCH RFC 2/3] tests/qtest/pvanic: use centralized definition of supported events
,
Marc-André Lureau
,
2023/11/07
[PATCH RFC 3/3] hw/misc/pvpanic: add support for normal shutdowns
,
Thomas Weißschuh
,
2023/11/04
[PATCH RFC 1/3] hw/misc/pvpanic: centralize definition of supported events
,
Thomas Weißschuh
,
2023/11/04
[PATCH] accel/tcg: Forward probe size on to notdirty_write
,
Jessica Clarke
,
2023/11/03
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 01/29] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/03
Re: [PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
,
Richard Henderson
,
2023/11/05
Re: [PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/06
Re: [PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
,
Richard Henderson
,
2023/11/06
[PATCH 02/29] gdb-xml: fix duplicate register in arm-neon.xml
,
Alex Bennée
,
2023/11/03
Re: [PATCH 02/29] gdb-xml: fix duplicate register in arm-neon.xml
,
Richard Henderson
,
2023/11/05
[PATCH 03/29] target/arm: hide the 32bit version of PAR from gdbstub
,
Alex Bennée
,
2023/11/03
[PATCH 09/29] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/03
[PATCH 05/29] target/arm: hide aliased MIDR from gdbstub
,
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 07/29] tests/avocado: update the tcg_plugins test
,
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 12/29] target/ppc: 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 26/29] plugins: add dllexport and dllimport to api funcs
,
Alex Bennée
,
2023/11/03
[PATCH 08/29] gdbstub: Add num_regs member to GDBFeature
,
Alex Bennée
,
2023/11/03
[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 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 14/29] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Alex Bennée
,
2023/11/03
[PATCH 11/29] target/arm: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
[PATCH 16/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
,
Alex Bennée
,
2023/11/03
[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
Re: [PATCH 23/29] plugins: Use different helpers when reading registers
,
Richard Henderson
,
2023/11/06
[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 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
Message not available
Message not available
Message not available
Message not available
Re: [PATCH 24/29] plugins: add an API to read registers
,
Alex Bennée
,
2023/11/06
Re: [PATCH 24/29] plugins: add an API to read registers
,
Akihiko Odaki
,
2023/11/07
[PATCH 21/29] gdbstub: expose api to find registers
,
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 20/29] gdbstub: Add members to identify registers to GDBFeature
,
Alex Bennée
,
2023/11/03
[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 18/29] gdbstub: Infer number of core registers from XML
,
Alex Bennée
,
2023/11/03
Re: [PULL 22/94] target/sparc: Move RDASR, STBAR, MEMBAR to decodetree
,
Peter Maydell
,
2023/11/03
Re: [PULL 22/94] target/sparc: Move RDASR, STBAR, MEMBAR to decodetree
,
Richard Henderson
,
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
Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface
,
Andrea Bolognani
,
2023/11/03
Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface
,
Victor Toso
,
2023/11/06
Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface
,
Andrea Bolognani
,
2023/11/09
Re: [PATCH v2 00/11] qapi-go: add generator for Golang interface
,
Victor Toso
,
2023/11/09
[PATCH] hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()
,
Peter Maydell
,
2023/11/03
[PATCH 00/22] target/sparc: floating-point cleanup
,
Richard Henderson
,
2023/11/03
[PATCH 01/22] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BCOPY
,
Richard Henderson
,
2023/11/03
[PATCH 11/22] target/sparc: Use i128 for FsTOq, FiTOq
,
Richard Henderson
,
2023/11/03
[PATCH 09/22] target/sparc: Use i128 for FqTOd, FqTOx
,
Richard Henderson
,
2023/11/03
[PATCH 06/22] target/sparc: Use i128 for FSQRTq
,
Richard Henderson
,
2023/11/03
[PATCH 12/22] target/sparc: Use i128 for FdTOq, FxTOq
,
Richard Henderson
,
2023/11/03
[PATCH 02/22] target/sparc: Use tcg_gen_qemu_{ld, st}_i128 for ASI_M_BFILL
,
Richard Henderson
,
2023/11/03
[PATCH 16/22] target/split: Split ver from env->fsr
,
Richard Henderson
,
2023/11/03
[PATCH 07/22] target/sparc: Use i128 for FADDq, FSUBq, FMULq, FDIVq
,
Richard Henderson
,
2023/11/03
[PATCH 03/22] target/sparc: Remove gen_dest_fpr_F
,
Richard Henderson
,
2023/11/03
[PATCH 10/22] target/sparc: Use i128 for FCMPq, FCMPEq
,
Richard Henderson
,
2023/11/03
[PATCH 05/22] target/sparc: Inline FNEG, FABS
,
Richard Henderson
,
2023/11/03
[PATCH 13/22] target/sparc: Use i128 for Fdmulq
,
Richard Henderson
,
2023/11/03
[PATCH 04/22] target/sparc: Introduce gen_{load,store}_fpr_Q
,
Richard Henderson
,
2023/11/03
[PATCH 08/22] target/sparc: Use i128 for FqTOs, FqTOi
,
Richard Henderson
,
2023/11/03
[PATCH 17/22] target/sparc: Clear cexc and ftt in do_check_ieee_exceptions
,
Richard Henderson
,
2023/11/03
[PATCH 18/22] target/sparc: Merge check_ieee_exceptions with FPop helpers
,
Richard Henderson
,
2023/11/03
[PATCH 22/22] target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASK
,
Richard Henderson
,
2023/11/03
[PATCH 14/22] target/sparc: Remove qt0, qt1 temporaries
,
Richard Henderson
,
2023/11/03
[PATCH 19/22] target/sparc: Split cexc and ftt from env->fsr
,
Richard Henderson
,
2023/11/03
[PATCH 20/22] target/sparc: Remove cpu_fsr
,
Richard Henderson
,
2023/11/03
[PATCH 15/22] target/sparc: Introduce cpu_get_fsr, cpu_put_fsr
,
Richard Henderson
,
2023/11/03
[PATCH 21/22] target/sparc: Split fcc out of env->fsr
,
Richard Henderson
,
2023/11/03
[PATCH] xen/pt: Emulate multifunction bit in header type
,
Ross Lagerwall
,
2023/11/03
Re: [PATCH] xen/pt: Emulate multifunction bit in header type
,
Paul Durrant
,
2023/11/06
Re: [PATCH 0/4] target/s390x: CC fixes
,
Ilya Leoshkevich
,
2023/11/03
Re: [PATCH 0/4] target/s390x: CC fixes
,
David Hildenbrand
,
2023/11/03
[PATCH] monitor: flush messages on abort
,
Steve Sistare
,
2023/11/03
Re: [PATCH] monitor: flush messages on abort
,
Daniel P . Berrangé
,
2023/11/03
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/03
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/03
Re: [PATCH] monitor: flush messages on abort
,
Daniel P . Berrangé
,
2023/11/06
Re: [PATCH] monitor: flush messages on abort
,
Markus Armbruster
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Markus Armbruster
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Markus Armbruster
,
2023/11/16
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/16
Re: [PATCH] monitor: flush messages on abort
,
Steven Sistare
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Markus Armbruster
,
2023/11/15
Re: [PATCH] monitor: flush messages on abort
,
Daniel P . Berrangé
,
2023/11/16
Re: [PATCH 4/7] qcow2: make subclusters discardable
,
Hanna Czenczek
,
2023/11/03
Re: [PATCH 4/7] qcow2: make subclusters discardable
,
Andrey Drobyshev
,
2023/11/09
Re: [PATCH 4/7] qcow2: make subclusters discardable
,
Andrey Drobyshev
,
2023/11/10
Re: [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap
,
Hanna Czenczek
,
2023/11/03
Re: [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap
,
Hanna Czenczek
,
2023/11/03
Re: [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap
,
Andrey Drobyshev
,
2023/11/09
Re: [PATCH 7/7] iotests/271: check disk usage on subcluster-based discard/unmap
,
Andrey Drobyshev
,
2023/11/09
[PATCH v3 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
,
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 1/3] tests/qtest/bios-tables-test: Allow changes to virt SPCR and DBG2
,
Peter Maydell
,
2023/11/03
[PATCH v3 3/3] tests/qtest/bios-tables-test: Update virt SPCR and DBG2 golden references
,
Peter Maydell
,
2023/11/03
Re: [PATCH 6/7] iotests/common.rc: add disk_usage function
,
Hanna Czenczek
,
2023/11/03
Re: [PATCH 6/7] iotests/common.rc: add disk_usage function
,
Andrey Drobyshev
,
2023/11/09
Re: [PATCH 5/7] qcow2: zero_l2_subclusters: fall through to discard operation when requested
,
Hanna Czenczek
,
2023/11/03
Re: [PATCH 5/7] qcow2: zero_l2_subclusters: fall through to discard operation when requested
,
Andrey Drobyshev
,
2023/11/10
Re: [PATCH v5 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
,
Eugenio Perez Martin
,
2023/11/03
Re: [PATCH v5 2/3] vdpa: Restore receive-side scaling state
,
Eugenio Perez Martin
,
2023/11/03
Re: [PATCH v4 2/2] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
,
Eugenio Perez Martin
,
2023/11/03
Re: [PATCH v4 1/2] vdpa: Restore hash calculation state
,
Eugenio Perez Martin
,
2023/11/03
[PATCH] hw/arm: fix PMU IRQ registration
,
Sebastian Ott
,
2023/11/03
Re: [PATCH] hw/arm: fix PMU IRQ registration
,
Peter Maydell
,
2023/11/03
Re: [PATCH] hw/arm: fix PMU IRQ registration
,
Peter Maydell
,
2023/11/03
[PATCH v10 00/18] rv64i and rva22u64 CPUs, RVA22U64 profile support
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 01/18] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 02/18] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 03/18] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 04/18] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 05/18] target/riscv: add zicbop extension flag
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 06/18] target/riscv/tcg: add 'zic64b' support
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 09/18] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 07/18] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 08/18] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/03
Re: [PATCH v10 08/18] target/riscv: add rva22u64 profile definition
,
Jerry Shih
,
2023/11/21
Re: [PATCH v10 08/18] target/riscv: add rva22u64 profile definition
,
Jerry Shih
,
2023/11/21
Re: [PATCH v10 08/18] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/21
[PATCH v10 11/18] target/riscv/tcg: add MISA user options hash
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 13/18] target/riscv/tcg: handle profile MISA bits
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 12/18] target/riscv/tcg: add riscv_cpu_write_misa_bit()
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 10/18] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 14/18] target/riscv/tcg: add hash table insert helpers
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 15/18] target/riscv/tcg: honor user choice for G MISA bits
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 16/18] target/riscv/tcg: validate profiles during finalize
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 17/18] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v10 18/18] target/riscv: add 'rva22u64' CPU
,
Daniel Henrique Barboza
,
2023/11/03
Re: [PATCH] linux-user/riscv: change default cpu to 'max'
,
Peter Maydell
,
2023/11/03
Re: [PATCH] linux-user/riscv: change default cpu to 'max'
,
Alistair Francis
,
2023/11/05
Re: [PATCH v6 15/21] virtio-net: Do not clear VIRTIO_NET_F_HASH_REPORT
,
Yuri Benditovich
,
2023/11/03
Re: deadlock when using iothread during backup_clean()
,
Fiona Ebner
,
2023/11/03
Re: [PULL 29/32] virtio-blk: implement BlockDevOps->drained_begin()
,
Fiona Ebner
,
2023/11/03
Re: [PULL 29/32] virtio-blk: implement BlockDevOps->drained_begin()
,
Fiona Ebner
,
2023/11/13
[PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
,
Dmitrii Gavrilov
,
2023/11/03
Re: [PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
,
Vladimir Sementsov-Ogievskiy
,
2023/11/07
Re: [PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
,
Michael S. Tsirkin
,
2023/11/07
Re: [PATCH] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
,
Vladimir Sementsov-Ogievskiy
,
2023/11/07
[PULL 0/7] Migration 20231103 patches
,
Juan Quintela
,
2023/11/03
[PULL 1/7] system/dirtylimit: Fix a race situation
,
Juan Quintela
,
2023/11/03
[PULL 2/7] system/dirtylimit: Drop the reduplicative check
,
Juan Quintela
,
2023/11/03
[PULL 6/7] docs/migration: Add the dirty limit section
,
Juan Quintela
,
2023/11/03
[PULL 3/7] tests: Add migration dirty-limit capability test
,
Juan Quintela
,
2023/11/03
[PULL 4/7] tests/migration: Introduce dirty-ring-size option into guestperf
,
Juan Quintela
,
2023/11/03
[PULL 5/7] tests/migration: Introduce dirty-limit into guestperf
,
Juan Quintela
,
2023/11/03
[PULL 7/7] migration: Unlock mutex in error case
,
Juan Quintela
,
2023/11/03
Re: [PULL 0/7] Migration 20231103 patches
,
Stefan Hajnoczi
,
2023/11/06
[PATCH v2 RESEND] [PING] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/03
Re: [PING] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/09
Re: [PING] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
Cédric Le Goater
,
2023/11/10
[PATCH v4] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
Re: [PATCH v5] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
[PATCH v5] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
Re: [PATCH v5] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
Cédric Le Goater
,
2023/11/10
Re: [PATCH v5] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/10
[PATCH v5] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/03
Re: [PATCH v5] tests/avocado: add test to exercize processor address space memory bound checks
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [PATCH v5] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/08
Re: [PATCH v15 12/14] migration: Implement MigrateChannelList to qmp migration flow.
,
Juan Quintela
,
2023/11/03
Re: [PATCH 19/24] block: Introduce bdrv_co_change_backing_file()
,
Kevin Wolf
,
2023/11/03
Re: [PATCH 19/24] block: Introduce bdrv_co_change_backing_file()
,
Eric Blake
,
2023/11/03
Re: [PATCH 16/24] block: Mark bdrv_replace_node() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/03
Re: [PATCH 16/24] block: Mark bdrv_replace_node() GRAPH_WRLOCK
,
Eric Blake
,
2023/11/03
Re: [PATCH 23/24] block: Take graph lock for most of .bdrv_open
,
Kevin Wolf
,
2023/11/03
Re: [PATCH 09/24] block: Mark bdrv_(un)freeze_backing_chain() and callers GRAPH_RDLOCK
,
Kevin Wolf
,
2023/11/03
Re: [PATCH 04/24] block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
,
Kevin Wolf
,
2023/11/03
Re: [PATCH 04/24] block: Mark bdrv_root_attach_child() GRAPH_WRLOCK
,
Eric Blake
,
2023/11/03
Re: [PATCH v3 0/9] mirror: allow switching from background to active mode
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v2 00/10] mirror: allow switching from background to active mode
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v2 00/10] mirror: allow switching from background to active mode
,
Kevin Wolf
,
2023/11/03
Re: [PATCH v2 00/10] mirror: allow switching from background to active mode
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v4 0/4] hw/audio/pcspk: Inline pcspk_init()
,
Philippe Mathieu-Daudé
,
2023/11/08
[PATCH v2] migration: Unlock mutex in error case
,
Juan Quintela
,
2023/11/03
Re: [PATCH v2] migration: Unlock mutex in error case
,
Peter Xu
,
2023/11/03
Re: [PATCH 3/5] hw/ppc/e500: QOM-attach CPUs to the machine container
,
Markus Armbruster
,
2023/11/03
Re: [PATCH 3/5] hw/ppc/e500: QOM-attach CPUs to the machine container
,
Philippe Mathieu-Daudé
,
2023/11/03
Re: [PATCH 3/5] hw/ppc/e500: QOM-attach CPUs to the machine container
,
Markus Armbruster
,
2023/11/03
[qemu-web PATCH] container: silence httpd logs
,
Paolo Bonzini
,
2023/11/03
Re: [qemu-web PATCH] container: silence httpd logs
,
Daniel P . Berrangé
,
2023/11/03
[PATCH v4] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/03
Re: [PATCH v4] tests/avocado: add test to exercize processor address space memory bound checks
,
David Hildenbrand
,
2023/11/03
[PULL 0/8] Dump patches
,
marcandre . lureau
,
2023/11/03
[PULL 1/8] dump: Pass DumpState to write_ functions
,
marcandre . lureau
,
2023/11/03
[PULL 2/8] dump: Allow directly outputting raw kdump format
,
marcandre . lureau
,
2023/11/03
[PULL 3/8] dump: Add command interface for kdump-raw formats
,
marcandre . lureau
,
2023/11/03
Re: [PULL 3/8] dump: Add command interface for kdump-raw formats
,
Peter Maydell
,
2023/11/07
Re: [PULL 3/8] dump: Add command interface for kdump-raw formats
,
Markus Armbruster
,
2023/11/08
Re: [PULL 3/8] dump: Add command interface for kdump-raw formats
,
Stephen Brennan
,
2023/11/08
[PULL 4/8] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema
,
marcandre . lureau
,
2023/11/03
[PULL 5/8] dump: Fix g_array_unref(NULL) in dump-guest-memory
,
marcandre . lureau
,
2023/11/03
[PULL 6/8] dump: Recognize "fd:" protocols on Windows hosts
,
marcandre . lureau
,
2023/11/03
[PULL 8/8] dump: Drop redundant check for empty dump
,
marcandre . lureau
,
2023/11/03
[PULL 7/8] dump: Improve some dump-guest-memory error messages
,
marcandre . lureau
,
2023/11/03
Re: [PULL 0/8] Dump patches
,
Stefan Hajnoczi
,
2023/11/06
[PULL 00/10] loongarch-to-apply queue
,
Song Gao
,
2023/11/03
[PULL 06/10] linux-user/loongarch64: Fix setup_extcontext alloc wrong fpu_context size
,
Song Gao
,
2023/11/03
[PULL 05/10] linux-user/loongarch64: Use traps to track LSX/LASX usage
,
Song Gao
,
2023/11/03
[PULL 07/10] linux-user/loongarch64: setup_sigframe() set 'end' context size 0
,
Song Gao
,
2023/11/03
[PULL 04/10] target/loongarch: Support 4K page size
,
Song Gao
,
2023/11/03
[PULL 03/10] target/loongarch: Implement query-cpu-model-expansion
,
Song Gao
,
2023/11/03
[PULL 02/10] target/loongarch: Allow user enable/disable LSX/LASX features
,
Song Gao
,
2023/11/03
[PULL 08/10] linux-user/loongarch64: Use abi_{ulong,uint} types
,
Song Gao
,
2023/11/03
[PULL 01/10] target/loongarch: Add cpu model 'max'
,
Song Gao
,
2023/11/03
[PULL 09/10] linux-user/loongarch64: Add LSX sigcontext save/restore
,
Song Gao
,
2023/11/03
[PULL 10/10] linux-user/loongarch64: Add LASX sigcontext save/restore
,
Song Gao
,
2023/11/03
Re: [PULL 00/10] loongarch-to-apply queue
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH 0/1] sphinx/qapidoc: pylint cleanups
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Sam Li
,
2023/11/16
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Markus Armbruster
,
2023/11/03
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Sam Li
,
2023/11/16
Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension
,
Sam Li
,
2023/11/16
Re: [PATCH] tests/qapi-schema: Tidy up pylint warnings and advice
,
John Snow
,
2023/11/02
Re: [PATCH] tests/qapi-schema: Tidy up pylint warnings and advice
,
Markus Armbruster
,
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 12/13] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
,
Sunil V L
,
2023/11/02
[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
Re: [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from
,
John Snow
,
2023/11/02
Re: [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from
,
Peter Maydell
,
2023/11/03
Re: [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from
,
Markus Armbruster
,
2023/11/03
Re: [PATCH 1/1] sphinx/qapidoc: Tidy up pylint warning raise-missing-from
,
Peter Maydell
,
2023/11/03
[PATCH v9 00/19] rv64i and rva22u64 CPUs, RVA22U64 profile support
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 02/19] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 03/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v9 03/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Andrew Jones
,
2023/11/03
Re: [PATCH v9 03/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v9 04/19] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v9 04/19] target/riscv: add rv64i CPU
,
Andrew Jones
,
2023/11/03
[PATCH v9 05/19] target/riscv: add zicbop extension flag
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 06/19] target/riscv/tcg: add 'zic64b' support
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 07/19] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 09/19] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 12/19] target/riscv/tcg: add riscv_cpu_write_misa_bit()
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 13/19] target/riscv/tcg: handle profile MISA bits
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 08/19] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 15/19] target/riscv/tcg: honor user choice for G MISA bits
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 10/19] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v9 10/19] target/riscv/tcg: add user flag for profile support
,
Andrew Jones
,
2023/11/03
[PATCH v9 11/19] target/riscv/tcg: add MISA user options hash
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 19/19] target/riscv/tcg: do not support profiles for 'max' CPU
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v9 19/19] target/riscv/tcg: do not support profiles for 'max' CPU
,
Andrew Jones
,
2023/11/03
Re: [PATCH v9 19/19] target/riscv/tcg: do not support profiles for 'max' CPU
,
Daniel Henrique Barboza
,
2023/11/03
[PATCH v9 14/19] target/riscv/tcg: add hash table insert helpers
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 16/19] target/riscv/tcg: validate profiles during finalize
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 17/19] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v9 18/19] target/riscv: add 'rva22u64' CPU
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v9 18/19] target/riscv: add 'rva22u64' CPU
,
Andrew Jones
,
2023/11/03
Re: [PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
,
Richard Henderson
,
2023/11/02
[PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
,
Taylor Simpson
,
2023/11/02
[PATCH 1/3] Hexagon (target/hexagon) Analyze reads before writes
,
Taylor Simpson
,
2023/11/02
[PATCH 2/3] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
,
Taylor Simpson
,
2023/11/02
[PATCH 3/3] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
,
Taylor Simpson
,
2023/11/02
Re: [PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
,
Anton Johansson
,
2023/11/02
RE: [PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
,
ltaylorsimpson
,
2023/11/03
[PATCH 0/3] Hexagon (target/hexagon) Enable more short-circuit packets
,
Taylor Simpson
,
2023/11/03
[PATCH 2/3] Hexagon (target/hexagon) Enable more short-circuit packets (scalar core)
,
Taylor Simpson
,
2023/11/03
[PATCH 1/3] Hexagon (target/hexagon) Analyze reads before writes
,
Taylor Simpson
,
2023/11/03
[PATCH 3/3] Hexagon (target/hexagon) Enable more short-circuit packets (HVX)
,
Taylor Simpson
,
2023/11/03
Re: [PATCH] s390/sclp: fix SCLP facility map
,
Eric Farman
,
2023/11/02
Re: [PATCH] s390/sclp: fix SCLP facility map
,
Thomas Huth
,
2023/11/07
Re: [PATCH] s390/sclp: fix SCLP facility map
,
Eric Farman
,
2023/11/07
Re: [PATCH v4 05/14] tpm_crb: move ACPI table building to device interface
,
Stefan Berger
,
2023/11/02
Re: [PATCH v4 05/14] tpm_crb: move ACPI table building to device interface
,
Joelle van Dyne
,
2023/11/02
Re: [PATCH v4 05/14] tpm_crb: move ACPI table building to device interface
,
Stefan Berger
,
2023/11/03
[PULL 00/33] target-arm queue
,
Peter Maydell
,
2023/11/02
[PULL 01/33] linux-user/elfload: Add missing arm64 hwcap values
,
Peter Maydell
,
2023/11/02
[PULL 07/33] hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
,
Peter Maydell
,
2023/11/02
[PULL 03/33] hw/input/stellaris_gamepad: Rename structs to our usual convention
,
Peter Maydell
,
2023/11/02
[PULL 06/33] hw/input/stellaris_input: Convert to qdev
,
Peter Maydell
,
2023/11/02
[PULL 05/33] hw/input/stellaris_gamepad: Remove StellarisGamepadButton struct
,
Peter Maydell
,
2023/11/02
[PULL 09/33] docs/specs/edu: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 15/33] docs/specs/vmgenid: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 11/33] docs/specs/pvpanic: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 17/33] hw/arm/pxa2xx_gpio: Pass CPU using QOM link property
,
Peter Maydell
,
2023/11/02
[PULL 18/33] hw/watchdog/wdt_imx2: Trace MMIO access
,
Peter Maydell
,
2023/11/02
[PULL 08/33] docs/specs/vmw_pvscsi-spec: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 10/33] docs/specs/ivshmem-spec: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 14/33] docs/specs/vmcoreinfo: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 19/33] hw/watchdog/wdt_imx2: Trace timer activity
,
Peter Maydell
,
2023/11/02
[PULL 24/33] linux-user: Report AArch64 hwcap2 fields above bit 31
,
Peter Maydell
,
2023/11/02
[PULL 30/33] target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walk
,
Peter Maydell
,
2023/11/02
[PULL 28/33] hw/char/stm32f2xx_usart: Update IRQ when DR is written
,
Peter Maydell
,
2023/11/02
[PULL 31/33] hw/misc: Introduce AMD/Xilix Versal TRNG device
,
Peter Maydell
,
2023/11/02
[PULL 32/33] hw/arm: xlnx-versal-virt: Add AMD/Xilinx TRNG device
,
Peter Maydell
,
2023/11/02
[PULL 12/33] docs/specs/standard-vga: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 20/33] hw/misc/imx7_snvs: Trace MMIO access
,
Peter Maydell
,
2023/11/02
[PULL 02/33] hw/input/stellaris_input: Rename to stellaris_gamepad
,
Peter Maydell
,
2023/11/02
[PULL 33/33] tests/qtest: Introduce tests for AMD/Xilinx Versal TRNG device
,
Peter Maydell
,
2023/11/02
[PULL 22/33] hw/i2c/pm_smbus: Convert DPRINTF to trace events
,
Peter Maydell
,
2023/11/02
[PULL 26/33] target/arm: Fix SVE STR increment
,
Peter Maydell
,
2023/11/02
[PULL 29/33] hw/char/stm32f2xx_usart: Add more definitions for CR1 register
,
Peter Maydell
,
2023/11/02
[PULL 13/33] docs/specs/virt-ctlr: Convert to rST
,
Peter Maydell
,
2023/11/02
[PULL 25/33] target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctly
,
Peter Maydell
,
2023/11/02
[PULL 16/33] MAINTAINERS: Make sure that gicv3_internal.h is covered, too
,
Peter Maydell
,
2023/11/02
[PULL 04/33] qdev: Add qdev_prop_set_array()
,
Peter Maydell
,
2023/11/02
[PULL 21/33] hw/misc/imx6_ccm: Convert DPRINTF to trace events
,
Peter Maydell
,
2023/11/02
[PULL 23/33] target/arm: Enable FEAT_MOPS insns in user-mode emulation
,
Peter Maydell
,
2023/11/02
[PULL 27/33] hw/char/stm32f2xx_usart: Extract common IRQ update code to update_irq()
,
Peter Maydell
,
2023/11/02
Re: [PULL 00/33] target-arm queue
,
Stefan Hajnoczi
,
2023/11/02
[PATCH v2 0/4] Enable plugin support for windows
,
Greg Manning
,
2023/11/02
[PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs
,
Greg Manning
,
2023/11/02
Re: [PATCH v2 1/4] plugins: add dllexport and dllimport to api funcs
,
Alex Bennée
,
2023/11/02
[PATCH v2 2/4] plugins: make test/example plugins work on windows
,
Greg Manning
,
2023/11/02
Re: [PATCH v2 2/4] plugins: make test/example plugins work on windows
,
Alex Bennée
,
2023/11/02
[PATCH v2 3/4] plugins: disable lockstep plugin on windows
,
Greg Manning
,
2023/11/02
Re: [PATCH v2 3/4] plugins: disable lockstep plugin on windows
,
Alex Bennée
,
2023/11/02
[PATCH v2 4/4] plugins: allow plugins to be enabled on windows
,
Greg Manning
,
2023/11/02
Re: [PATCH v2 4/4] plugins: allow plugins to be enabled on windows
,
Alex Bennée
,
2023/11/02
Re: [PATCH v2 0/4] Enable plugin support for windows
,
Alex Bennée
,
2023/11/03
[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 RESEND] ppc/pnv: Fix number of I2C engines and ports for power9/10
,
Miles Glenn
,
2023/11/02
Re: [PATCH v2 0/3] virt: Report UART correctly in ACPI DBG2/SPCR
,
Peter Maydell
,
2023/11/02
Re: [PATCH v3 qemu 2/3] dump: Allow directly outputting raw kdump format
,
Marc-André Lureau
,
2023/11/02
Re: [PATCH v3 qemu 2/3] dump: Allow directly outputting raw kdump format
,
Stephen Brennan
,
2023/11/02
Configuring migration (was: [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters)
,
Markus Armbruster
,
2023/11/02
Re: Configuring migration (was: [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters)
,
Peter Xu
,
2023/11/02
Re: Configuring migration
,
Markus Armbruster
,
2023/11/14
Re: Configuring migration
,
Juan Quintela
,
2023/11/14
Re: Configuring migration (was: [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters)
,
Daniel P . Berrangé
,
2023/11/14
Re: Configuring migration
,
Markus Armbruster
,
2023/11/14
Re: Configuring migration
,
Daniel P . Berrangé
,
2023/11/14
Re: Configuring migration
,
Juan Quintela
,
2023/11/14
Re: Configuring migration
,
Daniel P . Berrangé
,
2023/11/14
Re: Configuring migration
,
Juan Quintela
,
2023/11/14
Re: Configuring migration
,
Daniel P . Berrangé
,
2023/11/14
Re: [PATCH v5 0/7] vhost-user: Back-end state migration
,
Hanna Czenczek
,
2023/11/02
Re: [PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
,
Kevin Wolf
,
2023/11/02
Re: [PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
2023/11/06
Re: [PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
,
Stefan Hajnoczi
,
2023/11/06
[PATCH] build-sys: fix meson project version usage
,
marcandre . lureau
,
2023/11/02
Re: [PATCH] build-sys: fix meson project version usage
,
Marc-André Lureau
,
2023/11/10
Re: [PATCH] build-sys: fix meson project version usage
,
Konstantin Kostiuk
,
2023/11/25
Re: [PATCH] build-sys: fix meson project version usage
,
Konstantin Kostiuk
,
2023/11/25
[PATCH RESEND v3] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/02
Re: [PATCH v8 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈)
,
David Hildenbrand
,
2023/11/02
Re: [PATCH v8 0/9] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈)
,
Maciej S. Szmigiero
,
2023/11/02
Re: [PATCH 7/8] docs/specs/vmcoreinfo: Convert to rST
,
Marc-André Lureau
,
2023/11/02
Re: [PATCH v2 12/12] qdev: Rework array properties based on list visitor
,
Markus Armbruster
,
2023/11/02
Re: [PATCH v2 12/12] qdev: Rework array properties based on list visitor
,
Eric Blake
,
2023/11/03
Re: [PATCH v1] virtio-mem: fix division by zero in virtio_mem_activate_memslots_to_plug()
,
David Hildenbrand
,
2023/11/02
Re: [PATCH v5 0/3] AMD/Xilinx Versal TRNG support
,
Peter Maydell
,
2023/11/02
Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements
,
Markus Armbruster
,
2023/11/02
Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements
,
Kevin Wolf
,
2023/11/07
Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements
,
Markus Armbruster
,
2023/11/08
Re: [PULL 09/21] linux-user: Add gen-vdso tool
,
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 10/40] migration: Check in savevm_state_handler_insert for dups
,
Juan Quintela
,
2023/11/02
[PULL 11/40] migration: Improve example and documentation of vmstate_register()
,
Juan Quintela
,
2023/11/02
[PULL 13/40] migration: Use vmstate_register_any() for eeprom93xx
,
Juan Quintela
,
2023/11/02
[PULL 14/40] migration: Use vmstate_register_any() for vmware_vga
,
Juan Quintela
,
2023/11/02
[PULL 16/40] migration: Add migration_downtime_start|end() helpers
,
Juan Quintela
,
2023/11/02
[PULL 15/40] migration: Set downtime_start even for postcopy
,
Juan Quintela
,
2023/11/02
[PULL 12/40] migration: Use vmstate_register_any() for audio
,
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 18/40] migration: migration_stop_vm() helper
,
Juan Quintela
,
2023/11/02
[PULL 19/40] migration: Add tracepoints for downtime checkpoints
,
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 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
Re: [PULL 25/40] tests/qtest: migration: add reboot mode test
,
Steven Sistare
,
2023/11/15
[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 30/40] migration: New QAPI type 'MigrateAddress'
,
Juan Quintela
,
2023/11/02
[PULL 31/40] migration: convert migration 'uri' into '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 34/40] migration: convert exec backend to accept MigrateAddress.
,
Juan Quintela
,
2023/11/02
[PULL 36/40] migration: New migrate and migrate-incoming argument 'channels'
,
Juan Quintela
,
2023/11/02
[PULL 35/40] migration: Convert the file backend to the new QAPI syntax
,
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 40/40] migration: modify test_multifd_tcp_none() to use new QAPI syntax.
,
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
Re: [PULL 00/40] Migration 20231102 patches
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH v8 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v16 17/18] plugins: Allow to read registers
,
Alex Bennée
,
2023/11/02
Re: [PATCH v16 17/18] plugins: Allow to read registers
,
Akihiko Odaki
,
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
[no subject]
,
Leo Hou
,
2023/11/02
Re: [PULL 00/41] target-arm queue
,
Peter Maydell
,
2023/11/02
[PATCH 0/1] Enable plugin support for windows
,
Greg Manning
,
2023/11/02
[PATCH 1/1] plugins: enable plugins for windows
,
Greg Manning
,
2023/11/02
Re: [PATCH 0/1] Enable plugin support for windows
,
Alex Bennée
,
2023/11/02
Re: [PATCH 2/5] hw/ppc/e500: Declare CPU QOM types using DEFINE_TYPES() macro
,
Kevin Wolf
,
2023/11/02
Re: [PATCH] hw/ide/ahci: fix legacy software reset
,
Marcin Juszkiewicz
,
2023/11/02
Re: [PATCH 5/5] migration: Print expected-downtime on completion
,
Joao Martins
,
2023/11/02
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
[PULL 00/10] m68k patches
,
Thomas Huth
,
2023/11/02
[PULL 01/10] hw/m68k/irqc: Pass CPU using QOM link property
,
Thomas Huth
,
2023/11/02
[PULL 02/10] hw/m68k/mcf5206: Pass CPU using QOM link property
,
Thomas Huth
,
2023/11/02
[PULL 03/10] hw/m68k/mcf_intc: Expose MMIO region via SysBus API
,
Thomas Huth
,
2023/11/02
[PULL 04/10] hw/m68k/mcf_intc: Pass CPU using QOM link property
,
Thomas Huth
,
2023/11/02
[PULL 05/10] hw/m68k/next-cube: Do not open-code sysbus_create_simple()
,
Thomas Huth
,
2023/11/02
[PULL 08/10] hw/m68k/next-cube: Mirror BIOS to address 0
,
Thomas Huth
,
2023/11/02
[PULL 06/10] hw/m68k/virt: Do not open-code sysbus_create_simple()
,
Thomas Huth
,
2023/11/02
[PULL 07/10] hw/char/mcf_uart: Have mcf_uart_create() return DeviceState
,
Thomas Huth
,
2023/11/02
[PULL 09/10] m68k: Instantiate the ESP SCSI controller for the NeXTcube machine
,
Thomas Huth
,
2023/11/02
[PULL 10/10] tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image
,
Thomas Huth
,
2023/11/02
Re: [PULL 00/10] m68k patches
,
Stefan Hajnoczi
,
2023/11/02
Re: [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers
,
Bernhard Beschow
,
2023/11/02
[PATCH v2 0/4] Support RISC-V IOPMP
,
Ethan Chen
,
2023/11/02
[PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/02
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Peter Xu
,
2023/11/02
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Peter Maydell
,
2023/11/02
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/02
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Peter Maydell
,
2023/11/03
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/05
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Peter Maydell
,
2023/11/06
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/06
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Peter Maydell
,
2023/11/07
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/08
Re: [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
,
Ethan Chen
,
2023/11/02
[PATCH v2 3/4] hw/dma: Add Andes ATCDMAC300 support
,
Ethan Chen
,
2023/11/02
[PATCH v2 2/4] Add RISC-V IOPMP support
,
Ethan Chen
,
2023/11/02
[PATCH v2 4/4] hw/riscv/virt: Add IOPMP support
,
Ethan Chen
,
2023/11/02
Re: [RFC PATCH 02/18] vdpa: move iova tree to the shared struct
,
Si-Wei Liu
,
2023/11/02
Re: [RFC PATCH 02/18] vdpa: move iova tree to the shared struct
,
Eugenio Perez Martin
,
2023/11/24
[PATCH] migration: Unlock mutex in error case
,
Juan Quintela
,
2023/11/02
Re: [PATCH] migration: Unlock mutex in error case
,
Peter Maydell
,
2023/11/02
Re: [PATCH] migration: Unlock mutex in error case
,
Alex Bennée
,
2023/11/02
Re: [PATCH] migration: Unlock mutex in error case
,
Juan Quintela
,
2023/11/03
Re: [PATCH] migration: Unlock mutex in error case
,
Peter Xu
,
2023/11/02
Re: [PATCH] ui/sdl2: use correct key names in win title on mac
,
Philippe Mathieu-Daudé
,
2023/11/02
Re: [RFC PATCH 15/18] vdpa: add vhost_vdpa_load_setup
,
Si-Wei Liu
,
2023/11/02
Re: [RFC PATCH 15/18] vdpa: add vhost_vdpa_load_setup
,
Eugenio Perez Martin
,
2023/11/02
Re: [RFC PATCH 04/18] vdpa: move shadow_data to vhost_vdpa_shared
,
Si-Wei Liu
,
2023/11/02
Re: [RFC PATCH 04/18] vdpa: move shadow_data to vhost_vdpa_shared
,
Eugenio Perez Martin
,
2023/11/02
Re: [PATCH v3] tests/avocado: add test to exercize processor address space memory bound checks
,
David Hildenbrand
,
2023/11/02
Re: [PATCH v3] tests/avocado: add test to exercize processor address space memory bound checks
,
Ani Sinha
,
2023/11/06
[PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/02
Re: [PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Igor Mammedov
,
2023/11/06
Re: [PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/06
Re: [PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
,
Ani Sinha
,
2023/11/06
Re: [PATCH v8 0/4] pci hotplug tracking
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v8 0/4] pci hotplug tracking
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [RFC PATCH 0/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
,
Philippe Mathieu-Daudé
,
2023/11/02
Re: [RFC PATCH 0/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
,
Daniel Henrique Barboza
,
2023/11/03
Re: [RFC PATCH 0/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
,
Philippe Mathieu-Daudé
,
2023/11/02
Re: [RFC PATCH 5/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
,
Philippe Mathieu-Daudé
,
2023/11/02
Re: [RFC PATCH 5/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
,
Markus Armbruster
,
2023/11/03
Re: [PATCH 2/3] linux-user: Report AArch64 hwcap2 fields above bit 31
,
Philippe Mathieu-Daudé
,
2023/11/02
[PATCH v4 00/41] vfio: Adopt iommufd
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 01/41] vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 02/41] vfio/container: Move vfio_container_add/del_section_window into spapr.c
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 03/41] vfio/container: Move spapr specific init/deinit into spapr.c
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 04/41] vfio/spapr: Make vfio_spapr_create/remove_window static
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 05/41] vfio/common: Move vfio_host_win_add/del into spapr.c
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 05/41] vfio/common: Move vfio_host_win_add/del into spapr.c
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 06/41] vfio: Introduce base object for VFIOContainer and targeted interface
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 06/41] vfio: Introduce base object for VFIOContainer and targeted interface
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 08/41] vfio/container: Switch to dma_map|unmap API
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 08/41] vfio/container: Switch to dma_map|unmap API
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 09/41] vfio/common: Introduce vfio_container_init/destroy helper
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 09/41] vfio/common: Introduce vfio_container_init/destroy helper
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 10/41] vfio/common: Move giommu_list in base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 10/41] vfio/common: Move giommu_list in base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 11/41] vfio/container: Move space field to base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 11/41] vfio/container: Move space field to base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 12/41] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 12/41] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 13/41] vfio/container: Move per container device list in base container
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 14/41] vfio/container: Convert functions to base container
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 15/41] vfio/container: Move pgsizes and dma_max_mappings to base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 15/41] vfio/container: Move pgsizes and dma_max_mappings to base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 16/41] vfio/container: Move vrdl_list to base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 16/41] vfio/container: Move vrdl_list to base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 18/41] vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base container
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 19/41] vfio/container: Move iova_ranges to base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 19/41] vfio/container: Move iova_ranges to base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 17/41] vfio/container: Move listener to base container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 17/41] vfio/container: Move listener to base container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 20/41] vfio/container: Implement attach/detach_device
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 20/41] vfio/container: Implement attach/detach_device
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 21/41] vfio/spapr: Introduce spapr backend and target interface
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 21/41] vfio/spapr: Introduce spapr backend and target interface
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 24/41] vfio/spapr: Move hostwin_list into spapr container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 24/41] vfio/spapr: Move hostwin_list into spapr container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
,
Cédric Le Goater
,
2023/11/06
RE: [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
,
Duan, Zhenzhong
,
2023/11/06
Re: [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
,
Cédric Le Goater
,
2023/11/07
Re: [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
,
Cédric Le Goater
,
2023/11/07
[PATCH v4 25/41] Add iommufd configure option
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 25/41] Add iommufd configure option
,
Cédric Le Goater
,
2023/11/07
Re: [PATCH v4 25/41] Add iommufd configure option
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 25/41] Add iommufd configure option
,
Duan, Zhenzhong
,
2023/11/08
[PATCH v4 23/41] vfio/spapr: Move prereg_listener into spapr container
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 23/41] vfio/spapr: Move prereg_listener into spapr container
,
Cédric Le Goater
,
2023/11/06
[PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/07
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/08
RE: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Markus Armbruster
,
2023/11/08
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/08
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Markus Armbruster
,
2023/11/08
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/08
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Markus Armbruster
,
2023/11/09
RE: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/09
Re: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Cédric Le Goater
,
2023/11/14
RE: [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
,
Duan, Zhenzhong
,
2023/11/14
[PATCH v4 27/41] util/char_dev: Add open_cdev()
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 27/41] util/char_dev: Add open_cdev()
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 27/41] util/char_dev: Add open_cdev()
,
Duan, Zhenzhong
,
2023/11/07
[PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Matthew Rosato
,
2023/11/07
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/11/08
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/11/08
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Joao Martins
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Joao Martins
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Joao Martins
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Joao Martins
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Jason Gunthorpe
,
2023/11/09
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/09
Re: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Joao Martins
,
2023/11/10
RE: [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
,
Duan, Zhenzhong
,
2023/11/12
[PATCH v4 31/41] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 31/41] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
,
Cédric Le Goater
,
2023/11/07
[PATCH v4 32/41] vfio/pci: Introduce a vfio pci hot reset interface
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 32/41] vfio/pci: Introduce a vfio pci hot reset interface
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 32/41] vfio/pci: Introduce a vfio pci hot reset interface
,
Duan, Zhenzhong
,
2023/11/08
[PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges
,
Cédric Le Goater
,
2023/11/06
RE: [PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges
,
Duan, Zhenzhong
,
2023/11/06
[PATCH v4 29/41] vfio/iommufd: Relax assert check for iommufd backend
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 33/41] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 34/41] vfio/pci: Allow the selection of a given iommu backend
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 35/41] vfio/pci: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 37/41] vfio/platform: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 36/41] vfio: Allow the selection of a given iommu backend for platform ap and ccw
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 36/41] vfio: Allow the selection of a given iommu backend for platform ap and ccw
,
Cédric Le Goater
,
2023/11/07
[PATCH v4 38/41] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 38/41] vfio/ap: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/07
[PATCH v4 39/41] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 39/41] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
,
Cédric Le Goater
,
2023/11/07
[PATCH v4 40/41] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
,
Zhenzhong Duan
,
2023/11/02
[PATCH v4 41/41] vfio: Compile out iommufd for PPC target
,
Zhenzhong Duan
,
2023/11/02
Re: [PATCH v4 41/41] vfio: Compile out iommufd for PPC target
,
Cédric Le Goater
,
2023/11/07
RE: [PATCH v4 41/41] vfio: Compile out iommufd for PPC target
,
Duan, Zhenzhong
,
2023/11/07
Re: [PATCH v4 00/41] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/06
Re: [PATCH v4 00/41] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/07
Re: [PATCH v4 00/41] vfio: Adopt iommufd
,
Matthew Rosato
,
2023/11/07
RE: [PATCH v4 00/41] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/08
RE: [PATCH v4 00/41] vfio: Adopt iommufd
,
Duan, Zhenzhong
,
2023/11/08
Re: [PATCH v4 00/41] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/08
Re: [PATCH v4 00/41] vfio: Adopt iommufd
,
Cédric Le Goater
,
2023/11/08
Re: [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`
,
Markus Armbruster
,
2023/11/02
Re: [PATCH 6/7] balloon: Fix a misleading error message
,
Mario Casquero
,
2023/11/02
Re: [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support.
,
Markus Armbruster
,
2023/11/02
Re: [PATCH v3 1/1] hmp: synchronize cpu state for lapic info
,
Markus Armbruster
,
2023/11/02
Re: [PATCH v3 1/1] hmp: synchronize cpu state for lapic info
,
Thomas Huth
,
2023/11/06
Re: [PATCH v3 1/1] hmp: synchronize cpu state for lapic info
,
Philippe Mathieu-Daudé
,
2023/11/08
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Jason Wang
,
2023/11/02
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Si-Wei Liu
,
2023/11/02
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Eugenio Perez Martin
,
2023/11/02
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Si-Wei Liu
,
2023/11/03
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Jason Wang
,
2023/11/05
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Si-Wei Liu
,
2023/11/03
Re: [RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
,
Eugenio Perez Martin
,
2023/11/06
回复: Fw: 来自Leo Hou的邮件
,
address@hidden
,
2023/11/01
Re: 回复: Fw: 来自Leo Hou的邮件
,
leohou
,
2023/11/02
Re: 回复: Fw: 来自Leo Hou的邮件
,
leohou
,
2023/11/02
Re: [PATCH] file-posix: fix over-writing of returning zone_append offset
,
Stefan Hajnoczi
,
2023/11/01
Re: [PATCH] file-posix: fix over-writing of returning zone_append offset
,
Hanna Czenczek
,
2023/11/06
Re: [PATCH] file-posix: fix over-writing of returning zone_append offset
,
Michael Tokarev
,
2023/11/07
Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support
,
Alistair Francis
,
2023/11/01
Re: [PATCH v6 06/12] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/02
回复: 来自Leo Hou的邮件
,
address@hidden
,
2023/11/01
Re: [PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0
,
Alistair Francis
,
2023/11/01
Re: [PATCH v5 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
,
Alistair Francis
,
2023/11/01
[PATCH v3 00/88] target/hppa: Implement hppa64 cpu
,
Richard Henderson
,
2023/11/01
[PATCH v3 03/88] target/hppa: Use IntervalTreeNode in HPPATLBEntry
,
Richard Henderson
,
2023/11/01
[PATCH v3 07/88] tcg: Improve expansion of deposit of constant
,
Richard Henderson
,
2023/11/01
[PATCH v3 10/88] target/hppa: Remove get_temp_tl
,
Richard Henderson
,
2023/11/01
[PATCH v3 05/88] target/hppa: Split out hppa_flush_tlb_range
,
Richard Henderson
,
2023/11/01
[PATCH v3 01/88] target/hppa: Include PSW_P in tb flags and mmu index
,
Richard Henderson
,
2023/11/01
[PATCH v3 02/88] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
,
Richard Henderson
,
2023/11/01
[PATCH v3 14/88] target/hppa: Truncate rotate count in trans_shrpw_sar
,
Richard Henderson
,
2023/11/01
[PATCH v3 09/88] target/hppa: Remove get_temp
,
Richard Henderson
,
2023/11/01
[PATCH v3 04/88] target/hppa: Always report one page to tlb_set_page
,
Richard Henderson
,
2023/11/01
[PATCH v3 18/88] target/hppa: Fix extrw and depw with sar for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 15/88] target/hppa: Fix trans_ds for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 17/88] target/hppa: Fix bb_sar for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 06/88] target/hppa: Populate an interval tree with valid tlb entries
,
Richard Henderson
,
2023/11/01
[PATCH v3 12/88] target/hppa: Fix hppa64 case in machine.c
,
Richard Henderson
,
2023/11/01
[PATCH v3 19/88] target/hppa: Introduce TYPE_HPPA64_CPU
,
Richard Henderson
,
2023/11/01
[PATCH v3 16/88] target/hppa: Fix do_add, do_sub for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 23/88] target/hppa: Update cpu_hppa_get/put_psw for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 13/88] target/hppa: Fix load in do_load_32
,
Richard Henderson
,
2023/11/01
[PATCH v3 11/88] target/hppa: Remove load_const
,
Richard Henderson
,
2023/11/01
[PATCH v3 22/88] target/hppa: Implement hppa_cpu_class_by_name
,
Richard Henderson
,
2023/11/01
[PATCH v3 25/88] target/hppa: Adjust hppa_cpu_dump_state for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 24/88] target/hppa: Handle absolute addresses for pa2.0
,
Richard Henderson
,
2023/11/01
[PATCH v3 21/88] target/hppa: Implement cpu_list
,
Richard Henderson
,
2023/11/01
[PATCH v3 26/88] target/hppa: Fix hppa64 addressing
,
Richard Henderson
,
2023/11/01
[PATCH v3 31/88] target/hppa: sar register allows only 5 bits on 32-bit CPU
,
Richard Henderson
,
2023/11/01
[PATCH v3 29/88] target/hppa: Use copy_iaoq_entry for link in do_ibranch
,
Richard Henderson
,
2023/11/01
[PATCH v3 33/88] target/hppa: Pass d to do_sub_cond
,
Richard Henderson
,
2023/11/01
[PATCH v3 34/88] target/hppa: Pass d to do_log_cond
,
Richard Henderson
,
2023/11/01
[PATCH v3 30/88] target/hppa: Mask inputs in copy_iaoq_entry
,
Richard Henderson
,
2023/11/01
[PATCH v3 08/88] tcg: Improve expansion of deposit into a constant
,
Richard Henderson
,
2023/11/01
[PATCH v3 20/88] target/hppa: Make HPPA_BTLB_ENTRIES variable
,
Richard Henderson
,
2023/11/01
[PATCH v3 27/88] target/hppa: Pass DisasContext to copy_iaoq_entry
,
Richard Henderson
,
2023/11/01
[PATCH v3 28/88] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
,
Richard Henderson
,
2023/11/01
[PATCH v3 32/88] target/hppa: Pass d to do_cond
,
Richard Henderson
,
2023/11/01
[PATCH v3 37/88] linux-user/hppa: Fixes for TARGET_ABI32
,
Richard Henderson
,
2023/11/01
[PATCH v3 35/88] target/hppa: Pass d to do_sed_cond
,
Richard Henderson
,
2023/11/01
[PATCH v3 36/88] target/hppa: Pass d to do_unit_cond
,
Richard Henderson
,
2023/11/01
[PATCH v3 38/88] target/hppa: Drop attempted gdbstub support for hppa64
,
Richard Henderson
,
2023/11/01
[PATCH v3 39/88] target/hppa: Remove TARGET_HPPA64
,
Richard Henderson
,
2023/11/01
[PATCH v3 40/88] target/hppa: Decode d for logical instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 41/88] target/hppa: Decode d for unit instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 43/88] target/hppa: Decode d for add instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 42/88] target/hppa: Decode d for cmpclr instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 44/88] target/hppa: Decode d for sub instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 49/88] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
,
Richard Henderson
,
2023/11/01
[PATCH v3 51/88] target/hppa: Implement EXTRD
,
Richard Henderson
,
2023/11/01
[PATCH v3 57/88] target/hppa: Remove TARGET_REGISTER_BITS
,
Richard Henderson
,
2023/11/01
[PATCH v3 55/88] target/hppa: Implement IDTLBT, IITLBT
,
Richard Henderson
,
2023/11/01
[PATCH v3 69/88] target/hppa: Implement PERMH
,
Richard Henderson
,
2023/11/01
[PATCH v3 71/88] target/hppa: Precompute zero into DisasContext
,
Richard Henderson
,
2023/11/01
[PATCH v3 59/88] target/hppa: Remove remaining TARGET_REGISTER_BITS redirections
,
Richard Henderson
,
2023/11/01
[PATCH v3 64/88] target/hppa: Implement HSUB
,
Richard Henderson
,
2023/11/01
[PATCH v3 46/88] target/hppa: Decode d for cmpb instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 50/88] target/hppa: Implement DEPD, DEPDI
,
Richard Henderson
,
2023/11/01
[PATCH v3 52/88] target/hppa: Implement SHRPD
,
Richard Henderson
,
2023/11/01
[PATCH v3 53/88] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
,
Richard Henderson
,
2023/11/01
[PATCH v3 54/88] target/hppa: Implement STDBY
,
Richard Henderson
,
2023/11/01
[PATCH v3 60/88] target/hppa: Adjust vmstate_env for pa2.0 tlb
,
Richard Henderson
,
2023/11/01
[PATCH v3 73/88] include/hw/elf: Remove truncating signed casts
,
Richard Henderson
,
2023/11/01
[PATCH v3 61/88] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
,
Richard Henderson
,
2023/11/01
[PATCH v3 77/88] target/hppa: Add pa2.0 cpu local tlb flushes
,
Richard Henderson
,
2023/11/01
[PATCH v3 65/88] target/hppa: Implement HAVG
,
Richard Henderson
,
2023/11/01
[PATCH v3 62/88] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
,
Richard Henderson
,
2023/11/01
[PATCH v3 67/88] target/hppa: Implement HSHLADD, HSHRADD
,
Richard Henderson
,
2023/11/01
[PATCH v3 75/88] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
,
Richard Henderson
,
2023/11/01
[PATCH v3 45/88] target/hppa: Decode d for bb instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 78/88] target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
,
Richard Henderson
,
2023/11/01
[PATCH v3 74/88] hw/hppa: Translate phys addresses for the cpu
,
Richard Henderson
,
2023/11/01
[PATCH v3 70/88] target/hppa: Fix interruption based on default PSW
,
Richard Henderson
,
2023/11/01
[PATCH v3 56/88] hw/hppa: Use uint32_t instead of target_ureg
,
Richard Henderson
,
2023/11/01
[PATCH v3 58/88] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
,
Richard Henderson
,
2023/11/01
[PATCH v3 72/88] target/hppa: Return zero for r0 from load_gpr
,
Richard Henderson
,
2023/11/01
[PATCH v3 79/88] target/hppa: Clear upper bits in mtctl for pa1.x
,
Richard Henderson
,
2023/11/01
[PATCH v3 66/88] target/hppa: Implement HSHL, HSHR
,
Richard Henderson
,
2023/11/01
[PATCH v3 76/88] target/hppa: Implement pa2.0 data prefetch instructions
,
Richard Henderson
,
2023/11/01
[PATCH v3 63/88] target/hppa: Implement HADD
,
Richard Henderson
,
2023/11/01
[PATCH v3 48/88] target/hppa: Decode ADDB double-word
,
Richard Henderson
,
2023/11/01
[PATCH v3 47/88] target/hppa: Decode CMPIB double-word
,
Richard Henderson
,
2023/11/01
[PATCH v3 68/88] target/hppa: Implement MIXH, MIXW
,
Richard Henderson
,
2023/11/01
[PATCH v3 80/88] target/hppa: Add unwind_breg to CPUHPPAState
,
Richard Henderson
,
2023/11/01
[PATCH v3 82/88] target/hppa: Update IIAOQ, IIASQ for pa2.0
,
Richard Henderson
,
2023/11/01
[PATCH v3 83/88] target/hppa: Improve interrupt logging
,
Richard Henderson
,
2023/11/01
[PATCH v3 81/88] target/hppa: Create raise_exception_with_ior
,
Richard Henderson
,
2023/11/01
[PATCH v3 85/88] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
,
Richard Henderson
,
2023/11/01
[PATCH v3 84/88] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
,
Richard Henderson
,
2023/11/01
[PATCH v3 86/88] hw/hppa: Turn on 64-bit CPU for C3700 machine
,
Richard Henderson
,
2023/11/01
[PATCH v3 87/88] hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
,
Richard Henderson
,
2023/11/01
[PATCH v3 88/88] hw/hppa: Map PDC ROM and I/O memory area into lower memory
,
Richard Henderson
,
2023/11/01
Re: [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li
,
Alistair Francis
,
2023/11/01
Re: [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li
,
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
Re: [PATCH v2 14/14] disas/riscv: Replace TABs with space
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 13/14] disas/riscv: Add support for vector crypto extensions
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 12/14] disas/riscv: Add rv_codec_vror_vi for vror.vi
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 11/14] disas/riscv: Add rv_fmt_vd_vs2_uimm format
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 08/14] target/riscv: Add cfg properties for Zvks[c|g] extensions
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 07/14] target/riscv: Expose Zvkn[c|g] extnesion properties
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 06/14] target/riscv: Add cfg properties for Zvkn[c|g] extensions
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 05/14] target/riscv: Expose Zvkb extension property
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 03/14] target/riscv: Add cfg property for Zvkb extension
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 02/14] target/riscv: Expose Zvkt extension property
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 01/14] target/riscv: Add cfg property for Zvkt extension
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
,
Alistair Francis
,
2023/11/01
Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
,
Michael Tokarev
,
2023/11/07
Re: [PATCH v2 1/1] target/riscv: correct csr_ops[CSR_MSECCFG]
,
Alistair Francis
,
2023/11/20
Re: [PATCH v5 4/5] target/riscv: Add "pmu-mask" property to replace "pmu-num"
,
Alistair Francis
,
2023/11/01
[PATCH 0/2] RISC-V: OpenTitan: Fixup ePMP and SPI interrupts
,
Alistair Francis
,
2023/11/01
[PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
,
Alistair Francis
,
2023/11/01
Re: [PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH 2/2] target/riscv: cpu: Set the OpenTitan priv to 1.12.0
,
Alistair Francis
,
2023/11/01
Re: [PATCH 2/2] target/riscv: cpu: Set the OpenTitan priv to 1.12.0
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH 0/2] RISC-V: OpenTitan: Fixup ePMP and SPI interrupts
,
Alistair Francis
,
2023/11/05
[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()
,
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()
,
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()
,
Igor Mammedov
,
2023/11/06
[PATCH v4 04/33] cpu: Add helper cpu_model_from_type()
,
Gavin Shan
,
2023/11/01
[PATCH v4 05/33] target/alpha: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 06/33] target/arm: 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 07/33] target/avr: 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 18/33] target/s390x: 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 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
Re: [PATCH v4 25/33] machine: Constify MachineClass::valid_cpu_types[i]
,
Richard Henderson
,
2023/11/02
[PATCH v4 26/33] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 26/33] machine: Use error handling when CPU type is checked
,
Richard Henderson
,
2023/11/02
[PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
,
Richard Henderson
,
2023/11/02
[PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
2023/11/01
Re: [PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
,
Richard Henderson
,
2023/11/02
[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 v4 33/33] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Richard Henderson
,
2023/11/02
Re: [PATCH 0/6] Various tracing patches
,
Bernhard Beschow
,
2023/11/01
Re: [PATCH v4 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
,
Stefan Berger
,
2023/11/01
Re: [PATCH v4 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping
,
Joelle van Dyne
,
2023/11/13
[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: [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages
,
Markus Armbruster
,
2023/11/15
[PATCH v2 0/4] Misc ati-vga patches
,
BALATON Zoltan
,
2023/11/01
[PATCH v2 2/4] ati-vga: Support unaligned access to GPIO DDC registers
,
BALATON Zoltan
,
2023/11/01
[PATCH v2 1/4] ati-vga: Fix aperture sizes
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes
,
Michael Tokarev
,
2023/11/07
Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes
,
BALATON Zoltan
,
2023/11/07
Re: [PATCH v2 1/4] ati-vga: Fix aperture sizes
,
Michael Tokarev
,
2023/11/07
[PATCH v2 3/4] ati-vga: Add 30 bit palette access register
,
BALATON Zoltan
,
2023/11/01
[PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
Marc-André Lureau
,
2023/11/06
Re: [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
BALATON Zoltan
,
2023/11/06
Re: [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
Marc-André Lureau
,
2023/11/06
Re: [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
BALATON Zoltan
,
2023/11/06
Re: [PATCH v2 4/4] ati-vga: Implement fallback for pixman routines
,
Marc-André Lureau
,
2023/11/06
[PATCH] tests/avocado: Allow newer versions of tesseract in the nextcube test
,
Thomas Huth
,
2023/11/01
Re: [PATCH] tests/avocado: Allow newer versions of tesseract in the nextcube test
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH v8 00/19] rv64i CPU, RVA22U64 profile support
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Alistair Francis
,
2023/11/01
[PATCH v8 02/19] target/riscv/tcg: do not use "!generic" CPU checks
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 02/19] target/riscv/tcg: do not use "!generic" CPU checks
,
Alistair Francis
,
2023/11/01
[PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
,
Andrew Jones
,
2023/11/02
Re: [PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
,
Andrew Jones
,
2023/11/02
[PATCH v8 04/19] target/riscv/cpu.c: set satp_mode_max MBARE during satp_finalize()
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 04/19] target/riscv/cpu.c: set satp_mode_max MBARE during satp_finalize()
,
Andrew Jones
,
2023/11/02
[PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Andrew Jones
,
2023/11/02
Re: [PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Daniel Henrique Barboza
,
2023/11/02
Re: [PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions
,
Andrew Jones
,
2023/11/02
[PATCH v8 06/19] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v8 06/19] target/riscv: add rv64i CPU
,
Andrew Jones
,
2023/11/02
Re: [PATCH v8 06/19] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/02
[PATCH v8 07/19] target/riscv: add zicbop extension flag
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 08/19] target/riscv/tcg: add 'zic64b' support
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 09/19] riscv-qmp-cmds.c: expose named features in cpu_model_expansion
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 10/19] target/riscv: add rva22u64 profile definition
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 11/19] target/riscv/kvm: add 'rva22u64' flag as unavailable
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 12/19] target/riscv/tcg: add user flag for profile support
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 13/19] target/riscv/tcg: add MISA user options hash
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 14/19] target/riscv/tcg: add riscv_cpu_write_misa_bit()
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 15/19] target/riscv/tcg: handle profile MISA bits
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 16/19] target/riscv/tcg: add hash table insert helpers
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 17/19] target/riscv/tcg: honor user choice for G MISA bits
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 18/19] target/riscv/tcg: validate profiles during finalize
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH v8 19/19] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Daniel Henrique Barboza
,
2023/11/01
[PATCH] tests/avocado/machine_m68k_nextcube: Fix the download URL for the ROM image
,
Thomas Huth
,
2023/11/01
Re: [PATCH] block-jobs: add final flush
,
Vladimir Sementsov-Ogievskiy
,
2023/11/01
Re: [PATCH] block-jobs: add final flush
,
Hanna Czenczek
,
2023/11/02
Re: [PATCH] block-jobs: add final flush
,
Vladimir Sementsov-Ogievskiy
,
2023/11/02
Re: [PATCH 1/3] ati-vga: Fix aperture sizes
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH v2 1/1] qemu-img: do not erase destination file in qemu-img dd command
,
Eric Blake
,
2023/11/01
Re: [PATCH v2 1/1] qemu-img: do not erase destination file in qemu-img dd command
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 1/1] qemu-img: do not erase destination file in qemu-img dd command
,
Denis V. Lunev
,
2023/11/01
Re: [PATCH v2 1/1] qemu-img: do not erase destination file in qemu-img dd command
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
,
Fabiano Rosas
,
2023/11/01
Re: [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 21/29] migration/multifd: Add pages to the receiving side
,
Fabiano Rosas
,
2023/11/01
Re: [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 15/29] migration/ram: Add support for 'fixed-ram' outgoing migration
,
Peter Xu
,
2023/11/01
[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
,
Andrey Drobyshev
,
2023/11/01
Re: [PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
,
Denis V. Lunev
,
2023/11/01
Re: [PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
,
Andrey Drobyshev
,
2023/11/22
Re: [PATCH v2 23/29] migration/ram: Add a wrapper for fixed-ram shadow bitmap
,
Peter Xu
,
2023/11/01
[v3 0/6] dirtylimit: miscellaneous patches
,
Hyman Huang
,
2023/11/01
[v3 1/6] system/dirtylimit: Fix a race situation
,
Hyman Huang
,
2023/11/01
Re: [v3 1/6] system/dirtylimit: Fix a race situation
,
Juan Quintela
,
2023/11/02
[v3 2/6] system/dirtylimit: Drop the reduplicative check
,
Hyman Huang
,
2023/11/01
Re: [v3 2/6] system/dirtylimit: Drop the reduplicative check
,
Juan Quintela
,
2023/11/02
[v3 3/6] tests: Add migration dirty-limit capability test
,
Hyman Huang
,
2023/11/01
Re: [v3 3/6] tests: Add migration dirty-limit capability test
,
Juan Quintela
,
2023/11/02
[v3 4/6] tests/migration: Introduce dirty-ring-size option into guestperf
,
Hyman Huang
,
2023/11/01
[v3 5/6] tests/migration: Introduce dirty-limit into guestperf
,
Hyman Huang
,
2023/11/01
[v3 6/6] docs/migration: Add the dirty limit section
,
Hyman Huang
,
2023/11/01
Re: [v3 6/6] docs/migration: Add the dirty limit section
,
Juan Quintela
,
2023/11/02
Re: [PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
,
Vitaly Kuznetsov
,
2023/11/01
Re: [PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
,
Eiichi Tsukata
,
2023/11/07
[RFC PATCH] tests/avocado: update the tcg_plugins test
,
Alex Bennée
,
2023/11/01
Re: [PATCH V2 6/6] tests/qtest: migration: add reboot mode test
,
Fabiano Rosas
,
2023/11/01
Re: [PATCH V2 6/6] tests/qtest: migration: add reboot mode test
,
Steven Sistare
,
2023/11/01
Re: [PATCH V2 6/6] tests/qtest: migration: add reboot mode test
,
Steven Sistare
,
2023/11/01
Re: [PATCH V2 6/6] tests/qtest: migration: add reboot mode test
,
Fabiano Rosas
,
2023/11/01
[PATCH RESEND] target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macros
,
John Platts
,
2023/11/01
[PATCH v6 0/5] Support message-based DMA in vfio-user server
,
Mattias Nissler
,
2023/11/01
[PATCH v6 1/5] softmmu: Per-AddressSpace bounce buffering
,
Mattias Nissler
,
2023/11/01
Re: [PATCH v6 1/5] softmmu: Per-AddressSpace bounce buffering
,
Peter Xu
,
2023/11/01
[PATCH v6 2/5] softmmu: Support concurrent bounce buffers
,
Mattias Nissler
,
2023/11/01
Re: [PATCH v6 2/5] softmmu: Support concurrent bounce buffers
,
Peter Xu
,
2023/11/01
[PATCH v6 4/5] vfio-user: Message-based DMA support
,
Mattias Nissler
,
2023/11/01
Re: [PATCH v6 4/5] vfio-user: Message-based DMA support
,
Jag Raman
,
2023/11/28
[PATCH v6 5/5] vfio-user: Fix config space access byte order
,
Mattias Nissler
,
2023/11/01
Re: [PATCH v6 5/5] vfio-user: Fix config space access byte order
,
Jag Raman
,
2023/11/28
[PATCH v6 3/5] Update subprojects/libvfio-user
,
Mattias Nissler
,
2023/11/01
Re: [PATCH 8/8] docs/specs/vmgenid: Convert to rST
,
Ani Sinha
,
2023/11/01
Re: [PATCH v2 3/3] Add support for RAPL MSRs in KVM/Qemu
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 3/3] Add support for RAPL MSRs in KVM/Qemu
,
Paolo Bonzini
,
2023/11/01
Re: -drive if=none: can't we make this the default?
,
Peter Maydell
,
2023/11/01
Re: -drive if=none: can't we make this the default?
,
Markus Armbruster
,
2023/11/02
Re: -drive if=none: can't we make this the default?
,
Kevin Wolf
,
2023/11/02
Re: -drive if=none: can't we make this the default?
,
Peter Maydell
,
2023/11/02
Re: -drive if=none: can't we make this the default?
,
Kevin Wolf
,
2023/11/02
Re: -drive if=none: can't we make this the default?
,
Michael Tokarev
,
2023/11/02
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/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
,
Bernhard Beschow
,
2023/11/02
Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling
,
BALATON Zoltan
,
2023/11/01
Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling
,
Nicholas Piggin
,
2023/11/13
Re: [PATCH v4 0/8] Misc clean ups to target/ppc exception handling
,
BALATON Zoltan
,
2023/11/13
Re: [PATCH v2 2/3] tools: build qemu-vmsr-helper
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 2/3] tools: build qemu-vmsr-helper
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 2/3] tools: build qemu-vmsr-helper
,
Paolo Bonzini
,
2023/11/01
Re: [PATCH v2 1/3] qio: add support for SO_PEERCRED for socket channel
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 1/3] qio: add support for SO_PEERCRED for socket channel
,
Paolo Bonzini
,
2023/11/01
Re: [PATCH v2 0/2] Accompany -nostdlib with -fno-stack-protector
,
Michael Tokarev
,
2023/11/01
Re: [PATCH v3 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
,
Michael Tokarev
,
2023/11/01
Re: [PATCH v3 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
,
Andrey Drobyshev
,
2023/11/01
Re: [PATCH v3 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
,
Michael Tokarev
,
2023/11/01
Re: [PATCH v3 1/8] qemu-img: rebase: stop when reaching EOF of old backing file
,
Kevin Wolf
,
2023/11/02
Re: [PATCH v2 28/29] migration: Add direct-io parameter
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 28/29] migration: Add direct-io parameter
,
Fabiano Rosas
,
2023/11/01
Re: [PATCH v2 28/29] migration: Add direct-io parameter
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 28/29] migration: Add direct-io parameter
,
Fabiano Rosas
,
2023/11/01
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Daniel P . Berrangé
,
2023/11/01
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Peter Xu
,
2023/11/01
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Fabiano Rosas
,
2023/11/06
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Peter Xu
,
2023/11/06
Re: [PATCH v2 16/29] migration/ram: Add support for 'fixed-ram' migration restore
,
Daniel P . Berrangé
,
2023/11/07
Re: [PATCH v7 02/16] target/riscv/tcg: do not use "!generic" CPU checks
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 01/16] target/riscv: create TYPE_RISCV_VENDOR_CPU
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 16/16] riscv-qmp-cmds.c: add profile flags in cpu-model-expansion
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 15/16] target/riscv/tcg: validate profiles during finalize
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 05/16] target/riscv/tcg: add 'zic64b' support
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 03/16] target/riscv: add rv64i CPU
,
Andrew Jones
,
2023/11/01
Re: [PATCH v7 03/16] target/riscv: add rv64i CPU
,
Daniel Henrique Barboza
,
2023/11/01
Re: [PATCH v7 03/16] target/riscv: add rv64i CPU
,
Andrew Jones
,
2023/11/01
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Michael S. Tsirkin
,
2023/11/01
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Alex Bennée
,
2023/11/06
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Alex Bennée
,
2023/11/06
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Michael S. Tsirkin
,
2023/11/06
Re: [PATCH v13 00/11] Add VIRTIO sound card
,
Manos Pitsidianakis
,
2023/11/07
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Jason Wang
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Michael S. Tsirkin
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Michael S. Tsirkin
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/01
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Michael S. Tsirkin
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/02
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/03
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/03
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/03
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/11
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/13
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/13
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/13
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/14
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Yuri Benditovich
,
2023/11/14
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Akihiko Odaki
,
2023/11/15
Re: [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
,
Jason Wang
,
2023/11/16
[PATCH v2 00/21] target/sparc: Cleanup condition codes etc
,
Richard Henderson
,
2023/11/01
[PATCH v2 01/21] target/sparc: Introduce cpu_put_psr_icc
,
Richard Henderson
,
2023/11/01
[PATCH v2 03/21] target/sparc: Remove CC_OP_LOGIC
,
Richard Henderson
,
2023/11/01
[PATCH v2 04/21] target/sparc: Remove CC_OP_DIV
,
Richard Henderson
,
2023/11/01
[PATCH v2 05/21] target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADD
,
Richard Henderson
,
2023/11/01
[PATCH v2 02/21] target/sparc: Split psr and xcc into components
,
Richard Henderson
,
2023/11/01
[PATCH v2 06/21] target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUB
,
Richard Henderson
,
2023/11/01
[PATCH v2 07/21] target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTV
,
Richard Henderson
,
2023/11/01
[PATCH v2 13/21] target/sparc: Merge gen_branch2 into advance_pc
,
Richard Henderson
,
2023/11/01
[PATCH v2 11/21] target/sparc: Always copy conditions into a new temporary
,
Richard Henderson
,
2023/11/01
[PATCH v2 08/21] target/sparc: Remove CC_OP leftovers
,
Richard Henderson
,
2023/11/01
[PATCH v2 09/21] target/sparc: Remove DisasCompare.is_bool
,
Richard Henderson
,
2023/11/01
[PATCH v2 14/21] target/sparc: Merge advance_jump_uncond_{never, always} into advance_jump_cond
,
Richard Henderson
,
2023/11/01
[PATCH v2 16/21] target/sparc: Merge gen_op_next_insn into only caller
,
Richard Henderson
,
2023/11/01
[PATCH v2 18/21] target/sparc: Discard cpu_cond at the end of each insn
,
Richard Henderson
,
2023/11/01
[PATCH v2 10/21] target/sparc: Change DisasCompare.c2 to int
,
Richard Henderson
,
2023/11/01
[PATCH v2 15/21] target/sparc: Pass displacement to advance_jump_cond
,
Richard Henderson
,
2023/11/01
[PATCH v2 17/21] target/sparc: Record entire jump condition in DisasContext
,
Richard Henderson
,
2023/11/01
[PATCH v2 12/21] target/sparc: Do flush_cond in advance_jump_cond
,
Richard Henderson
,
2023/11/01
[PATCH v2 20/21] target/sparc: Implement UDIV inline
,
Richard Henderson
,
2023/11/01
[PATCH v2 21/21] target/sparc: Check for invalid cond in gen_compare_reg
,
Richard Henderson
,
2023/11/01
[PATCH v2 19/21] target/sparc: Implement UDIVX and SDIVX inline
,
Richard Henderson
,
2023/11/01
Re: [PATCH v2 00/21] target/sparc: Cleanup condition codes etc
,
Mark Cave-Ayland
,
2023/11/05
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc