[Qemu-devel] [PATCH 40/50] dma: do not depend on kvm_enabled()

2016-05-16 Thread Paolo Bonzini
Memory barriers are needed also by Xen and, when the ioeventfd bugs are fixed, by TCG as well. sysemu/kvm.h is not anymore needed in sysemu/dma.h, move it to the actual users. Signed-off-by: Paolo Bonzini --- hw/intc/arm_gicv2m.c | 1 + hw/misc/pci-testdev.c | 1 + hw/ppc/e500plat.c | 1 +

[Qemu-devel] [PATCH 40/50] dma: do not depend on kvm_enabled()

2016-04-08 Thread Paolo Bonzini
Memory barriers are needed also by Xen and, when the ioeventfd bugs are fixed, by TCG as well. sysemu/kvm.h is not anymore needed in sysemu/dma.h, move it to the actual users. Signed-off-by: Paolo Bonzini --- hw/intc/arm_gicv2m.c | 1 + hw/ppc/e500plat.c| 1 + hw/ppc/spapr_hcall.c | 1 + hw