summary refs log tree commit diff stats
path: root/hw/shix.c
diff options
context:
space:
mode:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-05 19:44:02 +0000
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-05 19:44:02 +0000
commit94fc95cdb2e91826bd6a4c98cea4f4d9fa0fffb1 (patch)
treec423a9cdeacbc5258ff8bb81764728d73fc0afc8 /hw/shix.c
parent7a2d6d9650ed16b2cdb0b4876fe9efce7ef8ea6d (diff)
downloadfocaccia-qemu-94fc95cdb2e91826bd6a4c98cea4f4d9fa0fffb1.tar.gz
focaccia-qemu-94fc95cdb2e91826bd6a4c98cea4f4d9fa0fffb1.zip
New -cpu options: choose CPU model for emulated target.
 Only relevant on PowerPC targets, for now.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2468 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/shix.c')
-rw-r--r--hw/shix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/shix.c b/hw/shix.c
index 9577c092c2..5857d0e06b 100644
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -70,7 +70,7 @@ void vga_screen_dump(const char *filename)
 void shix_init(int ram_size, int vga_ram_size, int boot_device,
 	       DisplayState * ds, const char **fd_filename, int snapshot,
 	       const char *kernel_filename, const char *kernel_cmdline,
-	       const char *initrd_filename)
+	       const char *initrd_filename, const char *cpu_model)
 {
     int ret;
     CPUState *env;