From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm5mI-0000mf-82 for qemu-devel@nongnu.org; Tue, 03 Jul 2012 12:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sm5mD-0006ub-FQ for qemu-devel@nongnu.org; Tue, 03 Jul 2012 12:16:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sm5mD-0006u8-6g for qemu-devel@nongnu.org; Tue, 03 Jul 2012 12:16:33 -0400 Date: Tue, 3 Jul 2012 12:16:29 -0400 From: Jason Baron Message-ID: <20120703161628.GB32441@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] q35 and ahci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: mst@redhat.com, qemu-devel@nongnu.org, jan.kiszka@siemens.com, juzhang@redhat.com, agraf@suse.de, yamahata@valinux.co.jp, alex.williamson@redhat.com Hi, Update on q35 testing with various os's. Linux ----- -RHEL6.3 installs + runs -Fedora 16 install + runs -Fedora 17 - squashfs errors running on already installed f17 seems ok. Windows ------- -W7 - install error: "A required cd/dvd device driver is missing. If you have a driver floppy disk, CD, DVD, or USB flash drive, please insert it now. " Related to the new ahci controller, since if I go back to an ide conroller it keeps going (albeit the install is *very* slow). So I'm wondering if we need an ide compatibility mode? Or perhaps, there are other ideas. -Windows 95 - vnc is blank even with an ide controller instead of ahci. Yamahata reported getting q35 working with windows 95, I think? BSD --- Haven't tried any yet. Any specific versions? As a remminder here are my trees: git://github.com/jibaron/q35-qemu.git git://github.com/jibaron/q35-seabios.git A basic qemu cmd to start q35, looks like: $ /usr/local/bin/qemu-system-x86_64 -name "f16" -M pc_q35 -m 1G -smp 4 -hda ./f16.img --enable-kvm -bios /q35-seabios/out/bios.bin -acpitable file=/q35-seabios/out/q35-acpi-dsdt.aml -monitor stdio Thanks, -Jason