aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qemu
Commit message (Expand)AuthorAgeFilesLines
* qemu: remove obsolete packagePaul Spooren2021-01-1013-2385/+0
* tools: qemu: Add patches to support adapter_type and monolithicFlatBrett Mastbergen2019-12-2312-0/+2340
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-171-0/+1
* qemu: rename internal crypto/aes symbolsStijn Tintel2017-01-301-1/+7
* tools/qemu: use default host configure rule ; set appropriate vars & argsAlexandru Ardelean2017-01-181-9/+7
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
* tools: remove static linking supportJo-Philipp Wich2015-02-061-1/+0
* include/download.mk: Add download mirrors for tools from GNU Savannah (bug #1...John Crispin2014-10-081-1/+1
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
* qemu: link staticallyJo-Philipp Wich2012-08-101-0/+1
* qemu: update to 0.14.1Florian Fainelli2012-04-022-14/+3
* tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a sy...Felix Fietkau2011-02-201-0/+2
* tools/qemu: fix FreeBSD compile issueAlexandros C. Couloumbis2011-01-031-0/+11
* qemu: update qemu to version 0.13.0Hauke Mehrtens2010-12-111-3/+3
* qemu: fix build failure on some systems. Closes #7767Andy Boyett2010-08-211-4/+2
* qemu: build qemu-img for packaging vmdk and vdi imagesAndy Boyett2010-08-091-0/+40
ng.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/*
    ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/

/**
 * @file    portab.c
 * @brief   Application portability module code.
 *
 * @addtogroup application_portability
 * @{
 */

#include "portab.h"

/*===========================================================================*/
/* Module local definitions.                                                 */
/*===========================================================================*/

/*===========================================================================*/
/* Module exported variables.                                                */
/*===========================================================================*/

/*===========================================================================*/
/* Module local types.                                                       */
/*===========================================================================*/

/*===========================================================================*/
/* Module local variables.                                                   */
/*===========================================================================*/

/*===========================================================================*/
/* Module local functions.                                                   */
/*===========================================================================*/

/*===========================================================================*/
/* Module exported functions.                                                */
/*===========================================================================*/

/** @} */