[roll] Roll fuchsia [diagnostics] Add new VMO header field: size

To be able to track the size of the VMO we decided to add a new size
which allows us to coarsely track the size of the inspect VMO.

This change increases the order of the header to 1 and thus the size to
32 byte from previously 16 byte and adds the new field to the VMO header.

Original-Bug: 41448

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/642142
Original-Revision: 0e7a0dfb7cc33025cdbe38a0668f0aa6499659e4
GitOrigin-RevId: beaf22047792d7476cf5263a37274d3a6c465e15
Change-Id: Iaff8227d61599c1a85a422e0988cd22acf3c271e
1 file changed
tree: 86a3e9dbbf504ecbee957ef4ac4dea55eac2cf23
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.