[roll] Roll fuchsia [tools][fvd] Add and validate the HardwareProfile
* Adds the HardwareProfile portion of the FVD proto.
* Updates the fvd binary and tests to validate portions
of the profile.
Original-Bug: 62150
Test:
* fx set core.x64 --with=//tools/virtual_device:default
* fx build
* cat out/default/default.fvd prints the contents:
{
"name": "default",
"kernel": "qemu-kernel",
"initrd": "zircon-a",
"drive": {
"id": "maindisk",
"image": "storage-full"
},
"hw": {
"arch": "x64",
"cpuCount": 4,
"ram": "1M",
"mac": "52:54:00:63:5e:7a"
},
"nodename": "default-virtual-device"
}
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/457144
Original-Revision: e21c8f6e151c110e42f5b6b2477aec2fa42dabea
GitOrigin-RevId: fcb3d7ad07e99ad61c1906b70766f825412b4cc6
Change-Id: If855e56b660908cd4c794e410760fc11c3e0c2c7
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.