qemu-patch-raspberry4/hw/ppc
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
..
e500.c PPC: e500: Only expose even TLB sizes in initial TLB 2012-10-05 02:35:11 +02:00
e500.h PPC: e500: split mpc8544ds machine from generic e500 code 2012-08-15 19:43:13 +02:00
e500plat.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
Makefile.objs PPC: e500: add generic e500 platform 2012-08-15 19:43:13 +02:00
mpc8544ds.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00