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-05-23
xen: write information about supported backends
Juergen Gross
3
-50
/
+67
2016-05-23
xen: introduce dummy system device
Juergen Gross
2
-0
/
+41
2016-05-23
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' int...
Peter Maydell
19
-238
/
+257
2016-05-20
Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
Eduardo Habkost
3
-12
/
+3
2016-05-20
vl: Use &error_fatal when parsing monitor options
Eduardo Habkost
1
-6
/
+1
2016-05-20
vl: Use &error_fatal when parsing VNC options
Eduardo Habkost
1
-13
/
+2
2016-05-20
machine: add properties to compat_props incrementaly
Igor Mammedov
8
-34
/
+24
2016-05-20
vl: Simplify global property registration
Eduardo Habkost
1
-24
/
+15
2016-05-20
vl: Make display_remote a local variable
Eduardo Habkost
1
-1
/
+1
2016-05-20
vl: Move DisplayType typedef to vl.c
Eduardo Habkost
2
-10
/
+9
2016-05-20
vl: Make display_type a local variable
Eduardo Habkost
2
-2
/
+1
2016-05-20
vl: Replace DT_NOGRAPHIC with machine option
Eduardo Habkost
7
-11
/
+35
2016-05-20
milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create()
Eduardo Habkost
2
-5
/
+3
2016-05-20
spice: Initialization stubs on qemu-spice.h
Eduardo Habkost
2
-4
/
+13
2016-05-20
gtk: Initialization stubs
Eduardo Habkost
2
-6
/
+18
2016-05-20
cocoa: cocoa_display_init() stub
Eduardo Habkost
2
-2
/
+9
2016-05-20
sdl: Initialization stubs
Eduardo Habkost
2
-4
/
+18
2016-05-20
curses: curses_display_init() stub
Eduardo Habkost
2
-2
/
+9
2016-05-20
vnc: Initialization stubs
Eduardo Habkost
2
-15
/
+20
2016-05-20
vl: Add DT_COCOA DisplayType value
Eduardo Habkost
2
-2
/
+5
2016-05-20
vl: Replace *_vga_available() functions with class_names field
Eduardo Habkost
1
-47
/
+23
2016-05-20
vl: Table-based select_vgahw()
Eduardo Habkost
2
-52
/
+64
2016-05-20
vl: Use exit(1) when requested VGA interface is unavailable
Eduardo Habkost
1
-7
/
+7
2016-05-20
pc-dimm: correct comment of MemoryHotplugState
Cao jin
1
-3
/
+1
2016-05-20
tci: do not include exec/exec-all.h
Paolo Bonzini
2
-2
/
+1
2016-05-20
aspeed: include qemu/log.h
Paolo Bonzini
2
-0
/
+2
2016-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
37
-1361
/
+1155
2016-05-19
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-19' in...
Kevin Wolf
4
-22
/
+22
2016-05-19
qemu-iotests: Fix regression in 136 on aio_read invalid
Eric Blake
2
-15
/
+20
2016-05-19
qemu-iotests: Simplify 109 with unaligned qemu-img compare
Eric Blake
2
-6
/
+0
2016-05-19
qemu-io: Fix recent UI updates
Eric Blake
1
-2
/
+3
2016-05-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
431
-1618
/
+2099
2016-05-19
block: clarify error message for qmp-eject
John Snow
1
-11
/
+40
2016-05-19
qemu-iotests: Some more write_zeroes tests
Kevin Wolf
3
-0
/
+508
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
1
-1
/
+2
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
1
-1
/
+1
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
4
-76
/
+6
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
5
-29
/
+12
2016-05-19
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
2
-4
/
+5
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
10
-75
/
+102
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
2
-0
/
+18
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
11
-693
/
+9
2016-05-19
blockjob: Don't touch BDS iostatus
Kevin Wolf
4
-66
/
+0
2016-05-19
blockjob: Don't set iostatus of target
Kevin Wolf
5
-18
/
+11
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
3
-2
/
+31
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
3
-15
/
+43
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
1
-7
/
+0
2016-05-19
Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"
Kevin Wolf
2
-13
/
+0
2016-05-19
block: Remove bdrv_move_feature_fields()
Kevin Wolf
1
-30
/
+0
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
4
-78
/
+23
[next]