qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] qdev: make reset propagation overrideable by su


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 0/2] qdev: make reset propagation overrideable by subclasses
Date: Fri, 11 Jan 2013 08:17:14 -0600

This series allows subclasses to override how reset propagates to child
devices and/or busses.

This will allow a controller to perform specific actions either before or
after reset occurs for a specific device.

Since DeviceState::reset should model cold reset, I don't believe that any
controller would really need to override propagation order but I think its
useful to demonstrate how a bus specific reset function should be implemented.

This applies on top of Paolo's virtio-scsi reset fix patch series.




reply via email to

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