[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] WinXP Guest: New hardware found - VGA controller
From: |
Alberto Garcia |
Subject: |
Re: [Qemu-discuss] WinXP Guest: New hardware found - VGA controller |
Date: |
Wed, 25 Jan 2017 09:49:01 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Jan 23, 2017 at 01:00:26AM +0100, Joe wrote:
> I'm trying Qemu (2.8.0) on Slackware GNU Linux 14.2 (64-bit) host.
> I've a Windows XP (guest) raw image which was working with Qemu
> times ago (I used it on an older Slackware version as host system).
The default hardware emulated by QEMU changes in each new version.
If it worked with an earlier version and now you find that the guest
is detecting new hardware, try forcing the emulation of a machine from
an older version of QEMU.
For example:
qemu-system-i386 -M pc-i440fx-1.6 -m 2G ...
Type 'qemu-system-i386 -M ?' for a complete list.
Berto