Re: [Qemu-devel] [PATCH v3 03/13] tests: acpi: make pointer to RSDP 64bit

2019-04-25 Thread Igor Mammedov
On Thu, 25 Apr 2019 15:31:42 +0800 Wei Yang wrote: > On Thu, Apr 25, 2019 at 07:34:39AM +0200, Igor Mammedov wrote: > >In case of UEFI, RSDP doesn't have to be located in lowmem, > >it could be placed at any address. Make sure that test won't > >break if it is placed above the first 4Gb of addres

Re: [Qemu-devel] [PATCH v3 03/13] tests: acpi: make pointer to RSDP 64bit

2019-04-25 Thread Wei Yang
On Thu, Apr 25, 2019 at 07:34:39AM +0200, Igor Mammedov wrote: >In case of UEFI, RSDP doesn't have to be located in lowmem, >it could be placed at any address. Make sure that test won't >break if it is placed above the first 4Gb of address space. > >PS: >While at it cleanup some local variables as