diff options
author | Alexander Graf <agraf@suse.de> | 2013-01-25 01:16:39 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-29 21:50:04 +0100 |
commit | b73d35311098585dbdb375fdf8369b16c8222e12 (patch) | |
tree | 354a3d5524f6be13529c9a249377fa7c9122896b /hw/s390x/s390-virtio-hcall.c | |
parent | 93726cb31982f5d930a4d5838215307390636d9b (diff) |
s390: Move hw files to hw/s390x
This moves all files only used by s390 system emulation to hw/s390x.
Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'hw/s390x/s390-virtio-hcall.c')
-rw-r--r-- | hw/s390x/s390-virtio-hcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/s390-virtio-hcall.c b/hw/s390x/s390-virtio-hcall.c index d7938c0734..ee626493c6 100644 --- a/hw/s390x/s390-virtio-hcall.c +++ b/hw/s390x/s390-virtio-hcall.c @@ -10,7 +10,7 @@ */ #include "cpu.h" -#include "hw/s390-virtio.h" +#include "hw/s390x/s390-virtio.h" #define MAX_DIAG_SUBCODES 255 |