Re: [Qemu-devel] [PATCH 2/2] multiboot: Support arbitrary number of modules

2009-12-03 Thread Anthony Liguori
Adam Lackorzynski wrote: multiboot: Support arbitrary number of modules Signed-off-by: Adam Lackorzynski --- hw/pc.c | 216 +- 1 files changed, 143 insertions(+), 73 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 6bcfe1b..163bec

Re: [Qemu-devel] [PATCH 2/2] multiboot: Support arbitrary number of modules

2009-11-30 Thread Alexander Graf
On 30.11.2009, at 23:26, Adam Lackorzynski wrote: > multiboot: Support arbitrary number of modules Sounds like it's about time to extract the multiboot code from pc.c and move it to multiboot.c. After all, multiboot is supported on non-x86 as well, so maybe we can reuse some code here. Alex

[Qemu-devel] [PATCH 2/2] multiboot: Support arbitrary number of modules

2009-11-30 Thread Adam Lackorzynski
multiboot: Support arbitrary number of modules Signed-off-by: Adam Lackorzynski --- hw/pc.c | 216 +- 1 files changed, 143 insertions(+), 73 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 6bcfe1b..163bec1 100644 --- a/hw/pc.c +++