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: Fri Apr 30 2021 12:28:03 -0400
Threads in reverse chronological order
[
Next Period
]
Re: [PATCH] hw: Do not include hw/sysbus.h if it is not necessary
,
Laurent Vivier
,
2021/04/30
[PATCH v2 00/15] linux-user/s390x: some signal fixes
,
Richard Henderson
,
2021/04/28
[PATCH v2 02/15] linux-user/s390x: Use uint16_t for signal retcode
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 02/15] linux-user/s390x: Use uint16_t for signal retcode
,
David Hildenbrand
,
2021/04/29
[PATCH v2 01/15] linux-user/s390x: Fix sigframe types
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 01/15] linux-user/s390x: Fix sigframe types
,
David Hildenbrand
,
2021/04/29
[PATCH v2 04/15] linux-user/s390x: Remove restore_sigregs return value
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 04/15] linux-user/s390x: Remove restore_sigregs return value
,
David Hildenbrand
,
2021/04/29
[PATCH v2 03/15] linux-user/s390x: Remove PSW_ADDR_AMODE
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 03/15] linux-user/s390x: Remove PSW_ADDR_AMODE
,
David Hildenbrand
,
2021/04/29
[PATCH v2 06/15] linux-user/s390x: Fix sigcontext sregs value
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 06/15] linux-user/s390x: Fix sigcontext sregs value
,
David Hildenbrand
,
2021/04/29
[PATCH v2 05/15] linux-user/s390x: Fix trace in restore_regs
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 05/15] linux-user/s390x: Fix trace in restore_regs
,
David Hildenbrand
,
2021/04/29
[PATCH v2 07/15] linux-user/s390x: Use tswap_sigset in setup_rt_frame
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 07/15] linux-user/s390x: Use tswap_sigset in setup_rt_frame
,
David Hildenbrand
,
2021/04/29
[PATCH v2 08/15] linux-user/s390x: Tidy save_sigregs
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 08/15] linux-user/s390x: Tidy save_sigregs
,
David Hildenbrand
,
2021/04/29
[PATCH v2 10/15] linux-user/s390x: Set psw.mask properly for the signal handler
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 10/15] linux-user/s390x: Set psw.mask properly for the signal handler
,
David Hildenbrand
,
2021/04/29
[PATCH v2 11/15] linux-user/s390x: Add stub sigframe argument for last_break
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 11/15] linux-user/s390x: Add stub sigframe argument for last_break
,
David Hildenbrand
,
2021/04/29
[PATCH v2 13/15] linux-user/s390x: Add build asserts for sigset sizes
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 13/15] linux-user/s390x: Add build asserts for sigset sizes
,
David Hildenbrand
,
2021/04/29
[PATCH v2 09/15] linux-user/s390x: Clean up single-use gotos in signal.c
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 09/15] linux-user/s390x: Clean up single-use gotos in signal.c
,
David Hildenbrand
,
2021/04/29
[PATCH v2 12/15] linux-user/s390x: Fix frame_addr corruption in setup_frame
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 12/15] linux-user/s390x: Fix frame_addr corruption in setup_frame
,
David Hildenbrand
,
2021/04/29
[PATCH v2 15/15] linux-user/s390x: Handle vector regs in signal stack
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 15/15] linux-user/s390x: Handle vector regs in signal stack
,
David Hildenbrand
,
2021/04/29
[PATCH v2 14/15] linux-user/s390x: Clean up signal.c
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 14/15] linux-user/s390x: Clean up signal.c
,
David Hildenbrand
,
2021/04/29
Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes
,
Richard Henderson
,
2021/04/28
Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes
,
David Hildenbrand
,
2021/04/29
[PATCH v2] vfio-ccw: Attempt to clean up all IRQs on error
,
Eric Farman
,
2021/04/28
Re: [PATCH v2] vfio-ccw: Attempt to clean up all IRQs on error
,
Matthew Rosato
,
2021/04/28
Re: [PATCH v2] vfio-ccw: Attempt to clean up all IRQs on error
,
Cornelia Huck
,
2021/04/28
[PATCH 0/3] linux-user/s390x: some signal fixes
,
Richard Henderson
,
2021/04/27
[PATCH 1/3] linux-user/s390x: Fix sigframe types
,
Richard Henderson
,
2021/04/27
Re: [PATCH 1/3] linux-user/s390x: Fix sigframe types
,
David Hildenbrand
,
2021/04/28
[PATCH 2/3] linux-user/s390x: Clean up signal.c
,
Richard Henderson
,
2021/04/27
Re: [PATCH 2/3] linux-user/s390x: Clean up signal.c
,
David Hildenbrand
,
2021/04/28
[PATCH 3/3] linux-user/s390x: Handle vector regs in signal stack
,
Richard Henderson
,
2021/04/27
[PATCH] vfio-ccw: Attempt to clean up all IRQs on error
,
Eric Farman
,
2021/04/27
Re: [PATCH] vfio-ccw: Attempt to clean up all IRQs on error
,
Cornelia Huck
,
2021/04/28
Re: [PATCH] vfio-ccw: Attempt to clean up all IRQs on error
,
Eric Farman
,
2021/04/28
[RFC PATCH] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
,
Philippe Mathieu-Daudé
,
2021/04/24
Re: [RFC PATCH] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
,
Eric Farman
,
2021/04/27
Re: [RFC PATCH] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
,
Cornelia Huck
,
2021/04/28
[PATCH] pc-bios/s390-ccw/netboot: Use "-Wl, " prefix to pass parameter to the linker
,
Thomas Huth
,
2021/04/23
Re: [PATCH] pc-bios/s390-ccw/netboot: Use "-Wl, " prefix to pass parameter to the linker
,
Philippe Mathieu-Daudé
,
2021/04/23
[PATCH v2] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Thomas Huth
,
2021/04/23
Re: [PATCH v2] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Cornelia Huck
,
2021/04/23
Re: [PATCH v2] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Janosch Frank
,
2021/04/26
[PATCH] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Thomas Huth
,
2021/04/23
Re: [PATCH] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Philippe Mathieu-Daudé
,
2021/04/23
Re: [PATCH] pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointer
,
Cornelia Huck
,
2021/04/23
[PATCH v6 00/18] cpu: Introduce SysemuCPUOps structure
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 01/18] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 02/18] cpu: Introduce cpu_virtio_is_big_endian()
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 03/18] cpu: Directly use cpu_write_elf*() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 04/18] cpu: Directly use get_paging_enabled() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 05/18] cpu: Directly use get_memory_mapping() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 06/18] cpu: Assert DeviceClass::vmsd is NULL on user emulation
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v6 06/18] cpu: Assert DeviceClass::vmsd is NULL on user emulation
,
Richard Henderson
,
2021/04/22
Re: [PATCH v6 06/18] cpu: Assert DeviceClass::vmsd is NULL on user emulation
,
Dr. David Alan Gilbert
,
2021/04/26
Re: [PATCH v6 06/18] cpu: Assert DeviceClass::vmsd is NULL on user emulation
,
Philippe Mathieu-Daudé
,
2021/04/26
[PATCH v6 07/18] cpu: Rename CPUClass vmsd -> legacy_vmsd
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v6 07/18] cpu: Rename CPUClass vmsd -> legacy_vmsd
,
Richard Henderson
,
2021/04/22
[PATCH v6 08/18] cpu/{avr, lm32, moxie}: Set DeviceClass vmsd field (not CPUClass one)
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v6 08/18] cpu/{avr, lm32, moxie}: Set DeviceClass vmsd field (not CPUClass one)
,
Richard Henderson
,
2021/04/22
[PATCH v6 09/18] cpu: Introduce SysemuCPUOps structure
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 10/18] cpu: Move CPUClass::vmsd to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v6 10/18] cpu: Move CPUClass::vmsd to SysemuCPUOps
,
Richard Henderson
,
2021/04/22
[PATCH v6 11/18] cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 12/18] cpu: Move CPUClass::get_crash_info to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 13/18] cpu: Move CPUClass::write_elf* to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 14/18] cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 15/18] cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 16/18] cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 17/18] cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v6 18/18] cpu: Restrict "hw/core/sysemu-cpu-ops.h" to target/cpu.c
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Alex Bennée
,
2021/04/22
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Richard Henderson
,
2021/04/22
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
David Hildenbrand
,
2021/04/22
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Cornelia Huck
,
2021/04/23
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Peter Maydell
,
2021/04/23
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Thomas Huth
,
2021/04/23
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Cornelia Huck
,
2021/04/23
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Peter Maydell
,
2021/04/23
Re: [PATCH] target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability
,
Peter Maydell
,
2021/04/23
[PATCH] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH] pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warning
,
Christian Borntraeger
,
2021/04/22
[RFC v3 00/13] s390x cleanup
,
Claudio Fontana
,
2021/04/22
[RFC v3 02/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 02/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build
,
Cornelia Huck
,
2021/04/27
Re: [RFC v3 02/13] hw/s390x: only build tod-tcg from the CONFIG_TCG build
,
David Hildenbrand
,
2021/04/28
[RFC v3 01/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 01/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
,
Cornelia Huck
,
2021/04/27
Re: [RFC v3 01/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
,
David Hildenbrand
,
2021/04/28
[RFC v3 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
,
Cornelia Huck
,
2021/04/27
Re: [RFC v3 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
,
David Hildenbrand
,
2021/04/28
[RFC v3 08/13] target/s390x: make helper.c sysemu-only
,
Claudio Fontana
,
2021/04/22
[RFC v3 04/13] target/s390x: remove tcg-stub.c
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 04/13] target/s390x: remove tcg-stub.c
,
Cornelia Huck
,
2021/04/27
[RFC v3 06/13] target/s390x: move sysemu-only code out to cpu-sysemu.c
,
Claudio Fontana
,
2021/04/22
[RFC v3 05/13] target/s390x: start moving TCG-only code to tcg/
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 05/13] target/s390x: start moving TCG-only code to tcg/
,
David Hildenbrand
,
2021/04/28
[RFC v3 10/13] target/s390x: remove kvm-stub.c
,
Claudio Fontana
,
2021/04/22
[RFC v3 07/13] target/s390x: split cpu-dump from helper.c
,
Claudio Fontana
,
2021/04/22
[RFC v3 09/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m
,
Claudio Fontana
,
2021/04/22
[RFC v3 13/13] MAINTAINERS: update s390x directories
,
Claudio Fontana
,
2021/04/22
Re: [RFC v3 13/13] MAINTAINERS: update s390x directories
,
Cornelia Huck
,
2021/04/27
Re: [RFC v3 13/13] MAINTAINERS: update s390x directories
,
Claudio Fontana
,
2021/04/28
[RFC v3 11/13] target/s390x: move kvm files into kvm/
,
Claudio Fontana
,
2021/04/22
[RFC v3 12/13] target/s390x: split sysemu part of cpu models
,
Claudio Fontana
,
2021/04/22
[PATCH v5 00/15] cpu: Introduce SysemuCPUOps structure
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 01/15] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 02/15] cpu: Introduce cpu_virtio_is_big_endian()
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 03/15] cpu: Directly use cpu_write_elf*() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 04/15] cpu: Directly use get_paging_enabled() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 05/15] cpu: Directly use get_memory_mapping() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 06/15] cpu: Introduce SysemuCPUOps structure
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 07/15] cpu: Move CPUClass::vmsd to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v5 07/15] cpu: Move CPUClass::vmsd to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 08/15] cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 09/15] cpu: Move CPUClass::get_crash_info to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 10/15] cpu: Move CPUClass::write_elf* to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 11/15] cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 13/15] cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 12/15] cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 14/15] cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH v5 15/15] cpu: Restrict "hw/core/sysemu-cpu-ops.h" to target/cpu.c
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v4 00/28] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v4 03/28] cpu: Introduce cpu_virtio_is_big_endian()
,
Philippe Mathieu-Daudé
,
2021/04/22
s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Thomas Huth
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Christian Borntraeger
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Daniel P . Berrangé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Peter Maydell
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Thomas Huth
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Christian Borntraeger
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Thomas Huth
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Stefano Garzarella
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Thomas Huth
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Stefano Garzarella
,
2021/04/23
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Christian Borntraeger
,
2021/04/23
Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Thomas Huth
,
2021/04/23
Re: Compiling the s390-ccw bios with clang
,
Christian Borntraeger
,
2021/04/23
Re: Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Cornelia Huck
,
2021/04/23
Re: Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Thomas Huth
,
2021/04/23
Re: Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Daniel P . Berrangé
,
2021/04/23
Re: Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Thomas Huth
,
2021/04/23
Re: Compiling the s390-ccw bios with clang (was: Re: s390-ccw: warning: writing 1 byte into a region of size 0)
,
Daniel P . Berrangé
,
2021/04/23
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Daniel P . Berrangé
,
2021/04/22
Re: s390-ccw: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Eduardo Habkost
,
2021/04/21
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Peter Maydell
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Philippe Mathieu-Daudé
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Peter Maydell
,
2021/04/22
Re: [PATCH v3 01/27] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Philippe Mathieu-Daudé
,
2021/04/22
[PATCH] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
,
Thomas Huth
,
2021/04/21
Re: [PATCH] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
,
Philippe Mathieu-Daudé
,
2021/04/21
Re: [PATCH] pc-bios/s390-ccw/bootmap: Silence compiler warning from Clang
,
Christian Borntraeger
,
2021/04/21
[PATCH v2] vfio-ccw: Permit missing IRQs
,
Eric Farman
,
2021/04/21
Re: [PATCH v2] vfio-ccw: Permit missing IRQs
,
Cornelia Huck
,
2021/04/23
Re: [PATCH v2] vfio-ccw: Permit missing IRQs
,
Matthew Rosato
,
2021/04/23
Re: [PATCH v2] vfio-ccw: Permit missing IRQs
,
Eric Farman
,
2021/04/23
Re: [PATCH v2] vfio-ccw: Permit missing IRQs
,
Cornelia Huck
,
2021/04/26
Re: [PATCH v2] vfio-ccw: Permit missing IRQs
,
Cornelia Huck
,
2021/04/26
Re: [PATCH for-6.1] hw: add compat machines for 6.1
,
Peter Maydell
,
2021/04/20
Re: [PATCH for-6.1] hw: add compat machines for 6.1
,
Cornelia Huck
,
2021/04/20
[RFC v2 00/13] s390x cleanup
,
Claudio Fontana
,
2021/04/20
[RFC v2 01/13] hw/s390x: only build tod-qemu from the CONFIG_TCG build
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 01/13] hw/s390x: only build tod-qemu from the CONFIG_TCG build
,
David Hildenbrand
,
2021/04/20
[RFC v2 02/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 02/13] hw/s390x: rename tod-qemu.c to tod-tcg.c
,
David Hildenbrand
,
2021/04/20
[RFC v2 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 03/13] hw/s390x: tod: make explicit checks for accelerators when initializing
,
David Hildenbrand
,
2021/04/20
[RFC v2 04/13] target/s390x: remove tcg-stub.c
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 04/13] target/s390x: remove tcg-stub.c
,
David Hildenbrand
,
2021/04/20
Re: [RFC v2 04/13] target/s390x: remove tcg-stub.c
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 04/13] target/s390x: remove tcg-stub.c
,
David Hildenbrand
,
2021/04/20
Re: [RFC v2 04/13] target/s390x: remove tcg-stub.c
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 04/13] target/s390x: remove tcg-stub.c
,
David Hildenbrand
,
2021/04/20
[RFC v2 05/13] target/s390x: start moving TCG-only code to tcg/
,
Claudio Fontana
,
2021/04/20
Re: [RFC v2 05/13] target/s390x: start moving TCG-only code to tcg/
,
David Hildenbrand
,
2021/04/20
Re: [RFC v2 05/13] target/s390x: start moving TCG-only code to tcg/
,
Claudio Fontana
,
2021/04/20
[RFC v2 11/13] target/s390x: move kvm files into kvm/
,
Claudio Fontana
,
2021/04/20
[RFC v2 07/13] target/s390x: split cpu-dump from helper.c
,
Claudio Fontana
,
2021/04/20
[RFC v2 08/13] target/s390x: make helper.c sysemu-only
,
Claudio Fontana
,
2021/04/20
[RFC v2 09/13] target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m
,
Claudio Fontana
,
2021/04/20
[RFC v2 06/13] target/s390x: move sysemu-only code out to cpu-sysemu.c
,
Claudio Fontana
,
2021/04/20
[RFC v2 13/13] MAINTAINERS: update s390x directories
,
Claudio Fontana
,
2021/04/20
[RFC v2 10/13] target/s390x: remove kvm-stub.c
,
Claudio Fontana
,
2021/04/20
[RFC v2 12/13] target/s390x: split sysemu part of cpu models
,
Claudio Fontana
,
2021/04/20
[RFC PATCH] vfio-ccw: Permit missing IRQs
,
Eric Farman
,
2021/04/19
Re: [RFC PATCH] vfio-ccw: Permit missing IRQs
,
Cornelia Huck
,
2021/04/21
Re: [RFC PATCH] vfio-ccw: Permit missing IRQs
,
Eric Farman
,
2021/04/21
Re: [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
,
Claudio Fontana
,
2021/04/19
Re: [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
,
Claudio Fontana
,
2021/04/19
Re: [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
,
Cornelia Huck
,
2021/04/19
Re: [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
,
Claudio Fontana
,
2021/04/19
Re: [RFC v1 1/5] hw/s390x: only build qemu-tod from the CONFIG_TCG build
,
Cornelia Huck
,
2021/04/19
[PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/16
[PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0
,
Ilya Leoshkevich
,
2021/04/16
Re: [PATCH v5 2/4] target/arm: Make sure that commpage's tb->size != 0
,
Richard Henderson
,
2021/04/23
[PATCH v5 3/4] target/xtensa: Make sure that tb->size != 0
,
Ilya Leoshkevich
,
2021/04/16
[PATCH v5 1/4] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/16
[PATCH v5 4/4] accel/tcg: Assert that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/16
Re: [PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Cornelia Huck
,
2021/04/23
Re: [PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Richard Henderson
,
2021/04/23
Re: [PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Cornelia Huck
,
2021/04/26
Re: [PATCH v5 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Cornelia Huck
,
2021/04/26
[PATCH] pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached
,
Marc Hartmayer
,
2021/04/16
Re: [PATCH] pc-bios/s390-ccw: don't try to read the next block if end of chunk is reached
,
Thomas Huth
,
2021/04/16
[PATCH 0/8] Tests: introduce custom jobs
,
Cleber Rosa
,
2021/04/15
[PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI
,
Thomas Huth
,
2021/04/15
Re: [PATCH 1/8] Acceptance Jobs: preserve the cache for pip on GitLab CI
,
Cleber Rosa
,
2021/04/16
[PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 2/8] Acceptance tests: do not try to reuse packages from the system
,
Wainer dos Santos Moschetta
,
2021/04/19
[PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Cleber Rosa
,
2021/04/16
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Wainer dos Santos Moschetta
,
2021/04/19
Re: [PATCH 3/8] tests/acceptance/linux_ssh_mips_malta.py: drop identical setUp
,
Willian Rampazzo
,
2021/04/16
[PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
,
Cleber Rosa
,
2021/04/16
Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 4/8] tests/acceptance/migration.py: cancel test if migration is not supported
,
Wainer dos Santos Moschetta
,
2021/04/19
[PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Cleber Rosa
,
2021/04/16
Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 5/8] tests/acceptance/cpu_queries.py: use the proper logging channels
,
Wainer dos Santos Moschetta
,
2021/04/19
[PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x
,
Wainer dos Santos Moschetta
,
2021/04/19
Re: [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x
,
Willian Rampazzo
,
2021/04/19
[PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests
,
Willian Rampazzo
,
2021/04/16
Re: [PATCH 6/8] Acceptance tests: prevent shutdown on non-specific target tests
,
Wainer dos Santos Moschetta
,
2021/04/19
[PATCH 8/8] Tests: add custom test jobs
,
Cleber Rosa
,
2021/04/15
Re: [PATCH 8/8] Tests: add custom test jobs
,
Philippe Mathieu-Daudé
,
2021/04/16
Re: [PATCH 8/8] Tests: add custom test jobs
,
Cleber Rosa
,
2021/04/16
Re: [PATCH 0/8] Tests: introduce custom jobs
,
Paolo Bonzini
,
2021/04/16
Re: [PATCH 0/8] Tests: introduce custom jobs
,
Cleber Rosa
,
2021/04/16
[PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
Philippe Mathieu-Daudé
,
2021/04/15
Re: [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
David Gibson
,
2021/04/16
Re: [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
Greg Kurz
,
2021/04/16
Re: [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
Christian Borntraeger
,
2021/04/16
Re: [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
Cornelia Huck
,
2021/04/16
Re: [PATCH v4 09/12] qtest/migration-test: Skip tests if KVM not builtin on s390x/ppc64
,
Alex Bennée
,
2021/04/30
[PATCH v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/15
[PATCH v4 1/4] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/15
[PATCH v4 4/4] accel/tcg: Assert that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/15
[PATCH v4 3/4] target/xtensa: Make sure that tb->size != 0
,
Ilya Leoshkevich
,
2021/04/15
Re: [PATCH v4 3/4] target/xtensa: Make sure that tb->size != 0
,
Max Filippov
,
2021/04/15
[PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0
,
Ilya Leoshkevich
,
2021/04/15
Re: [PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0
,
Peter Maydell
,
2021/04/16
Re: [PATCH v4 2/4] target/arm: Make sure that commpage's tb->size != 0
,
Ilya Leoshkevich
,
2021/04/16
Re: [PATCH v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Cornelia Huck
,
2021/04/15
Re: [PATCH v4 0/4] accel/tcg: Make sure that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/16
[PATCH v3 0/3] accel/tcg: Make sure that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/14
[PATCH v3 2/3] target/arm: Make sure that commpage's tb->size != 0
,
Ilya Leoshkevich
,
2021/04/14
[PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
David Hildenbrand
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Max Filippov
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Richard Henderson
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Max Filippov
,
2021/04/14
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Ilya Leoshkevich
,
2021/04/15
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Richard Henderson
,
2021/04/15
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Peter Maydell
,
2021/04/15
Re: [PATCH v3 3/3] accel/tcg: Assert that tb->size != 0 after translation
,
Max Filippov
,
2021/04/15
[PATCH v3 1/3] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/14
Re: [PATCH v3 1/3] target/s390x: Fix translation exception on illegal instruction
,
David Hildenbrand
,
2021/04/14
[PATCH] linux-user/elfload: add s390x core dumping support
,
Ilya Leoshkevich
,
2021/04/13
[PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/13
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Richard Henderson
,
2021/04/13
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
David Hildenbrand
,
2021/04/14
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Cornelia Huck
,
2021/04/14
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/14
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Ilya Leoshkevich
,
2021/04/14
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Cornelia Huck
,
2021/04/14
Re: [PATCH v2] target/s390x: Fix translation exception on illegal instruction
,
Cornelia Huck
,
2021/04/14
[PULL for-6.0 0/1] s390x fix
,
Cornelia Huck
,
2021/04/09
[PULL for-6.0 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/09
Re: [PULL for-6.0 0/1] s390x fix
,
Peter Maydell
,
2021/04/09
[PATCH v2 0/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/08
[PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/08
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Halil Pasic
,
2021/04/09
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/09
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/09
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/09
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/09
Re: [PATCH v2 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/09
[PATCH v1 0/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/06
[PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/06
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/06
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/07
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Halil Pasic
,
2021/04/07
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Halil Pasic
,
2021/04/07
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Pierre Morel
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Halil Pasic
,
2021/04/08
Re: [PATCH v1 1/1] s390x: css: report errors from ccw_dstream_read/write
,
Cornelia Huck
,
2021/04/08
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc