summaryrefslogblamecommitdiffstats
path: root/linux-user/mips/target_elf.h
blob: a98c9bd6ad5234a002a3d94e5513f801ba10a0e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                       


                                                       


                                                       


                  
/*
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation, or (at your option) any
 * later version. See the COPYING file in the top-level directory.
 */

#ifndef MIPS_TARGET_ELF_H
#define MIPS_TARGET_ELF_H
static inline const char *cpu_get_model(uint32_t eflags)
{
    if ((eflags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) {
        return "mips32r6-generic";
    }
    if ((eflags & EF_MIPS_MACH) == EF_MIPS_MACH_5900) {
        return "R5900";
    }
    return "24Kf";
}
#endif
class='insertions'>+0Star * hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé2019-10-241-12/+1Star * hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé2019-10-241-8/+1Star * hw/i386: make x86.c independent from PCMachineStateSergio Lopez2019-10-221-1/+1 * hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-21/+22 * hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2019-10-221-0/+1 * hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez2019-10-221-1/+1 * pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-201-6/+6 * Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-1/+1 |\ | * misc: fix naming scheme of compatiblity arraysMarc-André Lureau2019-08-211-1/+1 * | hw: add compat machines for 4.2Cornelia Huck2019-08-211-1/+13 |/ * Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star * Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star * Include hw/irq.h a lot lessMarkus Armbruster2019-08-161