Teach usermode emulation how to lie about uname -r.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1920 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook
2006-05-14 11:30:38 +00:00
parent 00a9bf191b
commit c59372208a
4 changed files with 15 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ typedef struct TaskState {
} __attribute__((aligned(16))) TaskState;
extern TaskState *first_task_state;
extern const char *qemu_uname_release;
int elf_exec(const char * filename, char ** argv, char ** envp,
struct target_pt_regs * regs, struct image_info *infop);