aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-02virtio: do not take address of packed membersPaolo Bonzini1-3/+3
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk1-1/+2
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida5-6/+6
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk1-3/+3
2018-10-02hvf: drop unused variablePaolo Bonzini1-1/+0
2018-10-02qom/object: add some interface assertsMarc-André Lureau1-1/+8
2018-10-02accel/tcg: Remove dead codeThomas Huth1-9/+0
2018-10-02lsi53c895a: convert to trace-eventsMark Cave-Ayland2-111/+165
2018-10-02scsi-block: Deprecate rotation_rateFam Zheng1-0/+6
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie1-7/+10
2018-10-02MAINTAINERS: add myself as elf2dmp maintainerViktor Prutyanov1-0/+5
2018-10-02contrib: add elf2dmp toolViktor Prutyanov16-0/+2042
2018-10-02dump: move Windows dump structures definitionsViktor Prutyanov2-162/+183
2018-10-02hw: edu: replace device name with macroLi Qiang1-2/+3
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon5-8/+10
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini5-11/+11
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini3-67/+91
2018-10-02char-pty: remove unnecessary #ifdefPaolo Bonzini1-6/+0
2018-10-02test-char: add socket reconnect testMarc-André Lureau1-4/+14
2018-10-02test-char: fix random socket test failureMarc-André Lureau1-0/+7
2018-10-02char-socket: update all ioc handlers when changing contextMarc-André Lureau1-26/+33
2018-10-02Revert "chardev: tcp: postpone async connection setup"Marc-André Lureau1-14/+3
2018-10-02Revert "chardev: tcp: postpone TLS work until machine done"Marc-André Lureau1-10/+0
2018-10-02memory: cleanup side effects of memory_region_init_foo() on failureIgor Mammedov1-6/+42
2018-10-02hw: hyperv_testdev: add read callbackLi Qiang1-2/+8
2018-10-02hw: pc-testdev: add read memory region callbackLi Qiang1-4/+16
2018-10-02hw: debugexit: add read callbackLi Qiang1-0/+6
2018-10-02fw_cfg_mem: add read memory region callbackLi Qiang1-0/+6
2018-10-02ui: fix virtual timersPavel Dovgalyuk1-4/+4
2018-10-02slirp: fix ipv6 timersPavel Dovgalyuk1-3/+4
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk2-0/+11
2018-10-02replay: allow loading any snapshots before recordingPavel Dovgalyuk2-8/+16
2018-10-02translator: fix breakpoint processingPavel Dovgalyuk1-2/+6
2018-10-02replay: flush events when exitingPavel Dovgalyuk2-15/+1
2018-10-02replay: wake up vCPU when replayingPavel Dovgalyuk3-10/+36
2018-10-02configure: enable mttcg for i386 and x86_64Emilio G. Cota1-0/+2
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota1-153/+154
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota1-80/+80
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota1-32/+32
2018-10-02target/i386: move cpu_tmp2_i32 to DisasContextEmilio G. Cota1-173/+174
2018-10-02target/i386: move cpu_ptr1 to DisasContextEmilio G. Cota1-26/+26
2018-10-02target/i386: move cpu_ptr0 to DisasContextEmilio G. Cota1-49/+52
2018-10-02target/i386: move cpu_tmp4 to DisasContextEmilio G. Cota1-39/+39
2018-10-02target/i386: move cpu_tmp0 to DisasContextEmilio G. Cota1-138/+144
2018-10-02target/i386: move cpu_T1 to DisasContextEmilio G. Cota1-171/+170
2018-10-02target/i386: move cpu_T0 to DisasContextEmilio G. Cota1-580/+594
2018-10-02target/i386: move cpu_A0 to DisasContextEmilio G. Cota1-236/+236
2018-10-02target/i386: move cpu_cc_srcT to DisasContextEmilio G. Cota1-14/+18
2018-10-02change get_image_size return type to int64_tLi Zhijian10-18/+24
2018-10-02Delete PID file on exitMarc-André Lureau1-1/+13