aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | cutils: Rewrite x86 buffer zero checkingRichard Henderson2016-09-141-75/+156
| * | scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang2016-09-141-1/+1
| * | virtio-scsi: Don't abort when media is ejectedFam Zheng2016-09-141-6/+9
| * | scsi-disk: Cleaning up around tray open stateFam Zheng2016-09-141-14/+8
* | | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into stagingPeter Maydell2016-09-1553-2961/+54
|\ \ \ | |_|/ |/| |
| * | mptsas: change .realize function nameCao jin2016-09-151-2/+2
| * | linux-user/qemu.h: change malloc to g_malloc, free to g_freeMd Haris Iqbal2016-09-151-2/+2
| * | win32: don't run subprocess tests on Mingw32 platformEduardo Habkost2016-09-151-1/+1
| * | sheepdog: remove useless castsLaurent Vivier2016-09-151-2/+2
| * | fw_cfg: remove useless castsLaurent Vivier2016-09-151-2/+2
| * | tricore: remove useless castLaurent Vivier2016-09-151-1/+1
| * | s390x: remove useless castLaurent Vivier2016-09-151-1/+1
| * | linux-user,s390x: remove useless castLaurent Vivier2016-09-151-1/+1
| * | coccinelle: add a script to remove useless castsLaurent Vivier2016-09-151-0/+7
| * | curl: Operate on zero-length fileTomáš Golembiovský2016-09-151-4/+21
| * | Remove unused function declarationsLadi Prosek2016-09-1531-82/+0
| * | ivshmem: Delete duplicate debug messageStefano Dong (董兴水)2016-09-151-1/+0
| * | sh4: fix broken link to documentationReda Sallahi2016-09-152-2/+2
| * | MAINTAINERS: Fix up F: entry bit rotMarkus Armbruster2016-09-151-13/+3
| * | MAINTAINERS: Add include/sysemu/cpus.hThomas Huth2016-09-151-0/+1
| * | MAINTAINERS: Add include/hw/sh4/ to SH4 sectionThomas Huth2016-09-151-0/+1
| * | MAINTAINERS: Add include/hw/tricore/ to TriCore sectionThomas Huth2016-09-151-0/+1
| * | MAINTAINERS: Add include/hw/unicore32/ to UniCore32 sectionThomas Huth2016-09-151-0/+1
| * | ui/console: Fix non-working backspace key in monitor of gtk UIThomas Huth2016-09-151-0/+1
| * | tcg: Remove duplicate header includesThomas Huth2016-09-151-2/+0
| * | Remove remainders of HPPA backendThomas Huth2016-09-157-2845/+4
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into stagingPeter Maydell2016-09-153-9/+204
|\ \ \
| * | | usb-mtp: added object propertiesIsaac Lozano2016-09-141-0/+177
| * | | usb-mtp: fix sending files larger than 4gbIsaac Lozano2016-09-141-5/+15
| * | | usb:xhci:fix memory leak in usb_xhci_exitLi Qiang2016-09-131-2/+1
| * | | usb-host: fix streams detection in usb_host_speed_compatGerd Hoffmann2016-09-131-2/+5
| * | | xhci: Fix remainder field for TR_SETUP completion event.Hans Petter Selasky2016-09-131-0/+6
* | | | fpu: add mechanism to check for invalid long double formatsAndrew Dutcher2016-09-152-16/+115
| |/ / |/| |
* | | ui/cocoa.m: Make a better about dialogProgrammingkid2016-09-151-3/+104
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-1577-643/+885
|\ \ \ | | |/ | |/|
| * | cutils: Add generic prefetchRichard Henderson2016-09-131-0/+5
| * | cutils: Add SSE4 versionPaolo Bonzini2016-09-131-0/+10
| * | cutils: Add test for buffer_is_zeroRichard Henderson2016-09-134-0/+102
| * | cutils: Remove ppc buffer zero checkingRichard Henderson2016-09-131-25/+1
| * | cutils: Remove aarch64 buffer zero checkingRichard Henderson2016-09-131-15/+0
| * | cutils: Rearrange buffer_is_zero accelerationRichard Henderson2016-09-132-206/+163
| * | cutils: Export only buffer_is_zeroRichard Henderson2016-09-134-11/+6
| * | cutils: Remove SPLAT macroRichard Henderson2016-09-131-4/+0
| * | cutils: Move buffer_is_zero and subroutines to a new fileRichard Henderson2016-09-133-244/+273
| * | ppc: do not redefine CPUPPCStatePaolo Bonzini2016-09-131-2/+1
| * | x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert2016-09-133-20/+25
| * | optionrom: do not rely on compiler's bswap optimizationPaolo Bonzini2016-09-132-14/+4
| * | checkpatch: Fix whitespace checks for documentation code blocksLluís Vilanova2016-09-131-0/+10
| * | atomics: Use __atomic_*_n() variant primitivesPranith Kumar2016-09-131-16/+8
| * | atomics: Remove redundant barrier()'sPranith Kumar2016-09-131-4/+4