]> git.proxmox.com Git - qemu.git/blobdiff - hw/spapr.h
xtensa-semi: Don't use CPUState
[qemu.git] / hw / spapr.h
index df88f6abade6785e89659278596e27c1c04f3544..e946a3433ef19e2f5e543b090dc145e1d413c09d 100644 (file)
@@ -21,6 +21,7 @@ typedef struct sPAPREnvironment {
     target_ulong entry_point;
     int next_irq;
     int rtc_offset;
+    char *cpu_model;
 } sPAPREnvironment;
 
 #define H_SUCCESS         0
@@ -141,7 +142,7 @@ typedef struct sPAPREnvironment {
 #define H_DABRX_KERNEL     (1ULL<<(63-62))
 #define H_DABRX_USER       (1ULL<<(63-63))
 
-/* Each control block has to be on a 4K bondary */
+/* Each control block has to be on a 4K boundary */
 #define H_CB_ALIGNMENT     4096
 
 /* pSeries hypervisor opcodes */