Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-17 Thread Scott Feldman
On Tue, Feb 17, 2015 at 1:48 AM, Paolo Bonzini pbonz...@redhat.com wrote: On 16/02/2015 23:37, Scott Feldman wrote: I would just merge the other nine patches for 2.3. I disagree. qmp/hmp is very important to rocker. It would be nearly impossible to debug large/complicated networking

Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread Paolo Bonzini
On 16/02/2015 22:47, sfel...@gmail.com wrote: From: Scott Feldman sfel...@gmail.com Add QMP/HMP support for rocker devices. This is mostly for debugging purposes to see inside the device's tables and port configurations. Some examples: (qemu) info rocker sw1 name: sw1 id:

Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread Scott Feldman
On Mon, Feb 16, 2015 at 5:16 PM, Paolo Bonzini pbonz...@redhat.com wrote: On 16/02/2015 22:47, sfel...@gmail.com wrote: From: Scott Feldman sfel...@gmail.com Add QMP/HMP support for rocker devices. This is mostly for debugging purposes to see inside the device's tables and port

[Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread sfeldma
From: Scott Feldman sfel...@gmail.com Add QMP/HMP support for rocker devices. This is mostly for debugging purposes to see inside the device's tables and port configurations. Some examples: (qemu) info rocker sw1 name: sw1 id: 0x013512005452 ports: 4 (qemu) info rocker-ports sw1

Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread Scott Feldman
On Mon, Feb 16, 2015 at 5:16 PM, Paolo Bonzini pbonz...@redhat.com wrote: On 16/02/2015 22:47, sfel...@gmail.com wrote: From: Scott Feldman sfel...@gmail.com Add QMP/HMP support for rocker devices. This is mostly for debugging purposes to see inside the device's tables and port

Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread David Ahern
On 2/16/15 3:37 PM, Scott Feldman wrote: On Mon, Feb 16, 2015 at 5:16 PM, Paolo Bonzini pbonz...@redhat.com wrote: On 16/02/2015 22:47, sfel...@gmail.com wrote: From: Scott Feldman sfel...@gmail.com Add QMP/HMP support for rocker devices. This is mostly for debugging purposes to see inside

Re: [Qemu-devel] [PATCH v7 07/10] qmp: add rocker device support

2015-02-16 Thread Paolo Bonzini
On 16/02/2015 23:37, Scott Feldman wrote: I would just merge the other nine patches for 2.3. I disagree. qmp/hmp is very important to rocker. It would be nearly impossible to debug large/complicated networking setups without having a back-door view into the device. qmp/hmp are perfect