niagara.c (650d103d3ea959212f826acb9d3fe80cf30e347b) niagara.c (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * QEMU Sun4v/Niagara System Emulator
3 *
4 * Copyright (c) 2016 Artyom Tarasenko
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 21 unchanged lines hidden (view full) ---

30#include "hw/misc/unimp.h"
31#include "hw/loader.h"
32#include "hw/sparc/sparc64.h"
33#include "hw/timer/sun4v-rtc.h"
34#include "exec/address-spaces.h"
35#include "sysemu/block-backend.h"
36#include "qemu/error-report.h"
37#include "sysemu/qtest.h"
1/*
2 * QEMU Sun4v/Niagara System Emulator
3 *
4 * Copyright (c) 2016 Artyom Tarasenko
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 21 unchanged lines hidden (view full) ---

30#include "hw/misc/unimp.h"
31#include "hw/loader.h"
32#include "hw/sparc/sparc64.h"
33#include "hw/timer/sun4v-rtc.h"
34#include "exec/address-spaces.h"
35#include "sysemu/block-backend.h"
36#include "qemu/error-report.h"
37#include "sysemu/qtest.h"
38#include "sysemu/sysemu.h"
38
39
39
40typedef struct NiagaraBoardState {
41 MemoryRegion hv_ram;
42 MemoryRegion partition_ram;
43 MemoryRegion nvram;
44 MemoryRegion md_rom;
45 MemoryRegion hv_rom;
46 MemoryRegion vdisk_ram;
47 MemoryRegion prom;

--- 141 unchanged lines hidden ---
40typedef struct NiagaraBoardState {
41 MemoryRegion hv_ram;
42 MemoryRegion partition_ram;
43 MemoryRegion nvram;
44 MemoryRegion md_rom;
45 MemoryRegion hv_rom;
46 MemoryRegion vdisk_ram;
47 MemoryRegion prom;

--- 141 unchanged lines hidden ---