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: Mon Feb 28 2022 13:31:56 -0500
Threads in reverse chronological order
[
Next Period
]
[PULL 0/6] s390x patches
,
Thomas Huth
,
2022/02/28
[PULL 1/6] s390x: sck: load into a temporary not into in1
,
Thomas Huth
,
2022/02/28
[PULL 2/6] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
,
Thomas Huth
,
2022/02/28
[PULL 4/6] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Thomas Huth
,
2022/02/28
[PULL 3/6] travis.yml: Update the s390x jobs to Ubuntu Focal
,
Thomas Huth
,
2022/02/28
[PULL 5/6] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
Thomas Huth
,
2022/02/28
[PULL 6/6] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Thomas Huth
,
2022/02/28
[PATCH 0/9] Avocado tests: filter out tests using TCG booting full blown distros
,
Cleber Rosa
,
2022/02/25
[PATCH 1/9] Avocado GitLab CI jobs: don't reset TARGETS and simplify commands
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 1/9] Avocado GitLab CI jobs: don't reset TARGETS and simplify commands
,
Daniel P . Berrangé
,
2022/02/28
[PATCH 2/9] Avocado tests: use logging namespace that is preserved in test logs
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 2/9] Avocado tests: use logging namespace that is preserved in test logs
,
Philippe Mathieu-Daudé
,
2022/02/27
Re: [PATCH 2/9] Avocado tests: use logging namespace that is preserved in test logs
,
Alex Bennée
,
2022/02/28
[PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change
,
Philippe Mathieu-Daudé
,
2022/02/27
Re: [PATCH 3/9] Avocado migration test: adapt to "utils.network" API namespace change
,
Alex Bennée
,
2022/02/28
[PATCH 4/9] Avocado: bump to version 95.0
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 4/9] Avocado: bump to version 95.0
,
Thomas Huth
,
2022/02/28
[PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 5/9] tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tag
,
Philippe Mathieu-Daudé
,
2022/02/27
[PATCH 7/9] Avocado tests: improve documentation on tag filtering
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 7/9] Avocado tests: improve documentation on tag filtering
,
Thomas Huth
,
2022/02/28
[PATCH 6/9] tests/avocado/virtiofs_submounts.py: shared_dir may not exist
,
Cleber Rosa
,
2022/02/25
[PATCH 9/9] Avocado tests: don't run tests with TCG that boot full blown distros
,
Cleber Rosa
,
2022/02/25
[PATCH 8/9] Avocado tests: classify tests based on what it's booted
,
Cleber Rosa
,
2022/02/25
Re: [PATCH 8/9] Avocado tests: classify tests based on what it's booted
,
Pavel Dovgalyuk
,
2022/02/28
[PATCH v2 14/18] travis.yml: Update the s390x jobs to Ubuntu Focal
,
Alex Bennée
,
2022/02/25
[PATCH v2 15/18] gitlab: upgrade the job definition for s390x to 20.04
,
Alex Bennée
,
2022/02/25
[PATCH v2 05/18] tests/docker: update debian-s390x-cross with lcitool
,
Alex Bennée
,
2022/02/25
[PATCH v2 13/18] tests/tcg: add vectorised sha512 versions
,
Alex Bennée
,
2022/02/25
[PATCH 00/10] tcg/s390x: updates for mie2 and mie3
,
Richard Henderson
,
2022/02/24
[PATCH 01/10] tcg/s390x: Distinguish RRF-a and RRF-c formats
,
Richard Henderson
,
2022/02/24
[PATCH 02/10] tcg/s390x: Distinguish RIE formats
,
Richard Henderson
,
2022/02/24
[PATCH 03/10] tcg/s390x: Support MIE2 multiply single instructions
,
Richard Henderson
,
2022/02/24
[PATCH 06/10] tcg/s390x: Create tgen_cmp2 to simplify movcond
,
Richard Henderson
,
2022/02/24
[PATCH 05/10] tcg/s390x: Support MIE3 logical operations
,
Richard Henderson
,
2022/02/24
[PATCH 04/10] tcg/s390x: Support MIE2 MGRK instruction
,
Richard Henderson
,
2022/02/24
[PATCH 08/10] tcg/s390x: Use tgen_movcond_int in tgen_clz
,
Richard Henderson
,
2022/02/24
[PATCH 07/10] tcg/s390x: Support SELGR instruction in MOVCOND
,
Richard Henderson
,
2022/02/24
[PATCH 09/10] tcg/s390x: Use vector ctz for integer ctz
,
Richard Henderson
,
2022/02/24
[PATCH 10/10] tcg/s390x: Implement ctpop operation
,
Richard Henderson
,
2022/02/24
[PATCH v7 0/4] s390x: Add partial z15 support and tests
,
David Miller
,
2022/02/23
[PATCH v7 2/4] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/23
[PATCH v7 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/23
Re: [PATCH v7 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Richard Henderson
,
2022/02/23
[PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/23
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Richard Henderson
,
2022/02/23
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Richard Henderson
,
2022/02/23
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Thomas Huth
,
2022/02/28
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/28
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Richard Henderson
,
2022/02/28
Re: [PATCH v7 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/28
[PATCH v7 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
David Miller
,
2022/02/23
[RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
,
Alex Bennée
,
2022/02/21
Re: [RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
,
Christian Borntraeger
,
2022/02/22
Re: [RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
,
Thomas Huth
,
2022/02/22
Re: [RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
,
Philippe Mathieu-Daudé
,
2022/02/22
Re: [RFC PATCH] gitlab: upgrade the job definition for s390x to 20.04
,
Cornelia Huck
,
2022/02/22
[PATCH] travis.yml: Update the s390x jobs to Ubuntu Focal
,
Thomas Huth
,
2022/02/21
Re: [PATCH] travis.yml: Update the s390x jobs to Ubuntu Focal
,
Alex Bennée
,
2022/02/21
[PATCH] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
,
Thomas Huth
,
2022/02/21
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
,
Daniel P . Berrangé
,
2022/02/21
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
,
Philippe Mathieu-Daudé
,
2022/02/21
Re: [PATCH] tests/avocado/machine_s390_ccw_virtio: Adapt test to new default resolution
,
Halil Pasic
,
2022/02/21
'make check-acceptance' failing on s390 tests?
,
Peter Maydell
,
2022/02/18
Re: 'make check-acceptance' failing on s390 tests?
,
Richard Henderson
,
2022/02/18
Re: 'make check-acceptance' failing on s390 tests?
,
Thomas Huth
,
2022/02/21
[PATCH v6 0/4] s390x: Add partial z15 support and tests
,
David Miller
,
2022/02/17
[PATCH v6 2/4] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/17
[PATCH v6 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/17
Re: [PATCH v6 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Richard Henderson
,
2022/02/23
Re: [PATCH v6 3/4] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/23
[PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/17
Re: [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Christian Borntraeger
,
2022/02/23
Re: [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/23
Re: [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Christian Borntraeger
,
2022/02/24
Re: [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Richard Henderson
,
2022/02/23
Re: [PATCH v6 1/4] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/23
[PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
David Miller
,
2022/02/17
Re: [PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
Thomas Huth
,
2022/02/23
Re: [PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
David Hildenbrand
,
2022/02/23
Re: [PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
Thomas Huth
,
2022/02/23
Re: [PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
David Hildenbrand
,
2022/02/23
Re: [PATCH v6 4/4] tests/tcg/s390x: changed to using .insn for tests requiring z15
,
Thomas Huth
,
2022/02/23
Re: [PATCH v2 1/2] Mark remaining global TypeInfo instances as const
,
Bernhard Beschow
,
2022/02/17
Re: Call for GSoC and Outreachy project ideas for summer 2022
,
Thomas Huth
,
2022/02/17
Re: Call for GSoC and Outreachy project ideas for summer 2022
,
Stefan Hajnoczi
,
2022/02/19
[PATCH v6 00/11] s390x: CPU Topology
,
Pierre Morel
,
2022/02/17
[PATCH v6 01/11] s390x: SCLP: reporting the maximum nested topology entries
,
Pierre Morel
,
2022/02/17
[PATCH v6 02/11] s390x: topology: CPU topology objects and structures
,
Pierre Morel
,
2022/02/17
[PATCH v6 03/11] s390x: topology: implementating Store Topology System Information
,
Pierre Morel
,
2022/02/17
[PATCH v6 07/11] s390x: topology: Adding books to STSI
,
Pierre Morel
,
2022/02/17
[PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
,
Pierre Morel
,
2022/02/17
Re: [PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
,
Daniel P . Berrangé
,
2022/02/17
Re: [PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
,
Pierre Morel
,
2022/02/17
Re: [PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
,
Daniel P . Berrangé
,
2022/02/17
Re: [PATCH v6 08/11] s390x: topology: Adding drawers to CPU topology
,
Pierre Morel
,
2022/02/17
[PATCH v6 05/11] s390x: kvm: topology: interception of PTF instruction
,
Pierre Morel
,
2022/02/17
[PATCH v6 04/11] s390x: CPU topology: CPU topology migration
,
Pierre Morel
,
2022/02/17
[PATCH v6 06/11] s390x: topology: Adding books to CPU topology
,
Pierre Morel
,
2022/02/17
[PATCH v6 11/11] s390x: topology: documentation
,
Pierre Morel
,
2022/02/17
[PATCH v6 09/11] s390x: topology: Adding drawers to STSI
,
Pierre Morel
,
2022/02/17
[PATCH v6 10/11] s390x: topology: implementing numa for the s390x topology
,
Pierre Morel
,
2022/02/17
[PATCH v5 0/3] s390x: Add partial z15 support and tests
,
David Miller
,
2022/02/16
[PATCH v5 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/16
[PATCH v5 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/16
Re: [PATCH v5 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Christian Borntraeger
,
2022/02/17
Re: [PATCH v5 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/17
[PATCH v5 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/16
[PATCH v4 0/3] s390x: Add partial z15 support and tests
,
David Miller
,
2022/02/16
[PATCH v4 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/16
Re: [PATCH v4 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/16
[PATCH v4 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/16
Re: [PATCH v4 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v4 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/16
Re: [PATCH v4 3/3] tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
[PATCH v4 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/16
Re: [PATCH v4 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Hildenbrand
,
2022/02/16
[PATCH] tests/tcg/s390x: Build tests with debian11
,
David Hildenbrand
,
2022/02/16
Re: [PATCH] tests/tcg/s390x: Build tests with debian11
,
Alex Bennée
,
2022/02/16
Re: [PATCH] tests/tcg/s390x: Build tests with debian11
,
Thomas Huth
,
2022/02/28
Re: [PATCH] tests/tcg/s390x: Build tests with debian11
,
David Hildenbrand
,
2022/02/28
Re: [PATCH] tests/tcg/s390x: Build tests with debian11
,
Philippe Mathieu-Daudé
,
2022/02/16
[PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Miller
,
2022/02/15
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Christian Borntraeger
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Thomas Huth
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
Alex Bennée
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 3/3] s390x/tcg/tests: Tests for Miscellaneous-Instruction-Extensions Facility 3
,
David Hildenbrand
,
2022/02/16
[PATCH v3 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/15
[PATCH v3 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/15
Re: [PATCH v3 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/16
Re: [PATCH v3 1/3] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/16
[PATCH v3 0/3] s390x: Add partial z15 support and tests
,
David Miller
,
2022/02/15
[PATCH] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1
,
David Miller
,
2022/02/15
[PATCH] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/14
Re: [PATCH] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/15
Re: [PATCH] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/15
[PATCH] s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/15
[PATCH v1 11/11] tests/tcg: add vectorised sha512 versions
,
Alex Bennée
,
2022/02/11
Re: [PATCH v1 11/11] tests/tcg: add vectorised sha512 versions
,
Matheus K. Ferst
,
2022/02/14
Re: [PATCH v1 11/11] tests/tcg: add vectorised sha512 versions
,
Alex Bennée
,
2022/02/14
Re: [PATCH v1 11/11] tests/tcg: add vectorised sha512 versions
,
Matheus K. Ferst
,
2022/02/17
qemu iotest 161 and make check
,
Christian Borntraeger
,
2022/02/10
Re: qemu iotest 161 and make check
,
Vladimir Sementsov-Ogievskiy
,
2022/02/10
Re: qemu iotest 161 and make check
,
Christian Borntraeger
,
2022/02/10
Re: qemu iotest 161 and make check
,
Thomas Huth
,
2022/02/10
Re: qemu iotest 161 and make check
,
Vladimir Sementsov-Ogievskiy
,
2022/02/10
Re: qemu iotest 161 and make check
,
Christian Borntraeger
,
2022/02/21
Re: qemu iotest 161 and make check
,
Christian Borntraeger
,
2022/02/14
patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/08
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
Christian Borntraeger
,
2022/02/09
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/09
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/09
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/09
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/14
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Miller
,
2022/02/14
Re: patch s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the s390x
,
David Hildenbrand
,
2022/02/15
[PATCH v3 0/8] s390x/pci: zPCI interpretation support
,
Matthew Rosato
,
2022/02/04
[PATCH v3 2/8] target/s390x: add zpci-interp to cpu models
,
Matthew Rosato
,
2022/02/04
[PATCH v3 4/8] s390x/pci: don't fence interpreted devices without MSI-X
,
Matthew Rosato
,
2022/02/04
[PATCH v3 1/8] Update linux headers
,
Matthew Rosato
,
2022/02/04
[PATCH v3 6/8] s390x/pci: use I/O Address Translation assist when interpreting
,
Matthew Rosato
,
2022/02/04
[PATCH v3 8/8] s390x/pci: let intercept devices have separate PCI groups
,
Matthew Rosato
,
2022/02/04
[PATCH v3 3/8] s390x/pci: enable for load/store intepretation
,
Matthew Rosato
,
2022/02/04
[PATCH v3 5/8] s390x/pci: enable adapter event notification for interpreted devices
,
Matthew Rosato
,
2022/02/04
[PATCH v3 7/8] s390x/pci: use dtsm provided from vfio capabilities for interpreted devices
,
Matthew Rosato
,
2022/02/04
Re: [PATCH v2 0/9] s390x/pci: zPCI interpretation support
,
Michael S. Tsirkin
,
2022/02/04
[RFC PATCH 4/4] tests/tcg: add vectorised sha512 versions
,
Alex Bennée
,
2022/02/02
Re: [RFC PATCH 4/4] tests/tcg: add vectorised sha512 versions
,
Richard Henderson
,
2022/02/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc