aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-19rtl8139: fix possible out of bound accessJason Wang
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang
2018-10-19clean up callback when del virtqueueliujunjie
2018-10-19docs: Add COLO status diagram to COLO-FT.txtZhang Chen
2018-10-19COLO: quick failover process by kick COLO threadzhanghailiang
2018-10-19COLO: notify net filters about checkpoint/failover eventzhanghailiang
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen
2018-10-19COLO: flush host dirty ram from cachezhanghailiang
2018-10-19savevm: split the process of different stages for loadvm/savevmZhang Chen
2018-10-19qapi: Add new command to query colo statusZhang Chen
2018-10-19qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen
2018-10-19qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang
2018-10-19COLO: Flush memory data from ram cacheZhang Chen
2018-10-19ram/COLO: Record the dirty pages that SVM receivedZhang Chen
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen
2018-10-19COLO: Remove colo_state migration structZhang Chen
2018-10-19COLO: Add block replication into colo processZhang Chen
2018-10-19COLO: integrate colo compare with colo frameZhang Chen
2018-10-19colo-compare: use notifier to notify packets comparing resultZhang Chen
2018-10-19colo-compare: implement the process of checkpointZhang Chen
2018-10-19filter-rewriter: Add TCP state machine and fix memory leak in connection_trac...Zhang Chen
2018-10-18cputlb: read CPUTLBEntry.addr_write atomicallyEmilio G. Cota
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson
2018-10-18target/arm: Convert to HAVE_CMPXCHG128Richard Henderson
2018-10-18target/i386: Convert to HAVE_CMPXCHG128Richard Henderson
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson
2018-10-18tcg: Add tlb_index and tlb_entry helpersRichard Henderson
2018-10-18cputlb: serialize tlb updates with env->tlb_lockEmilio G. Cota
2018-10-18cputlb: fix assert_cpu_is_self macroEmilio G. Cota
2018-10-18exec: introduce tlb_initEmilio G. Cota
2018-10-18target/unicore32: remove tlb_flush from uc32_init_fnEmilio G. Cota
2018-10-18target/alpha: remove tlb_flush from alpha_cpu_initfnEmilio G. Cota
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-18tcg: plug holes in struct TCGProfileEmilio G. Cota
2018-10-18tcg: fix use of uninitialized variable under CONFIG_PROFILEREmilio G. Cota
2018-10-18tcg: access cpu->icount_decr.u16.high with atomicsEmilio G. Cota
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson
2018-10-18target/mips: Add opcodes for nanoMIPS EVA instructionsDimitrije Nikolic
2018-10-18target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PHStefan Markovic
2018-10-18target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>Matthew Fortune
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim
2018-10-18target/mips: Add reset state for PWSize and PWField registersYongbok Kim
2018-10-18target/mips: Add CP0 PWCtl registerYongbok Kim
2018-10-18target/mips: Add CP0 PWSize registerYongbok Kim