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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2011-08-08
hw/9pfs: Add yield support for mkdir coroutine
Venkateswararao Jujjuri
2
-0
/
+20
2011-08-08
hw/9pfs: Update v9fs_mknod to use coroutines
Aneesh Kumar K.V
1
-58
/
+30
2011-08-08
hw/9pfs: Add yield support to mknod coroutine
Aneesh Kumar K.V
2
-0
/
+23
2011-08-08
hw/9pfs: Update v9fs_xattrcreate to use coroutines
Aneesh Kumar K.V
2
-38
/
+26
2011-08-08
hw/9pfs: Update v9fs_xattrwalk to coroutines
Aneesh Kumar K.V
1
-135
/
+63
2011-08-08
hw/9pfs: Add yield support to xattr related coroutine
Aneesh Kumar K.V
3
-0
/
+54
2011-08-08
hw/9pfs: Update v9fs_setattr to use coroutines
Aneesh Kumar K.V
2
-117
/
+54
2011-08-08
hw/9pfs: Add yield support to setattr related coroutines
Aneesh Kumar K.V
2
-0
/
+68
2011-08-08
hw/9pfs: Update v9fs_getattr to use coroutines
Aneesh Kumar K.V
2
-46
/
+19
2011-08-08
hw/9pfs: Add yield support to lstat coroutine
Aneesh Kumar K.V
3
-1
/
+34
2011-08-08
hw/9pfs: Update v9fs_statfs to use coroutines
Aneesh Kumar K.V
2
-70
/
+44
2011-08-08
hw/9pfs: Add yield support to statfs coroutine
Aneesh Kumar K.V
2
-0
/
+15
2011-08-08
hw/9pfs: Update v9fs_readdir to use coroutines
Aneesh Kumar K.V
1
-101
/
+72
2011-08-08
hw/9pfs: Add yield support for readdir related coroutines
Aneesh Kumar K.V
3
-1
/
+72
2011-08-08
hw/9pfs: Update v9fs_readlink to use coroutine
Venkateswararao Jujjuri
2
-60
/
+17
2011-08-08
hw/9pfs: Add yeild support for readlink
Venkateswararao Jujjuri (JV)
3
-1
/
+46
2011-08-08
[virtio-9p] Change all pdu handlers to coroutines.
Venkateswararao Jujjuri (JV)
3
-43
/
+104
2011-08-08
[virtio-9p] Add infrastructure to support glib threads and coroutines.
Venkateswararao Jujjuri (JV)
4
-2
/
+167
2011-08-08
coroutine: add gthread dependency
Stefan Hajnoczi
1
-10
/
+8
2011-08-07
Fix forcing multicast msgs to loopback on OpenBSD.
Brad
1
-2
/
+8
2011-08-07
Use mmap to allocate execute memory
Tobias Nygren
1
-1
/
+2
2011-08-07
Fix network interface tap backend
Manuel Bouyer
1
-2
/
+24
2011-08-07
darwin-user: Remove two unused variables
Stefan Weil
1
-1
/
+0
2011-08-07
TCG: fix copy propagation
Blue Swirl
2
-6
/
+14
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
39
-60
/
+59
2011-08-06
Fix handling of conditional branches in delay slot of a conditional branch
Artyom Tarasenko
1
-9
/
+21
2011-08-05
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
4
-17
/
+14
2011-08-05
when overriding default tool names don't add cross-prefix
Stuart Yoder
1
-8
/
+8
2011-08-05
Reorganize and fix monitor resume after migration
Jan Kiszka
1
-10
/
+9
2011-08-05
qdev: Eliminate duplicate reset
Isaku Yamahata
1
-2
/
+12
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
9
-21
/
+37
2011-08-05
memory: use signed arithmetic
Avi Kivity
2
-10
/
+15
2011-08-05
memory: synchronize dirty bitmap before unmapping a range
Avi Kivity
1
-0
/
+4
2011-08-05
sdl: Refactor sdl_send_mouse_event
Jan Kiszka
1
-11
/
+11
2011-08-05
sdl: Factor out event handlers from sdl_refresh
Jan Kiszka
1
-205
/
+271
2011-08-05
sdl: Add zoom hot keys
Jan Kiszka
2
-0
/
+21
2011-08-05
sdl: Dynamically grab input in absolute mouse mode
Jan Kiszka
1
-6
/
+37
2011-08-05
sdl: Fix cursor handling when switching consoles in absolute mouse mode
Jan Kiszka
1
-3
/
+10
2011-08-05
sdl: Never release input while in full screen mode
Jan Kiszka
1
-3
/
+4
2011-08-05
sdl: Consistently avoid grabbing input for text consoles
Jan Kiszka
1
-3
/
+6
2011-08-05
sdl: Initialize gui_fullscreen earlier during setup
Jan Kiszka
1
-4
/
+5
2011-08-05
sdl: Drop bogus gui_fullscreen_initial_grab
Jan Kiszka
1
-3
/
+1
2011-08-05
sdl: Restore scaling mode on return from full screen
Jan Kiszka
1
-15
/
+33
2011-08-05
sdl: Fix full screen toggling from scaled mode
Jan Kiszka
1
-1
/
+2
2011-08-05
sdl: Properly mark modifier+u as hotkey
Jan Kiszka
1
-0
/
+1
2011-08-05
sdl: Avoid redundant scaling deactivation
Jan Kiszka
1
-4
/
+6
2011-08-05
sdl: Do not make full screen mode resizable
Jan Kiszka
1
-2
/
+5
2011-08-05
sdl: Fix termination in -no-shutdown mode
Jan Kiszka
1
-1
/
+3
2011-08-05
Check fread() results to avoid gcc 4.6 warnings
David Gibson
1
-0
/
+13
2011-08-05
MAINTAINERS: add entry for Xen
Stefano Stabellini
1
-0
/
+10
[next]