Re: [patch 3/3] kvm test: long rmap chains

2010-07-06 Thread Avi Kivity
On 07/05/2010 09:16 PM, Marcelo Tosatti wrote: test long rmap chains + +int main (void) +{ +int i; +int nr_pages; +void *target_page, *virt_addr; + +setup_vm(); + +nr_pages = inl(0xd1) / PAGE_SIZE; +nr_pages -= 1000; No need to depend on the number of physical pages

[patch 3/3] kvm test: long rmap chains

2010-07-05 Thread Marcelo Tosatti
test long rmap chains Signed-off-by: Marcelo Tosatti Index: qemu-kvm/kvm/test/config-x86-common.mak === --- qemu-kvm.orig/kvm/test/config-x86-common.mak +++ qemu-kvm/kvm/test/config-x86-common.mak @@ -65,6 +65,9 @@ $(TEST_DIR)/idt_t