qemu: configuration-related fixes

+ Make it compile again.  Why was qemu/lol.h ever committed?

Change-Id: I398d3b9821072ca104630104270df4de2b91464a
This commit is contained in:
Horst Schirmeier
2018-05-03 14:17:08 +02:00
parent 4a068792e8
commit f9ed535c4a
4 changed files with 9 additions and 6 deletions

View File

@ -22,7 +22,7 @@ class TimerListener;
*/
class QEMUController : public SimulatorController {
public:
CPUX86State *m_cpuenv;
CPUX86State *m_cpu0env;
// Initialize the controller.
QEMUController();
@ -60,7 +60,7 @@ public:
*/
void reboot() {}
/* internal, QEMU-specific stuff */
void setCPUEnv(struct CPUX86State *env) { m_cpuenv = env; }
void setCPUEnv(struct CPUX86State *env) { m_cpu0env = env; }
};
} // end-of-namespace: fail