mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
distribution patches
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b03c60f351
commit
3ef693a032
18 changed files with 515 additions and 88 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* gemu main
|
||||
* qemu main
|
||||
*
|
||||
* Copyright (c) 2003 Fabrice Bellard
|
||||
*
|
||||
|
@ -24,11 +24,11 @@
|
|||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "gemu.h"
|
||||
#include "qemu.h"
|
||||
|
||||
#include "cpu-i386.h"
|
||||
|
||||
#define DEBUG_LOGFILE "/tmp/gemu.log"
|
||||
#define DEBUG_LOGFILE "/tmp/qemu.log"
|
||||
|
||||
FILE *logfile = NULL;
|
||||
int loglevel;
|
||||
|
@ -171,8 +171,8 @@ void cpu_loop(struct CPUX86State *env)
|
|||
|
||||
void usage(void)
|
||||
{
|
||||
printf("gemu version " GEMU_VERSION ", Copyright (c) 2003 Fabrice Bellard\n"
|
||||
"usage: gemu [-d] program [arguments...]\n"
|
||||
printf("qemu version " QEMU_VERSION ", Copyright (c) 2003 Fabrice Bellard\n"
|
||||
"usage: qemu [-d] program [arguments...]\n"
|
||||
"Linux x86 emulator\n"
|
||||
);
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue