Skip to content

Commit

Permalink
vl: Remove '-cpu pentium3' from fake args
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Oct 30, 2021
1 parent 172e476 commit 3409b0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions softmmu/vl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2812,8 +2812,6 @@ void qemu_init(int argc, char **argv, char **envp)

fake_argc = 0;
fake_argv[fake_argc++] = argv[0];
fake_argv[fake_argc++] = strdup("-cpu");
fake_argv[fake_argc++] = strdup("pentium3");
fake_argv[fake_argc++] = strdup("-machine");

char *bootrom_arg = NULL;
Expand Down

0 comments on commit 3409b0d

Please sign in to comment.