index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
accel.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots
David Hildenbrand
1
-2
/
+36
2021-11-01
migration/ram: Factor out populating pages readable in ram_block_populate_pag...
David Hildenbrand
1
-13
/
+22
2021-11-01
migration: Simplify alignment and alignment checks
David Hildenbrand
3
-9
/
+8
2021-11-01
migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination
David Hildenbrand
3
-4
/
+49
2021-11-01
virtio-mem: Drop precopy notifier
David Hildenbrand
2
-37
/
+0
2021-11-01
migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source
David Hildenbrand
1
-0
/
+77
2021-11-01
virtio-mem: Implement replay_discarded RamDiscardManager callback
David Hildenbrand
1
-0
/
+58
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
2
-0
/
+32
2021-11-01
dump-guest-memory: Block live migration
Peter Xu
1
-0
/
+19
2021-11-01
migration: Add migrate_add_blocker_internal()
Peter Xu
2
-8
/
+29
2021-11-01
migration: Make migration blocker work for snapshots too
Peter Xu
1
-7
/
+8
2021-11-01
migration/dirtyrate: implement dirty-ring dirtyrate calculation
Hyman Huang(黄勇)
4
-15
/
+218
2021-11-01
migration/dirtyrate: move init step of calculation to main thread
Hyman Huang(黄勇)
1
-4
/
+5
2021-11-01
migration/dirtyrate: adjust order of registering thread
Hyman Huang(黄勇)
1
-2
/
+3
2021-11-01
migration/dirtyrate: introduce struct and adjust DirtyRateStat
Hyman Huang(黄勇)
3
-23
/
+74
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
6
-22
/
+54
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
4
-0
/
+14
2021-11-01
migration/rdma: Fix out of order wrid
Li Zhijian
1
-37
/
+101
2021-10-30
hw/timer/sh_timer: Remove use of hw_error
BALATON Zoltan
1
-15
/
+25
2021-10-30
hw/timer/sh_timer: Fix timer memory region size
BALATON Zoltan
1
-4
/
+3
2021-10-30
hw/timer/sh_timer: Do not wrap lines that are not too long
BALATON Zoltan
1
-6
/
+3
2021-10-30
hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
BALATON Zoltan
1
-9
/
+9
2021-10-30
hw/intc/sh_intc: Remove unneeded local variable initialisers
BALATON Zoltan
1
-11
/
+10
2021-10-30
hw/intc/sh_intc: Simplify allocating sources array
BALATON Zoltan
1
-11
/
+4
2021-10-30
hw/intc/sh_intc: Avoid using continue in loops
BALATON Zoltan
1
-24
/
+20
2021-10-30
hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
BALATON Zoltan
1
-5
/
+3
2021-10-30
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
3
-35
/
+25
2021-10-30
hw/intc/sh_intc: Use array index instead of pointer arithmetics
BALATON Zoltan
1
-14
/
+14
2021-10-30
hw/intc/sh_intc: Remove excessive parenthesis
BALATON Zoltan
1
-4
/
+5
2021-10-30
hw/intc/sh_intc: Move sh_intc_register() closer to its only user
BALATON Zoltan
1
-30
/
+30
2021-10-30
hw/intc/sh_intc: Drop another useless macro
BALATON Zoltan
1
-11
/
+4
2021-10-30
hw/intc/sh_intc: Rename iomem region
BALATON Zoltan
1
-7
/
+4
2021-10-30
hw/intc/sh_intc: Turn some defines into an enum
BALATON Zoltan
1
-24
/
+18
2021-10-30
hw/intc/sh_intc: Use existing macro instead of local one
BALATON Zoltan
1
-7
/
+5
2021-10-30
hw/char/sh_serial: Add device id to trace output
BALATON Zoltan
2
-4
/
+6
2021-10-30
hw/char/sh_serial: QOM-ify
BALATON Zoltan
3
-62
/
+101
2021-10-30
hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()
BALATON Zoltan
1
-12
/
+17
2021-10-30
hw/char/sh_serial: Embed QEMUTimer in state struct
BALATON Zoltan
1
-5
/
+5
2021-10-30
hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
BALATON Zoltan
1
-13
/
+11
2021-10-30
hw/char/sh_serial: Do not abort on invalid access
BALATON Zoltan
1
-9
/
+10
2021-10-30
hw/sh4/r2d: Use error_report instead of fprintf to stderr
BALATON Zoltan
1
-2
/
+3
2021-10-30
hw/sh4: Change debug printfs to traces
BALATON Zoltan
10
-92
/
+52
2021-10-30
hw/sh4: Fix typos in a comment
BALATON Zoltan
1
-1
/
+1
2021-10-30
hw/sh4: Coding style: Remove unnecessary casts
BALATON Zoltan
1
-2
/
+2
2021-10-30
hw/sh4: Coding style: Add missing braces
BALATON Zoltan
6
-81
/
+118
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
10
-90
/
+104
2021-10-30
hw/sh4: Coding style: Fix multi-line comments
BALATON Zoltan
7
-278
/
+286
2021-10-30
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
6
-1263
/
+1262
2021-10-29
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
7
-12
/
+51
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
5
-42
/
+58
[next]