Statistics
| Branch: | Revision:

root / fsdev / qemu-fsdev-dummy.c @ feature-archipelago

History | View | Annotate | Download (404 Bytes)

# Date Author Comment
4d454574 01/12/2013 06:17 pm Paolo Bonzini

qemu-option: move standard option definitions out of qemu-config.c

Signed-off-by: Paolo Bonzini <>

1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

017cf5b1 11/15/2012 03:21 am Eduardo Habkost

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...

1c532d92 06/10/2011 04:29 pm Edgar E. Iglesias

fsdev: Fix archs that dont use fsdev

Fix provided by: "Aneesh Kumar K.V" <>

Signed-off-by: Edgar E. Iglesias <>

1c88c715 06/01/2011 08:23 pm Aneesh Kumar K.V

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 <>
Signed-off-by: Venkateswararao Jujjuri (JV) <>