Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-19 Thread Marcel Apfelbaum
On 07/19/2016 10:34 AM, Igor Mammedov wrote: On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: Add an ivshmem device with 1G shared memory to pxb in order to check the ACPI code of 64bit MMIO allocation. Suggested-by: Igor Mammedov Signed-off-by: Marcel Apfelbaum Tested-by: Laszlo

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-19 Thread Igor Mammedov
On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: > Add an ivshmem device with 1G shared memory to > pxb in order to check the ACPI code of 64bit MMIO allocation. > > Suggested-by: Igor Mammedov > Signed-off-by: Marcel Apfelbaum > Tested-by: Laszlo Ersek Reviewed-by: Igor Mammedov

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Laszlo Ersek
Adding Gerd On 07/18/16 21:32, Marcel Apfelbaum wrote: > On 07/18/2016 08:52 PM, Laszlo Ersek wrote: >> On 07/18/16 15:34, Igor Mammedov wrote: >>> On Sun, 17 Jul 2016 19:53:09 +0300 >>> Marcel Apfelbaum wrote: >>> Add an ivshmem device with 1G shared memory to pxb in order to check the

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Marcel Apfelbaum
On 07/18/2016 08:52 PM, Laszlo Ersek wrote: On 07/18/16 15:34, Igor Mammedov wrote: On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: Add an ivshmem device with 1G shared memory to pxb in order to check the ACPI code of 64bit MMIO allocation. what is forcing ivshmem to be mapped abo

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Marcel Apfelbaum
On 07/18/2016 05:54 PM, Igor Mammedov wrote: On Mon, 18 Jul 2016 17:17:48 +0300 Marcel Apfelbaum wrote: On 07/18/2016 04:34 PM, Igor Mammedov wrote: On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: Add an ivshmem device with 1G shared memory to pxb in order to check the ACPI code

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Laszlo Ersek
On 07/18/16 15:34, Igor Mammedov wrote: > On Sun, 17 Jul 2016 19:53:09 +0300 > Marcel Apfelbaum wrote: > >> Add an ivshmem device with 1G shared memory to >> pxb in order to check the ACPI code of 64bit MMIO allocation. > what is forcing ivshmem to be mapped above 4G? Speaking for OVMF: unlike S

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Igor Mammedov
On Mon, 18 Jul 2016 17:17:48 +0300 Marcel Apfelbaum wrote: > On 07/18/2016 04:34 PM, Igor Mammedov wrote: > > On Sun, 17 Jul 2016 19:53:09 +0300 > > Marcel Apfelbaum wrote: > > > >> Add an ivshmem device with 1G shared memory to > >> pxb in order to check the ACPI code of 64bit MMIO allocation

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Marcel Apfelbaum
On 07/18/2016 04:34 PM, Igor Mammedov wrote: On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: Add an ivshmem device with 1G shared memory to pxb in order to check the ACPI code of 64bit MMIO allocation. what is forcing ivshmem to be mapped above 4G? For PC machine: nothing -> ivsh

Re: [Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-18 Thread Igor Mammedov
On Sun, 17 Jul 2016 19:53:09 +0300 Marcel Apfelbaum wrote: > Add an ivshmem device with 1G shared memory to > pxb in order to check the ACPI code of 64bit MMIO allocation. what is forcing ivshmem to be mapped above 4G? > > Suggested-by: Igor Mammedov > Signed-off-by: Marcel Apfelbaum > Tested

[Qemu-devel] [PATCH V5 2/7] tests/acpi: add pxb/pxb-pcie tests

2016-07-17 Thread Marcel Apfelbaum
Add an ivshmem device with 1G shared memory to pxb in order to check the ACPI code of 64bit MMIO allocation. Suggested-by: Igor Mammedov Signed-off-by: Marcel Apfelbaum Tested-by: Laszlo Ersek --- tests/bios-tables-test.c | 37 + 1 file changed, 37 insertion