json: Update references to RFC 7159 to RFC 8259
[qemu/armbru.git] / target / i386 / hvf / x86_task.h
blob4f1b188d2ecefc6d1b1181fa3d6990329e223ac4
1 /* This program is free software; you can redistribute it and/or
2 * modify it under the terms of the GNU General Public License as
3 * published by the Free Software Foundation; either version 2 or
4 * (at your option) version 3 of the License.
6 * This program is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 * GNU General Public License for more details.
11 * You should have received a copy of the GNU General Public License along
12 * with this program; if not, see <http://www.gnu.org/licenses/>.
14 #ifndef HVF_TASK
15 #define HVF_TASK
16 void vmx_handle_task_switch(CPUState *cpu, x68_segment_selector tss_sel,
17 int reason, bool gate_valid, uint8_t gate, uint64_t gate_type);
18 #endif