Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217846
b: refs/heads/master
c: 58e0502
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent d4d5f1b commit b0ec92f
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 84 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bbbf61eff92c7c236f57ee1953ad84055443717e
refs/heads/master: 58e05027b530ff081ecea68e38de8d59db8f87e0
11 changes: 4 additions & 7 deletions trunk/arch/x86/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ config XEN_PVHVM
depends on X86_LOCAL_APIC

config XEN_MAX_DOMAIN_MEMORY
int "Maximum allowed size of a domain in gigabytes"
default 8 if X86_32
default 32 if X86_64
int
default 128
depends on XEN
help
The pseudo-physical to machine address array is sized
according to the maximum possible memory size of a Xen
domain. This array uses 1 page per gigabyte, so there's no
need to be too stingy here.
This only affects the sizing of some bss arrays, the unused
portions of which are freed.

config XEN_SAVE_RESTORE
bool
Expand Down
Loading

0 comments on commit b0ec92f

Please sign in to comment.