Re: [Qemu-devel] [PATCH] Split machine creation from the main loop

2011-02-25 Thread Blue Swirl
On Wed, Feb 23, 2011 at 11:38 PM, Anthony Liguori wrote: > The goal is to enable the monitor to run independently of whether the machine > has been created such that the monitor can be used to specify all of the > parameters for machine initialization. > > Signed-off-by: Anthony Liguori > > diff

[Qemu-devel] [PATCH] Split machine creation from the main loop

2011-02-23 Thread Anthony Liguori
The goal is to enable the monitor to run independently of whether the machine has been created such that the monitor can be used to specify all of the parameters for machine initialization. Signed-off-by: Anthony Liguori diff --git a/vl.c b/vl.c index b436952..181cc77 100644 --- a/vl.c +++ b/vl.