Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-27 Thread Alistair Francis
On Mon, Apr 14, 2014 at 10:57 AM, Alistair Francis wrote: > On Fri, Apr 11, 2014 at 7:13 PM, Peter Crosthwaite > wrote: >> On Fri, Apr 11, 2014 at 5:55 PM, Peter Maydell >> wrote: >>> On 11 April 2014 07:34, Alistair Francis >>> wrote: This patch allows sysbus devices to be attached via

Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-13 Thread Alistair Francis
On Fri, Apr 11, 2014 at 7:13 PM, Peter Crosthwaite wrote: > On Fri, Apr 11, 2014 at 5:55 PM, Peter Maydell > wrote: >> On 11 April 2014 07:34, Alistair Francis wrote: >>> This patch allows sysbus devices to be attached via >>> command line arguments. >>> >>> This can be used to build an entire

Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-11 Thread Peter Crosthwaite
On Fri, Apr 11, 2014 at 5:55 PM, Peter Maydell wrote: > On 11 April 2014 07:34, Alistair Francis wrote: >> This patch allows sysbus devices to be attached via >> command line arguments. >> >> This can be used to build an entire machine from the command >> line or to just add devices that aren't i

Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-11 Thread Alexander Graf
On 11.04.14 09:55, Peter Maydell wrote: On 11 April 2014 07:34, Alistair Francis wrote: This patch allows sysbus devices to be attached via command line arguments. This can be used to build an entire machine from the command line or to just add devices that aren't in the machine_init code. A

Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-11 Thread Peter Maydell
On 11 April 2014 07:34, Alistair Francis wrote: > This patch allows sysbus devices to be attached via > command line arguments. > > This can be used to build an entire machine from the command > line or to just add devices that aren't in the machine_init > code. > > A peripheral can be added with

Re: [Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-10 Thread Alistair Francis
CC Konstanty On Fri, Apr 11, 2014 at 4:34 PM, Alistair Francis wrote: > This patch allows sysbus devices to be attached via > command line arguments. > > This can be used to build an entire machine from the command > line or to just add devices that aren't in the machine_init > code. > > A periph

[Qemu-devel] [PATCH v2 0/4] Allow sysbus devices to be attached via commandline

2014-04-10 Thread Alistair Francis
This patch allows sysbus devices to be attached via command line arguments. This can be used to build an entire machine from the command line or to just add devices that aren't in the machine_init code. A peripheral can be added with the following syntax: -device cadence_uart,addr=0xE000,irq=