From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51907 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOifW-0001la-S2 for qemu-devel@nongnu.org; Tue, 15 Jun 2010 22:47:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOifV-000837-AW for qemu-devel@nongnu.org; Tue, 15 Jun 2010 22:47:58 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:45613) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOifV-00082o-1B for qemu-devel@nongnu.org; Tue, 15 Jun 2010 22:47:57 -0400 Date: Wed, 16 Jun 2010 11:44:15 +0900 From: Isaku Yamahata Subject: Re: [Qemu-devel] Q35 qemu repository? Message-ID: <20100616024415.GC7932@valinux.co.jp> References: <20100614135619.GA19671@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100614135619.GA19671@srcf.ucam.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Garrett Cc: qemu-devel@nongnu.org Hi, thank you for interested in q35 stuff. I set up the repository. It contains the snapshot of my local repo. git clone http://people.valinux.co.jp/~yamahata/qemu/q35/qemu git clone http://people.valinux.co.jp/~yamahata/qemu/q35/seabios git clone http://people.valinux.co.jp/~yamahata/qemu/q35/vgabios Note that modified seabios and vgabios should be used, and ACPI DSDT for q35 must be used. Example: qemu-system-x86_64 ... -M pc_q35 -acpitable 'load_header,data=roms/seabios/src/q35-acpi-dsdt.aml My interest is mainly pcie aer and native hot plug, so power management is out of my current scope. So I'm not sure my repo is useful for your purpose or not. thanks, On Mon, Jun 14, 2010 at 02:56:19PM +0100, Matthew Garrett wrote: > Hi there, > > I'm currently doing some work on tidying up Linux's PCIe ASPM support, > and one thing that would be useful would be to be able to instrument > reads and writes made by Windows to PCIe space. I noticed that you've > been working on Q35 support for qemu - is there a public repository > which contains your patch sets? > > Thank you, > -- > Matthew Garrett | mjg59@srcf.ucam.org > -- yamahata