Print this page
13275 bhyve needs richer INIT/SIPI support
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
| 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.
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 14 # Copyright 2019 Joyent, Inc.
15 15 # Copyright 2020 Oxide Computer Company
16 16 #
17 17
18 18 #
19 19 # MAPFILE HEADER START
20 20 #
21 21 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
22 22 # Object versioning must comply with the rules detailed in
23 23 #
24 24 # usr/src/lib/README.mapfiles
25 25 #
26 26 # You should not be making modifications here until you've read the most current
27 27 # copy of that file. If you need help, contact a gatekeeper for guidance.
28 28 #
29 29 # MAPFILE HEADER END
30 30 #
31 31
32 32 $mapfile_version 2
33 33
34 34 SYMBOL_VERSION ILLUMOSprivate {
35 35 global:
36 36 vcpu_reset;
37 37 vm_active_cpus;
38 38 vm_activate_cpu;
39 39 vm_active_cpus;
40 40 vm_apicid2vcpu;
41 41 vm_assign_pptdev;
42 42 vm_capability_name2type;
43 43 vm_capability_type2name;
44 44 vm_close;
45 45 vm_copy_setup;
46 46 vm_copy_teardown;
47 47 vm_copyin;
48 48 vm_copyout;
49 49 vm_create_devmem;
50 50 vm_create;
51 51 vm_create_devmem;
52 52 vm_debug_cpus;
53 53 vm_destroy;
54 54 vm_destroy;
55 55 vm_get_capability;
56 56 vm_get_desc;
57 57 vm_get_device_fd;
58 58 vm_get_devmem_offset;
59 59 vm_get_gpa_pmap;
60 60 vm_get_hpet_capabilities;
61 61 vm_get_highmem_size;
62 62 vm_get_intinfo;
63 63 vm_get_lowmem_limit;
64 64 vm_get_lowmem_size;
65 65 vm_get_memflags;
66 66 vm_get_memseg;
67 67 vm_get_pptdev_limits;
68 68 vm_get_register;
69 69 vm_get_register_set;
70 70 vm_get_seg_desc;
71 71 vm_get_stat_desc;
72 72 vm_get_stats;
73 73 vm_get_topology;
74 74 vm_get_x2apic_state;
75 75 vm_gla2gpa;
76 76 vm_gla2gpa_nofault;
77 77 vm_inject_exception;
78 78 vm_inject_fault;
79 79 vm_inject_nmi;
80 80 vm_isa_assert_irq;
81 81 vm_isa_deassert_irq;
82 82 vm_isa_pulse_irq;
83 83 vm_isa_set_irq_trigger;
84 84 vm_ioapic_assert_irq;
85 85 vm_ioapic_deassert_irq;
86 86 vm_ioapic_pincount;
87 87 vm_ioapic_pulse_irq;
88 88 vm_isa_assert_irq;
89 89 vm_isa_deassert_irq;
90 90 vm_isa_pulse_irq;
91 91 vm_isa_set_irq_trigger;
92 92 vm_lapic_irq;
93 93 vm_lapic_local_irq;
94 94 vm_lapic_msi;
95 95 vm_map_gpa;
96 96 vm_map_pptdev_mmio;
97 97 vm_mmap_getnext;
98 98 vm_mmap_memseg;
99 99 vm_open;
100 100 vm_parse_memsize;
101 101 vm_reinit;
102 102 vm_restart_instruction;
103 103 vm_rtc_gettime;
104 104 vm_rtc_read;
105 105 vm_rtc_settime;
106 106 vm_rtc_write;
107 107 vm_run;
108 108 vm_set_capability;
109 109 vm_set_desc;
110 110 vm_set_intinfo;
111 111 vm_set_memflags;
112 112 vm_set_register;
113 113 vm_set_register_set;
114 114 vm_set_topology;
115 115 vm_set_x2apic_state;
|
↓ open down ↓ |
115 lines elided |
↑ open up ↑ |
116 116 vm_setup_memory;
117 117 vm_setup_pptdev_msi;
118 118 vm_setup_pptdev_msix;
119 119 vm_suspend;
120 120 vm_suspend_cpu;
121 121 vm_suspended_cpus;
122 122 vm_resume_cpu;
123 123 vm_unassign_pptdev;
124 124 vm_pmtmr_set_location;
125 125 vm_wrlock_cycle;
126 + vm_get_run_state;
127 + vm_set_run_state;
126 128
127 129 local:
128 130 *;
129 131 };
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX