commit | af354f19a9b6a655eac1c49b66d3be021e7ed3d9 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu May 22 17:12:23 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:36 2014 +0200 |
tree | 9eb83ba8917e951a3625e2ecfc828a159c5b4c71 | |
parent | ffd5e9fe02763a0e943dbb76fa78100ef5513e48 [diff] |
PPC: openpic_kvm: Implement reset When we trigger a system reset, the in-kernel openpic controller should also get reset. This happens through a write to the GCR.RESET register which is the same mechanism a guest would use to manually reset the device. Signed-off-by: Alexander Graf <agraf@suse.de>