aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki5-0/+169
2017-02-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell5-61/+395
2017-02-28throttle: factor out duplicate codePradeep Jagadeesh3-153/+102
2017-02-28fsdev: add IO throttle support to fsdev devicesPradeep Jagadeesh9-3/+258
2017-02-289pfs: fix v9fs_lock error casePaolo Bonzini1-8/+6
2017-02-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-32/+98
2017-02-28syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu1-3/+8
2017-02-28hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich1-0/+1
2017-02-28lm32: milkymist-tmu2: fix a third integer overflowPeter Maydell1-1/+1
2017-02-28qemu-options.hx: add missing id=chr0 chardev argument in vhost-user exampleVincenzo Maffione1-1/+1
2017-02-28Update copyright yearMarc-André Lureau1-1/+1
2017-02-28tests/prom-env: Enable the test for the sun4u machine, tooThomas Huth2-3/+2
2017-02-28cadence_gem: Remove unused parameter debug messageFam Zheng1-1/+1
2017-02-28register: fix incorrect read maskPhilippe Mathieu-Daudé1-6/+15
2017-02-28ide: remove undefined behavior in ide-testJohn Snow1-0/+1
2017-02-28CODING_STYLE: Mention preferred comment formPeter Maydell1-0/+7
2017-02-28hw/core/register: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth1-0/+9
2017-02-28hw/core/or-irq: Mark the device with cannot_instantiate_with_device_add_yetThomas Huth1-0/+3
2017-02-28softfloat: Use correct type in float64_to_uint64_round_to_zero()Peter Maydell1-1/+1
2017-02-28target/s390x: Fix typoStefan Weil1-1/+1
2017-02-27iscsi: add missing colons to the qapi docsJeff Cody1-9/+9
2017-02-28target/alpha: Enable MTTCG by defaultRichard Henderson2-0/+4
2017-02-27syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu1-3/+8
2017-02-27linux-user: fix do_rt_sigreturn on m68k linux userspace emulationMichael Karcher1-2/+1
2017-02-27linux-user: correctly manage SR in ucontextLaurent Vivier1-2/+3
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar3-51/+241
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller2-1/+139
2017-02-27linux-user: fix fork()Laurent Vivier1-2/+3
2017-02-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into st...Peter Maydell14-97/+178
2017-02-27block/mirror: fix broken sparseness detectionJohn Snow1-1/+1
2017-02-27Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-02-27-1...Peter Maydell2-6/+3
2017-02-27vnc: fix double free issuesGerd Hoffmann1-0/+3
2017-02-27spice: add display & head optionsGerd Hoffmann2-1/+27
2017-02-27ui: Use XkbGetMap and XkbGetNames instead of XkbGetKeyboardDaniel P. Berrange2-7/+10
2017-02-27gtk-egl: add scanout_disable supportGerd Hoffmann3-5/+12
2017-02-27sdl2: add scanout_disable supportGerd Hoffmann3-5/+13
2017-02-27spice: add scanout_disable supportGerd Hoffmann1-15/+21
2017-02-27virtio-gpu: use dpy_gl_scanout_disableGerd Hoffmann1-3/+2
2017-02-27console: add dpy_gl_scanout_disableGerd Hoffmann2-0/+13
2017-02-27console: rename dpy_gl_scanout to dpy_gl_scanout_textureGerd Hoffmann11-64/+80
2017-02-27tests-aio-multithread: use atomic_read properlyPaolo Bonzini1-2/+2
2017-02-27iscsi: do not use aio_context_acquire/releasePaolo Bonzini1-19/+64
2017-02-27nfs: do not use aio_context_acquire/releasePaolo Bonzini1-4/+19
2017-02-27crypto: assert cipher algorithm is always validPrasad J Pandit1-6/+2