Home
last modified time | relevance | path

Searched full:cirrus (Results 1 – 25 of 33) sorted by relevance

12

/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst1 Cirrus CI integration
8 To work around this limitation, we take advantage of `Cirrus CI`_'s free
9 offering: more specifically, we use the `cirrus-run`_ script to trigger Cirrus
10 CI jobs from GitLab CI jobs so that Cirrus CI job output is integrated into
17 This repository needs to exist for cirrus-run to work, but it doesn't need to
20 * enable the `Cirrus CI GitHub app`_ for your GitHub account;
22 * sign up for Cirrus CI. It's enough to log into the website using your GitHub
25 * grab an API token from the `Cirrus CI settings`_ page;
27 * it may be necessary to push an empty ``.cirrus.yml`` file to your github fork
28 for Cirrus CI to properly recognize the project. You can check whether
[all …]
H A Dbuild.yml19 # A little shorter than GitLab timeout in ../cirrus.yml
/qemu/.gitlab-ci.d/
H A Dcirrus.yml1 # Jobs that we delegate to Cirrus CI because they require an operating
5 # The Cirrus CI configuration is generated by replacing target-specific
16 image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest
20 # 20 mins larger than "timeout_in" in cirrus/build.yml
21 # as there's often a 5-10 minute delay before Cirrus CI
26 - source .gitlab-ci.d/cirrus/$NAME.vars
28 - cirrus-vars <.gitlab-ci.d/cirrus/build.yml >.gitlab-ci.d/cirrus/$NAME.yml
29 - cat .gitlab-ci.d/cirrus/$NAME.yml
30 - cirrus-run -v --show-build-log always .gitlab-ci.d/cirrus/$NAME.yml
H A Dqemu-project.yml20 - local: '/.gitlab-ci.d/cirrus.yml'
H A Dbase.yml52 # Cirrus jobs can't run unless the creds / target repo are set
/qemu/hw/display/
H A Dcirrus_vga_isa.c2 * QEMU Cirrus CLGD 54xx VGA Emulator, ISA bus support
36 #define TYPE_ISA_CIRRUS_VGA "isa-cirrus-vga"
51 /* follow real hardware, cirrus card emulated has 4 MB video memory. in isa_cirrus_vga_realizefn()
H A Dcirrus_vga.c2 * QEMU Cirrus CLGD 54xx VGA Emulator.
189 #define TYPE_PCI_CIRRUS_VGA "cirrus-vga"
917 "cirrus: bitblt (video to cpu) is not implemented\n"); in cirrus_bitblt_videotocpu()
986 "cirrus: bitblt - pixel width is unknown\n"); in cirrus_bitblt_start()
996 "cirrus: bitblt - memory-to-memory copy requested\n"); in cirrus_bitblt_start()
1044 "cirrus: src transparent without colorexpand " in cirrus_bitblt_start()
1143 "cirrus: invalid DAC value 0x%x in 16bpp\n", in cirrus_get_bpp16_depth()
1157 /* Cirrus SVGA */ in cirrus_get_bpp()
1176 printf("cirrus: unknown bpp - sr7=%x\n", s->vga.sr[0x7]); in cirrus_get_bpp()
1264 case 0x06: // Unlock Cirrus extensions in cirrus_vga_read_sr()
[all …]
H A Dcirrus_vga_internal.h2 * QEMU Cirrus CLGD 54xx VGA Emulator, ISA bus support
H A Dvga_int.h192 #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin"
H A Dcirrus_vga_rop.h2 * QEMU Cirrus CLGD 54xx VGA Emulator.
H A Dcirrus_vga_rop2.h2 * QEMU Cirrus CLGD 54xx VGA Emulator.
/qemu/docs/system/
H A Dtarget-mips.rst32 - Cirrus (default) or any other PCI VGA graphics card
116 -append "mem=256m@0x0 rw console=ttyS0 vga=cirrus vesa=0x111 root=/dev/sda"
H A Dtarget-i386-desc.rst.inc5 - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA
/qemu/docs/
H A Dqdev-device-use.txt287 cirrus -device cirrus-vga
302 cirrus not yet available with -device
395 VGA VGA, cirrus-vga, isa-vga, isa-cirrus-vga,
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz_configs.h99 .name = "cirrus-vga",
100 .args = "-machine q35 -nodefaults -device cirrus-vga",
101 .objects = "cirrus*",
/qemu/tests/qtest/
H A Ddisplay-vga-test.c32 "cirrus-vga", in main()
/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc97 The job makes use of Cirrus CI infrastructure, requiring the
98 configuration setup for cirrus-run to be present in the repository
/qemu/pc-bios/
H A Dmeson.build37 'vgabios-cirrus.bin',
H A DREADME4 - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
/qemu/tests/lcitool/
H A Drefresh82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars")
247 # Cirrus packages lists for GitLab
/qemu/hw/isa/
H A Disa-bus.c190 return isa_create_simple(bus, "isa-cirrus-vga"); in isa_vga_init()
/qemu/docs/system/devices/
H A Dcan.rst124 -vga cirrus \
/qemu/docs/config/
H A Dq35-emulated.cfg257 # We use stdvga instead of Cirrus as it supports more video
/qemu/roms/
H A DMakefile2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati
/qemu/system/
H A Dvl.c221 { .driver = "cirrus-vga", .flag = &default_vga },
222 { .driver = "isa-cirrus-vga", .flag = &default_vga },
956 .opt_name = "cirrus",
957 .name = "Cirrus VGA",
958 .class_names = { "cirrus-vga", "isa-cirrus-vga" },
1027 return "cirrus"; in get_default_vga_model()

12