xsave_helper.c (67b9c5d4f37ea373ebf9aad251883886e34bf2e1) xsave_helper.c (e688df6bc4549f28534cdb001f168b8caae55b0c)
1/*
2 * This work is licensed under the terms of the GNU GPL, version 2 or later.
3 * See the COPYING file in the top-level directory.
4 */
5#include "qemu/osdep.h"
1/*
2 * This work is licensed under the terms of the GNU GPL, version 2 or later.
3 * See the COPYING file in the top-level directory.
4 */
5#include "qemu/osdep.h"
6#include "qapi/error.h"
7
8#include "qemu-common.h"
9#include "cpu.h"
10
11void x86_cpu_xsave_all_areas(X86CPU *cpu, X86XSaveArea *buf)
12{
13 CPUX86State *env = &cpu->env;
14 X86XSaveArea *xsave = buf;

--- 100 unchanged lines hidden ---
6
7#include "qemu-common.h"
8#include "cpu.h"
9
10void x86_cpu_xsave_all_areas(X86CPU *cpu, X86XSaveArea *buf)
11{
12 CPUX86State *env = &cpu->env;
13 X86XSaveArea *xsave = buf;

--- 100 unchanged lines hidden ---