aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-02serial: fix DLL writesPaolo Bonzini1-2/+2
2018-10-02util: use fcntl() for qemu_write_pidfile() lockingMarc-André Lureau1-1/+6
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau8-131/+114
2018-10-02hw/char/sh_serial: Add timeout handling to unbreak serial inputGeert Uytterhoeven1-0/+20
2018-10-02configure: preserve various environment variables in config.statusDaniel P. Berrangé1-0/+40
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka1-0/+4
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau4-46/+45
2018-10-02dump: fix Windows dump memory run mappingViktor Prutyanov1-18/+22
2018-10-02cpus: access .qemu_icount_bias with atomic64Emilio G. Cota1-10/+11
2018-10-02cpus: access .qemu_icount with atomic64Emilio G. Cota1-4/+4
2018-10-02cpus: take seqlock across qemu_icount updatesPaolo Bonzini1-8/+14
2018-10-02test-rcu-list: access n_reclaims and n_nodes_removed with atomic64Emilio G. Cota1-9/+11
2018-10-02qsp: use atomic64 accessorsEmilio G. Cota1-41/+8
2018-10-02tests: add atomic64-benchEmilio G. Cota2-1/+173
2018-10-02util: add atomic64Emilio G. Cota4-0/+121
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota2-0/+10
2018-10-02cpus: initialize timers_state.vm_clock_lockEmilio G. Cota1-0/+1
2018-10-02atomic: fix comment s/x64_64/x86_64/Emilio G. Cota1-1/+1
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk1-2/+6
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini1-2/+8
2018-10-02qsp: hide indirect function calls from CoverityPaolo Bonzini1-0/+17
2018-10-02virtio: Return true from virtio_queue_empty if brokenFam Zheng1-0/+8
2018-10-02Merge remote-tracking branch 'remotes/dgibson/tags/libfdt-20181002' into stagingPeter Maydell1-0/+0
2018-10-02Merge remote-tracking branch 'remotes/xtensa/tags/20181001-xtensa' into stagingPeter Maydell5-973/+1816
2018-10-02Update dtc/libfdt submodule to v1.4.7David Gibson1-0/+0
2018-10-01target/xtensa: extract gen_check_interrupts callMax Filippov1-25/+53
2018-10-01target/xtensa: make rsr/wsr helpers return voidMax Filippov1-66/+36