aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-30hw/block/block.c: improve confusing blk_check_size_and_read_all() errorManos Pitsidianakis
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis
2024-01-30pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()Stefan Hajnoczi
2024-01-30block/blkio: Make s->mem_region_alignment be 64 bitsRichard W.M. Jones
2024-01-30block/io_uring: improve error message when init failsFiona Ebner
2024-01-30Merge tag 'qga-pull-2024-01-30' of https://github.com/kostyanf14/qemu into st...Peter Maydell
2024-01-30Merge tag 'pull-tcg-20240130' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-01-30qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LENNick Briggs
2024-01-30qga-win: Fix guest-get-fsinfo multi-disks collectionPeng Ji
2024-01-30tests/unit/test-qga: do not qualify executable pathsSamuel Tardieu
2024-01-30guest-agent: improve help for --allow-rpcs and --block-rpcsAngel M. Villegas
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Inline need_replay_interruptRichard Henderson
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.cRichard Henderson
2024-01-29target/loongarch: Constify loongarch_tcg_opsRichard Henderson
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson
2024-01-29accel/tcg: Un-inline icount_exit_request() for clarityPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()Philippe Mathieu-Daudé
2024-01-29accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in mesonPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-29accel/tcg: Remove #ifdef TARGET_I386 from perf.cIlya Leoshkevich
2024-01-29tcg: Make tb_cflags() usable from target-agnostic codeIlya Leoshkevich
2024-01-29accel/tcg: Make use of qemu_target_page_mask() in perf.cIlya Leoshkevich
2024-01-29target: Make qemu_target_page_mask() available for *-userIlya Leoshkevich
2024-01-29accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARDPhilippe Mathieu-Daudé
2024-01-29Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-01-29Merge tag 'migration-20240126-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-01-29tests/tcg: Add the PROT_NONE gdbstub testIlya Leoshkevich
2024-01-29tests/tcg: Factor out gdbstub test functionsIlya Leoshkevich
2024-01-29linux-user: Allow gdbstub to ignore page protectionIlya Leoshkevich
2024-01-29vfio/pci: Clear MSI-X IRQ index alwaysCédric Le Goater
2024-01-29vfio: use matching sizeof typePaolo Bonzini
2024-01-29Make 'uri' optional for migrate QAPIHet Gala
2024-01-29migration: Centralize BH creation and dispatchFabiano Rosas
2024-01-29migration: Add a wrapper to qemu_bh_scheduleFabiano Rosas
2024-01-29migration: Reference migration state around loadvm_postcopy_handle_run_bhFabiano Rosas
2024-01-29migration: Take reference to migration state around bg_migration_vm_start_bhFabiano Rosas
2024-01-29migration: Fix use-after-free of migration state objectFabiano Rosas
2024-01-29migration/yank: Use channel featuresFabiano Rosas
2024-01-29ci: Disable migration compatibility tests for aarch64Fabiano Rosas
2024-01-29ci: Add a migration compatibility test jobFabiano Rosas
2024-01-29analyze-migration.py: Remove trick on parsing ramblocksPeter Xu
2024-01-29migration: Drop unnecessary check in ram's pending_exact()Peter Xu
2024-01-29migration: Make threshold_size an uint64_tPeter Xu
2024-01-29migration: Plug memory leak on HMP migrate error pathMarkus Armbruster