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: Sat Feb 27 2021 13:52:54 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH 00/16] cpu: Introduce CPUSystemOperations structure
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 01/16] target: Set CPUClass::vmsd instead of DeviceClass::vmsd
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 02/16] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 03/16] cpu: Introduce cpu_virtio_is_big_endian()
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 04/16] cpu: Directly use cpu_write_elf*() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 05/16] cpu: Directly use get_paging_enabled() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 06/16] cpu: Directly use get_memory_mapping() fallback handlers in place
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 08/16] cpu: Move CPUClass::vmsd to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 09/16] cpu: Move CPUClass::virtio_is_big_endian to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 07/16] cpu: Introduce CPUSystemOperations structure
,
Philippe Mathieu-Daudé
,
2021/02/26
Re: [PATCH 07/16] cpu: Introduce CPUSystemOperations structure
,
Claudio Fontana
,
2021/02/27
Re: [PATCH 07/16] cpu: Introduce CPUSystemOperations structure
,
Claudio Fontana
,
2021/02/27
[PATCH 11/16] cpu: Move CPUClass::write_elf* to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 12/16] cpu: Move CPUClass::asidx_from_attrs to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 10/16] cpu: Move CPUClass::get_crash_info to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 13/16] cpu: Move CPUClass::get_phys_page_debug to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 14/16] cpu: Move CPUClass::get_memory_mapping to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 15/16] cpu: Move CPUClass::get_paging_enabled to CPUSystemOperations
,
Philippe Mathieu-Daudé
,
2021/02/26
[PATCH 16/16] cpu: Restrict cpu_paging_enabled / cpu_get_memory_mapping to sysemu
,
Philippe Mathieu-Daudé
,
2021/02/26
Re: [PATCH 0/2] sysemu: Let VMChangeStateHandler take boolean 'running' argument
,
Philippe Mathieu-Daudé
,
2021/02/22
[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/22
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Boris Fiuczynski
,
2021/02/22
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Daniel P . Berrangé
,
2021/02/22
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/23
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/24
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/24
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/25
Re: [PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/25
[PATCH v2 00/11] hw/accel: Exit gracefully when accelerator is invalid
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Cornelia Huck
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Philippe Mathieu-Daudé
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Cornelia Huck
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Philippe Mathieu-Daudé
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
David Gibson
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
David Gibson
,
2021/02/22
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Cornelia Huck
,
2021/02/23
Re: [PATCH v2 01/11] accel/kvm: Check MachineClass kvm_type() return value
,
Philippe Mathieu-Daudé
,
2021/02/23
[PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
,
Cornelia Huck
,
2021/02/22
Re: [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
,
Philippe Mathieu-Daudé
,
2021/02/22
Re: [PATCH v2 02/11] hw/boards: Introduce machine_class_valid_for_accelerator()
,
Cornelia Huck
,
2021/02/22
[PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 03/11] hw/core: Restrict 'query-machines' to those supported by current accel
,
Cornelia Huck
,
2021/02/22
[PATCH v2 05/11] hw/mips: Restrict KVM to the malta & virt machines
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 05/11] hw/mips: Restrict KVM to the malta & virt machines
,
Jiaxun Yang
,
2021/02/20
Re: [PATCH v2 05/11] hw/mips: Restrict KVM to the malta & virt machines
,
Huacai Chen
,
2021/02/20
[PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 07/11] hw/s390x: Explicit the s390-ccw-virtio machines support TCG and KVM
,
Cornelia Huck
,
2021/02/22
[RFC PATCH v2 08/11] hw/i386: Explicit x86 machines support all current accelerators
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 04/11] hw/arm: Restrit KVM to the virt & versal machines
,
BALATON Zoltan
,
2021/02/22
[RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines
,
David Gibson
,
2021/02/22
Re: [RFC PATCH v2 06/11] hw/ppc: Restrict KVM to various PPC machines
,
Philippe Mathieu-Daudé
,
2021/02/22
[PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to Xen accelerator
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to Xen accelerator
,
Paul Durrant
,
2021/02/19
[PATCH v2 10/11] hw/board: Only allow TCG accelerator by default
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH v2 11/11] softmmu/vl: Exit gracefully when accelerator is not supported
,
Cornelia Huck
,
2021/02/22
[PATCH v2 0/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/19
[PATCH v2 1/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/19
Re: [PATCH v2 1/1] css: SCHIB measurement block origin must be aligned
,
Thomas Huth
,
2021/02/19
Re: [PATCH v2 1/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/19
Re: [PATCH v2 0/1] css: SCHIB measurement block origin must be aligned
,
Cornelia Huck
,
2021/02/22
[PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH 1/7] accel/kvm: Check MachineClass kvm_type() return value
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
,
Daniel P . Berrangé
,
2021/02/19
Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
,
Peter Maydell
,
2021/02/19
Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
,
Daniel P . Berrangé
,
2021/02/19
Re: [PATCH 2/7] hw/boards: Introduce 'kvm_supported' field to MachineClass
,
Leif Lindholm
,
2021/02/19
[PATCH 3/7] hw/arm: Set kvm_supported for KVM-compatible machines
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH 4/7] hw/mips: Set kvm_supported for KVM-compatible machines
,
Philippe Mathieu-Daudé
,
2021/02/19
[RFC PATCH 5/7] hw/ppc: Set kvm_supported for KVM-compatible machines
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH 6/7] hw/s390x: Set kvm_supported to s390-ccw-virtio machines
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH 7/7] accel/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Peter Maydell
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Daniel P . Berrangé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Daniel P . Berrangé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Claudio Fontana
,
2021/02/19
Re: [PATCH 0/7] hw/kvm: Exit gracefully when KVM is not supported
,
Philippe Mathieu-Daudé
,
2021/02/19
[PATCH] s390x/pci: restore missing Query PCI Function CLP data
,
Matthew Rosato
,
2021/02/18
Re: [PATCH] s390x/pci: restore missing Query PCI Function CLP data
,
Cornelia Huck
,
2021/02/19
[PATCH 0/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/18
[PATCH 1/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/18
Re: [PATCH 1/1] css: SCHIB measurement block origin must be aligned
,
Thomas Huth
,
2021/02/19
Re: [PATCH 1/1] css: SCHIB measurement block origin must be aligned
,
Pierre Morel
,
2021/02/19
[PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Halil Pasic
,
2021/02/17
Re: [PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Thomas Huth
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: fix build for virtio-9p-ccw
,
Cornelia Huck
,
2021/02/18
[PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/17
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Thomas Huth
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Cornelia Huck
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/19
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/19
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/19
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Gerd Hoffmann
,
2021/02/19
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Thomas Huth
,
2021/02/18
Re: [PATCH 1/1] hw/s390x: modularize virtio-gpu-ccw
,
Halil Pasic
,
2021/02/18
[PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Thomas Huth
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Michael S. Tsirkin
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Michael S. Tsirkin
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Halil Pasic
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Halil Pasic
,
2021/02/17
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/18
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Halil Pasic
,
2021/02/18
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/19
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Cornelia Huck
,
2021/02/19
Re: [PATCH] virtio-ccw: commands on revision-less devices
,
Michael S. Tsirkin
,
2021/02/21
[PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Thomas Huth
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Peter Maydell
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Thomas Huth
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Thomas Huth
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Peter Maydell
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Thomas Huth
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Peter Maydell
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Halil Pasic
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Cornelia Huck
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Thomas Huth
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Peter Maydell
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Halil Pasic
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Richard Henderson
,
2021/02/16
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Peter Maydell
,
2021/02/17
Re: [PATCH] pc-bios/s390-ccw: Use memory barriers in virtio code
,
Richard Henderson
,
2021/02/17
Re: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with qemu-user-static, but working on the native arch
,
David Hildenbrand
,
2021/02/11
Message not available
RE: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with qemu-user-static, but working on the native arch
,
Hyounggyu Choi
,
2021/02/11
Re: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with qemu-user-static, but working on the native arch
,
David Hildenbrand
,
2021/02/11
Re: Crash on jar (openjdk-15.0.1_p9) in the alpine docker container with qemu-user-static, but working on the native arch
,
David Hildenbrand
,
2021/02/11
[PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
,
David Hildenbrand
,
2021/02/09
[PULL v9 00/13] Cgs patches
,
David Gibson
,
2021/02/08
[PULL v9 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
,
David Gibson
,
2021/02/08
[PULL v9 02/13] confidential guest support: Introduce new confidential guest support class
,
David Gibson
,
2021/02/08
[PULL v9 01/13] qom: Allow optional sugar props
,
David Gibson
,
2021/02/08
[PULL v9 03/13] sev: Remove false abstraction of flash encryption
,
David Gibson
,
2021/02/08
[PULL v9 06/13] sev: Add Error ** to sev_kvm_init()
,
David Gibson
,
2021/02/08
[PULL v9 05/13] confidential guest support: Rework the "memory-encryption" property
,
David Gibson
,
2021/02/08
[PULL v9 09/13] confidential guest support: Update documentation
,
David Gibson
,
2021/02/08
[PULL v9 12/13] confidential guest support: Alter virtio default properties for protected guests
,
David Gibson
,
2021/02/08
[PULL v9 11/13] spapr: PEF: prevent migration
,
David Gibson
,
2021/02/08
[PULL v9 13/13] s390: Recognize confidential-guest-support option
,
David Gibson
,
2021/02/08
[PULL v9 10/13] spapr: Add PEF based confidential guest support
,
David Gibson
,
2021/02/08
[PULL v9 08/13] confidential guest support: Move SEV initialization into arch specific code
,
David Gibson
,
2021/02/08
[PULL v9 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/08
Re: [PULL v9 00/13] Cgs patches
,
Peter Maydell
,
2021/02/08
[PULL v9 00/13] Cgs patches
,
David Gibson
,
2021/02/08
[PULL v9 03/13] sev: Remove false abstraction of flash encryption
,
David Gibson
,
2021/02/08
[PULL v9 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
,
David Gibson
,
2021/02/08
[PULL v9 02/13] confidential guest support: Introduce new confidential guest support class
,
David Gibson
,
2021/02/08
[PULL v9 05/13] confidential guest support: Rework the "memory-encryption" property
,
David Gibson
,
2021/02/08
[PULL v9 01/13] qom: Allow optional sugar props
,
David Gibson
,
2021/02/08
[PULL v9 09/13] confidential guest support: Update documentation
,
David Gibson
,
2021/02/08
[PULL v9 08/13] confidential guest support: Move SEV initialization into arch specific code
,
David Gibson
,
2021/02/08
[PULL v9 13/13] s390: Recognize confidential-guest-support option
,
David Gibson
,
2021/02/08
[PULL v9 10/13] spapr: Add PEF based confidential guest support
,
David Gibson
,
2021/02/08
[PULL v9 06/13] sev: Add Error ** to sev_kvm_init()
,
David Gibson
,
2021/02/08
[PULL v9 11/13] spapr: PEF: prevent migration
,
David Gibson
,
2021/02/08
[PULL v9 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/08
[PULL v9 12/13] confidential guest support: Alter virtio default properties for protected guests
,
David Gibson
,
2021/02/08
[PATCH v3] target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/05
Re: [PATCH v3] target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/05
Re: [PATCH v3] target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section
,
Cornelia Huck
,
2021/02/08
[PATCH] tcg/s390: Fix compare instruction from extended-immediate facility
,
Philippe Mathieu-Daudé
,
2021/02/04
Re: [PATCH] tcg/s390: Fix compare instruction from extended-immediate facility
,
Richard Henderson
,
2021/02/04
Re: [PATCH] tcg/s390: Fix compare instruction from extended-immediate facility
,
David Hildenbrand
,
2021/02/04
Re: [PATCH] tcg/s390: Fix compare instruction from extended-immediate facility
,
Richard W.M. Jones
,
2021/02/04
[PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/04
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/04
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/05
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/05
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/05
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/05
Re: [PATCH v2] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/05
Re: getting the console output for s390 cdrom-test?
,
Thomas Huth
,
2021/02/04
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/08
Re: getting the console output for s390 cdrom-test?
,
Thomas Huth
,
2021/02/08
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/08
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/09
Re: getting the console output for s390 cdrom-test?
,
Cornelia Huck
,
2021/02/09
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/09
Re: getting the console output for s390 cdrom-test?
,
Cornelia Huck
,
2021/02/09
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/09
Re: getting the console output for s390 cdrom-test?
,
Thomas Huth
,
2021/02/12
Re: getting the console output for s390 cdrom-test?
,
Peter Maydell
,
2021/02/12
Re: getting the console output for s390 cdrom-test?
,
Thomas Huth
,
2021/02/12
Re: [Qemu-devel] [PATCH v2] pc: Don't make die-id mandatory unless necessary
,
Philippe Mathieu-Daudé
,
2021/02/03
[PATCH] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/03
Re: [PATCH] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/04
Re: [PATCH] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Thomas Huth
,
2021/02/04
Re: [PATCH] target/s390x/arch_dump: Fixes for the name field in the PT_NOTE section
,
Christian Borntraeger
,
2021/02/04
[PATCH v8 00/13] Generalize memory encryption models
,
David Gibson
,
2021/02/01
[PATCH v8 03/13] sev: Remove false abstraction of flash encryption
,
David Gibson
,
2021/02/01
[PATCH v8 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
,
David Gibson
,
2021/02/01
[PATCH v8 01/13] qom: Allow optional sugar props
,
David Gibson
,
2021/02/01
[PATCH v8 02/13] confidential guest support: Introduce new confidential guest support class
,
David Gibson
,
2021/02/01
[PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code
,
David Gibson
,
2021/02/01
Re: [PATCH v8 08/13] confidential guest support: Move SEV initialization into arch specific code
,
Greg Kurz
,
2021/02/03
[PATCH v8 05/13] confidential guest support: Rework the "memory-encryption" property
,
David Gibson
,
2021/02/01
[PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/01
Re: [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
Dr. David Alan Gilbert
,
2021/02/03
Re: [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
Greg Kurz
,
2021/02/03
Re: [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/03
Re: [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
Venu Busireddy
,
2021/02/10
Re: [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/11
[PATCH v8 12/13] confidential guest support: Alter virtio default properties for protected guests
,
David Gibson
,
2021/02/01
Re: [PATCH v8 12/13] confidential guest support: Alter virtio default properties for protected guests
,
Michael S. Tsirkin
,
2021/02/02
Re: [PATCH v8 12/13] confidential guest support: Alter virtio default properties for protected guests
,
David Gibson
,
2021/02/02
[PATCH v8 11/13] spapr: PEF: prevent migration
,
David Gibson
,
2021/02/01
[PATCH v8 09/13] confidential guest support: Update documentation
,
David Gibson
,
2021/02/01
[PATCH v8 06/13] sev: Add Error ** to sev_kvm_init()
,
David Gibson
,
2021/02/01
[PATCH v8 10/13] spapr: Add PEF based confidential guest support
,
David Gibson
,
2021/02/01
Re: [PATCH v8 10/13] spapr: Add PEF based confidential guest support
,
Greg Kurz
,
2021/02/03
Re: [PATCH v8 10/13] spapr: Add PEF based confidential guest support
,
David Gibson
,
2021/02/03
[PATCH v8 13/13] s390: Recognize confidential-guest-support option
,
David Gibson
,
2021/02/01
Re: [PATCH v8 13/13] s390: Recognize confidential-guest-support option
,
Christian Borntraeger
,
2021/02/03
Re: [PATCH v7 07/13] confidential guest support: Introduce cgs "ready" flag
,
David Gibson
,
2021/02/01
Re: [PATCH 10/10] target: Move SEMIHOSTING feature to target Kconfig
,
Alex Bennée
,
2021/02/01
Re: [PATCH 09/10] target: Move ARM_COMPATIBLE_SEMIHOSTING feature to target Kconfig
,
Alex Bennée
,
2021/02/01
Re: [PATCH 09/10] target: Move ARM_COMPATIBLE_SEMIHOSTING feature to target Kconfig
,
Alistair Francis
,
2021/02/01
Re: [PATCH 08/10] default-configs: Remove unnecessary SEMIHOSTING selection
,
Alex Bennée
,
2021/02/01
Re: [PATCH 08/10] default-configs: Remove unnecessary SEMIHOSTING selection
,
Alistair Francis
,
2021/02/01
Re: [PATCH 07/10] target/arm: Move V7M feature to target Kconfig
,
Alex Bennée
,
2021/02/01
Re: [PATCH 05/10] meson: Introduce target-specific Kconfig
,
Alex Bennée
,
2021/02/01
Re: [PATCH 06/10] target/i386: Move SEV feature to target Kconfig
,
Alex Bennée
,
2021/02/01
Re: [PATCH 04/10] hw/lm32/Kconfig: Have MILKYMIST select LM32_PERIPHERALS
,
Alex Bennée
,
2021/02/01
Re: [PATCH 03/10] hw/sh4/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_PERIPHERALS
,
Alex Bennée
,
2021/02/01
Re: [PATCH 02/10] hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards
,
Alex Bennée
,
2021/02/01
Re: [PATCH 01/10] hw/sh4/Kconfig: Rename CONFIG_SH4 -> CONFIG_SH4_PERIPHERALS
,
Alex Bennée
,
2021/02/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc