summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Introduce TCGOpcode for memory barrierPranith Kumar5-0/+55
2016-09-16cpu-exec: Check -dfilter for -d cpuRichard Henderson1-1/+2
2016-09-16tcg: Merge GETPC and GETRARichard Henderson7-50/+30
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson10-112/+128
2016-09-15Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' in...Peter Maydell1-1/+3
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell18-234/+379
2016-09-15vfio/pci: Fix regression in MSI routing configurationDavid Gibson1-1/+3
2016-09-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell53-2961/+54
2016-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...Peter Maydell3-9/+204
2016-09-15pcspk: adding vmstate for save/restorePavel Dovgalyuk1-2/+15
2016-09-15kvmvapic: fix state change handlerPavel Dovgalyuk1-0/+1
2016-09-15pc: apic: introduce APIC macroWanpeng Li1-11/+15
2016-09-15mptsas: change .realize function nameCao jin1-2/+2
2016-09-15linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal1-2/+2
2016-09-15win32: don't run subprocess tests on Mingw32 platformEduardo Habkost1-1/+1
2016-09-15sheepdog: remove useless castsLaurent Vivier1-2/+2
2016-09-15fw_cfg: remove useless castsLaurent Vivier1-2/+2
2016-09-15tricore: remove useless castLaurent Vivier1-1/+1
2016-09-15s390x: remove useless castLaurent Vivier1-1/+1
2016-09-15linux-user,s390x: remove useless castLaurent Vivier1-1/+1
2016-09-15coccinelle: add a script to remove useless castsLaurent Vivier1-0/+7
2016-09-15curl: Operate on zero-length fileTomáš Golembiovský1-4/+21
2016-09-15Remove unused function declarationsLadi Prosek31-82/+0
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)1-1/+0
2016-09-15sh4: fix broken link to documentationReda Sallahi2-2/+2
2016-09-15MAINTAINERS: Fix up F: entry bit rotMarkus Armbruster1-13/+3
2016-09-15MAINTAINERS: Add include/sysemu/cpus.hThomas Huth1-0/+1
2016-09-15MAINTAINERS: Add include/hw/sh4/ to SH4 sectionThomas Huth1-0/+1
2016-09-15MAINTAINERS: Add include/hw/tricore/ to TriCore sectionThomas Huth1-0/+1
2016-09-15MAINTAINERS: Add include/hw/unicore32/ to UniCore32 sectionThomas Huth1-0/+1
2016-09-15ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth1-0/+1
2016-09-15tcg: Remove duplicate header includesThomas Huth1-2/+0
2016-09-15Remove remainders of HPPA backendThomas Huth7-2845/+4
2016-09-15fpu: add mechanism to check for invalid long double formatsAndrew Dutcher2-16/+115
2016-09-15ui/cocoa.m: Make a better about dialogProgrammingkid1-3/+104
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell77-643/+885
2016-09-14target-i386: Fixed syscall posssible segfaultStanislav Shmarov1-17/+19
2016-09-14log: fix parsing of multiple trace:PATTERN log argsDaniel P. Berrange1-26/+15
2016-09-14qemu-char: avoid segfault if user lacks of permisson of a given logfileLin Ma2-0/+9
2016-09-14build-sys: add make 'help' targetMarc-André Lureau1-0/+37
2016-09-14linux-user: complete omission of removing uses of strdupWei Jiangang1-5/+2
2016-09-14target-i386: fix ordering of fields in CPUX86StatePaolo Bonzini1-6/+6
2016-09-14pc: apic: fix touch LAPIC when irqchip is splitWanpeng Li1-8/+10
2016-09-14scsi: pvscsi: limit process IO loop to ring sizePrasad J Pandit1-1/+4
2016-09-14memory: remove memory_region_destructor_rom_devicePaolo Bonzini1-6/+1
2016-09-14Change net/socket.c to use socket_*() functionsMarc-André Lureau1-56/+71
2016-09-14cutils: Rewrite x86 buffer zero checkingRichard Henderson1-75/+156
2016-09-14scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang1-1/+1
2016-09-14virtio-scsi: Don't abort when media is ejectedFam Zheng1-6/+9
2016-09-14scsi-disk: Cleaning up around tray open stateFam Zheng1-14/+8