ia64/xen-unstable
changeset 13036:de7d7b223db2
Have a 1GiB disk rather than 1MiB, for a slightly more sensible test.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Thu Dec 14 14:50:35 2006 +0000 (2006-12-14) |
parents | 9f09cbe84629 |
children | c91f6506b270 |
files | tools/libxen/test/test_bindings.c |
line diff
1.1 --- a/tools/libxen/test/test_bindings.c Thu Dec 14 18:22:58 2006 +0000 1.2 +++ b/tools/libxen/test/test_bindings.c Thu Dec 14 14:50:35 2006 +0000 1.3 @@ -339,7 +339,7 @@ static void create_new_vm(xen_session *s 1.4 .name_label = "MyRootFS", 1.5 .name_description = "MyRootFS description", 1.6 .sr = &sr_record, 1.7 - .virtual_size = (1 << 20) / 512, 1.8 + .virtual_size = (1 << 21), // 1GiB / 512 bytes/sector 1.9 .sector_size = 512, 1.10 .type = XEN_VDI_TYPE_SYSTEM, 1.11 .sharable = false,