]> git.proxmox.com Git - mirror_qemu.git/commit
Add S390x virtio machine bus
authorAlexander Graf <agraf@suse.de>
Sat, 5 Dec 2009 11:44:27 +0000 (12:44 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Dec 2009 16:36:05 +0000 (17:36 +0100)
commitf3304eea9338b7e694843fa1a6db5540e8783d1d
tree0b4d923345212557b24dd75cc342c8ca0ad5c590
parent10c339a07d42fcccbccd3f8a5e9c94ccb51fe3e4
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>
Makefile.target
hw/s390-virtio-bus.c [new file with mode: 0644]
hw/s390-virtio-bus.h [new file with mode: 0644]