[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] a11065: spapr: Fix ibm,lrdr-capacity
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] a11065: spapr: Fix ibm,lrdr-capacity |
Date: |
Fri, 08 Apr 2016 05:00:03 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: a110655a068d4b98495115ff0f8405235d845272
https://github.com/qemu/qemu/commit/a110655a068d4b98495115ff0f8405235d845272
Author: Bharata B Rao <address@hidden>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M hw/ppc/spapr_rtas.c
Log Message:
-----------
spapr: Fix ibm,lrdr-capacity
ibm,lrdr-capacity has a field to describe the maximum address in bytes
and therefore, the most memory that can be allocated to this guest. We
are using maxmem for this field, but instead should use the actual RAM
address corresponding to the end of hotplug region.
Signed-off-by: Bharata B Rao <address@hidden>
Signed-off-by: David Gibson <address@hidden>
Commit: 3be4f4d724852025f2b58d3c4133e1cca576a4de
https://github.com/qemu/qemu/commit/3be4f4d724852025f2b58d3c4133e1cca576a4de
Author: Peter Maydell <address@hidden>
Date: 2016-04-08 (Fri, 08 Apr 2016)
Changed paths:
M hw/ppc/spapr_rtas.c
Log Message:
-----------
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160408' into
staging
ppc patch queue for 2016-04-08
Just a single bugfix for spapr in this batch, but I want to make sure
it gets in for 2.6.
# gpg: Signature made Fri 08 Apr 2016 06:02:45 BST using RSA key ID 20D9B392
# gpg: Good signature from "David Gibson <address@hidden>"
# gpg: aka "David Gibson (Red Hat) <address@hidden>"
# gpg: aka "David Gibson (ozlabs.org) <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 75F4 6586 AE61 A66C C44E 87DC 6C38 CACA 20D9 B392
* remotes/dgibson/tags/ppc-for-2.6-20160408:
spapr: Fix ibm,lrdr-capacity
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/24790aefe033...3be4f4d72485
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] a11065: spapr: Fix ibm,lrdr-capacity,
GitHub <=