qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [qemu-s390x] [PATCH 01/15] s390 vfio-ccw: Add bootindex property and


From: Jason J. Herne
Subject: Re: [qemu-s390x] [PATCH 01/15] s390 vfio-ccw: Add bootindex property and IPLB data
Date: Wed, 12 Dec 2018 10:22:45 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 12/12/18 9:11 AM, Jason J. Herne wrote:
...
diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c
index 9246729..6f480c6 100644
--- a/hw/vfio/ccw.c
+++ b/hw/vfio/ccw.c
@@ -20,23 +20,12 @@
  #include "hw/sysbus.h"
  #include "hw/vfio/vfio.h"
  #include "hw/vfio/vfio-common.h"
+#include "hw/vfio/ccw.h"

Oops #1: This should be:
+ #include "hw/s390x/vfio-ccw.h"

Will fix for v2.

  #include "hw/s390x/s390-ccw.h"
  #include "hw/s390x/ccw-device.h"
  #include "exec/address-spaces.h"
  #include "qemu/error-report.h"


> ...
diff --git a/roms/SLOF b/roms/SLOF
index 9b7ab2f..2317427 160000
--- a/roms/SLOF
+++ b/roms/SLOF
@@ -1 +1 @@
-Subproject commit 9b7ab2fa020341dee8bf9df6c9cf40003e0136df
+Subproject commit 2317427ce76006723f7ae103a6998ab41dd79c68

Oops #2: This snuck into the patch unexpectedly. Removed for v2.

--
-- Jason J. Herne (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]