mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Get rid of _t suffix
Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
bc6291a1b9
commit
99a0949b72
316 changed files with 3325 additions and 3332 deletions
|
@ -29,7 +29,7 @@ void irq_info(Monitor *mon)
|
|||
|
||||
/* Board init. */
|
||||
|
||||
static void an5206_init(ram_addr_t ram_size,
|
||||
static void an5206_init(a_ram_addr ram_size,
|
||||
const char *boot_device,
|
||||
const char *kernel_filename, const char *kernel_cmdline,
|
||||
const char *initrd_filename, const char *cpu_model)
|
||||
|
@ -37,7 +37,7 @@ static void an5206_init(ram_addr_t ram_size,
|
|||
CPUState *env;
|
||||
int kernel_size;
|
||||
uint64_t elf_entry;
|
||||
target_phys_addr_t entry;
|
||||
a_target_phys_addr entry;
|
||||
|
||||
if (!cpu_model)
|
||||
cpu_model = "m5206";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue