[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 0/3] usb-musb: make qdev-aware |
Date: |
Fri, 2 Sep 2011 09:55:54 +0100 |
On 2 September 2011 08:50, Gerd Hoffmann <address@hidden> wrote:
> For starters just "qemu-system-arm -M n810" is better than nothing, this
> does at least make sure it doesn't blow up somewhere when creating the
> device tree.
NB that the n810 machine doesn't create the usb device unless you
pass "-usb" on the command line so you need tat to be able to test
the init code.
-- PMM