Searched refs:bochs (Results 1 - 3 of 3) sorted by relevance

/external/qemu-pc-bios/
H A DMakefile28 bochs/bios/Makefile:
29 cd bochs && ./configure
31 bios.bin: bochs/bios/Makefile
32 $(MAKE) -C bochs/bios
33 $(CP) bochs/bios/BIOS-bochs-latest $@
40 rm -rf bochs/Makefile bochs/build bochs/config.h bochs/confi
[all...]
/external/qemu/block/
H A Dbochs.c95 const struct bochs_header *bochs = (const void *)buf; local
100 if (!strcmp(bochs->magic, HEADER_MAGIC) &&
101 !strcmp(bochs->type, REDOLOG_TYPE) &&
102 !strcmp(bochs->subtype, GROWING_TYPE) &&
103 ((le32_to_cpu(bochs->version) == HEADER_VERSION) ||
104 (le32_to_cpu(bochs->version) == HEADER_V1)))
114 struct bochs_header bochs; local
119 if (bdrv_pread(bs->file, 0, &bochs, sizeof(bochs)) != sizeof(bochs)) {
[all...]
/external/qemu-pc-bios/bochs/
H A Dconfigure734 ac_unique_file="bochs.h"
2263 # compile bochs on a platform. Don't put things like optimization settings
[all...]

Completed in 149 milliseconds