fbc0412709
9pfs: Clean up includes
...
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-id: 1453832250-766-18-git-send-email-peter.maydell@linaro.org
2016-01-29 15:07:23 +00:00
4d4545743f
qemu-option: move standard option definitions out of qemu-config.c
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-01-12 17:17:53 +01:00
1de7afc984
misc: move include files to include/qemu/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2012-12-19 08:32:39 +01:00
017cf5b1d2
qemu-fsdev-dummy.c: Include module.h
...
module.h is where machine_init() is defined, but qemu-fsdev-dummy.c
doesn't include it.
The header is probably being included by accident because some other
headers are including qemu-common.h, but those headers should eventually
stop including qemu-common.h.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com >
Signed-off-by: Andreas Färber <afaerber@suse.de >
2012-11-15 02:21:03 +01:00
1c532d92ab
fsdev: Fix archs that dont use fsdev
...
Fix provided by: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com >
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com >
2011-06-10 15:29:11 +02:00
1c88c71564
virtio-9p: Don't link to 9p if virtio is not enabled
...
If virtio is not enabled then we should not pull in
virtfs files
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com >
Signed-off-by: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com >
2011-06-01 10:23:46 -07:00