Home
last modified time | relevance | path

Searched refs:bochs (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/tiny/
H A Dbochs.c194 if (!bochs->mmio) in bochs_hw_load_edid()
203 bochs->edid = drm_do_get_edid(&bochs->connector, in bochs_hw_load_edid()
279 bochs->qext_size = readl(bochs->mmio + 0x600); in bochs_hw_init()
280 if (bochs->qext_size < 4 || bochs->qext_size > iosize) { in bochs_hw_init()
299 if (bochs->mmio) in bochs_hw_fini()
329 bochs->bpp = 32; in bochs_hw_setmode()
330 bochs->stride = mode->hdisplay * (bochs->bpp / 8); in bochs_hw_setmode()
331 bochs->yres_virtual = bochs->fb_size / bochs->stride; in bochs_hw_setmode()
334 bochs->xres, bochs->yres, bochs->bpp, in bochs_hw_setmode()
399 vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase()
[all …]
H A DMakefile4 obj-$(CONFIG_DRM_BOCHS) += bochs.o
H A DKconfig14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
24 If M is selected the module will be called bochs.
/openbmc/qemu/block/
H A Dbochs.c90 if (!strcmp(bochs->magic, HEADER_MAGIC) && in bochs_probe()
91 !strcmp(bochs->type, REDOLOG_TYPE) && in bochs_probe()
92 !strcmp(bochs->subtype, GROWING_TYPE) && in bochs_probe()
105 struct bochs_header bochs; in bochs_open() local
125 ret = bdrv_pread(bs->file, 0, sizeof(bochs), &bochs, 0); in bochs_open()
130 if (strcmp(bochs.magic, HEADER_MAGIC) || in bochs_open()
131 strcmp(bochs.type, REDOLOG_TYPE) || in bochs_open()
132 strcmp(bochs.subtype, GROWING_TYPE) || in bochs_open()
139 if (le32_to_cpu(bochs.version) == HEADER_V1) { in bochs_open()
147 s->catalog_size = le32_to_cpu(bochs.catalog); in bochs_open()
[all …]
H A Dmeson.build69 if get_option('bochs').allowed()
70 block_ss.add(files('bochs.c'))
/openbmc/qemu/tests/qemu-iotests/
H A D07840 _supported_fmt bochs
50 _use_sample_img empty.bochs.bz2
55 _use_sample_img empty.bochs.bz2
61 _use_sample_img empty.bochs.bz2
67 _use_sample_img empty.bochs.bz2
71 _use_sample_img empty.bochs.bz2
77 _use_sample_img empty.bochs.bz2
83 _use_sample_img empty.bochs.bz2
H A D11342 _require_drivers bochs
51 $QEMU_IMG create -f bochs nbd://example.com 2>&1 64M
59 _use_sample_img empty.bochs.bz2
60 $QEMU_IMG convert -f bochs -O bochs "$TEST_IMG" nbd://example.com
H A D078.out8 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
11 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
14 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
15 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
18 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large
21 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size must be at least 512
H A D113.out5 qemu-img: nbd://example.com: Format driver 'bochs' does not support image creation
9 qemu-img: Format driver 'bochs' does not support image creation
H A D08242 _require_drivers bochs
103 run_qemu_img create -f bochs -o help
160 run_qemu_img convert -O bochs -o help
225 run_qemu_img amend -f bochs -o help
H A D10998 for sample_img in empty.bochs iotest-dirtylog-10G-4M.vhdx parallels-v1 \
H A D082.out306 Testing: create -f bochs -o help
307 qemu-img: Format driver 'bochs' does not support image creation
616 Testing: convert -O bochs -o help
617 qemu-img: Format driver 'bochs' does not support image creation
850 Testing: amend -f bochs -o help
851 qemu-img: Format driver 'bochs' does not support option amendment
/openbmc/qemu/docs/specs/
H A Dstandard-vga.rst53 bochs vbe interface index port
55 bochs vbe interface data port (x86 only)
57 bochs vbe interface data port
83 bochs dispi interface registers, mapped flat without index/data ports.
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dlinux-yocto-rt_6.6.bb44 KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc"
H A Dlinux-yocto_6.6.bb61 KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc"
H A Dlinux-yocto-dev.bb54 KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc"
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc37 QB_GRAPHICS = "-device bochs-display"
/openbmc/qemu/pc-bios/
H A Dmeson.build38 'vgabios-bochs-display.bin',
/openbmc/qemu/scripts/ci/org.centos/stream/8/x86_64/
H A Dconfigure43 --disable-bochs \
/openbmc/linux/samples/
H A DKconfig226 Emulate enough of qemu stdvga to make bochs-drm.ko happy.
227 That is basically the vram memory bar and the bochs dispi
/openbmc/qemu/roms/
H A DMakefile2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati
/openbmc/qemu/hw/display/
H A Dmeson.build23 system_ss.add(when: 'CONFIG_BOCHS_DISPLAY', if_true: files('bochs-display.c'))
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh254 --enable-bochs) printf "%s" -Dbochs=enabled ;;
255 --disable-bochs) printf "%s" -Dbochs=disabled ;;
/openbmc/qemu/
H A Dmeson_options.txt323 option('bochs', type: 'feature', value: 'auto', feature
324 description: 'bochs image format support')
H A DMAINTAINERS2508 F: hw/display/bochs-display.c
2510 F: include/hw/display/bochs-vbe.h
3849 bochs
3853 F: block/bochs.c

12