Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-17 Thread Thomas Huth
On 17.01.2017 13:36, Eduardo Habkost wrote: > On Tue, Jan 17, 2017 at 09:29:19AM +, Peter Maydell wrote: >> On 16 January 2017 at 19:44, Eduardo Habkost wrote: >>> On Mon, Jan 16, 2017 at 07:27:21PM +, Peter Maydell wrote: On 16 January 2017 at 19:25, Eduardo Habkost wrote: > On

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-17 Thread Eduardo Habkost
On Tue, Jan 17, 2017 at 09:29:19AM +, Peter Maydell wrote: > On 16 January 2017 at 19:44, Eduardo Habkost wrote: > > On Mon, Jan 16, 2017 at 07:27:21PM +, Peter Maydell wrote: > >> On 16 January 2017 at 19:25, Eduardo Habkost wrote: > >> > On Mon, Jan 16, 2017 at 10:53:07AM -0800, Alistai

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-17 Thread Peter Maydell
On 16 January 2017 at 19:44, Eduardo Habkost wrote: > On Mon, Jan 16, 2017 at 07:27:21PM +, Peter Maydell wrote: >> On 16 January 2017 at 19:25, Eduardo Habkost wrote: >> > On Mon, Jan 16, 2017 at 10:53:07AM -0800, Alistair Francis wrote: >> >> On Sun, Jan 15, 2017 at 11:59 PM, Thomas Huth w

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Eduardo Habkost
On Mon, Jan 16, 2017 at 08:52:28PM +0100, Thomas Huth wrote: > On 16.01.2017 18:25, Eduardo Habkost wrote: > > On Sat, Jan 14, 2017 at 07:51:02AM +0100, Thomas Huth wrote: > >> Sometimes it is useful to have just a machine with CPU and RAM, without > >> any further hardware in it, e.g. if you just

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Thomas Huth
On 16.01.2017 18:25, Eduardo Habkost wrote: > On Sat, Jan 14, 2017 at 07:51:02AM +0100, Thomas Huth wrote: >> Sometimes it is useful to have just a machine with CPU and RAM, without >> any further hardware in it, e.g. if you just want to do some instruction >> debugging for TCG with a remote GDB at

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Eduardo Habkost
On Mon, Jan 16, 2017 at 07:27:21PM +, Peter Maydell wrote: > On 16 January 2017 at 19:25, Eduardo Habkost wrote: > > On Mon, Jan 16, 2017 at 10:53:07AM -0800, Alistair Francis wrote: > >> On Sun, Jan 15, 2017 at 11:59 PM, Thomas Huth wrote: > >> > But I think the users also expect the "-kerne

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Peter Maydell
On 16 January 2017 at 19:25, Eduardo Habkost wrote: > On Mon, Jan 16, 2017 at 10:53:07AM -0800, Alistair Francis wrote: >> On Sun, Jan 15, 2017 at 11:59 PM, Thomas Huth wrote: >> > But I think the users also expect the "-kernel" parameter to be working, >> > so I think we should add the loader co

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Eduardo Habkost
On Mon, Jan 16, 2017 at 10:53:07AM -0800, Alistair Francis wrote: > On Sun, Jan 15, 2017 at 11:59 PM, Thomas Huth wrote: > > On 14.01.2017 12:03, Laurent Vivier wrote: > >> Le 14/01/2017 à 07:51, Thomas Huth a écrit : > >>> Sometimes it is useful to have just a machine with CPU and RAM, without >

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Alistair Francis
On Sun, Jan 15, 2017 at 11:59 PM, Thomas Huth wrote: > On 14.01.2017 12:03, Laurent Vivier wrote: >> Le 14/01/2017 à 07:51, Thomas Huth a écrit : >>> Sometimes it is useful to have just a machine with CPU and RAM, without >>> any further hardware in it, e.g. if you just want to do some instruction

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Eduardo Habkost
On Sat, Jan 14, 2017 at 07:51:02AM +0100, Thomas Huth wrote: > Sometimes it is useful to have just a machine with CPU and RAM, without > any further hardware in it, e.g. if you just want to do some instruction > debugging for TCG with a remote GDB attached to QEMU, or run some embedded > code with

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-16 Thread Thomas Huth
On 14.01.2017 12:03, Laurent Vivier wrote: > Le 14/01/2017 à 07:51, Thomas Huth a écrit : >> Sometimes it is useful to have just a machine with CPU and RAM, without >> any further hardware in it, e.g. if you just want to do some instruction >> debugging for TCG with a remote GDB attached to QEMU, o

Re: [Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-14 Thread Laurent Vivier
Le 14/01/2017 à 07:51, Thomas Huth a écrit : > Sometimes it is useful to have just a machine with CPU and RAM, without > any further hardware in it, e.g. if you just want to do some instruction > debugging for TCG with a remote GDB attached to QEMU, or run some embedded > code with the "-semihostin

[Qemu-devel] [PATCH] hw/core/null-machine: Add the possibility to instantiate a CPU, RAM and kernel

2017-01-13 Thread Thomas Huth
Sometimes it is useful to have just a machine with CPU and RAM, without any further hardware in it, e.g. if you just want to do some instruction debugging for TCG with a remote GDB attached to QEMU, or run some embedded code with the "-semihosting" QEMU parameter. qemu-system-m68k already features