Searched +full:04 +full:- +full:s390x +full:- +full:all +full:- +full:linux (Results 1 – 3 of 3) sorted by relevance
1 # All ubuntu-22.04 jobs should run successfully in an environment2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task5 ubuntu-22.04-s390x-all-linux:10 - ubuntu_22.0411 - s390x13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'14 - if: "$S390X_RUNNER_AVAILABLE"16 - mkdir build17 - cd build18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs[all …]
7 * Author(s): Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>8 * Xiao Feng Ren <renxiaof@linux.vnet.ibm.com>9 * Pierre Morel <pmorel@linux.vnet.ibm.com>13 * your option) any later version. See the COPYING file in the top-level19 #include <linux/vfio.h>20 #include <linux/vfio_ccw.h>24 #include "hw/vfio/vfio-device.h"26 #include "hw/s390x/s390-ccw.h"27 #include "hw/s390x/vfio-ccw.h"28 #include "hw/qdev-properties.h"[all …]
6 * Pierre Morel <pmorel@linux.vnet.ibm.com>9 * your option) any later version. See the COPYING file in the top-level15 #include "system/address-spaces.h"19 #include "migration/qemu-file-types.h"20 #include "hw/virtio/virtio-net.h"22 #include "qemu/error-report.h"25 #include "hw/virtio/virtio-bus.h"26 #include "hw/s390x/adapter.h"27 #include "hw/s390x/s390_flic.h"29 #include "hw/s390x/ioinst.h"[all …]