summary refs log tree commit diff stats
path: root/python/qemu/utils/accel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand1-2/+36
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand1-13/+22
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand3-9/+8
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand3-4/+49
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand2-37/+0
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand1-0/+77
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand1-0/+58
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2-0/+32
2021-11-01dump-guest-memory: Block live migrationPeter Xu1-0/+19
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu2-8/+29
2021-11-01migration: Make migration blocker work for snapshots tooPeter Xu1-7/+8
2021-11-01migration/dirtyrate: implement dirty-ring dirtyrate calculationHyman Huang(黄勇)4-15/+218
2021-11-01migration/dirtyrate: move init step of calculation to main threadHyman Huang(黄勇)1-4/+5
2021-11-01migration/dirtyrate: adjust order of registering threadHyman Huang(黄勇)1-2/+3
2021-11-01migration/dirtyrate: introduce struct and adjust DirtyRateStatHyman Huang(黄勇)3-23/+74
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)6-22/+54
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)4-0/+14
2021-11-01migration/rdma: Fix out of order wridLi Zhijian1-37/+101
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan1-15/+25
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan1-4/+3
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan1-6/+3
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan1-9/+9
2021-10-30hw/intc/sh_intc: Remove unneeded local variable initialisersBALATON Zoltan1-11/+10
2021-10-30hw/intc/sh_intc: Simplify allocating sources arrayBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Avoid using continue in loopsBALATON Zoltan1-24/+20
2021-10-30hw/intc/sh_intc: Replace abort() with g_assert_not_reached()BALATON Zoltan1-5/+3
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan3-35/+25
2021-10-30hw/intc/sh_intc: Use array index instead of pointer arithmeticsBALATON Zoltan1-14/+14
2021-10-30hw/intc/sh_intc: Remove excessive parenthesisBALATON Zoltan1-4/+5
2021-10-30hw/intc/sh_intc: Move sh_intc_register() closer to its only userBALATON Zoltan1-30/+30
2021-10-30hw/intc/sh_intc: Drop another useless macroBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Rename iomem regionBALATON Zoltan1-7/+4
2021-10-30hw/intc/sh_intc: Turn some defines into an enumBALATON Zoltan1-24/+18
2021-10-30hw/intc/sh_intc: Use existing macro instead of local oneBALATON Zoltan1-7/+5
2021-10-30hw/char/sh_serial: Add device id to trace outputBALATON Zoltan2-4/+6
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan3-62/+101
2021-10-30hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan1-12/+17
2021-10-30hw/char/sh_serial: Embed QEMUTimer in state structBALATON Zoltan1-5/+5
2021-10-30hw/char/sh_serial: Rename type sh_serial_state to SHSerialStateBALATON Zoltan1-13/+11
2021-10-30hw/char/sh_serial: Do not abort on invalid accessBALATON Zoltan1-9/+10
2021-10-30hw/sh4/r2d: Use error_report instead of fprintf to stderrBALATON Zoltan1-2/+3
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan10-92/+52
2021-10-30hw/sh4: Fix typos in a commentBALATON Zoltan1-1/+1
2021-10-30hw/sh4: Coding style: Remove unnecessary castsBALATON Zoltan1-2/+2
2021-10-30hw/sh4: Coding style: Add missing bracesBALATON Zoltan6-81/+118
2021-10-30hw/sh4: Coding style: White space fixesBALATON Zoltan10-90/+104
2021-10-30hw/sh4: Coding style: Fix multi-line commentsBALATON Zoltan7-278/+286
2021-10-30hw/sh4: Coding style: Remove tabsBALATON Zoltan6-1263/+1262
2021-10-29qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster7-12/+51
2021-10-29qapi: Factor out compat_policy_input_ok()Markus Armbruster5-42/+58