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 (jjhe...@linux.ibm.com)