Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
qemu-s390x (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Thu Nov 30 2023 16:49:42 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 0/3] final fixes for 8.2
,
Alex Bennée
,
2023/11/30
[PATCH 1/3] gdbstub: use a better signal when we halt for IO reasons
,
Alex Bennée
,
2023/11/30
[PATCH 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
[PATCH 3/3] gitlab: add optional job to run flaky avocado 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 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
,
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 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 30/41] hw/core/slot: Check topology child to be added under 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 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 40/41] hw/i386: Support 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 41/41] hw/i386: Cleanup non-QOM topology support
,
Zhao Liu
,
2023/11/30
[PATCH 0/6] Make Big QEMU Lock naming consistent
,
Stefan Hajnoczi
,
2023/11/29
[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 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 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 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Paul Durrant
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Fabiano Rosas
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
David Woodhouse
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Cédric Le Goater
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Peter Xu
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Stefan Hajnoczi
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Peter Xu
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
BALATON Zoltan
,
2023/11/30
Re: [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
,
Eric Farman
,
2023/11/30
[PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
,
Stefan Hajnoczi
,
2023/11/30
[PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Stefan Hajnoczi
,
2023/11/29
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Markus Armbruster
,
2023/11/30
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Philippe Mathieu-Daudé
,
2023/11/30
Re: [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs
,
Stefan Hajnoczi
,
2023/11/30
Re: [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()
,
Igor Mammedov
,
2023/11/28
Re: [RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
,
Igor Mammedov
,
2023/11/28
Re: [PATCH 01/22] target/i386: Only realize existing APIC device
,
Igor Mammedov
,
2023/11/28
[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
[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
[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
[PULL 14/14] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/23
[PATCH v3] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/21
[PATCH v2 00/14] random fixes for 8.2 pre-PR (tests, plugins, docs, semihosting)
,
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 04/14] plugins: fix win plugin tests on cross compile
,
Alex Bennée
,
2023/11/20
[PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Alex Bennée
,
2023/11/20
Re: [PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Philippe Mathieu-Daudé
,
2023/11/20
Re: [PATCH v2 08/14] docs/system: clarify limits of using gdbstub in system emulation
,
Peter Maydell
,
2023/11/20
[PATCH v2 07/14] docs/emulation: expand warning about semihosting
,
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 03/14] tests/docker: merge debian-native with debian-amd64
,
Alex Bennée
,
2023/11/20
[PATCH v2 01/14] tests/docker: replace fedora-i386 with debian-i686
,
Alex Bennée
,
2023/11/20
[PATCH v2 14/14] tests/tcg: finesse the registers check for "hidden" regs
,
Alex Bennée
,
2023/11/20
[PATCH v2 11/14] tests/tcg: enable arm softmmu tests
,
Alex Bennée
,
2023/11/20
Re: [PATCH v2 11/14] tests/tcg: enable arm softmmu tests
,
Peter Maydell
,
2023/11/20
[PATCH v2 05/14] target/nios2: Deprecate the Nios II architecture
,
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 06/14] tests/tcg: fixup Aarch64 semiconsole test
,
Alex Bennée
,
2023/11/20
[PATCH v2 12/14] tests/tcg: enable semiconsole test for Arm
,
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] 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 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
[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] 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 v2 5/5] vfio: Introduce a helper function to initialize VFIODevice
,
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 3/5] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
,
Zhenzhong Duan
,
2023/11/16
[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
[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 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 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 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 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 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
[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
Re: [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
,
Denis V. Lunev
,
2023/11/13
[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 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 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
[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 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 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 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 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 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
Re: [PATCH] MAINTAINERS: Fix a couple s390 paths
,
Halil Pasic
,
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] 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
[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
Message not available
Re: [PULL 06/23] tests/tcg: add an explicit gdbstub register tester
,
Alex Bennée
,
2023/11/16
[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 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 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
[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 39/75] target/ppc: Move powerpc_excp_t definition 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 41/75] target/ppc: Move powerpc_input_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 43/75] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
,
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 47/75] target: Move ArchCPUClass definition to 'cpu.h'
,
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 42/75] hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 51/75] hw/cpu: Clean up global variable shadowing
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 68/75] hw/sd: Declare QOM types using DEFINE_TYPES() macro
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 73/75] MAINTAINERS: Add more guest-agent related files to the corresponding section
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 75/75] dump: Add close fd on error return to avoid resource leak
,
Philippe Mathieu-Daudé
,
2023/11/07
[PULL 72/75] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
,
Philippe Mathieu-Daudé
,
2023/11/07
Re: [PULL 00/75] Misc HW/UI patches for 2023-11-07
,
Stefan Hajnoczi
,
2023/11/08
[PATCH for-8.3 v2 00/46] Rework matching of network devices to -nic options
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 01/46] net: add qemu_{configure, create}_nic_device(), qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 30/46] hw/arm: use qemu_configure_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 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 24/46] hw/arm/fsl: 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 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 32/46] hw/m68k/mcf5208: use qemu_create_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 37/46] hw/net/lasi_i82596: 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 35/46] hw/mips/mipssim: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 18/46] hw/sh4/r2d: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 10/46] hw/hppa: use pci_init_nic_devices()
,
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 03/46] net: add qemu_create_nic_bus_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 31/46] hw/net/etraxfs-eth: use qemu_configure_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 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 14/46] hw/mips/loongson3_virt: use pci_init_nic_devices()
,
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 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 39/46] hw/riscv: use qemu_configure_nic_device()
,
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 36/46] hw/mips/jazz: use qemu_find_nic_info()
,
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 19/46] hw/sparc64/sun4u: 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 02/46] net: report list of available models according to platform
,
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 09/46] hw/arm/virt: use pci_init_nic_devices()
,
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 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 45/46] net: remove qemu_show_nic_models(), qemu_find_nic_model()
,
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 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 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 23/46] hw/arm/exynos4: 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 42/46] hw/xtensa/xtfpga: use qemu_create_nic_device()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 20/46] hw/xtensa/virt: use pci_init_nic_devices()
,
David Woodhouse
,
2023/11/06
[PATCH for-8.3 v2 33/46] hw/m68k/q800: use qemu_find_nic_info()
,
David Woodhouse
,
2023/11/06
Re: [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
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 3/4] target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG
,
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 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
[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 04/60] tests/unit/test-seccomp: Remove mentions of softmmu in test names
,
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 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 09/60] target: Mention 'cpu-qom.h' is target agnostic
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 08/60] target: Unify QOM style
,
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 12/60] target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.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 13/60] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 14/60] target/hexagon: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 15/60] target/loongarch: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 16/60] target/nios2: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 17/60] target/openrisc: Declare QOM definitions in 'cpu-qom.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 18/60] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 19/60] target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 20/60] target/riscv: Use env_archcpu() in [check_]nanbox()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 21/60] target/s390x: Use env_archcpu() in handle_diag_308()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 25/60] target/i386/hvf: Use CPUState typedef
,
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 23/60] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
,
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 26/60] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
,
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 28/60] target/i386/kvm: Correct comment in kvm_cpu_realize()
,
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 31/60] target/mips: Fix TX79 LQ/SQ opcodes
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 30/60] target/mips: Fix MSA BZ/BNZ opcodes displacement
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 32/60] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 33/60] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 34/60] target/ppc: Restrict KVM objects to system emulation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 36/60] target/nios2: Create IRQs *after* accelerator vCPU is realized
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 37/60] target/alpha: Tidy up alpha_cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 38/60] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 39/60] exec/cpu: Have cpu_exec_realize() return a boolean
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 40/60] hw/cpu: Clean up global variable shadowing
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 41/60] hw/loader: Clean up global variable shadowing in rom_add_file()
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 44/60] tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
,
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 45/60] system/cpus: Fix CPUState.nr_cores' calculation
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 46/60] hw/cpu: Update the comments of nr_cores and nr_dies
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 47/60] hw/ide: reset: cancel async DMA operation before resetting state
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 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 50/60] hw/i2c: pmbus: add vout mode bitfields
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 51/60] hw/i2c: pmbus: add fan support
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 53/60] hw/sensor: add ADM1266 device model
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 52/60] hw/i2c: pmbus: add VCAP register
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 55/60] hw/i2c: pmbus: immediately clear faults on request
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 54/60] tests/qtest: add tests for ADM1266
,
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 56/60] hw/i2c: pmbus: reset page register for out of range reads
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 60/60] ui/sdl2: use correct key names in win title on mac
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 57/60] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section
,
Philippe Mathieu-Daudé
,
2023/11/06
[PULL 59/60] MAINTAINERS: update libvirt devel mailing list address
,
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
[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 02/16] target: Mention 'cpu-qom.h' is target agnostic
,
Philippe Mathieu-Daudé
,
2023/11/06
[PATCH 00/29] gdbstub and plugin read register and windows support
,
Alex Bennée
,
2023/11/03
[PATCH 02/29] gdb-xml: fix duplicate register in arm-neon.xml
,
Alex Bennée
,
2023/11/03
[PATCH 01/29] default-configs: Add TARGET_XML_FILES definition
,
Alex Bennée
,
2023/11/03
[PATCH 03/29] target/arm: hide the 32bit version of PAR from gdbstub
,
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 07/29] tests/avocado: update the tcg_plugins test
,
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 09/29] gdbstub: Introduce gdb_find_static_feature()
,
Alex Bennée
,
2023/11/03
[PATCH 11/29] target/arm: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
[PATCH 08/29] gdbstub: Add num_regs member to GDBFeature
,
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 12/29] target/ppc: Use GDBFeature for dynamic XML
,
Alex Bennée
,
2023/11/03
[PATCH 26/29] plugins: add dllexport and dllimport to api funcs
,
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 22/29] cpu: Call plugin hooks only when ready
,
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 14/29] gdbstub: Use GDBFeature for gdb_register_coprocessor
,
Alex Bennée
,
2023/11/03
[PATCH 10/29] gdbstub: Introduce GDBFeatureBuilder
,
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
[PATCH 17/29] gdbstub: Simplify XML lookup
,
Alex Bennée
,
2023/11/03
Message not available
Re: [PATCH 17/29] gdbstub: Simplify XML lookup
,
Alex Bennée
,
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 28/29] plugins: disable lockstep plugin on windows
,
Alex Bennée
,
2023/11/03
[PATCH 29/29] plugins: allow plugins to be enabled 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
[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: [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
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
[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 09/40] migration: Hack to maintain backwards compatibility for ppc
,
Juan Quintela
,
2023/11/02
[PULL 08/40] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
,
Juan Quintela
,
2023/11/02
[PULL 12/40] migration: Use vmstate_register_any() for audio
,
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 15/40] migration: Set downtime_start even for postcopy
,
Juan Quintela
,
2023/11/02
[PULL 18/40] migration: migration_stop_vm() helper
,
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 16/40] migration: Add migration_downtime_start|end() helpers
,
Juan Quintela
,
2023/11/02
[PULL 17/40] migration: Add per vmstate downtime tracepoints
,
Juan Quintela
,
2023/11/02
[PULL 19/40] migration: Add tracepoints for downtime checkpoints
,
Juan Quintela
,
2023/11/02
[PULL 22/40] cpr: relax blockdev migration blockers
,
Juan Quintela
,
2023/11/02
[PULL 20/40] migration: mode parameter
,
Juan Quintela
,
2023/11/02
[PULL 23/40] cpr: relax vhost migration blockers
,
Juan Quintela
,
2023/11/02
[PULL 25/40] tests/qtest: migration: add reboot mode test
,
Juan Quintela
,
2023/11/02
[PULL 24/40] cpr: reboot mode
,
Juan Quintela
,
2023/11/02
[PULL 26/40] migration: Refactor error handling in source return path
,
Juan Quintela
,
2023/11/02
[PULL 27/40] migration: Allow network to fail even during recovery
,
Juan Quintela
,
2023/11/02
[PULL 28/40] tests/migration-test: Add a test for postcopy hangs during RECOVER
,
Juan Quintela
,
2023/11/02
[PULL 29/40] migration: Change ram_dirty_bitmap_reload() retval to bool
,
Juan Quintela
,
2023/11/02
[PULL 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 34/40] migration: convert exec backend to accept MigrateAddress.
,
Juan Quintela
,
2023/11/02
[PULL 33/40] migration: convert rdma backend to accept MigrateAddress
,
Juan Quintela
,
2023/11/02
[PULL 35/40] migration: Convert the file backend to the new QAPI syntax
,
Juan Quintela
,
2023/11/02
[PULL 36/40] migration: New migrate and migrate-incoming argument 'channels'
,
Juan Quintela
,
2023/11/02
[PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Juan Quintela
,
2023/11/02
Re: [PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Peter Maydell
,
2023/11/06
Re: [PULL 38/40] migration: Implement MigrateChannelList to qmp migration flow.
,
Juan Quintela
,
2023/11/06
[PULL 39/40] migration: Implement MigrateChannelList to hmp migration flow.
,
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 37/40] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
,
Juan Quintela
,
2023/11/02
Re: [PULL 00/40] Migration 20231102 patches
,
Stefan Hajnoczi
,
2023/11/02
[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 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 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 01/41] vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
,
Zhenzhong Duan
,
2023/11/02
[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 07/33] target/avr: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 08/33] target/cris: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 09/33] target/hexagon: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 10/33] target/i386: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 11/33] target/loongarch: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 12/33] target/m68k: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 13/33] target/mips: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 14/33] target/openrisc: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 15/33] target/ppc: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 16/33] target/riscv: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 17/33] target/rx: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 18/33] target/s390x: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 19/33] target/sh4: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 20/33] target/tricore: Use generic helper to show CPU model names
,
Gavin Shan
,
2023/11/01
[PATCH v4 22/33] target/microblaze: Implement microblaze_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 21/33] target/hppa: Implement hppa_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 23/33] target/nios2: Implement nios2_cpu_list()
,
Gavin Shan
,
2023/11/01
[PATCH v4 24/33] cpu: Mark cpu_list() supported on all targets
,
Gavin Shan
,
2023/11/01
[PATCH v4 25/33] machine: Constify MachineClass::valid_cpu_types[i]
,
Gavin Shan
,
2023/11/01
[PATCH v4 26/33] machine: Use error handling when CPU type is checked
,
Gavin Shan
,
2023/11/01
[PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
,
Gavin Shan
,
2023/11/01
[PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
,
Gavin Shan
,
2023/11/01
[PATCH v4 29/33] hw/arm/virt: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
[PATCH v4 30/33] hw/arm/virt: Hide host CPU model for tcg
,
Gavin Shan
,
2023/11/01
[PATCH v4 31/33] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
[PATCH v4 32/33] hw/arm: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
[PATCH v4 33/33] hw/riscv/shakti_c: Check CPU type in machine_run_board_init()
,
Gavin Shan
,
2023/11/01
Re: [PATCH v2 0/2] Accompany -nostdlib with -fno-stack-protector
,
Michael Tokarev
,
2023/11/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc