mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user