Re: [Qemu-devel] propose to implement ower device

2013-03-10 Thread li guang
在 2013-03-07四的 21:41 +0800,Wenchao Xia写道: > 于 2013-3-7 11:40, li guang 写道: > > Hi, Anthony and all > > > > By now all devices of QEMU do not have much more > > power management consideration, for example, if > > system do suspend, it will call all registered notifiers, > > this was loosely required

Re: [Qemu-devel] propose to implement ower device

2013-03-07 Thread Wenchao Xia
于 2013-3-7 11:40, li guang 写道: Hi, Anthony and all By now all devices of QEMU do not have much more power management consideration, for example, if system do suspend, it will call all registered notifiers, this was loosely required, and the code to do power management state transition seems just

[Qemu-devel] propose to implement ower device

2013-03-06 Thread li guang
Hi, Anthony and all By now all devices of QEMU do not have much more power management consideration, for example, if system do suspend, it will call all registered notifiers, this was loosely required, and the code to do power management state transition seems just do 'ugly emulation', rather than