aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-01target/xtensa: extract unconditional TB termination via slot 0Max Filippov1-47/+36
2018-10-01target/xtensa: always end TB on CCOUNT access/CCOMPARE writeMax Filippov1-8/+5
2018-10-01target/xtensa: change SR number checks to assertionsMax Filippov1-36/+29
2018-10-01target/xtensa: extract unconditional TB terminationMax Filippov1-39/+28
2018-10-01target/xtensa: extract test for division by zeroMax Filippov1-22/+31
2018-10-01target/xtensa: extract test for cpdisabled exceptionMax Filippov2-108/+123
2018-10-01target/xtensa: extract test for alloca exceptionMax Filippov1-3/+8
2018-10-01target/xtensa: extract test for window underflow exceptionMax Filippov3-9/+25
2018-10-01target/xtensa: extract test for window overflow exceptionMax Filippov3-587/+889
2018-10-01target/xtensa: extract test for debug exceptionMax Filippov1-10/+13
2018-10-01target/xtensa: extract test for syscall instructionMax Filippov1-7/+6
2018-10-01target/xtensa: extract test for privileged instructionMax Filippov1-93/+294
2018-10-01target/xtensa: extract test for an illegal instructionMax Filippov5-73/+400
2018-10-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell18-151/+307
2018-10-01tests/test-bdrv-drain: Fix too late qemu_event_reset()Kevin Wolf1-2/+2
2018-10-01test-replication: Lock AioContext around blk_unref()Kevin Wolf1-0/+11
2018-10-01qcow2: Fix cache-clean-interval documentationLeonid Bloch3-12/+14
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf2-0/+4
2018-10-01Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181001-pull-request' i...Peter Maydell4-9/+27
2018-10-01Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181001-pull-request' ...Peter Maydell5-6/+17
2018-10-01qcow2: Explicit number replaced by a constantLeonid Bloch1-2/+2
2018-10-01qcow2: Set the default cache-clean-interval to 10 minutesLeonid Bloch5-6/+9
2018-10-01qcow2: Resize the cache upon image resizingLeonid Bloch1-0/+11