commit | f3304eea9338b7e694843fa1a6db5540e8783d1d | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Sat Dec 05 12:44:27 2009 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Dec 05 17:36:05 2009 +0100 |
tree | 0b4d923345212557b24dd75cc342c8ca0ad5c590 | |
parent | 10c339a07d42fcccbccd3f8a5e9c94ccb51fe3e4 [diff] |
Add S390x virtio machine bus On S390x we don't want to go through the hassle of emulating real existing hardware, because we don't need to for running Linux. So let's instead implement a machine that is 100% based on VirtIO which we fortunately implement already. This patch implements the bus that is the groundwork for such an S390x virtio machine. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>