Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-08-21 | qcow2_format.py: support dumping metadata in JSON format | Andrey Shinkevich | 1 | -0/+17 |
2020-08-21 | qcow2_format.py: collect fields to dump in JSON format | Andrey Shinkevich | 1 | -0/+36 |
2020-08-21 | qcow2.py: Introduce '-j' key to dump in JSON format | Andrey Shinkevich | 2 | -6/+16 |
2020-08-21 | qcow2_format.py: Dump bitmap table serialized entries | Andrey Shinkevich | 2 | -0/+54 |
2020-08-21 | qcow2_format.py: pass cluster size to substructures | Andrey Shinkevich | 1 | -6/+11 |
2020-08-21 | qcow2_format.py: Dump bitmap directory information | Andrey Shinkevich | 2 | -0/+65 |
2020-08-21 | qcow2_format.py: dump bitmap flags in human readable way. | Andrey Shinkevich | 1 | -0/+16 |
2020-08-21 | qcow2_format.py: change Qcow2BitmapExt initialization method | Andrey Shinkevich | 1 | -14/+22 |
2020-08-21 | qcow2_format.py: make printable data an extension class member | Andrey Shinkevich | 1 | -6/+8 |
2020-08-21 | iotests: add test for QCOW2 header dump | Andrey Shinkevich | 3 | -0/+121 |
2020-08-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 764 | -7631/+9192 |
2020-08-21 | docs: convert build system documentation to rST | Paolo Bonzini | 2 | -169/+142 |
2020-08-21 | meson: update build-system documentation | Paolo Bonzini | 1 | -228/+240 |
2020-08-21 | meson: avoid unstable module warning with Meson 0.56.0 or newer | Paolo Bonzini | 1 | -1/+5 |
2020-08-21 | meson: convert po/ | Marc-André Lureau | 12 | -131/+44 |
2020-08-21 | meson: convert VNC and dependent libraries to meson | Paolo Bonzini | 4 | -131/+45 |
2020-08-21 | meson: move SDL and SDL-image detection to meson | Paolo Bonzini | 6 | -146/+37 |
2020-08-21 | meson: convert sample plugins | Paolo Bonzini | 5 | -59/+10 |
2020-08-21 | meson: replace create-config with meson configure_file | Paolo Bonzini | 7 | -168/+81 |
2020-08-21 | rules.mak: drop unneeded macros | Paolo Bonzini | 6 | -282/+23 |
2020-08-21 | meson: convert check-block | Paolo Bonzini | 4 | -16/+18 |
2020-08-21 | meson: build texi doc | Paolo Bonzini | 6 | -105/+104 |
2020-08-21 | docs: automatically track manual dependencies | Paolo Bonzini | 3 | -9/+65 |
2020-08-21 | meson: sphinx-build | Paolo Bonzini | 6 | -186/+79 |
2020-08-21 | remove Makefile.target | Paolo Bonzini | 3 | -76/+4 |
2020-08-21 | rules.mak: remove version.o | Marc-André Lureau | 3 | -12/+1 |
2020-08-21 | meson: convert systemtap files | Marc-André Lureau | 4 | -93/+33 |
2020-08-21 | configure: place compatibility symlinks in target directories | Paolo Bonzini | 1 | -0/+3 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 32 | -344/+181 |
2020-08-21 | meson: plugins | Paolo Bonzini | 5 | -30/+21 |
2020-08-21 | meson: cpu-emu | Marc-André Lureau | 4 | -29/+54 |
2020-08-21 | meson: bsd-user | Marc-André Lureau | 4 | -5/+14 |
2020-08-21 | meson: linux-user | Marc-André Lureau | 41 | -132/+166 |
2020-08-21 | meson: accel | Marc-André Lureau | 13 | -26/+36 |
2020-08-21 | meson: target | Paolo Bonzini | 62 | -328/+595 |
2020-08-21 | meson: convert hw/arch* | Marc-André Lureau | 55 | -236/+399 |
2020-08-21 | meson: convert hw/9pfs, cleanup | Marc-André Lureau | 8 | -44/+25 |
2020-08-21 | meson: convert hw/acpi | Marc-André Lureau | 4 | -27/+26 |
2020-08-21 | meson: convert hw/adc | Marc-André Lureau | 4 | -2/+2 |
2020-08-21 | meson: convert hw/audio | Marc-André Lureau | 4 | -19/+15 |
2020-08-21 | meson: convert hw/block | Marc-André Lureau | 6 | -21/+24 |
2020-08-21 | meson: convert hw/char | Marc-André Lureau | 4 | -40/+39 |
2020-08-21 | meson: convert hw/cpu | Marc-André Lureau | 4 | -6/+7 |
2020-08-21 | meson: convert hw/display | Marc-André Lureau | 5 | -66/+86 |
2020-08-21 | meson: convert hw/dma | Marc-André Lureau | 4 | -17/+16 |
2020-08-21 | meson: convert hw/gpio | Marc-André Lureau | 4 | -13/+13 |
2020-08-21 | meson: convert hw/hyperv | Marc-André Lureau | 4 | -4/+4 |
2020-08-21 | meson: convert hw/i2c | Marc-André Lureau | 4 | -15/+17 |
2020-08-21 | meson: convert hw/ide | Marc-André Lureau | 4 | -15/+15 |
2020-08-21 | meson: convert hw/input | Marc-André Lureau | 4 | -19/+19 |