aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell90-415/+900
2018-01-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180116'...Peter Maydell14-167/+362
2018-01-16scripts/analyse-locks-simpletrace.py: script to analyse lock timesAlex Bennée1-0/+99
2018-01-16util/qemu-thread-*: add qemu_lock, locked and unlock trace eventsAlex Bennée4-25/+62
2018-01-16cpu: flush TB cache when loading VMStatePavel Dovgalyuk1-0/+7
2018-01-16block/iscsi: fix initialization of iTask in iscsi_co_get_block_statusPeter Lieven1-1/+2
2018-01-16find_ram_offset: Align ram_addr_t allocation on long boundariesDr. David Alan Gilbert1-0/+4
2018-01-16find_ram_offset: Add comments and tracingDr. David Alan Gilbert2-7/+26
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert1-2/+3
2018-01-16checkpatch: Enforce proper do/while (0) styleEric Blake1-0/+5
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake34-42/+42
2018-01-16tests: Avoid 'do/while(false); ' in vhost-user-bridgeEric Blake1-2/+4
2018-01-16chardev: Clean up previous patch indentationEric Blake1-34/+32
2018-01-16chardev: Use goto/label instead of do/break/while(0)Eric Blake1-3/+10
2018-01-16mips: Tweak location of ';' in macrosEric Blake1-16/+18
2018-01-16net: Drop unusual use of do { } while (0);Eric Blake1-10/+10
2018-01-16irq: fix memory leaklinzhecheng1-0/+1
2018-01-16cpus: unify qemu_*_wait_io_eventPaolo Bonzini1-32/+17
2018-01-16icount: fixed saving/restoring of icount warp timersPavel Dovgalyuk1-19/+66
2018-01-16scripts/qemu-gdb/timers.py: new helper to dump timer stateAlex Bennée2-1/+56
2018-01-16scripts/qemu-gdb: add simple tcg lock status helperAlex Bennée2-1/+48
2018-01-16target-i386: update hflags on Hypervisor.frameworkPaolo Bonzini1-1/+1
2018-01-16target/i386: hax: Move x86_update_hflags.Tao Wu1-3/+1
2018-01-16target/i386: hax: change to use x86_update_hflagsTao Wu1-51/+1
2018-01-16target/i386: move hflags update code to a functionTao Wu3-39/+45
2018-01-16tests/boot-serial-test: Add support for the raspi2 machineThomas Huth2-0/+10
2018-01-16tests/boot-serial-test: Add a test for the moxiesim machineThomas Huth2-0/+10
2018-01-16tests/boot-serial-test: Add tests for microblaze boardsThomas Huth2-0/+22
2018-01-16scsi-disk: release AioContext in unaligned WRITE SAME caseStefan Hajnoczi1-0/+1
2018-01-16disas/s390: fix global-buffer-overflowMarc-André Lureau1-10/+6
2018-01-16mips: fix potential fopen(NULL,...)Marc-André Lureau1-2/+2
2018-01-16tests: fix coroutine leak in /basic/enteredMarc-André Lureau1-1/+0
2018-01-16tests: fix qmp-test leakMarc-André Lureau1-1/+2
2018-01-16qemu-config: fix leak in query-command-line-optionsMarc-André Lureau1-1/+2
2018-01-16crypto: fix stack-buffer-overflow errorMarc-André Lureau1-1/+1
2018-01-16tests: fix migration-test leakMarc-André Lureau1-1/+2
2018-01-16readline: add a free functionMarc-André Lureau3-2/+19
2018-01-16vl: fix direct firmware directories leakMarc-André Lureau1-3/+6
2018-01-16tests: fix check-qobject leakMarc-André Lureau1-0/+2
2018-01-16sdhci: add a 'dma' property to the sysbus devicesPhilippe Mathieu-Daudé2-1/+18
2018-01-16sdhci: fix the PCI device, using the PCI address space for DMAPhilippe Mathieu-Daudé2-14/+16
2018-01-16sdhci: Implement write method of ACMD12ERRSTS registerAndrey Smirnov1-0/+3
2018-01-16sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-onlyPhilippe Mathieu-Daudé2-6/+21
2018-01-16sdhci: rename the SDHC_CAPAB registerPhilippe Mathieu-Daudé2-2/+2
2018-01-16sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h"Philippe Mathieu-Daudé2-2/+2
2018-01-16sdhci: convert the DPRINT() calls into trace eventsPhilippe Mathieu-Daudé2-59/+44
2018-01-16sdhci: use qemu_log_mask(UNIMP) instead of fprintf()Philippe Mathieu-Daudé1-3/+4
2018-01-16sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize()Philippe Mathieu-Daudé1-0/+22
2018-01-16sdhci: refactor common sysbus/pci realize() into sdhci_common_realize()Philippe Mathieu-Daudé1-9/+21
2018-01-16sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init()Philippe Mathieu-Daudé1-5/+13