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

2014-12-29 Thread sfeldma
From: Scott Feldman 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) rocker sw1 name: sw1 id: 0x013512005452 ports: 4 (qemu) rocker-ports sw1 ena/speed/ auto

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

2015-01-02 Thread Eric Blake
On 12/29/2014 10:14 PM, sfel...@gmail.com wrote: > From: Scott Feldman [your message came through as a top-level thread instead of in-reply-to the 0/10 cover letter; please see if you can fix that before the next submission] > > Add QMP/HMP support for rocker devices. This is mostly for debugg

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

2015-01-04 Thread Scott Feldman
On Fri, Jan 2, 2015 at 3:56 PM, Eric Blake wrote: > On 12/29/2014 10:14 PM, sfel...@gmail.com wrote: >> From: Scott Feldman > > [your message came through as a top-level thread instead of in-reply-to > the 0/10 cover letter; please see if you can fix that before the next > submission] Looks like

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

2015-01-04 Thread Scott Feldman
On Sun, Jan 4, 2015 at 1:16 PM, Scott Feldman wrote: > On Fri, Jan 2, 2015 at 3:56 PM, Eric Blake wrote: >> On 12/29/2014 10:14 PM, sfel...@gmail.com wrote: >>> From: Scott Feldman >> >> In this mail, I'll review just the QMP interface portion: Thanks for review, BTW. Question: should these ro

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

2015-01-05 Thread Eric Blake
On 01/04/2015 02:16 PM, Scott Feldman wrote: > On Fri, Jan 2, 2015 at 3:56 PM, Eric Blake wrote: >> On 12/29/2014 10:14 PM, sfel...@gmail.com wrote: >>> From: Scott Feldman >> >> [your message came through as a top-level thread instead of in-reply-to >> the 0/10 cover letter; please see if you ca

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

2015-01-05 Thread Eric Blake
On 01/04/2015 02:24 PM, Scott Feldman wrote: > On Sun, Jan 4, 2015 at 1:16 PM, Scott Feldman wrote: >> On Fri, Jan 2, 2015 at 3:56 PM, Eric Blake wrote: >>> On 12/29/2014 10:14 PM, sfel...@gmail.com wrote: From: Scott Feldman >>> >>> In this mail, I'll review just the QMP interface portion: