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