Re: [Xen-devel] [PATCH v2 0/4] libxl: fix CDROM issues

2016-04-08 Thread Roger Pau Monné
On Fri, 8 Apr 2016, Roger Pau Monné wrote: > On Fri, 8 Apr 2016, George Dunlap wrote: > > BTW, I tested v1 of this series and everything seems sorted out. On > > the basis that the only changes are superficial: > > > > Tested-by: George Dunlap > > Thanks, FWIW I've also pushed the series to a g

Re: [Xen-devel] [PATCH v2 0/4] libxl: fix CDROM issues

2016-04-08 Thread Roger Pau Monné
On Fri, 8 Apr 2016, George Dunlap wrote: > BTW, I tested v1 of this series and everything seems sorted out. On > the basis that the only changes are superficial: > > Tested-by: George Dunlap Thanks, FWIW I've also pushed the series to a git branch: git://xenbits.xen.org/people/royger/xen.git f

Re: [Xen-devel] [PATCH v2 0/4] libxl: fix CDROM issues

2016-04-08 Thread George Dunlap
BTW, I tested v1 of this series and everything seems sorted out. On the basis that the only changes are superficial: Tested-by: George Dunlap On Fri, Apr 8, 2016 at 5:13 PM, Roger Pau Monne wrote: > Due to recent changes (and intended fixes) CDROM has become quite unstable > recently. This ser

[Xen-devel] [PATCH v2 0/4] libxl: fix CDROM issues

2016-04-08 Thread Roger Pau Monne
Due to recent changes (and intended fixes) CDROM has become quite unstable recently. This series aims to fix the issues reported with having empty CDROM devices in the HVM guest configuration files. It also contains some cleanups of more generic code in order to ease the implementation. After some