index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-28
hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255
Guenter Roeck
1
-1
/
+3
2016-10-28
arm: cubieboard: Add support for initrd
Guenter Roeck
1
-0
/
+1
2016-10-28
i.MX: Fix GPIO ISR register write
Guenter Roeck
1
-1
/
+1
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
22
-32
/
+213
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
8
-233
/
+5
2016-10-28
qemu-thread: introduce QemuRecMutex
Paolo Bonzini
5
-0
/
+58
2016-10-28
iothread: release AioContext around aio_poll
Paolo Bonzini
5
-56
/
+42
2016-10-28
block: only call aio_poll on the current thread's AioContext
Paolo Bonzini
8
-6
/
+60
2016-10-28
qemu-img: call aio_context_acquire/release around block job
Paolo Bonzini
1
-0
/
+6
2016-10-28
qemu-io: acquire AioContext
Paolo Bonzini
1
-0
/
+4
2016-10-28
block: prepare bdrv_reopen_multiple to release AioContext
Paolo Bonzini
5
-6
/
+7
2016-10-28
replication: pass BlockDriverState to reopen_backing_file
Paolo Bonzini
1
-9
/
+12
2016-10-28
iothread: detach all block devices before stopping them
Paolo Bonzini
1
-0
/
+13
2016-10-28
aio: introduce qemu_get_current_aio_context
Paolo Bonzini
4
-0
/
+36
2016-10-28
sheepdog: use BDRV_POLL_WHILE
Paolo Bonzini
1
-29
/
+35
2016-10-28
nfs: use BDRV_POLL_WHILE
Paolo Bonzini
1
-18
/
+28
2016-10-28
nfs: move nfs_set_events out of the while loops
Paolo Bonzini
1
-4
/
+4
2016-10-28
block: introduce BDRV_POLL_WHILE
Paolo Bonzini
4
-50
/
+19
2016-10-28
qed: Implement .bdrv_drain
Fam Zheng
1
-1
/
+15
2016-10-28
block: change drain to look only at one child at a time
Paolo Bonzini
1
-21
/
+26
2016-10-28
block: add BDS field to count in-flight requests
Paolo Bonzini
3
-33
/
+75
2016-10-28
mirror: use bdrv_drained_begin/bdrv_drained_end
Paolo Bonzini
1
-12
/
+23
2016-10-28
blockjob: introduce .drain callback for jobs
Paolo Bonzini
4
-25
/
+71
2016-10-28
replication: interrupt failover if the main device is closed
Paolo Bonzini
1
-0
/
+3
2016-10-28
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
12
-250
/
+1695
2016-10-28
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
18
-250
/
+527
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20161027-2' in...
Peter Maydell
9
-0
/
+0
2016-10-28
curses: Use cursesw instead of curses
Samuel Thibault
1
-9
/
+20
2016-10-28
curses: fix left/right arrow translation
Samuel Thibault
1
-2
/
+2
2016-10-28
ui/gtk: Fix non-working DELETE key
Thomas Huth
1
-1
/
+3
2016-10-28
gtk: fix compilation warning with gtk 3.22.2
Alberto Garcia
1
-2
/
+21
2016-10-28
Defer BrlAPI tty acquisition to when guest starts using device
Samuel Thibault
1
-32
/
+49
2016-10-28
Add dots keypresses support to the baum braille device
Samuel Thibault
1
-104
/
+130
2016-10-28
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20161027-1' into s...
Peter Maydell
1
-0
/
+1
2016-10-28
MAINTAINERS: update M68K entry
Laurent Vivier
1
-1
/
+2
2016-10-28
target-m68k: immediate ops manage word and byte operands
Laurent Vivier
1
-22
/
+35
2016-10-28
target-m68k: cmp manages word and bytes operands
Laurent Vivier
1
-6
/
+11
2016-10-28
target-m68k: add/sub manage word and byte operands
Laurent Vivier
1
-33
/
+40
2016-10-28
target-m68k: add addressing modes to neg
Laurent Vivier
1
-8
/
+12
2016-10-28
target-m68k: introduce byte and word cc_ops
Laurent Vivier
3
-69
/
+93
2016-10-28
target-m68k: some bit ops cleanup
Laurent Vivier
1
-19
/
+15
2016-10-28
target-m68k: suba/adda can manage word operand
Laurent Vivier
1
-2
/
+3
2016-10-28
target-m68k: and can manage word and byte operands
Laurent Vivier
1
-6
/
+10
2016-10-28
target-m68k: or can manage word and byte operands
Laurent Vivier
1
-6
/
+8
2016-10-28
target-m68k: eor can manage word and byte operands
Laurent Vivier
1
-6
/
+7
2016-10-28
target-m68k: add addressing modes to not
Laurent Vivier
1
-4
/
+10
2016-10-28
target-m68k: Inline addx, subx, negx
Richard Henderson
3
-60
/
+178
2016-10-28
target-m68k: add dbcc
Laurent Vivier
1
-0
/
+25
2016-10-28
target-m68k: add addressing modes to scc
Laurent Vivier
1
-20
/
+20
2016-10-28
target-m68k: add exg ops
Laurent Vivier
1
-0
/
+30
[prev]
[next]