aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2012-10-26 11:39:42 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2012-10-26 11:39:42 +0100
commit160d9bb48519485c7bca72ae405ed1954f4a9fde (patch)
treefb2127c6a32a7f37b93c058098c279fe4399f10a /stubdom
parentb24b8bfa166a9367399102a9332f847a67b9056f (diff)
downloadxen-160d9bb48519485c7bca72ae405ed1954f4a9fde.tar.gz
xen-160d9bb48519485c7bca72ae405ed1954f4a9fde.tar.bz2
xen-160d9bb48519485c7bca72ae405ed1954f4a9fde.zip
Revert 26109:6ccfe4d29f95
This changeset was contaminated by changes hanging around in my working tree. Sorry :-(. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'stubdom')
-rw-r--r--stubdom/grub/kexec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stubdom/grub/kexec.c b/stubdom/grub/kexec.c
index b21c91ae99..06bef52ac2 100644
--- a/stubdom/grub/kexec.c
+++ b/stubdom/grub/kexec.c
@@ -137,10 +137,6 @@ void kexec(void *kernel, long kernel_size, void *module, long module_size, char
dom = xc_dom_allocate(xc_handle, cmdline, features);
dom->allocate = kexec_allocate;
- /* We are using guest owned memory, therefore no limits. */
- xc_dom_kernel_max_size(dom, 0);
- xc_dom_ramdisk_max_size(dom, 0);
-
dom->kernel_blob = kernel;
dom->kernel_size = kernel_size;