aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28arm: cubieboard: Add support for initrdGuenter Roeck
2016-10-28i.MX: Fix GPIO ISR register writeGuenter Roeck
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell
2016-10-28aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini
2016-10-28qemu-thread: introduce QemuRecMutexPaolo Bonzini
2016-10-28iothread: release AioContext around aio_pollPaolo Bonzini
2016-10-28block: only call aio_poll on the current thread's AioContextPaolo Bonzini
2016-10-28qemu-img: call aio_context_acquire/release around block jobPaolo Bonzini
2016-10-28qemu-io: acquire AioContextPaolo Bonzini
2016-10-28block: prepare bdrv_reopen_multiple to release AioContextPaolo Bonzini
2016-10-28replication: pass BlockDriverState to reopen_backing_filePaolo Bonzini
2016-10-28iothread: detach all block devices before stopping themPaolo Bonzini
2016-10-28aio: introduce qemu_get_current_aio_contextPaolo Bonzini
2016-10-28sheepdog: use BDRV_POLL_WHILEPaolo Bonzini
2016-10-28nfs: use BDRV_POLL_WHILEPaolo Bonzini
2016-10-28nfs: move nfs_set_events out of the while loopsPaolo Bonzini
2016-10-28block: introduce BDRV_POLL_WHILEPaolo Bonzini
2016-10-28qed: Implement .bdrv_drainFam Zheng
2016-10-28block: change drain to look only at one child at a timePaolo Bonzini
2016-10-28block: add BDS field to count in-flight requestsPaolo Bonzini
2016-10-28mirror: use bdrv_drained_begin/bdrv_drained_endPaolo Bonzini
2016-10-28blockjob: introduce .drain callback for jobsPaolo Bonzini
2016-10-28replication: interrupt failover if the main device is closedPaolo Bonzini
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-10-28Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...Peter Maydell
2016-10-28curses: Use cursesw instead of cursesSamuel Thibault
2016-10-28curses: fix left/right arrow translationSamuel Thibault
2016-10-28ui/gtk: Fix non-working DELETE keyThomas Huth
2016-10-28gtk: fix compilation warning with gtk 3.22.2Alberto Garcia
2016-10-28Defer BrlAPI tty acquisition to when guest starts using deviceSamuel Thibault
2016-10-28Add dots keypresses support to the baum braille deviceSamuel Thibault
2016-10-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...Peter Maydell
2016-10-28MAINTAINERS: update M68K entryLaurent Vivier
2016-10-28target-m68k: immediate ops manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: cmp manages word and bytes operandsLaurent Vivier
2016-10-28target-m68k: add/sub manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: add addressing modes to negLaurent Vivier
2016-10-28target-m68k: introduce byte and word cc_opsLaurent Vivier
2016-10-28target-m68k: some bit ops cleanupLaurent Vivier
2016-10-28target-m68k: suba/adda can manage word operandLaurent Vivier
2016-10-28target-m68k: and can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: or can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: eor can manage word and byte operandsLaurent Vivier
2016-10-28target-m68k: add addressing modes to notLaurent Vivier
2016-10-28target-m68k: Inline addx, subx, negxRichard Henderson
2016-10-28target-m68k: add dbccLaurent Vivier
2016-10-28target-m68k: add addressing modes to sccLaurent Vivier
2016-10-28target-m68k: add exg opsLaurent Vivier
2016-10-28target-m68k: add linklLaurent Vivier