Home
last modified time | relevance | path

Searched +full:04 +full:- +full:s390x +full:- +full:all +full:- +full:linux (Results 1 – 3 of 3) sorted by relevance

/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-s390x.yml1 # All ubuntu-22.04 jobs should run successfully in an environment
2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task
5 ubuntu-22.04-s390x-all-linux:
10 - ubuntu_22.04
11 - s390x
13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
14 - if: "$S390X_RUNNER_AVAILABLE"
16 - mkdir build
17 - cd build
18 - ../configure --enable-debug --disable-system --disable-tools --disable-docs
[all …]
/qemu/hw/vfio/
H A Dccw.c7 * 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-level
19 #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 …]
/qemu/hw/s390x/
H A Dvirtio-ccw.c6 * Pierre Morel <pmorel@linux.vnet.ibm.com>
9 * your option) any later version. See the COPYING file in the top-level
15 #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 …]