Print this page
Revert "OS-8005 bhyve memory pressure needs to target ARC better (#354)"
This reverts commit a6033573eedd94118d2b9e65f45deca0bf4b42f7.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libvmmapi/common/mapfile-vers
          +++ new/usr/src/lib/libvmmapi/common/mapfile-vers
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2013 Pluribus Networks Inc.
  14      -# Copyright 2020 Joyent, Inc.
       14 +# Copyright 2019 Joyent, Inc.
  15   15  # Copyright 2020 Oxide Computer Company
  16   16  # Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
  17   17  #
  18   18  
  19   19  #
  20   20  # MAPFILE HEADER START
  21   21  #
  22   22  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  23   23  # Object versioning must comply with the rules detailed in
  24   24  #
↓ open down ↓ 6 lines elided ↑ open up ↑
  31   31  #
  32   32  
  33   33  $mapfile_version 2
  34   34  
  35   35  SYMBOL_VERSION ILLUMOSprivate {
  36   36          global:
  37   37                  vcpu_reset;
  38   38                  vm_activate_cpu;
  39   39                  vm_active_cpus;
  40   40                  vm_apicid2vcpu;
  41      -                vm_arc_resv;
  42   41                  vm_assign_pptdev;
  43   42                  vm_capability_name2type;
  44   43                  vm_capability_type2name;
  45   44                  vm_close;
  46   45                  vm_copy_setup;
  47   46                  vm_copy_teardown;
  48   47                  vm_copyin;
  49   48                  vm_copyout;
  50   49                  vm_create;
  51   50                  vm_create_devmem;
↓ open down ↓ 78 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX