Re: [Qemu-devel] [RFC PATCH 03/11] hw/arm/virt-acpi-build: Generate RSDP table

2015-01-27 Thread Igor Mammedov
On Tue, 27 Jan 2015 17:36:29 +0800 Shannon Zhao wrote: > On 2015/1/26 18:22, Igor Mammedov wrote: > > On Sat, 24 Jan 2015 17:21:12 +0800 > > Shannon Zhao wrote: > > > >> > RSDP points to XSDT which in turn points to other tables. > >> > > >> > Signed-off-by: Shannon Zhao > >> > --- > >> > hw

Re: [Qemu-devel] [RFC PATCH 03/11] hw/arm/virt-acpi-build: Generate RSDP table

2015-01-27 Thread Shannon Zhao
On 2015/1/26 18:22, Igor Mammedov wrote: > On Sat, 24 Jan 2015 17:21:12 +0800 > Shannon Zhao wrote: > >> > RSDP points to XSDT which in turn points to other tables. >> > >> > Signed-off-by: Shannon Zhao >> > --- >> > hw/arm/virt-acpi-build.c | 22 ++ >> > 1 files changed,

Re: [Qemu-devel] [RFC PATCH 03/11] hw/arm/virt-acpi-build: Generate RSDP table

2015-01-26 Thread Shannon Zhao
On 2015/1/26 18:22, Igor Mammedov wrote: > On Sat, 24 Jan 2015 17:21:12 +0800 > Shannon Zhao wrote: > >> > RSDP points to XSDT which in turn points to other tables. >> > >> > Signed-off-by: Shannon Zhao >> > --- >> > hw/arm/virt-acpi-build.c | 22 ++ >> > 1 files changed,

Re: [Qemu-devel] [RFC PATCH 03/11] hw/arm/virt-acpi-build: Generate RSDP table

2015-01-26 Thread Igor Mammedov
On Sat, 24 Jan 2015 17:21:12 +0800 Shannon Zhao wrote: > RSDP points to XSDT which in turn points to other tables. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt-acpi-build.c | 22 ++ > 1 files changed, 22 insertions(+), 0 deletions(-) > > diff --git a/hw/arm/virt-a

[Qemu-devel] [RFC PATCH 03/11] hw/arm/virt-acpi-build: Generate RSDP table

2015-01-24 Thread Shannon Zhao
RSDP points to XSDT which in turn points to other tables. Signed-off-by: Shannon Zhao --- hw/arm/virt-acpi-build.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c index 4eed0a3..9c3971a 100644 ---