[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Have a 1GiB disk rather than 1MiB, for a slightly more sensible test.
# HG changeset patch # User Ewan Mellor <ewan@xxxxxxxxxxxxx> # Node ID de7d7b223db20a852c8bf099a5076dbddafbd198 # Parent 9f09cbe84629ca378d9012d786ba2c2d5bad077c Have a 1GiB disk rather than 1MiB, for a slightly more sensible test. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> --- tools/libxen/test/test_bindings.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 9f09cbe84629 -r de7d7b223db2 tools/libxen/test/test_bindings.c --- a/tools/libxen/test/test_bindings.c Thu Dec 14 18:22:58 2006 +0000 +++ b/tools/libxen/test/test_bindings.c Thu Dec 14 14:50:35 2006 +0000 @@ -339,7 +339,7 @@ static void create_new_vm(xen_session *s .name_label = "MyRootFS", .name_description = "MyRootFS description", .sr = &sr_record, - .virtual_size = (1 << 20) / 512, + .virtual_size = (1 << 21), // 1GiB / 512 bytes/sector .sector_size = 512, .type = XEN_VDI_TYPE_SYSTEM, .sharable = false, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |