Re: [Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-31 Thread Jan Kiszka
On 2012-01-31 15:57, Anthony Liguori wrote: > On 01/31/2012 08:53 AM, Jan Kiszka wrote: >> On 2012-01-31 15:50, Anthony Liguori wrote: >>> On 01/31/2012 08:38 AM, Jan Kiszka wrote: On 2012-01-26 20:00, Anthony Liguori wrote: > --- >hw/pc.c | 70 > --

Re: [Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-31 Thread Anthony Liguori
On 01/31/2012 08:53 AM, Jan Kiszka wrote: On 2012-01-31 15:50, Anthony Liguori wrote: On 01/31/2012 08:38 AM, Jan Kiszka wrote: On 2012-01-26 20:00, Anthony Liguori wrote: --- hw/pc.c | 70 -- hw/pc.h |3 +- hw/piix_p

Re: [Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-31 Thread Jan Kiszka
On 2012-01-31 15:50, Anthony Liguori wrote: > On 01/31/2012 08:38 AM, Jan Kiszka wrote: >> On 2012-01-26 20:00, Anthony Liguori wrote: >>> --- >>> hw/pc.c | 70 >>> -- >>> hw/pc.h |3 +- >>> hw/piix_pci.c | 74 >>> +++

Re: [Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-31 Thread Anthony Liguori
On 01/31/2012 08:38 AM, Jan Kiszka wrote: On 2012-01-26 20:00, Anthony Liguori wrote: --- hw/pc.c | 70 -- hw/pc.h |3 +- hw/piix_pci.c | 74 +++- sysemu.h |2

Re: [Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-31 Thread Jan Kiszka
On 2012-01-26 20:00, Anthony Liguori wrote: > --- > hw/pc.c | 70 -- > hw/pc.h |3 +- > hw/piix_pci.c | 74 +++- > sysemu.h |2 - > 4 files changed, 79 insertions(+)

[Qemu-devel] [PATCH 14/15] i440fx: move bios loading to i440fx

2012-01-26 Thread Anthony Liguori
--- hw/pc.c | 70 -- hw/pc.h |3 +- hw/piix_pci.c | 74 +++- sysemu.h |2 - 4 files changed, 79 insertions(+), 70 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index