qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] virtio-blk: Set default serial id


From: Asias He
Subject: Re: [Qemu-devel] [PATCH] virtio-blk: Set default serial id
Date: Wed, 20 Mar 2013 16:34:22 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Mar 20, 2013 at 08:52:57AM +0100, Stefan Hajnoczi wrote:
> On Wed, Mar 20, 2013 at 01:56:08PM +0800, Asias He wrote:
> > If user does not specify a serial id, e.g.
> > 
> >    -device virtio-blk-pci,serial="serial_id"
> > or
> >    -drive serial="serial_id"
> > 
> > no serial id will be assigned.
> > 
> > Add a default serial id in this case to help identifying
> > the disk in guest.
> > 
> > Signed-off-by: Asias He <address@hidden>
> > ---
> >  hw/virtio-blk.c | 7 +++++++
> >  1 file changed, 7 insertions(+)
> 
> Autogenerated IDs have been proposed (for other devices?) before and I
> think we should avoid them.
> 
> The serial in this patch depends on the internal counter we use for
> savevm.  It is not a well-defined value that guests can depend on
> remaining the same.
> 
> It can change between QEMU invocations - due to internal changes in QEMU
> or because the management tool reordered -device options.
> 
> Users will be confused and their guests may stop working if they depend
> on an ID like this.

So, no serial id forces user not to depend on the serial id. This is how it
works now.

Okay, let's leave it as it is, persistent id specified by user or no id
at all. This is not perfect but at least it does not break any thing.

> The solution is to do persistent naming either by really passing -device
> virtio-blk-pci,serial= or with udev inside the guest using the bus
> address (PCI devfn) like the new persistent network interface naming for
> Linux.

'-virtio-blk-pci,serial=' specified by user would be persistent, but pci
id might be changed as well.

> Stefan

-- 
Asias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]