/[gxemul]/trunk/src/include/machine.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/src/include/machine.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42 - (hide annotations)
Mon Oct 8 16:22:32 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 11268 byte(s)
++ trunk/HISTORY	(local)
$Id: HISTORY,v 1.1613 2007/06/15 20:11:26 debug Exp $
20070501	Continuing a little on m88k disassembly (control registers,
		more instructions).
		Adding a dummy mvme88k machine mode.
20070502	Re-adding MIPS load/store alignment exceptions.
20070503	Implementing more of the M88K disassembly code.
20070504	Adding disassembly of some more M88K load/store instructions.
		Implementing some relatively simple M88K instructions (br.n,
		xor[.u] imm, and[.u] imm).
20070505	Implementing M88K three-register and, or, xor, and jmp[.n],
		bsr[.n] including function call trace stuff.
		Applying a patch from Bruce M. Simpson which implements the
		SYSCON_BOARD_CPU_CLOCK_FREQ_ID object of the syscon call in
		the yamon PROM emulation.
20070506	Implementing M88K bb0[.n] and bb1[.n], and skeletons for
		ldcr and stcr (although no control regs are implemented yet).
20070509	Found and fixed the bug which caused Linux for QEMU_MIPS to
		stop working in 0.4.5.1: It was a faulty change to the MIPS
		'sc' and 'scd' instructions I made while going through gcc -W
		warnings on 20070428.
20070510	Updating the Linux/QEMU_MIPS section in guestoses.html to
		use mips-test-0.2.tar.gz instead of 0.1.
		A big thank you to Miod Vallat for sending me M88K manuals.
		Implementing more M88K instructions (addu, subu, div[u], mulu,
		ext[u], clr, set, cmp).
20070511	Fixing bugs in the M88K "and" and "and.u" instructions (found
		by comparing against the manual).
		Implementing more M88K instructions (mask[.u], mak, bcnd (auto-
		generated)) and some more control register details.
		Cleanup: Removing the experimental AVR emulation mode and
		corresponding devices; AVR emulation wasn't really meaningful.
		Implementing autogeneration of most M88K loads/stores. The
		rectangle drawing demo (with -O0) for M88K runs :-)
		Beginning on M88K exception handling.
		More M88K instructions: tb0, tb1, rte, sub, jsr[.n].
		Adding some skeleton MVME PROM ("BUG") emulation.
20070512	Fixing a bug in the M88K cmp instruction.
		Adding the M88K lda (scaled register) instruction.
		Fixing bugs in 64-bit (32-bit pairs) M88K loads/stores.
		Removing the unused tick_hz stuff from the machine struct.
		Implementing the M88K xmem instruction. OpenBSD/mvme88k gets
		far enough to display the Copyright banner :-)
		Implementing subu.co (guess), addu.co, addu.ci, ff0, and ff1.
		Adding a dev_mvme187, for MVME187-specific devices/registers.
		OpenBSD/mvme88k prints more boot messages. :)
20070515	Continuing on MVME187 emulation (adding more devices, beginning
		on the CMMUs, etc).
		Adding the M88K and.c, xor.c, and or.c instructions, and making
		sure that mul, div, etc cause exceptions if executed when SFD1
		is disabled.
20070517	Continuing on M88K and MVME187 emulation in general; moving
		the CMMU registers to the CPU struct, separating dev_pcc2 from
		dev_mvme187, and beginning on memory_m88k.c (BATC and PATC).
		Fixing a bug in 64-bit (32-bit pairs) M88K fast stores.
		Implementing the clock part of dev_mk48txx.
		Implementing the M88K fstcr and xcr instructions.
		Implementing m88k_cpu_tlbdump().
		Beginning on the implementation of a separate address space
		for M88K .usr loads/stores.
20070520	Removing the non-working (skeleton) Sandpoint, SonyNEWS, SHARK
		Dnard, and Zaurus machine modes.
		Experimenting with dyntrans to_be_translated read-ahead. It
		seems to give a very small performance increase for MIPS
		emulation, but a large performance degradation for SuperH. Hm.
20070522	Disabling correct SuperH ITLB emulation; it does not seem to be
		necessary in order to let SH4 guest OSes run, and it slows down
		userspace code.
		Implementing "samepage" branches for SuperH emulation, and some
		other minor speed hacks.
20070525	Continuing on M88K memory-related stuff: exceptions, memory
		transaction register contents, etc.
		Implementing the M88K subu.ci instruction.
		Removing the non-working (skeleton) Iyonix machine mode.
		OpenBSD/mvme88k reaches userland :-), starts executing
		/sbin/init's instructions, and issues a few syscalls, before
		crashing.
20070526	Fixing bugs in dev_mk48txx, so that OpenBSD/mvme88k detects
		the correct time-of-day.
		Implementing a generic IRQ controller for the test machines
		(dev_irqc), similar to a proposed patch from Petr Stepan.
		Experimenting some more with translation read-ahead.
		Adding an "expect" script for automated OpenBSD/landisk
		install regression/performance tests.
20070527	Adding a dummy mmEye (SH3) machine mode skeleton.
		FINALLY found the strange M88K bug I have been hunting: I had
		not emulated the SNIP value for exceptions occurring in
		branch delay slots correctly.
		Implementing correct exceptions for 64-bit M88K loads/stores.
		Address to symbol lookups are now disabled when M88K is
		running in usermode (because usermode addresses don't have
		anything to do with supervisor addresses).
20070531	Removing the mmEye machine mode skeleton.
20070604	Some minor code cleanup.
20070605	Moving src/useremul.c into a subdir (src/useremul/), and
		cleaning up some more legacy constructs.
		Adding -Wstrict-aliasing and -fstrict-aliasing detection to
		the configure script.
20070606	Adding a check for broken GCC on Solaris to the configure
		script. (GCC 3.4.3 on Solaris cannot handle static variables
		which are initialized to 0 or NULL. :-/)
		Removing the old (non-working) ARC emulation modes: NEC RD94,
		R94, R96, and R98, and the last traces of Olivetti M700 and
		Deskstation Tyne.
		Removing the non-working skeleton WDSC device (dev_wdsc).
20070607	Thinking about how to use the host's cc + ld at runtime to
		generate native code. (See experiments/native_cc_ld_test.i
		for an example.)
20070608	Adding a program counter sampling timer, which could be useful
		for native code generation experiments.
		The KN02_CSR_NRMMOD bit in the DECstation 5000/200 (KN02) CSR
		should always be set, to allow a 5000/200 PROM to boot.
20070609	Moving out breakpoint details from the machine struct into
		a helper struct, and removing the limit on max nr of
		breakpoints.
20070610	Moving out tick functions into a helper struct as well (which
		also gets rid of the max limit).
20070612	FINALLY figured out why Debian/DECstation stopped working when
		translation read-ahead was enabled: in src/memory_rw.c, the
		call to invalidate_code_translation was made also if the
		memory access was an instruction load (if the page was mapped
		as writable); it shouldn't be called in that case.
20070613	Implementing some more MIPS32/64 revision 2 instructions: di,
		ei, ext, dext, dextm, dextu, and ins.
20070614	Implementing an instruction combination for the NetBSD/arm
		idle loop (making the host not use any cpu if NetBSD/arm
		inside the emulator is not using any cpu).
		Increasing the nr of ARM VPH entries from 128 to 384.
20070615	Removing the ENABLE_arch stuff from the configure script, so
		that all included architectures are included in both release
		and development builds.
		Moving memory related helper functions from misc.c to memory.c.
		Adding preliminary instructions for netbooting NetBSD/pmppc to
		guestoses.html; it doesn't work yet, there are weird timeouts.
		Beginning a total rewrite of the userland emulation modes
		(removing all emulation modes, beginning from scratch with
		NetBSD/MIPS and FreeBSD/Alpha only).
20070616	After fixing a bug in the DEC21143 NIC (the TDSTAT_OWN bit was
		only cleared for the last segment when transmitting, not all
		segments), NetBSD/pmppc boots with root-on-nfs without the
		timeouts. Updating guestoses.html.
		Removing the skeleton PSP (Playstation Portable) mode.
		Moving X11-related stuff in the machine struct into a helper
		struct.
		Cleanup of out-of-memory checks, to use a new CHECK_ALLOCATION
		macro (which prints a meaningful error message).
		Adding a COMMENT to each machine and device (for automagic
		.index comment generation).
		Doing regression testing for the next release.

==============  RELEASE 0.4.6  ==============


1 dpavlin 4 #ifndef MACHINE_H
2     #define MACHINE_H
3    
4     /*
5 dpavlin 34 * Copyright (C) 2005-2007 Anders Gavare. All rights reserved.
6 dpavlin 4 *
7     * Redistribution and use in source and binary forms, with or without
8     * modification, are permitted provided that the following conditions are met:
9     *
10     * 1. Redistributions of source code must retain the above copyright
11     * notice, this list of conditions and the following disclaimer.
12     * 2. Redistributions in binary form must reproduce the above copyright
13     * notice, this list of conditions and the following disclaimer in the
14     * documentation and/or other materials provided with the distribution.
15     * 3. The name of the author may not be used to endorse or promote products
16     * derived from this software without specific prior written permission.
17     *
18     * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19     * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20     * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21     * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22     * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23     * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24     * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25     * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26     * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27     * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28     * SUCH DAMAGE.
29     *
30     *
31 dpavlin 42 * $Id: machine.h,v 1.179 2007/06/15 17:02:39 debug Exp $
32 dpavlin 4 */
33    
34     #include <sys/types.h>
35    
36     #include "symbol.h"
37    
38     struct cpu_family;
39     struct diskimage;
40     struct emul;
41     struct fb_window;
42 dpavlin 42 struct machine_arcbios;
43     struct machine_pmax;
44 dpavlin 4 struct memory;
45 dpavlin 22 struct of_data;
46 dpavlin 32 struct settings;
47 dpavlin 4
48 dpavlin 32
49 dpavlin 34 /* TODO: This should probably go away... */
50 dpavlin 12 struct isa_pic_data {
51 dpavlin 20 struct pic8259_data *pic1;
52     struct pic8259_data *pic2;
53 dpavlin 30
54 dpavlin 32 int *pending_timer_interrupts;
55 dpavlin 20 int last_int;
56 dpavlin 12 };
57 dpavlin 4
58 dpavlin 42 struct breakpoints {
59     int n;
60 dpavlin 12
61 dpavlin 42 /* Arrays, with one element for each entry: */
62     char **string;
63     uint64_t *addr;
64     };
65    
66     struct tick_functions {
67     int n_entries;
68    
69     /* Arrays, with one element for each entry: */
70     int *ticks_till_next;
71     int *ticks_reset_value;
72     void (*(*f))(struct cpu *, void *);
73     void **extra;
74     };
75    
76     struct x11_md {
77     /* X11/framebuffer stuff: */
78     int in_use;
79     int scaledown;
80     int scaleup;
81     int n_display_names;
82     char **display_names;
83     int current_display_name_nr; /* updated by x11.c */
84    
85     int n_fb_windows;
86     struct fb_window **fb_windows;
87     };
88    
89 dpavlin 4 struct machine {
90     /* Pointer back to the emul struct we are in: */
91     struct emul *emul;
92    
93 dpavlin 32 /* Settings: */
94     struct settings *settings;
95    
96 dpavlin 4 /* Name as choosen by the user: */
97     char *name;
98    
99 dpavlin 34 /* Full "path" to the machine, e.g. "emul[0].machine[0]": */
100     char *path;
101    
102 dpavlin 4 int arch; /* ARCH_MIPS, ARCH_PPC, .. */
103 dpavlin 22 int machine_type; /* MACHINE_PMAX, .. */
104 dpavlin 4 int machine_subtype; /* MACHINE_DEC_3MAX_5000, .. */
105    
106 dpavlin 22 /* Name set by code in src/machines/machine_*.c: */
107 dpavlin 4 char *machine_name;
108    
109     /* The serial number is mostly used when emulating multiple machines
110     in a network. nr_of_nics is the current nr of network cards, which
111     is useful when emulating multiple cards in one machine: */
112     int serial_nr;
113     int nr_of_nics;
114    
115 dpavlin 28 /* TODO: How about multiple cpu familys in one machine? */
116 dpavlin 4 struct cpu_family *cpu_family;
117    
118     struct memory *memory;
119    
120     int main_console_handle;
121    
122 dpavlin 42 /* Tick functions (e.g. hardware devices): */
123     struct tick_functions tick_functions;
124 dpavlin 4
125     char *cpu_name; /* TODO: remove this, there could be several
126     cpus with different names in a machine */
127     int byte_order_override;
128     int bootstrap_cpu;
129     int use_random_bootstrap_cpu;
130     int start_paused;
131     int ncpus;
132     struct cpu **cpus;
133    
134     struct diskimage *first_diskimage;
135    
136     struct symbol_context symbol_context;
137    
138     int random_mem_contents;
139     int physical_ram_in_mb;
140     int memory_offset_in_mb;
141     int prom_emulation;
142     int register_dump;
143 dpavlin 12 int arch_pagesize;
144 dpavlin 4
145 dpavlin 22 int bootdev_type;
146     int bootdev_id;
147     char *bootstr;
148     char *bootarg;
149    
150 dpavlin 28 /* Breakpoints: */
151 dpavlin 42 struct breakpoints breakpoints;
152 dpavlin 4
153 dpavlin 34 int halt_on_nonexistant_memaccess;
154 dpavlin 4 int instruction_trace;
155     int show_nr_of_instructions;
156 dpavlin 28 int show_trace_tree;
157 dpavlin 4 int emulated_hz;
158 dpavlin 28 int allow_instruction_combinations;
159 dpavlin 4 char *userland_emul; /* NULL for no userland emulation */
160     int force_netboot;
161     int slow_serial_interrupts_hack_for_linux;
162     uint64_t file_loaded_end_addr;
163     char *boot_kernel_filename;
164     char *boot_string_argument;
165     int exit_without_entering_debugger;
166     int n_gfx_cards;
167    
168 dpavlin 28 /* Instruction statistics: */
169     char *statistics_filename;
170     FILE *statistics_file;
171     int statistics_enabled;
172     char *statistics_fields; /* "vpi" etc. */
173    
174 dpavlin 42 /* X11/framebuffer stuff (per machine): */
175     struct x11_md x11_md;
176    
177 dpavlin 6 /* Machine-dependent: (PROM stuff, etc.) */
178     union {
179 dpavlin 42 struct machine_arcbios *arc;
180     struct machine_pmax *pmax;
181 dpavlin 34 struct of_data *of_data;
182 dpavlin 6 } md;
183 dpavlin 4
184 dpavlin 14 /* Bus-specific interrupt data: */
185 dpavlin 34 /* TODO: Remove! */
186 dpavlin 14 struct isa_pic_data isa_pic_data;
187 dpavlin 4 };
188    
189    
190 dpavlin 28 /* Tick function "prototype": */
191     #define DEVICE_TICK(x) void dev_ ## x ## _tick(struct cpu *cpu, void *extra)
192    
193    
194 dpavlin 4 /*
195     * Machine emulation types:
196     */
197    
198     #define ARCH_NOARCH 0
199     #define ARCH_MIPS 1
200     #define ARCH_PPC 2
201     #define ARCH_SPARC 3
202 dpavlin 12 #define ARCH_ALPHA 4
203 dpavlin 34 #define ARCH_ARM 5
204 dpavlin 40 #define ARCH_SH 6
205 dpavlin 42 #define ARCH_M88K 7
206 dpavlin 4
207     /* MIPS: */
208     #define MACHINE_BAREMIPS 1000
209     #define MACHINE_TESTMIPS 1001
210 dpavlin 22 #define MACHINE_PMAX 1002
211 dpavlin 4 #define MACHINE_COBALT 1003
212     #define MACHINE_HPCMIPS 1004
213     #define MACHINE_PS2 1005
214     #define MACHINE_SGI 1006
215     #define MACHINE_ARC 1007
216 dpavlin 42 #define MACHINE_EVBMIPS 1008
217     #define MACHINE_ALGOR 1009
218     #define MACHINE_QEMU_MIPS 1010
219 dpavlin 4
220     /* PPC: */
221     #define MACHINE_BAREPPC 2000
222     #define MACHINE_TESTPPC 2001
223 dpavlin 38 #define MACHINE_PMPPC 2002
224 dpavlin 42 #define MACHINE_BEBOX 2003
225     #define MACHINE_PREP 2004
226     #define MACHINE_MACPPC 2005
227     #define MACHINE_MVMEPPC 2006
228 dpavlin 4
229     /* SPARC: */
230     #define MACHINE_BARESPARC 3000
231 dpavlin 12 #define MACHINE_TESTSPARC 3001
232 dpavlin 24 #define MACHINE_SPARC 3002
233 dpavlin 4
234     /* Alpha: */
235 dpavlin 12 #define MACHINE_BAREALPHA 4000
236     #define MACHINE_TESTALPHA 4001
237     #define MACHINE_ALPHA 4002
238 dpavlin 4
239 dpavlin 6 /* ARM: */
240 dpavlin 34 #define MACHINE_BAREARM 5000
241     #define MACHINE_TESTARM 5001
242     #define MACHINE_CATS 5002
243     #define MACHINE_HPCARM 5003
244 dpavlin 42 #define MACHINE_NETWINDER 5004
245     #define MACHINE_IQ80321 5005
246     #define MACHINE_QEMU_ARM 5006
247 dpavlin 6
248 dpavlin 14 /* SH: */
249 dpavlin 40 #define MACHINE_BARESH 6000
250     #define MACHINE_TESTSH 6001
251     #define MACHINE_HPCSH 6002
252     #define MACHINE_DREAMCAST 6003
253     #define MACHINE_LANDISK 6004
254 dpavlin 14
255 dpavlin 40 /* M88K: */
256 dpavlin 42 #define MACHINE_BAREM88K 7000
257     #define MACHINE_TESTM88K 7001
258     #define MACHINE_MVME88K 7002
259 dpavlin 40
260 dpavlin 4 /* Other "pseudo"-machines: */
261     #define MACHINE_NONE 0
262     #define MACHINE_USERLAND 100000
263    
264     /* DEC: */
265     #define MACHINE_DEC_PMAX_3100 1
266     #define MACHINE_DEC_3MAX_5000 2
267     #define MACHINE_DEC_3MIN_5000 3
268     #define MACHINE_DEC_3MAXPLUS_5000 4
269     #define MACHINE_DEC_5800 5
270     #define MACHINE_DEC_5400 6
271     #define MACHINE_DEC_MAXINE_5000 7
272     #define MACHINE_DEC_5500 11
273     #define MACHINE_DEC_MIPSMATE_5100 12
274    
275     #define DEC_PROM_CALLBACK_STRUCT 0xffffffffbfc04000ULL
276     #define DEC_PROM_EMULATION 0xffffffffbfc08000ULL
277     #define DEC_PROM_INITIAL_ARGV (INITIAL_STACK_POINTER + 0x80)
278     #define DEC_PROM_STRINGS 0xffffffffbfc20000ULL
279     #define DEC_PROM_TCINFO 0xffffffffbfc2c000ULL
280     #define DEC_MEMMAP_ADDR 0xffffffffbfc30000ULL
281    
282     /* HPCmips: */
283     #define MACHINE_HPCMIPS_CASIO_BE300 1
284     #define MACHINE_HPCMIPS_CASIO_E105 2
285     #define MACHINE_HPCMIPS_NEC_MOBILEPRO_770 3
286     #define MACHINE_HPCMIPS_NEC_MOBILEPRO_780 4
287     #define MACHINE_HPCMIPS_NEC_MOBILEPRO_800 5
288     #define MACHINE_HPCMIPS_NEC_MOBILEPRO_880 6
289     #define MACHINE_HPCMIPS_AGENDA_VR3 7
290     #define MACHINE_HPCMIPS_IBM_WORKPAD_Z50 8
291    
292 dpavlin 14 /* HPCarm: */
293     #define MACHINE_HPCARM_IPAQ 1
294     #define MACHINE_HPCARM_JORNADA720 2
295    
296     /* HPCsh: */
297     #define MACHINE_HPCSH_JORNADA680 1
298     #define MACHINE_HPCSH_JORNADA690 2
299    
300 dpavlin 4 /* SGI and ARC: */
301 dpavlin 42 #define MACHINE_ARC_JAZZ_PICA 1
302     #define MACHINE_ARC_JAZZ_MAGNUM 2
303 dpavlin 4
304 dpavlin 20 /* Algor: */
305 dpavlin 42 #define MACHINE_ALGOR_P4032 1
306     #define MACHINE_ALGOR_P5064 2
307 dpavlin 20
308 dpavlin 8 /* EVBMIPS: */
309     #define MACHINE_EVBMIPS_MALTA 1
310 dpavlin 12 #define MACHINE_EVBMIPS_MALTA_BE 2
311 dpavlin 8
312 dpavlin 22 /* PReP: */
313     #define MACHINE_PREP_IBM6050 1
314     #define MACHINE_PREP_MVME2400 2
315    
316 dpavlin 24 /* Sun SPARC: */
317     #define MACHINE_SPARC_SS5 1
318     #define MACHINE_SPARC_SS20 2
319     #define MACHINE_SPARC_ULTRA1 3
320     #define MACHINE_SPARC_ULTRA60 4
321 dpavlin 36 #define MACHINE_SPARC_SUN4V 5
322 dpavlin 24
323 dpavlin 4 /* MacPPC: TODO: Real model names */
324 dpavlin 24 #define MACHINE_MACPPC_G3 1
325     #define MACHINE_MACPPC_G4 2
326     #define MACHINE_MACPPC_G5 3
327 dpavlin 4
328 dpavlin 22 /* MVMEPPC */
329     #define MACHINE_MVMEPPC_1600 1
330     #define MACHINE_MVMEPPC_2100 2
331     #define MACHINE_MVMEPPC_5500 3
332    
333 dpavlin 42 /* MVME88K */
334     #define MACHINE_MVME88K_187 1
335     #define MACHINE_MVME88K_188 2
336     #define MACHINE_MVME88K_197 3
337 dpavlin 4
338 dpavlin 42
339 dpavlin 22 /* For the automachine system: */
340     struct machine_entry_subtype {
341     int machine_subtype;/* Old-style subtype */
342     const char *name; /* Official name */
343     int n_aliases;
344     char **aliases; /* Aliases */
345     };
346    
347     struct machine_entry {
348     struct machine_entry *next;
349    
350     /* Machine type: */
351     int arch;
352     int machine_type; /* Old-style type */
353     const char *name; /* Official name */
354     int n_aliases;
355     char **aliases; /* Aliases */
356    
357     void (*setup)(struct machine *, struct cpu *);
358     void (*set_default_cpu)(struct machine *);
359     void (*set_default_ram)(struct machine *);
360    
361     /* Machine subtypes: */
362     int n_subtypes;
363     struct machine_entry_subtype **subtype;
364     };
365    
366     #define MACHINE_SETUP_TYPE(n) void (*n)(struct machine *, struct cpu *)
367     #define MACHINE_SETUP(x) void machine_setup_ ## x(struct machine *machine, \
368     struct cpu *cpu)
369     #define MACHINE_DEFAULT_CPU(x) void machine_default_cpu_ ## x(struct machine *machine)
370     #define MACHINE_DEFAULT_RAM(x) void machine_default_ram_ ## x(struct machine *machine)
371     #define MACHINE_REGISTER(x) void machine_register_ ## x(void)
372 dpavlin 26 #define MR_DEFAULT(x,name,arch,type) struct machine_entry \
373     *me = machine_entry_new(name,arch,type); \
374     me->setup = machine_setup_ ## x; \
375     me->set_default_cpu = machine_default_cpu_ ## x; \
376     machine_entry_register(me, arch);
377 dpavlin 22 void automachine_init(void);
378    
379    
380 dpavlin 4 /* machine.c: */
381 dpavlin 34 struct machine *machine_new(char *name, struct emul *emul, int id);
382 dpavlin 32 void machine_destroy(struct machine *machine);
383 dpavlin 4 int machine_name_to_type(char *stype, char *ssubtype,
384     int *type, int *subtype, int *arch);
385 dpavlin 42 void machine_add_breakpoint_string(struct machine *machine, char *str);
386 dpavlin 4 void machine_add_tickfunction(struct machine *machine,
387 dpavlin 42 void (*func)(struct cpu *, void *), void *extra, int clockshift);
388 dpavlin 28 void machine_statistics_init(struct machine *, char *fname);
389 dpavlin 22 void machine_register(char *name, MACHINE_SETUP_TYPE(setup));
390 dpavlin 4 void machine_setup(struct machine *);
391     void machine_memsize_fix(struct machine *);
392     void machine_default_cputype(struct machine *);
393     void machine_dumpinfo(struct machine *);
394 dpavlin 26 int machine_run(struct machine *machine);
395 dpavlin 4 void machine_list_available_types_and_cpus(void);
396 dpavlin 22 struct machine_entry *machine_entry_new(const char *name,
397 dpavlin 26 int arch, int oldstyle_type);
398     void machine_entry_add_alias(struct machine_entry *me, const char *name);
399     void machine_entry_add_subtype(struct machine_entry *me, const char *name,
400     int oldstyle_subtype, ...);
401     void machine_entry_register(struct machine_entry *me, int arch);
402 dpavlin 4 void machine_init(void);
403    
404    
405     #endif /* MACHINE_H */

  ViewVC Help
Powered by ViewVC 1.1.26