aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-19Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-10-19Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...Peter Maydell
2018-10-19qemu-options: Fix bad "macaddr" property in the documentationThomas Huth
2018-10-19e1000: indicate dropped packets in HW countersJason Wang
2018-10-19net: ignore packet size greater than INT_MAXJason Wang
2018-10-19pcnet: fix possible buffer overflowJason Wang
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