Revision 9c17d615 hw/s390-virtio.c

b/hw/s390-virtio.c
19 19

  
20 20
#include "hw.h"
21 21
#include "block/block.h"
22
#include "blockdev.h"
23
#include "sysemu.h"
22
#include "sysemu/blockdev.h"
23
#include "sysemu/sysemu.h"
24 24
#include "net/net.h"
25 25
#include "boards.h"
26 26
#include "monitor/monitor.h"
......
28 28
#include "elf.h"
29 29
#include "hw/virtio.h"
30 30
#include "hw/sysbus.h"
31
#include "kvm.h"
31
#include "sysemu/kvm.h"
32 32
#include "exec/address-spaces.h"
33 33

  
34 34
#include "hw/s390-virtio-bus.h"

Also available in: Unified diff