Searched full:cirrus (Results 1 – 25 of 33) sorted by relevance
12
/qemu/.gitlab-ci.d/cirrus/ |
H A D | README.rst | 1 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 D | build.yml | 19 # A little shorter than GitLab timeout in ../cirrus.yml
|
/qemu/.gitlab-ci.d/ |
H A D | cirrus.yml | 1 # 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 D | qemu-project.yml | 20 - local: '/.gitlab-ci.d/cirrus.yml'
|
H A D | base.yml | 52 # Cirrus jobs can't run unless the creds / target repo are set
|
/qemu/hw/display/ |
H A D | cirrus_vga_isa.c | 2 * 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 D | cirrus_vga.c | 2 * 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 D | cirrus_vga_internal.h | 2 * QEMU Cirrus CLGD 54xx VGA Emulator, ISA bus support
|
H A D | vga_int.h | 192 #define VGABIOS_CIRRUS_FILENAME "vgabios-cirrus.bin"
|
H A D | cirrus_vga_rop.h | 2 * QEMU Cirrus CLGD 54xx VGA Emulator.
|
H A D | cirrus_vga_rop2.h | 2 * QEMU Cirrus CLGD 54xx VGA Emulator.
|
/qemu/docs/system/ |
H A D | target-mips.rst | 32 - 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 D | target-i386-desc.rst.inc | 5 - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 287 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 D | generic_fuzz_configs.h | 99 .name = "cirrus-vga", 100 .args = "-machine q35 -nodefaults -device cirrus-vga", 101 .objects = "cirrus*",
|
/qemu/tests/qtest/ |
H A D | display-vga-test.c | 32 "cirrus-vga", in main()
|
/qemu/docs/devel/testing/ |
H A D | ci-jobs.rst.inc | 97 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 D | meson.build | 37 'vgabios-cirrus.bin',
|
H A D | README | 4 - The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios
|
/qemu/tests/lcitool/ |
H A D | refresh | 82 filename = Path(src_dir, ".gitlab-ci.d", "cirrus", target + ".vars") 247 # Cirrus packages lists for GitLab
|
/qemu/hw/isa/ |
H A D | isa-bus.c | 190 return isa_create_simple(bus, "isa-cirrus-vga"); in isa_vga_init()
|
/qemu/docs/system/devices/ |
H A D | can.rst | 124 -vga cirrus \
|
/qemu/docs/config/ |
H A D | q35-emulated.cfg | 257 # We use stdvga instead of Cirrus as it supports more video
|
/qemu/roms/ |
H A D | Makefile | 2 vgabios_variants := stdvga cirrus vmware qxl isavga virtio bochs-display ramfb ati
|
/qemu/system/ |
H A D | vl.c | 221 { .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