aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-11Merge tag 'pull-vfio-20240310' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-03-11migration: Fix format in error messageAnthony PERARD
2024-03-11physmem: Fix wrong address in large address_space_read/write_cached_slow()Jonathan Cameron
2024-03-11physmem: Factor out body of flatview_read/write_continue() loopJonathan Cameron
2024-03-11physmem: Reduce local variable scope in flatview_read/write_continue()Jonathan Cameron
2024-03-11physmem: Rename addr1 to more informative mr_addr in flatview_read/write() an...Jonathan Cameron
2024-03-11migration/rdma: Fix a memory issue for migrationYu Zhang
2024-03-11migration/multifd: Don't fsync when closing QIOChannelFileFabiano Rosas
2024-03-11migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of errorCédric Le Goater
2024-03-11migration: Add documentation for SaveVMHandlersCédric Le Goater
2024-03-11migration: Remove SaveStateHandler and LoadStateHandler typedefsCédric Le Goater
2024-03-11migration: Report error when shutdown failsCédric Le Goater
2024-03-11migration/ram: add additional checkMaksim Davydov
2024-03-11vfio/migration: Add a note about migration rate limitingAvihai Horon
2024-03-11vfio/migration: Refactor vfio_save_state() return valueAvihai Horon
2024-03-11migration: Don't serialize devices in qemu_savevm_state_iterate()Avihai Horon
2024-03-11docs: update copyright date to the year 2024Ani Sinha
2024-03-11contrib/elf2dmp: Ensure phdrs fit in fileAkihiko Odaki
2024-03-11contrib/elf2dmp: Clamp QEMU note to file sizeAkihiko Odaki
2024-03-11contrib/elf2dmp: Use GPtrArrayAkihiko Odaki
2024-03-11MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewerAkihiko Odaki
2024-03-11contrib/elf2dmp: Use rol64() to decodeAkihiko Odaki
2024-03-11contrib/elf2dmp: Use lduw_le_p() to read PDBAkihiko Odaki
2024-03-11contrib/elf2dmp: Ensure segment fits in fileAkihiko Odaki
2024-03-11contrib/elf2dmp: Always destroy PA spaceAkihiko Odaki
2024-03-11contrib/elf2dmp: Always check for PA resolution failureAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in main.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in qemu_elf.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in pdb.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in download.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Fix error reporting style in addrspace.cAkihiko Odaki
2024-03-11contrib/elf2dmp: Change pa_space_create() signatureAkihiko Odaki
2024-03-11contrib/elf2dmp: Continue even contexts are lackingAkihiko Odaki
2024-03-11contrib/elf2dmp: Assume error by defaultAkihiko Odaki
2024-03-11contrib/elf2dmp: Remove unnecessary err flagsAkihiko Odaki
2024-03-11hw/arm: Deprecate various old Arm machine typesPeter Maydell
2024-03-11qga-win: Add support of Windows Server 2025 in get-osinfo commandDehan Meng
2024-03-11qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays sizePhilippe Mathieu-Daudé
2024-03-11qga/commands-win32: Declare const qualifier before typePhilippe Mathieu-Daudé
2024-03-11virt: set the CPU type in BOOTINFOLaurent Vivier
2024-03-09Merge tag 'hw-misc-20240309' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-03-09Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell
2024-03-09hw/m68k/mcf5208: add support for resetAngelo Dureghello
2024-03-09tests/unit/test-smp-parse: Test "parameter=0" SMP configurationsZhao Liu
2024-03-09tests/unit/test-smp-parse: Test smp_props.has_clustersZhao Liu
2024-03-09tests/unit/test-smp-parse: Test the full 7-levels topology hierarchyZhao Liu
2024-03-09tests/unit/test-smp-parse: Test "drawers" and "books" combination caseZhao Liu
2024-03-09tests/unit/test-smp-parse: Test "drawers" parameter in -smpZhao Liu
2024-03-09tests/unit/test-smp-parse: Test "books" parameter in -smpZhao Liu
2024-03-09tests/unit/test-smp-parse: Make test cases aware of the book/drawerZhao Liu