[Virtio-fs] [PATCH 0/5] virtio-fs-ci: Add support for ppc64le

Fabiano Rosas farosas at linux.ibm.com
Tue Dec 10 14:51:14 UTC 2019


This series adds support for building a ppc64le qemu, kernel and rootfs
in a ppc64le machine in both Fedora (untested) and Ubuntu.

For QEMU:
- change the QEMU target name based on the architecture;
- alter configure options because ppc depends on fdt and the no-tcg
  build is currently broken.

For linux:
- change the kernel image name (ppc does not build bzImage);
- build the kernel config dynamically by adding the virtio-fs options
  and turning modules to =y.

For rootfs:
- add a more recent config.guess to blogbench otherwise it doesn't
  build on ppc.

For run-test:
- change qemu binary name based on architecture;
- change the serial console name (ppc uses hvc0);
- change the kernel image name to match what was built (vmlinux).


Fabiano Rosas (5):
  build-qemu: Add support for ppc64le
  Add virtio-fs kernel config snippet
  build-linux: Add support for ppc64le
  build-rootfs: Download latest config.guess for blogbench
  run-test: Add support for ppc64le

 build-linux.sh                                | 26 ++++++++++++++++---
 build-qemu.sh                                 | 25 +++++++++++++++---
 build-rootfs.sh                               |  2 +-
 configs/virtio-fs                             |  8 ++++++
 ...-virtio-fs => x86_64-monolithic-virtio-fs} |  0
 run-test.sh                                   | 23 ++++++++++++----
 6 files changed, 71 insertions(+), 13 deletions(-)
 create mode 100644 configs/virtio-fs
 rename configs/{config-monolithic-virtio-fs => x86_64-monolithic-virtio-fs} (100%)

-- 
2.23.0





More information about the Virtio-fs mailing list