[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 25/26] pseries: Include missing pseries-2.5 compat prop
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 25/26] pseries: Include missing pseries-2.5 compat properties in pseries-2.4 |
Date: |
Thu, 18 Feb 2016 15:18:46 +1100 |
Commit 4b23699 "pseries: Add pseries-2.6 machine type" added a new
SPAPR_COMPAT_2_5 macro in the usual way. However, it didn't add this
macro to the existing SPAPR_COMPAT_2_4 macro so that pseries-2.4
inherits newer compatibility properties which are needed for 2.5 and
earlier.
This corrects the oversight.
Reported-by: Laszlo Ersek <address@hidden>
Signed-off-by: David Gibson <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
---
hw/ppc/spapr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c
index 276d6b4..e214a34 100644
--- a/hw/ppc/spapr.c
+++ b/hw/ppc/spapr.c
@@ -2391,6 +2391,7 @@ DEFINE_SPAPR_MACHINE(2_5, "2.5", false);
* pseries-2.4
*/
#define SPAPR_COMPAT_2_4 \
+ SPAPR_COMPAT_2_5 \
HW_COMPAT_2_4
static void spapr_machine_2_4_instance_options(MachineState *machine)
--
2.5.0
- [Qemu-ppc] [PULL 19/26] cuda: port FILE_SERVER_FLAG command to new framework, (continued)
- [Qemu-ppc] [PULL 19/26] cuda: port FILE_SERVER_FLAG command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 15/26] cuda: port SET_AUTO_RATE command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 01/26] hw: fix some debug message format strings, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 05/26] pseries: Add helper to calculate recommended hash page table size, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 10/26] hw/ppc/spapr: Implement h_set_dabr, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 23/26] cuda: remove GET_6805_ADDR command, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 03/26] target-ppc: Include missing MMU models for SDR1 in info registers, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 17/26] cuda: port POWERDOWN command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 16/26] cuda: port SET_DEVICE_LIST command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 12/26] cuda: add a framework to handle commands, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 25/26] pseries: Include missing pseries-2.5 compat properties in pseries-2.4,
David Gibson <=
- [Qemu-ppc] [PULL 18/26] cuda: port RESET_SYSTEM command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 24/26] cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 02/26] target-ppc: Remove unused kvmppc_update_sdr1() stub, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 11/26] hw/ppc/spapr: Implement the h_set_xdabr hypercall, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 21/26] cuda: port GET_TIME command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 26/26] hw/ppc/spapr: Halt CPU when powering off via RTAS call, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 22/26] cuda: port SET_TIME command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 20/26] cuda: port SET_POWER_MESSAGES command to new framework, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 06/26] pseries: Move hash page table allocation to reset time, David Gibson, 2016/02/17
- [Qemu-ppc] [PULL 14/26] cuda: port AUTOPOLL command to new framework, David Gibson, 2016/02/17