Loading gen-icount.h +5 −0 Original line number Diff line number Diff line #ifndef GEN_ICOUNT_H #define GEN_ICOUNT_H 1 #include "qemu-timer.h" /* Helpers for instruction counting code generation. */ Loading Loading @@ -46,3 +49,5 @@ static inline void gen_io_end(void) tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUArchState, can_do_io)); tcg_temp_free_i32(tmp); } #endif host-utils.h +4 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #ifndef HOST_UTILS_H #define HOST_UTILS_H 1 #include "compiler.h" /* QEMU_GNUC_PREREQ */ Loading Loading @@ -234,3 +236,5 @@ static inline int ctpop64(uint64_t val) return val; #endif } #endif hw/9pfs/virtio-9p-synth.h +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ * the COPYING file in the top-level directory. * */ #ifndef HW_9PFS_VIRTIO9P_SYNTH_H #define HW_9PFS_VIRTIO9P_SYNTH_H 1 #include <unistd.h> #include <sys/types.h> Loading Loading @@ -48,3 +50,5 @@ extern int qemu_v9fs_synth_mkdir(V9fsSynthNode *parent, int mode, extern int qemu_v9fs_synth_add_file(V9fsSynthNode *parent, int mode, const char *name, v9fs_synth_read read, v9fs_synth_write write, void *arg); #endif hw/audiodev.h +5 −0 Original line number Diff line number Diff line #ifndef HW_AUDIODEV_H #define HW_AUDIODEV_H 1 /* es1370.c */ int es1370_init(PCIBus *bus); Loading @@ -18,3 +21,5 @@ int cs4231a_init(ISABus *bus); /* intel-hda.c + hda-audio.c */ int intel_hda_and_codec_init(PCIBus *bus); #endif hw/baum.h +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #ifndef HW_BAUM_H #define HW_BAUM_H 1 /* char device */ CharDriverState *chr_baum_init(QemuOpts *opts); #endif Loading
gen-icount.h +5 −0 Original line number Diff line number Diff line #ifndef GEN_ICOUNT_H #define GEN_ICOUNT_H 1 #include "qemu-timer.h" /* Helpers for instruction counting code generation. */ Loading Loading @@ -46,3 +49,5 @@ static inline void gen_io_end(void) tcg_gen_st_i32(tmp, cpu_env, offsetof(CPUArchState, can_do_io)); tcg_temp_free_i32(tmp); } #endif
host-utils.h +4 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #ifndef HOST_UTILS_H #define HOST_UTILS_H 1 #include "compiler.h" /* QEMU_GNUC_PREREQ */ Loading Loading @@ -234,3 +236,5 @@ static inline int ctpop64(uint64_t val) return val; #endif } #endif
hw/9pfs/virtio-9p-synth.h +4 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ * the COPYING file in the top-level directory. * */ #ifndef HW_9PFS_VIRTIO9P_SYNTH_H #define HW_9PFS_VIRTIO9P_SYNTH_H 1 #include <unistd.h> #include <sys/types.h> Loading Loading @@ -48,3 +50,5 @@ extern int qemu_v9fs_synth_mkdir(V9fsSynthNode *parent, int mode, extern int qemu_v9fs_synth_add_file(V9fsSynthNode *parent, int mode, const char *name, v9fs_synth_read read, v9fs_synth_write write, void *arg); #endif
hw/audiodev.h +5 −0 Original line number Diff line number Diff line #ifndef HW_AUDIODEV_H #define HW_AUDIODEV_H 1 /* es1370.c */ int es1370_init(PCIBus *bus); Loading @@ -18,3 +21,5 @@ int cs4231a_init(ISABus *bus); /* intel-hda.c + hda-audio.c */ int intel_hda_and_codec_init(PCIBus *bus); #endif
hw/baum.h +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #ifndef HW_BAUM_H #define HW_BAUM_H 1 /* char device */ CharDriverState *chr_baum_init(QemuOpts *opts); #endif