summary refs log tree commit diff stats
path: root/scripts/coverage/compare_gcov_json.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-16tests/tcg/s390x: Enable the multiarch system testsIlya Leoshkevich3-14/+69
2023-05-16tests/tcg/multiarch: Make the system memory test work on big-endianIlya Leoshkevich1-24/+43
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth2-2/+2
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth2-6/+3
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth2-0/+7
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth4-14/+15
2023-05-16docs/about/emulation: fix typoLizhi Yang1-1/+1
2023-05-16docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha1-0/+6
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda3-6/+12
2023-05-16util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda4-11/+63
2023-05-16tests/lcitool: Add mtools and xorriso and remove genisoimage as dependenciesAni Sinha21-27/+45
2023-05-16tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorrisoAni Sinha1-0/+0
2023-05-16Add information how to fix common build error on Windows in symlink-install-treeMateusz Krawczuk1-0/+3
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron2-12/+9
2023-05-16tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé8-57/+40
2023-05-16net: stream: test reconnect option with an unix socketLaurent Vivier1-21/+18
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé2-3/+1
2023-05-16tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl testThomas Huth1-2/+2
2023-05-15docs/zoned-storage:add zoned emulation use caseSam Li1-0/+19
2023-05-15virtio-blk: add some trace events for zoned emulationSam Li2-0/+19
2023-05-15block: add accounting for zone append operationSam Li7-11/+113
2023-05-15virtio-blk: add zoned storage emulation for zoned devicesSam Li3-0/+393
2023-05-15block: add some trace events for zone appendSam Li2-0/+5
2023-05-15qemu-iotests: test zone append operationSam Li3-0/+107
2023-05-15block: introduce zone append write for zoned devicesSam Li10-8/+173
2023-05-15file-posix: add tracking of the zone write pointersSam Li3-4/+193
2023-05-15docs/zoned-storage: add zoned device documentationSam Li3-0/+50
2023-05-15block: add some trace events for new block layer APIsSam Li2-0/+5
2023-05-15iotests: test new zone operationsSam Li2-0/+142
2023-05-15block: add zoned BlockDriver check to block layerSam Li4-0/+37
2023-05-15block/raw-format: add zone operations to pass through requestsSam Li1-0/+17
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li9-3/+696
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li2-34/+96
2023-05-15block/block-common: add zoned device structsSam Li1-0/+43
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela6-16/+15
2023-05-15qemu-file: Make rate_limit_used an uint64_tJuan Quintela2-3/+3
2023-05-15qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_tJuan Quintela2-5/+5
2023-05-15migration: We set the rate_limit by a secondJuan Quintela3-7/+10
2023-05-15migration: A rate limit value of 0 is validJuan Quintela1-6/+1
2023-05-15hw/intc: Add NULL pointer check on LoongArch ipi deviceSong Gao2-11/+30
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao4-11/+18
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao4-41/+26
2023-05-15tests/avocado: Add LoongArch machine start testSong Gao2-0/+59
2023-05-15loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov1-0/+4
2023-05-15migration: Make dirtyrate.c target independentJuan Quintela2-4/+2
2023-05-15migration: Teach dirtyrate about qemu_target_page_bits()Juan Quintela1-2/+2
2023-05-15migration: Teach dirtyrate about qemu_target_page_size()Juan Quintela1-3/+5
2023-05-15Use new created qemu_target_pages_to_MiB()Juan Quintela2-14/+8