qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 1/5] qdev: Create qdev_get_dev_path()


From: Chris Wright
Subject: Re: [Qemu-devel] [RFC PATCH 1/5] qdev: Create qdev_get_dev_path()
Date: Tue, 15 Jun 2010 17:35:55 -0700
User-agent: Mutt/1.5.20 (2009-08-17)

* Paul Brook (address@hidden) wrote:
> > * Paul Brook (address@hidden) wrote:
> > > > > I find this argument contradictory. The migration code already needs
> > > > > to check whether a device is compatible before it allows migration. 
> > > > > The driver name is not sufficient to ensure compatibility, so I see
> > > > > no benefit in including it in the device address.
> > > > 
> > > > See my comment above, I'm not seeing a sufficient argument about why
> > > > driver name matching is a false sense of security.  If on an incoming
> > > > migration I'm able to match the source provided e1000.03.0/vmstate
> > > > against the target registered e1000.03.0/vmstate and hand off to the
> > > > e1000 driver to check version ids, you bet I'm feeling a lot more
> > > > secure than if I'm handing off to whatever happened to register
> > > > 03.0/vmstate on the target.
> > > 
> > > I still say it should be the migration code that checks that both vmstate
> > > structures are for the same type of device. i.e. if necessary the device
> > > name should be embedded in the device state, not the device path.
> > 
> > I not sure how that fixes the ramblock issue that started this whole
> > discussion.  It's not part of device's vmstate, it goes w/ ram.  I think
> > I'm missing a piece of the puzzle here?
> 
> My main point there was that ram blocks should be associated with a device 
> state.  Once you do this it should just work as we already know how to match 
> device states.
> 
> It you're trying to transfer ram blocks before matching up the rest of the 
> state then you're likely to loose in all kinds of different ways.

Yes, I see, thanks for clarifying.  I agree, ideally we'd create the
entire target image dynamically.  It'd still need to know how to connect
all the guest devices to the host, but it makes more sense to me than
half building the system from cmdline on target, then rest filled in.

I think that level of work is a ways away though.

thanks,
-chris



reply via email to

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