[Top][All Lists]
[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: |
Eduardo Habkost |
|
Subject: |
Re: [Qemu-devel] [libvirt] [QEMU PATCH 1/3] vl.c: extract qemu_machine_init() function |
|
Date: |
Mon, 30 Jul 2012 13:19:44 -0300 |
|
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Jul 25, 2012 at 04:18:01PM -0600, Eric Blake wrote:
> 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?
Yes. I will fix it in the next version.
--
Eduardo
- [Qemu-devel] [QEMU PATCH 0/3] versioned CPU models / per-machine-type aliases, Eduardo Habkost, 2012/07/25
- [Qemu-devel] [QEMU PATCH 1/3] vl.c: extract qemu_machine_init() function, Eduardo Habkost, 2012/07/25
- [Qemu-devel] [QEMU PATCH 2/3] per-machine-type CPU model alias system, Eduardo Habkost, 2012/07/25
- [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Eduardo Habkost, 2012/07/25
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Andreas Färber, 2012/07/25
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Eduardo Habkost, 2012/07/26
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Andreas Färber, 2012/07/26
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Eduardo Habkost, 2012/07/26
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Igor Mammedov, 2012/07/31
- Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Eduardo Habkost, 2012/07/31
Re: [Qemu-devel] [QEMU PATCH 3/3] x86: pc: versioned CPU model names & compatibility aliases, Jiri Denemark, 2012/07/26