aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-16hw/core: Move machine-qmp-cmds.c into the target independent source setThomas Huth
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-05-16docs/about/emulation: fix typoLizhi Yang
2023-05-16docs/devel: remind developers to run CI container pipeline when updating imagesAni Sinha
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda
2023-05-16util/async-teardown: wire up query-command-line-optionsClaudio Imbrenda
2023-05-16tests/lcitool: Add mtools and xorriso and remove genisoimage as dependenciesAni Sinha
2023-05-16tests: libvirt-ci: Update to commit 'c8971e90ac' to pull in mformat and xorrisoAni Sinha
2023-05-16Add information how to fix common build error on Windows in symlink-install-treeMateusz Krawczuk
2023-05-16hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron
2023-05-16tests/qtest: replace qmp_discard_response with qtest_qmp_assert_successDaniel P. Berrangé
2023-05-16net: stream: test reconnect option with an unix socketLaurent Vivier
2023-05-16sysemu/kvm: Remove unused headersPhilippe Mathieu-Daudé
2023-05-16tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl testThomas Huth
2023-05-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-05-15Merge tag 'migration-20230515-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-15Merge tag 'pull-loongarch-20230515' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2023-05-15docs/zoned-storage:add zoned emulation use caseSam Li
2023-05-15virtio-blk: add some trace events for zoned emulationSam Li
2023-05-15block: add accounting for zone append operationSam Li
2023-05-15virtio-blk: add zoned storage emulation for zoned devicesSam Li
2023-05-15block: add some trace events for zone appendSam Li
2023-05-15qemu-iotests: test zone append operationSam Li
2023-05-15block: introduce zone append write for zoned devicesSam Li
2023-05-15file-posix: add tracking of the zone write pointersSam Li
2023-05-15docs/zoned-storage: add zoned device documentationSam Li
2023-05-15block: add some trace events for new block layer APIsSam Li
2023-05-15iotests: test new zone operationsSam Li
2023-05-15block: add zoned BlockDriver check to block layerSam Li
2023-05-15block/raw-format: add zone operations to pass through requestsSam Li
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li
2023-05-15block/block-common: add zoned device structsSam Li
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela
2023-05-15qemu-file: Make rate_limit_used an uint64_tJuan Quintela
2023-05-15qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_tJuan Quintela
2023-05-15migration: We set the rate_limit by a secondJuan Quintela
2023-05-15migration: A rate limit value of 0 is validJuan Quintela
2023-05-15hw/intc: Add NULL pointer check on LoongArch ipi deviceSong Gao
2023-05-15hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao
2023-05-15hw/loongarch/virt: Modify ipi as percpu deviceSong Gao
2023-05-15tests/avocado: Add LoongArch machine start testSong Gao
2023-05-15loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov
2023-05-15migration: Make dirtyrate.c target independentJuan Quintela
2023-05-15migration: Teach dirtyrate about qemu_target_page_bits()Juan Quintela
2023-05-15migration: Teach dirtyrate about qemu_target_page_size()Juan Quintela
2023-05-15Use new created qemu_target_pages_to_MiB()Juan Quintela
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela
2023-05-15migration/calc-dirty-rate: replaced CRC32 with xxHashAndrei Gudkov