qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [libvirt] [QEMU PATCH 1/3] vl.c: extract qemu_machine_i


From: Eric Blake
Subject: Re: [Qemu-devel] [libvirt] [QEMU PATCH 1/3] vl.c: extract qemu_machine_init() function
Date: Wed, 25 Jul 2012 16:18:01 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 07/25/2012 12:18 PM, Eduardo Habkost wrote:
> Other code directly related to the board init function may be moved
> there.
> 
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  hw/boards.h |    7 +++++++
>  vl.c        |   14 +++++++++++++-
>  2 files changed, 20 insertions(+), 1 deletion(-)
> 

>  
> -    machine->init(ram_size, boot_devices,
> +    qemu_machine_init(machine, ram_size, boot_devices,
>                    kernel_filename, kernel_cmdline, initrd_filename, 
> cpu_model);

Doesn't this next line also need an indentation adjustment?

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]