aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-16tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake
2018-01-16chardev: Clean up previous patch indentationEric Blake
2018-01-16chardev: Use goto/label instead of do/break/while(0)Eric Blake
2018-01-16mips: Tweak location of ';' in macrosEric Blake
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake
2018-01-16irq: fix memory leaklinzhecheng
2018-01-16cpus: unify qemu_*_wait_io_eventPaolo Bonzini
2018-01-16icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk
2018-01-16scripts/qemu-gdb/timers.py: new helper to dump timer stateAlex Bennée
2018-01-16scripts/qemu-gdb: add simple tcg lock status helperAlex Bennée
2018-01-16target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini
2018-01-16target/i386: hax: Move x86_update_hflags.Tao Wu
2018-01-16target/i386: hax: change to use x86_update_hflagsTao Wu
2018-01-16target/i386: move hflags update code to a functionTao Wu
2018-01-16tests/boot-serial-test: Add support for the raspi2 machineThomas Huth
2018-01-16tests/boot-serial-test: Add a test for the moxiesim machineThomas Huth
2018-01-16tests/boot-serial-test: Add tests for microblaze boardsThomas Huth
2018-01-16scsi-disk: release AioContext in unaligned WRITE SAME caseStefan Hajnoczi
2018-01-16disas/s390: fix global-buffer-overflowMarc-André Lureau
2018-01-16mips: fix potential fopen(NULL,...)Marc-André Lureau
2018-01-16tests: fix coroutine leak in /basic/enteredMarc-André Lureau
2018-01-16tests: fix qmp-test leakMarc-André Lureau
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau
2018-01-16crypto: fix stack-buffer-overflow errorMarc-André Lureau
2018-01-16tests: fix migration-test leakMarc-André Lureau
2018-01-16readline: add a free functionMarc-André Lureau
2018-01-16vl: fix direct firmware directories leakMarc-André Lureau
2018-01-16tests: fix check-qobject leakMarc-André Lureau
2018-01-12tests/docker: add test-debugMarc-André Lureau
2018-01-12tests/docker: add some sanitizers to fedora dockerfileMarc-André Lureau
2018-01-12build-sys: compile with -Og or -O1 when --enable-debugMarc-André Lureau
2018-01-12build-sys: add a rule to print a variableMarc-André Lureau
2018-01-12build-sys: silence make by default or V=0Marc-André Lureau
2018-01-12build-sys: fix qemu-ga -pthread linkingMarc-André Lureau
2018-01-12chardev: introduce qemu_chr_timeout_add_ms()Peter Xu
2018-01-12chardev: let g_idle_add() be with chardev gcontextPeter Xu
2018-01-12chardev: use backend chr context when watch for fePeter Xu
2018-01-12i386/cpu/kvm: look at PMU's CPUID before setting MSRsJan Dakinevich
2018-01-12hpet: recover timer offset correctlyPavel Dovgalyuk
2018-01-12pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang
2018-01-12scsi: fix scsi_convert_sense crash when in_buf == NULL && in_len == 0Paolo Bonzini
2018-01-12scsi-generic: Add share-rw optionFam Zheng
2018-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180111'...Peter Maydell
2018-01-11hw/intc/arm_gic: reserved register addresses are RAZ/WIPeter Maydell
2018-01-11hw/intc/arm_gicv3: Make reserved register addresses RAZ/WIPeter Maydell
2018-01-11target/arm: Make disas_thumb2_insn() generate its own UNDEF exceptionsPeter Maydell
2018-01-11linux-user/arm/nwfpe: Check coprocessor number for FPA emulationPeter Maydell
2018-01-11hw/sd/pxa2xx_mmci: add read/write() trace eventsPhilippe Mathieu-Daudé
2018-01-11hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask()Philippe Mathieu-Daudé
2018-01-11imx_fec: Reserve full FSL_IMX25_FEC_SIZE page for the register fileAndrey Smirnov