aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-19hyperv: cosmetic: g_malloc -> g_newRoman Kagan1-1/+1
2018-10-19hyperv_testdev: drop unnecessary includesRoman Kagan1-4/+0
2018-10-19hyperv_testdev: refactor for better maintainabilityRoman Kagan1-61/+55
2018-10-19scsi-disk: fix rerror/werror=ignorePaolo Bonzini1-1/+6
2018-10-19scsi-disk: fix double completion of failing passthrough requestsPaolo Bonzini1-13/+11
2018-10-19hw: edu: drop DO_UPCASTLi Qiang1-2/+2
2018-10-19call HotplugHandler->plug() as the last step in device realizationIgor Mammedov4-41/+7
2018-10-19vl, qapi: offset calculation in RTC_CHANGE event revertedArtem Pisarenko2-6/+7
2018-10-19Fixes RTC bug with base datetime shifts in clock=vmArtem Pisarenko1-23/+39
2018-10-19vl: refactor -rtc option referencesArtem Pisarenko1-33/+51
2018-10-19vl: improve/fix documentation related to RTC functionArtem Pisarenko1-5/+9
2018-10-19i386: hvf: Remove hvf_disabledRoman Bolshakov2-10/+3
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov2-31/+42
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov4-1/+16
2018-10-19replay: don't process events at virtual clock checkpointPavel Dovgalyuk2-1/+9
2018-10-19target-i386: add q35 0xcf8 port as coalesced_pioPeng Hao1-0/+4
2018-10-19target-i386: add i440fx 0xcf8 port as coalesced_pioPeng Hao1-0/+4
2018-10-19target-i386: add rtc 0x70 port as coalesced_pioPeng Hao1-0/+9
2018-10-19target-i386 : add coalesced_pio APIPeng Hao3-7/+57
2018-10-19linux-headers: update to 4.20-rc1Paolo Bonzini3-4/+21
2018-10-19target-i386: kvm: do not initialize padding fieldsPaolo Bonzini1-2/+0
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko4-11/+58
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko4-70/+124
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko4-19/+7
2018-10-19es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini1-2/+8
2018-10-19crypto: require libgcrypt >= 1.5.0 for building QEMUDaniel P. Berrangé5-26/+15
2018-10-19crypto: require gnutls >= 3.1.18 for building QEMUDaniel P. Berrangé7-153/+46
2018-10-19Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell2-25/+53
2018-10-19Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...Peter Maydell14-162/+1618
2018-10-19qemu-options: Fix bad "macaddr" property in the documentationThomas Huth1-1/+1
2018-10-19e1000: indicate dropped packets in HW countersJason Wang2-3/+16
2018-10-19net: ignore packet size greater than INT_MAXJason Wang1-1/+6
2018-10-19pcnet: fix possible buffer overflowJason Wang1-2/+2
2018-10-19rtl8139: fix possible out of bound accessJason Wang1-4/+4
2018-10-19ne2000: fix possible out of bound access in ne2000_receiveJason Wang1-2/+2
2018-10-19clean up callback when del virtqueueliujunjie1-0/+2
2018-10-19docs: Add COLO status diagram to COLO-FT.txtZhang Chen1-0/+34
2018-10-19COLO: quick failover process by kick COLO threadzhanghailiang1-0/+8
2018-10-19COLO: notify net filters about checkpoint/failover eventzhanghailiang1-0/+15
2018-10-19filter-rewriter: handle checkpoint and failover eventZhang Chen4-6/+73
2018-10-19filter: Add handle_event method for NetFilterClassZhang Chen3-0/+41
2018-10-19COLO: flush host dirty ram from cachezhanghailiang1-0/+9
2018-10-19savevm: split the process of different stages for loadvm/savevmZhang Chen3-16/+65
2018-10-19qapi: Add new command to query colo statusZhang Chen2-0/+53
2018-10-19qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen3-7/+7
2018-10-19qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang2-0/+69
2018-10-19COLO: Flush memory data from ram cacheZhang Chen2-0/+39
2018-10-19ram/COLO: Record the dirty pages that SVM receivedZhang Chen1-3/+40
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen5-3/+94
2018-10-19COLO: Remove colo_state migration structZhang Chen9-83/+57