[Qemu-devel] [PULL 0/2] two more s390 changes

Christian Borntraeger posted 2 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1500369144-143949-1-git-send-email-borntraeger@de.ibm.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
linux-headers/asm-x86/kvm_para.h |  1 +
linux-headers/linux/kvm.h        |  4 +++-
target/s390x/cpu_models.c        |  1 +
target/s390x/gen-features.c      | 37 +++++++++++++++++++++++++++++++++++++
4 files changed, 42 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] two more s390 changes
Posted by Christian Borntraeger 6 years, 9 months ago
Peter,
now that z14 was announced here is the z14 cpu model together with
the linux header update.

The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20170718

for you to fetch changes up to cc28a5949bb54df070c38ab505ee2c14385e53d0:

  s390x/cpumodel: z14 cpu models (2017-07-18 10:55:16 +0200)

----------------------------------------------------------------
s390: add z14 cpu model

- add a CPU model for the IBM z14 which was announced on July 17th 2017
- update linux headers to 4.13-rc0 to get a fix for an ioctl definition

----------------------------------------------------------------
Christian Borntraeger (1):
      linux header sync against v4.13-rc1

Jason J. Herne (1):
      s390x/cpumodel: z14 cpu models

 linux-headers/asm-x86/kvm_para.h |  1 +
 linux-headers/linux/kvm.h        |  4 +++-
 target/s390x/cpu_models.c        |  1 +
 target/s390x/gen-features.c      | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+), 1 deletion(-)


Re: [Qemu-devel] [PULL 0/2] two more s390 changes
Posted by Peter Maydell 6 years, 9 months ago
On 18 July 2017 at 10:12, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> Peter,
> now that z14 was announced here is the z14 cpu model together with
> the linux header update.
>
> The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request' into staging (2017-07-17 17:54:17 +0100)
>
> are available in the git repository at:
>
>   git://github.com/borntraeger/qemu.git tags/s390x-20170718
>
> for you to fetch changes up to cc28a5949bb54df070c38ab505ee2c14385e53d0:
>
>   s390x/cpumodel: z14 cpu models (2017-07-18 10:55:16 +0200)
>
> ----------------------------------------------------------------
> s390: add z14 cpu model
>
> - add a CPU model for the IBM z14 which was announced on July 17th 2017
> - update linux headers to 4.13-rc0 to get a fix for an ioctl definition
>
> ----------------------------------------------------------------
> Christian Borntraeger (1):
>       linux header sync against v4.13-rc1
>
> Jason J. Herne (1):
>       s390x/cpumodel: z14 cpu models
>

Applied, thanks.

-- PMM