Path: blob/main/sys/contrib/xen/arch-arm/hvm/save.h
48375 views
/*1* Structure definitions for HVM state that is held by Xen and must2* be saved along with the domain's memory and device-model state.3*4* Copyright (c) 2012 Citrix Systems Ltd.5*6* Permission is hereby granted, free of charge, to any person obtaining a copy7* of this software and associated documentation files (the "Software"), to8* deal in the Software without restriction, including without limitation the9* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or10* sell copies of the Software, and to permit persons to whom the Software is11* furnished to do so, subject to the following conditions:12*13* The above copyright notice and this permission notice shall be included in14* all copies or substantial portions of the Software.15*16* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR17* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,18* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE19* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER20* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING21* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER22* DEALINGS IN THE SOFTWARE.23*/2425#ifndef __XEN_PUBLIC_HVM_SAVE_ARM_H__26#define __XEN_PUBLIC_HVM_SAVE_ARM_H__2728#endif2930/*31* Local variables:32* mode: C33* c-file-style: "BSD"34* c-basic-offset: 435* tab-width: 436* indent-tabs-mode: nil37* End:38*/394041