aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-15linux-user/sparc: Minor corrections to do_sigreturnRichard Henderson1-8/+11
2021-05-15linux-user/sparc: Clean up setup_frameRichard Henderson1-19/+6
2021-05-15linux-user/sparc: Add rwin_save to signal frameRichard Henderson1-0/+8
2021-05-15linux-user/sparc: Save and restore fpu in signal frameRichard Henderson1-33/+51
2021-05-15linux-user/sparc: Clean up get_sigframeRichard Henderson1-6/+7
2021-05-15linux-user/sparc: Split out save_reg_winRichard Henderson1-6/+13
2021-05-15linux-user/sparc: Use target_pt_regsRichard Henderson1-58/+65
2021-05-15linux-user/sparc: Fix the stackframe structureRichard Henderson1-17/+21
2021-05-15linux-user/sparc: Remove target_rt_signal_frame as unusedRichard Henderson1-11/+0
2021-05-15linux-user/sparc: Remove target_sigcontext as unusedRichard Henderson1-28/+0
2021-05-15linux-user/sparc: Merge sparc64/ into sparc/Richard Henderson15-572/+1
2021-05-15linux-user/sparc: Merge sparc64 termbits.hRichard Henderson1-291/+1
2021-05-15linux-user/sparc: Merge sparc64 target_structs.hRichard Henderson2-79/+14
2021-05-15linux-user/sparc: Merge sparc64 target_elf.hRichard Henderson1-14/+1
2021-05-15linux-user/sparc: Merge sparc64 target_syscall.hRichard Henderson2-46/+32
2021-05-15linux-user/sparc: Clean up init_threadRichard Henderson1-28/+5
2021-05-15linux-user/sparc: Include TARGET_STACK_BIAS in get_sp_from_cpustateRichard Henderson2-3/+8
2021-05-15linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson18-21/+21
2021-05-15linux-user: Pass CPUArchState to do_sigaltstackRichard Henderson3-10/+7
2021-05-15linux-user: Use target_restore_altstack in all sigreturnRichard Henderson16-81/+18
2021-05-15linux-user: Split out target_restore_altstackRichard Henderson2-50/+66
2021-05-15linux-user: Add strace support for printing arguments of llseekKito Cheng2-1/+5
2021-05-15linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson1-32/+18
2021-05-15linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson1-20/+6
2021-05-15linux-user/arm: Do not emulate fpa11 in thumb modeRichard Henderson1-1/+1
2021-05-15linux-user/arm: Split out emulate_arm_fpa11Richard Henderson1-59/+94
2021-05-15linux-user: strace now handles unshare syscall args correctlyMatus Kysel2-1/+19
2021-05-15linux-user: Remove dead codePhilippe Mathieu-Daudé1-5/+0
2021-05-14Merge remote-tracking branch 'remotes/marcandre/tags/rtd-pull-request' into s...Peter Maydell16-59/+200
2021-05-14Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-v1' into sta...Peter Maydell8-14/+383
2021-05-14sphinx: adopt kernel readthedoc themeMarc-André Lureau16-59/+200
2021-05-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell25-250/+367
2021-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ...Peter Maydell208-22410/+78
2021-05-13tests/migration: introduce multifd into guestperfHyman4-3/+49
2021-05-13tests/qtest/migration-test: Use g_autofree to avoid leaks on error pathsPeter Maydell1-41/+20
2021-05-13tests/migration-test: Fix "true" vs trueDr. David Alan Gilbert1-7/+7
2021-05-13migration/ram: Use offset_in_ramblock() in range checksDavid Hildenbrand1-5/+5
2021-05-13migration/multifd: Print used_length of memory blockDavid Hildenbrand1-1/+1
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand3-5/+31
2021-05-13migration/ram: Simplify host page handling in ram_load_postcopy()David Hildenbrand1-23/+32
2021-05-13migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin...David Hildenbrand1-0/+30
2021-05-13exec: Relax range check in ram_block_discard_range()David Hildenbrand1-2/+2
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand5-8/+47
2021-05-13numa: Make all callbacks of ram block notifiers optionalDavid Hildenbrand1-3/+10
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand7-32/+61
2021-05-13util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand4-21/+28
2021-05-13migration: Drop redundant query-migrate result @blockedMarkus Armbruster3-23/+14
2021-05-13migration/ram: Optimize ram_save_host_page()Kunkun Jiang1-20/+19
2021-05-13migration/ram: Reduce unnecessary rate limitingKunkun Jiang1-2/+7
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand4-68/+18