Re: [Qemu-block] [PATCH 1/2] xen: add xen disk naming for use in monitor

2018-06-13 Thread Bruce Rogers
>>> On 6/13/2018 at 5:46 AM, Anthony PERARD wrote: > On Tue, Jun 12, 2018 at 05:51:02PM ‑0600, Bruce Rogers wrote: >> Provide monitor naming of xen disks, including associating an >> attached dev_id for a BlockBackend which has legacy_dev set. >> Currently, only xen disks have legacy_dev set to tr

Re: [Qemu-block] [PATCH 1/2] xen: add xen disk naming for use in monitor

2018-06-13 Thread Anthony PERARD
On Tue, Jun 12, 2018 at 05:51:02PM -0600, Bruce Rogers wrote: > Provide monitor naming of xen disks, including associating an > attached dev_id for a BlockBackend which has legacy_dev set. > Currently, only xen disks have legacy_dev set to true. > > Signed-off-by: Bruce Rogers > --- > block/bloc