index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-blk: allow block_resize with dataplane
Stefan Hajnoczi
2014-08-20
1
-0
/
+1
*
block: acquire AioContext in qmp_block_resize()
Stefan Hajnoczi
2014-08-20
1
-3
/
+10
*
qemu-iotests: Fix 028 reference output for qed
Kevin Wolf
2014-08-20
4
-19
/
+26
*
test-coroutine: test cost introduced by coroutine
Ming Lei
2014-08-20
1
-0
/
+30
*
iotests: Add test for qcow2's cache options
Max Reitz
2014-08-20
3
-0
/
+129
*
qcow2: Add runtime options for cache sizes
Max Reitz
2014-08-20
2
-11
/
+103
*
qcow2: Use g_try_new0() for cache array
Max Reitz
2014-08-20
1
-4
/
+9
*
qcow2: Constant cache size in bytes
Max Reitz
2014-08-20
2
-4
/
+21
*
runner: Kill a program under test by time-out
Maria Kustova
2014-08-20
1
-4
/
+25
*
runner: Add an argument for test duration
Maria Kustova
2014-08-20
1
-4
/
+17
*
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-20
3
-6
/
+6
*
qemu-io-cmds: g_renew() can't fail, bury dead error handling
Markus Armbruster
2014-08-20
1
-10
/
+1
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
8
-16
/
+15
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
22
-47
/
+46
*
Revert "memory: Use canonical path component as the name"
Peter Maydell
2014-08-19
2
-1
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-19
62
-308
/
+183
|
\
|
*
mtree: remove write-only field
Paolo Bonzini
2014-08-18
1
-7
/
+3
|
*
memory: Use canonical path component as the name
Peter Crosthwaite
2014-08-18
2
-4
/
+1
|
*
memory: Use memory_region_name for name access
Peter Crosthwaite
2014-08-18
1
-4
/
+4
|
*
memory: constify memory_region_name
Peter Crosthwaite
2014-08-18
2
-2
/
+2
|
*
exec: Abstract away ref to memory region names
Peter Crosthwaite
2014-08-18
1
-2
/
+2
|
*
loader: Abstract away ref to memory region names
Peter Crosthwaite
2014-08-18
1
-1
/
+1
|
*
tpm_tis: remove instance_finalize callback
Paolo Bonzini
2014-08-18
1
-8
/
+0
|
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
42
-193
/
+0
|
*
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-08-18
9
-14
/
+18
|
*
ioport: split deletion and destruction
Paolo Bonzini
2014-08-17
1
-3
/
+8
|
*
nic: do not destroy memory regions in cleanup functions
Paolo Bonzini
2014-08-17
2
-6
/
+0
|
*
vga: do not dynamically allocate chain4_alias
Paolo Bonzini
2014-08-17
2
-15
/
+12
|
*
sysbus: remove unused function sysbus_del_io
Paolo Bonzini
2014-08-17
2
-6
/
+0
|
*
qom: object: move unparenting to the child property's release callback
Paolo Bonzini
2014-08-17
1
-10
/
+4
|
*
qom: object: delete properties before calling instance_finalize
Paolo Bonzini
2014-08-17
1
-1
/
+1
|
*
virtio-scsi: implement parse_cdb
Paolo Bonzini
2014-07-29
1
-0
/
+25
|
*
scsi-block, scsi-generic: implement parse_cdb
Paolo Bonzini
2014-07-29
4
-2
/
+23
|
*
scsi-block: extract scsi_block_is_passthrough
Paolo Bonzini
2014-07-29
1
-12
/
+26
|
*
scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfo
Paolo Bonzini
2014-07-29
2
-3
/
+29
|
*
scsi-bus: prepare scsi_req_new for introduction of parse_cdb
Paolo Bonzini
2014-07-29
1
-21
/
+30
*
|
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-08-19
4
-25
/
+17
|
\
\
|
*
|
monitor: fix use after free
Michael S. Tsirkin
2014-08-18
3
-6
/
+7
|
*
|
dump.c: Fix memory leak issue in cleanup processing for dump_init()
Chen Gang
2014-08-18
1
-13
/
+5
|
*
|
monitor: Remove hardcoded watchdog event names
Hani Benhabiles
2014-08-18
1
-6
/
+5
*
|
|
Merge remote-tracking branch 'remotes/amit/for-2.2' into staging
Peter Maydell
2014-08-18
2
-0
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
virtio-serial: search for duplicate port names before adding new ports
Amit Shah
2014-08-18
1
-0
/
+22
|
*
|
virtio-serial: create a linked list of all active devices
Amit Shah
2014-08-18
2
-0
/
+12
|
/
/
*
|
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
2014-08-18
3
-5
/
+26
|
\
\
|
*
|
target-sparc64: implement Short Floating-Point Store Instructions
Artyom Tarasenko
2014-08-17
1
-1
/
+14
|
*
|
apb: add IOMMU flush register implementation
Mark Cave-Ayland
2014-08-17
1
-2
/
+10
|
*
|
sun4u: switch second PCI-ebus bridge BAR over to PCI IO space
Mark Cave-Ayland
2014-08-17
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-08-18
33
-238
/
+1991
|
\
\
\
|
*
|
|
qcow2: fix new_blocks double-free in alloc_refcount_block()
Stefan Hajnoczi
2014-08-15
1
-0
/
+1
|
*
|
|
image-fuzzer: Reduce number of generator functions in __init__
Maria Kustova
2014-08-15
1
-161
/
+143
[next]