qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/9] spice: core bits


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 5/9] spice: core bits
Date: Wed, 25 Aug 2010 14:37:23 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100720 Red Hat/3.1.1-1.el6 Thunderbird/3.1.1

  Hi,

I think there's two paths we can take here. We can either use
module_init() with a new class for this location or we can be more
explicit and pass the option list here.

Actually the device_init() hook does just fine here. Not sure this is a good idea to hook there though as this is meant for guest device backends and it could be moved at some point in the future.

I basically need a hook to do host-side setup after all config processing is done and before guest devices are created.

cheers,
  Gerd




reply via email to

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