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
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
|
↓ 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 #
25 25 # usr/src/lib/README.mapfiles
26 26 #
27 27 # You should not be making modifications here until you've read the most current
28 28 # copy of that file. If you need help, contact a gatekeeper for guidance.
29 29 #
30 30 # MAPFILE HEADER END
|
↓ 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;
52 51 vm_debug_cpus;
53 52 vm_destroy;
54 53 vm_disable_pptdev_msix;
55 54 vm_get_capability;
56 55 vm_get_desc;
57 56 vm_get_device_fd;
58 57 vm_get_devmem_offset;
59 58 vm_get_gpa_pmap;
60 59 vm_get_highmem_size;
61 60 vm_get_hpet_capabilities;
62 61 vm_get_intinfo;
63 62 vm_get_lowmem_limit;
64 63 vm_get_lowmem_size;
65 64 vm_get_memflags;
66 65 vm_get_memseg;
67 66 vm_get_pptdev_limits;
68 67 vm_get_register;
69 68 vm_get_register_set;
70 69 vm_get_run_state;
71 70 vm_get_seg_desc;
72 71 vm_get_stat_desc;
73 72 vm_get_stats;
74 73 vm_get_topology;
75 74 vm_get_x2apic_state;
76 75 vm_gla2gpa;
77 76 vm_gla2gpa_nofault;
78 77 vm_inject_exception;
79 78 vm_inject_fault;
80 79 vm_inject_nmi;
81 80 vm_ioapic_assert_irq;
82 81 vm_ioapic_deassert_irq;
83 82 vm_ioapic_pincount;
84 83 vm_ioapic_pulse_irq;
85 84 vm_isa_assert_irq;
86 85 vm_isa_deassert_irq;
87 86 vm_isa_pulse_irq;
88 87 vm_isa_set_irq_trigger;
89 88 vm_lapic_irq;
90 89 vm_lapic_local_irq;
91 90 vm_lapic_msi;
92 91 vm_map_gpa;
93 92 vm_map_pptdev_mmio;
94 93 vm_mmap_getnext;
95 94 vm_mmap_memseg;
96 95 vm_munmap_memseg;
97 96 vm_open;
98 97 vm_parse_memsize;
99 98 vm_pmtmr_set_location;
100 99 vm_reinit;
101 100 vm_restart_instruction;
102 101 vm_resume_cpu;
103 102 vm_rtc_gettime;
104 103 vm_rtc_read;
105 104 vm_rtc_settime;
106 105 vm_rtc_write;
107 106 vm_run;
108 107 vm_set_capability;
109 108 vm_set_desc;
110 109 vm_set_intinfo;
111 110 vm_set_memflags;
112 111 vm_set_register;
113 112 vm_set_register_set;
114 113 vm_set_run_state;
115 114 vm_set_topology;
116 115 vm_set_x2apic_state;
117 116 vm_setup_memory;
118 117 vm_setup_pptdev_msi;
119 118 vm_setup_pptdev_msix;
120 119 vm_suspend;
121 120 vm_suspend_cpu;
122 121 vm_suspended_cpus;
123 122 vm_unassign_pptdev;
124 123 vm_unmap_pptdev_mmio;
125 124 vm_wrlock_cycle;
126 125
127 126 local:
128 127 *;
129 128 };
|
↓ open down ↓ |
78 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX