Eduardo Habkost 5f072e1f30 create struct for machine initialization arguments
This should help us to:
- More easily add or remove machine initialization arguments without
  having to change every single machine init function;
- More easily make mechanical changes involving the machine init
  functions in the future;
- Let machine initialization forward the init arguments to other
  functions more easily.

This change was half-mechanical process: first the struct was added with
the local ram_size, boot_device, kernel_*, initrd_*, and cpu_model local
variable initialization to all functions. Then the compiler helped me
locate the local variables that are unused, so they could be removed.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-10-20 07:53:28 +00:00
..
2012-10-10 11:13:31 +10:00
2012-10-05 15:10:21 +02:00
2012-10-05 15:10:21 +02:00
2012-10-10 11:13:32 +10:00
2012-10-10 11:13:32 +10:00
2012-10-05 15:10:21 +02:00
2012-09-23 07:11:28 +01:00
2012-10-06 18:48:38 +02:00
2012-10-06 18:48:38 +02:00
2012-10-05 15:10:21 +02:00
2012-09-07 17:35:34 +02:00
2012-10-05 07:58:37 -05:00
2012-09-23 07:11:28 +01:00
2012-10-10 11:13:31 +10:00
2012-10-05 08:02:30 -05:00
2012-10-05 15:10:21 +02:00
2012-10-05 15:10:21 +02:00
2012-10-06 18:48:38 +02:00
2012-10-06 18:48:38 +02:00
2012-10-05 15:10:21 +02:00
2012-10-05 15:10:21 +02:00
2012-09-06 17:04:33 +02:00
2012-09-26 16:46:28 +01:00
2012-10-04 15:54:18 +02:00
2012-10-08 12:15:17 +02:00
2012-10-08 12:15:17 +02:00
2012-10-05 15:10:21 +02:00
2012-10-05 15:10:21 +02:00
2012-10-05 07:58:37 -05:00
2012-10-10 11:13:32 +10:00
2012-10-10 11:13:32 +10:00
2012-10-10 11:13:32 +10:00
2012-10-10 11:13:32 +10:00
2012-10-05 15:10:21 +02:00
2012-09-11 07:43:01 +02:00
2012-10-20 07:52:54 +00:00
2012-10-20 07:52:54 +00:00
2012-10-20 07:52:54 +00:00
2012-10-20 07:52:54 +00:00
2012-09-09 17:03:09 +03:00
2012-10-03 13:48:45 +00:00
2012-10-04 15:54:18 +02:00
2012-10-10 11:13:32 +10:00
2012-10-12 11:54:39 +01:00