[roll] Roll fuchsia [vm][kstress] Replace COPY_ON_WRITE VMO clone type

Replace ZX_VMO_CHILD_COPY_ON_WRITE with ZX_VMO_CHILD_SNAPSHOT.

This is essentially a no-op because ZX_VMO_CHILD_COPY_ON_WRITE uses the
same constant as ZX_VMO_CHILD_SNAPSHOT_AT_LEAST_ON_WRITE, which is
internally upgraded to ZX_VMO_CHILD_SNAPSHOT for non-pager-backed VMOs.
The replaced instances here are not pager-backed VMOs.

ZX_VMO_CHILD_COPY_ON_WRITE is on the path to deprecation.

Original-Bug: 34458
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/559541
Original-Revision: 99f8c6fb115fd13fcd1d25ba013466a31c43cfc9
GitOrigin-RevId: f9218784c2f7e337bc4f3a466b0efa1e8ccfba11
Change-Id: Ie9c0b97f23ff2590020e9d56f39ee27eff095302
1 file changed
tree: edd43834220b2ab84d2e788b94ef14028816b206
  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.