Enable HV assisted KVM on ppc64

This commit is contained in:
Josh Boyer 2012-06-09 09:16:10 -04:00
parent 2cd576ed87
commit 12eb25beb1
2 changed files with 4 additions and 2 deletions

View File

@ -139,8 +139,7 @@ CONFIG_PERF_EVENTS=y
CONFIG_EVENT_PROFILE=y
CONFIG_KVM_BOOK3S_64=m
#-- Enable _HV once publicly available POWER7 hardware can use it
# CONFIG_KVM_BOOK3S_64_HV is not set
CONFIG_KVM_BOOK3S_64_HV=y
# CONFIG_KVM_EXIT_TIMING is not set
#-- bz#607175

View File

@ -2338,6 +2338,9 @@ fi
# '-' | |
# '-'
%changelog
* Fri Jun 08 2012 Josh Boyer <jwboyer@redhat.com>
- Enable HV assisted KVM on ppc64
* Fri Jun 08 2012 Josh Boyer <jwboyer@redhat.com>
- Backport edid header fixup threashold patch from Adam Jackson (rhbz 582559)