Re: [Qemu-devel] [PATCH 1/2] ide: ide-cd without drive property for empty drive

2016-08-05 Thread Kevin Wolf
Am 04.08.2016 um 18:03 hat Eric Blake geschrieben: > On 08/01/2016 01:47 PM, Kevin Wolf wrote: > > Am 14.07.2016 um 21:48 hat Eric Blake geschrieben: > >> On 07/14/2016 07:49 AM, Kevin Wolf wrote: > >>> This allows to create an empty ide-cd device without manually creating a > >>> BlockBackend. > >

Re: [Qemu-devel] [PATCH 1/2] ide: ide-cd without drive property for empty drive

2016-08-04 Thread Eric Blake
On 08/01/2016 01:47 PM, Kevin Wolf wrote: > Am 14.07.2016 um 21:48 hat Eric Blake geschrieben: >> On 07/14/2016 07:49 AM, Kevin Wolf wrote: >>> This allows to create an empty ide-cd device without manually creating a >>> BlockBackend. >>> >>> Signed-off-by: Kevin Wolf >>> --- >>> hw/ide/qdev.c |

Re: [Qemu-devel] [PATCH 1/2] ide: ide-cd without drive property for empty drive

2016-08-01 Thread Kevin Wolf
Am 14.07.2016 um 21:48 hat Eric Blake geschrieben: > On 07/14/2016 07:49 AM, Kevin Wolf wrote: > > This allows to create an empty ide-cd device without manually creating a > > BlockBackend. > > > > Signed-off-by: Kevin Wolf > > --- > > hw/ide/qdev.c | 20 +++- > > 1 file changed,

Re: [Qemu-devel] [PATCH 1/2] ide: ide-cd without drive property for empty drive

2016-07-14 Thread Eric Blake
On 07/14/2016 07:49 AM, Kevin Wolf wrote: > This allows to create an empty ide-cd device without manually creating a > BlockBackend. > > Signed-off-by: Kevin Wolf > --- > hw/ide/qdev.c | 20 +++- > 1 file changed, 15 insertions(+), 5 deletions(-) > @@ -158,6 +154,16 @@ static in

[Qemu-devel] [PATCH 1/2] ide: ide-cd without drive property for empty drive

2016-07-14 Thread Kevin Wolf
This allows to create an empty ide-cd device without manually creating a BlockBackend. Signed-off-by: Kevin Wolf --- hw/ide/qdev.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/hw/ide/qdev.c b/hw/ide/qdev.c index 67c76bf..2eb055a 100644 --- a/hw/ide/qd