[Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands

2011-04-20 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- hw/ide/atapi.c | 115 +++ 1 files changed, 48 insertions(+), 67 deletions(-) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index d161bf7..d0bf7fd 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -533,10 +533,11

Re: [Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands

2011-04-20 Thread Blue Swirl
On Wed, Apr 20, 2011 at 2:30 PM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- >  hw/ide/atapi.c |  115 +++ >  1 files changed, 48 insertions(+), 67 deletions(-) > > diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c > index d161bf7..d0bf7fd 100

Re: [Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands

2011-04-21 Thread Kevin Wolf
Am 20.04.2011 20:13, schrieb Blue Swirl: > On Wed, Apr 20, 2011 at 2:30 PM, Kevin Wolf wrote: >> Signed-off-by: Kevin Wolf >> --- >> hw/ide/atapi.c | 115 >> +++ >> 1 files changed, 48 insertions(+), 67 deletions(-) >> >> diff --git a/hw/ide/

Re: [Qemu-devel] [PATCH v2 3/5] ide/atapi: Use table instead of switch for commands

2011-04-25 Thread Amit Shah
On (Wed) 20 Apr 2011 [13:30:13], Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > hw/ide/atapi.c | 115 +++ > 1 files changed, 48 insertions(+), 67 deletions(-) > > diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c > index d161bf7..d0bf7fd 100