• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

xapi-project / xen-api / 16070495313 / 1
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2025 09:28AM UTC
Files 33
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2025 09:16AM UTC coverage: 77.719%. Remained the same
16070495313.1

push

github

web-flow
Add a `qcow2-to-stdout` Python script (#6559)

This script serves as one half of a `vhd-tool`-like solution for QCOW,
only offering the export side (converting a raw file to a qcow2 stream).
We can't use `qemu-img` or some other ready-made library because these
create a temporary file (seeking in both the source and the
destination), which we want to avoid.

The script is taken from upstream QEMU, with some modifications for our
use-case:
* we want the script to only operate on "raw" files
* it needs to work on block special files as opposed to regular files
* and it needs to export a "difference" between two files, just like
`vhd-tool` does

The script is currently unused.

The import half (`qcow2 stream->raw file`) was merged in
[`ocaml-qcow`](https://github.com/mirage/ocaml-qcow/pull/127) and will
later be integrated into xapi together with this script through a
`qcow_tool_wrapper`.

3359 of 4322 relevant lines covered (77.72%)

0.78 hits per line

Source Files on job python3.11 - 16070495313.1
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16070495313
  • c941af3d on github
  • Prev Job for on master (#16067842647.1)
  • Next Job for on master (#16075318599.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc