Re: [kvm-devel] [PATCH 1/3] Remove memory size from linker script (v2)

2007-10-11 Thread Avi Kivity
Anthony Liguori wrote: > The memory size is currently hardcoded into the linker script (end_of_memory). > This prevents the memory size from being specified dynamically in kvmctl. > This patch adds a PIO port that can be used to query the memory size in the > tests. > > Applied all three, thank

[kvm-devel] [PATCH 1/3] Remove memory size from linker script (v2)

2007-10-10 Thread Anthony Liguori
The memory size is currently hardcoded into the linker script (end_of_memory). This prevents the memory size from being specified dynamically in kvmctl. This patch adds a PIO port that can be used to query the memory size in the tests. Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]> diff --git