aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-19i386: add hyperv-stub for CONFIG_HYPERV=nRoman Kagan3-7/+47
2018-10-19default-configs: collect CONFIG_HYPERV* in hyperv.makRoman Kagan2-1/+3
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan9-146/+178
2018-10-19hyperv: make hyperv_vp_index inlineRoman Kagan2-9/+8
2018-10-19hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan2-112/+132
2018-10-19hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan3-3/+3
2018-10-19hyperv: make HvSintRoute reference-countedRoman Kagan3-11/+28
2018-10-19hyperv: address HvSintRoute by X86CPU pointerRoman Kagan1-2/+8
2018-10-19hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan3-15/+18
2018-10-19hyperv: synic: only setup ack notifier if there's a callbackRoman Kagan1-14/+19
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-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell19-193/+69
2018-10-18Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20181016' into stagingPeter Maydell1-1/+2
2018-10-17configure: remove glib_subprocess checkMarc-André Lureau1-6/+0
2018-10-17hw/core/generic-loader: Compile only once, not for each targetThomas Huth2-6/+2
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth4-7/+11
2018-10-17hw/core/generic-loader: Set a category for the generic-loader deviceThomas Huth1-0/+1
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth2-24/+30
2018-10-17mailmap: Fix Reimar Döffinger namePhilippe Mathieu-Daudé1-1/+2
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-10-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181016-...Peter Maydell10-70/+402
2018-10-16show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-5/+5
2018-10-16git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16archive-source.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping callsPeter Maydell1-0/+65
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2