[roll] Roll fuchsia [fx] Automatically enable KVM support in QEMU if supported.

We perform some basic probing and automatically enable KVM if all of the
following conditions are true:

  * The host machine is Linux
  * The host architecture matches the target's architecture
  * "/dev/kvm" is available and writable.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/386157
Original-Revision: 66c2ec1120354744a410695d2a82875306e7fc1c
GitOrigin-RevId: 613d034c6f619177d316cadc0d025d0005859d15
Change-Id: I811c093a460901f2dae71947822bbdeb5c4600c0
1 file changed
tree: fbf57986241f301f95e4e74e3a94380d3ce40289
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.