Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/* enable/disable (compile time) features in this header */

/* virtio-blk */
#ifndef SEMU_FEATUREVIRTIOBLK
#define SEMU_FEATUREVIRTIOBLK 1
#ifndef SEMU_FEATURE_VIRTIOBLK
#define SEMU_FEATURE_VIRTIOBLK 1
#endif

/* virtio-net */
#ifndef SEMU_FEATUREVIRTIONET
#define SEMU_FEATUREVIRTIONET 1
#ifndef SEMU_FEATURE_VIRTIONET
#define SEMU_FEATURE_VIRTIONET 1
#endif

/* Feature test macro */
Expand Down