Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-26 Thread Michael S. Tsirkin
On Thu, Jan 09, 2014 at 05:12:41PM -0200, Eduardo Habkost wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the build_srat()

Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-24 Thread Eduardo Habkost
On Thu, Jan 09, 2014 at 05:12:41PM -0200, Eduardo Habkost wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the build_srat()

Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-13 Thread Gerd Hoffmann
On Do, 2014-01-09 at 17:12 -0200, Eduardo Habkost wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the build_srat() code that

Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-10 Thread Igor Mammedov
On Thu, 9 Jan 2014 17:12:41 -0200 Eduardo Habkost ehabk...@redhat.com wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the

Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-10 Thread Eduardo Habkost
On Fri, Jan 10, 2014 at 04:17:14PM +0100, Igor Mammedov wrote: On Thu, 9 Jan 2014 17:12:41 -0200 Eduardo Habkost ehabk...@redhat.com wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU,

[Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-09 Thread Eduardo Habkost
The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the build_srat() code that handles the PCI hole. This series fixes the problem by

Re: [Qemu-devel] [PATCH 0/2] acpi: Fix PCI hole handling on SRAT table

2014-01-09 Thread Laszlo Ersek
On 01/09/14 20:12, Eduardo Habkost wrote: The original SeaBIOS code used the RamSize variable, that was used by SeaBIOS for the size of RAM below 4GB, not for all RAM. When copied to QEMU, the code was changed to use the full RAM size, and this broke the build_srat() code that handles the PCI