git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
PPC: e500: msync is 440 only, e500 has real sync
[qemu.git]
/
hw
/
cris-boot.h
1
2
struct
cris_load_info
3
{
4
const char
*
image_filename
;
5
const char
*
cmdline
;
6
int
image_size
;
7
8
target_phys_addr_t entry
;
9
};
10
11
void
cris_load_image
(
CPUState
*
env
,
struct
cris_load_info
*
li
);