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
*
hw/pci: ensure that only PCI/PCIe bridges can be attached to pxb/pxb-pcie dev...
Marcel Apfelbaum
2016-02-06
1
-0
/
+7
*
vhost-user-test: use correct ROM to speed up and avoid spurious failures
Paolo Bonzini
2016-02-06
1
-3
/
+2
*
hw/pxb: add pxb devices to the bridge category
Marcel Apfelbaum
2016-02-06
1
-0
/
+2
*
virtio: combine write of an entry into used ring
Vincenzo Maffione
2016-02-06
1
-13
/
+12
*
virtio: read avail_idx from VQ only when necessary
Vincenzo Maffione
2016-02-06
1
-4
/
+22
*
virtio: cache used_idx in a VirtQueue field
Vincenzo Maffione
2016-02-06
1
-3
/
+9
*
virtio: combine the read of a descriptor
Paolo Bonzini
2016-02-06
1
-51
/
+35
*
vring: slim down allocation of VirtQueueElements
Paolo Bonzini
2016-02-06
1
-17
/
+36
*
virtio: slim down allocation of VirtQueueElements
Paolo Bonzini
2016-02-06
1
-31
/
+51
*
virtio: introduce virtqueue_alloc_element
Paolo Bonzini
2016-02-06
3
-17
/
+105
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
5
-19
/
+23
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
22
-142
/
+209
*
virtio: move VirtQueueElement at the beginning of the structs
Paolo Bonzini
2016-02-04
3
-10
/
+8
*
tests: pc: acpi: add expected DSDT.bridge blobs and update DSDT blobs
Igor Mammedov
2016-02-04
4
-0
/
+0
*
tests: pc: acpi: drop not needed 'expected SSDT' blobs
Igor Mammedov
2016-02-04
4
-0
/
+0
*
pc: acpi: merge SSDT into DSDT
Igor Mammedov
2016-02-04
1
-135
/
+111
*
Fix virtio migration
Dr. David Alan Gilbert
2016-02-04
2
-13
/
+13
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-02-03
57
-137
/
+293
|
\
|
*
log: add "-d trace:PATTERN"
Paolo Bonzini
2016-02-03
1
-3
/
+13
|
*
trace: switch default backend to "log"
Paolo Bonzini
2016-02-03
1
-1
/
+1
|
*
trace: convert stderr backend to log
Paolo Bonzini
2016-02-03
7
-7
/
+24
|
*
log: move qemu-log.c into util/ directory
Denis V. Lunev
2016-02-03
3
-1
/
+1
|
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
41
-59
/
+99
|
*
trace: add "-trace help"
Paolo Bonzini
2016-02-03
3
-1
/
+29
|
*
trace: add "-trace enable=..."
Paolo Bonzini
2016-02-03
4
-24
/
+54
|
*
trace: no need to call trace_backend_init in different branches now
Denis V. Lunev
2016-02-03
1
-10
/
+2
|
*
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
2016-02-03
6
-17
/
+38
|
*
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
2016-02-03
4
-11
/
+19
|
*
trace: fix documentation
Paolo Bonzini
2016-02-03
1
-5
/
+5
|
*
trace: track enabled events in a separate array
Paolo Bonzini
2016-02-03
5
-8
/
+14
|
*
trace: count number of enabled events
Paolo Bonzini
2016-02-03
2
-1
/
+5
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...
Peter Maydell
2016-02-03
7
-20
/
+85
|
\
\
|
*
|
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-02-03
4
-0
/
+27
|
*
|
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2016-02-03
3
-2
/
+8
|
*
|
virtio-gpu: maintain command queue
Gerd Hoffmann
2016-02-03
2
-17
/
+37
|
*
|
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
2016-02-03
1
-1
/
+2
|
*
|
console: block rendering until client is done
Gerd Hoffmann
2016-02-03
2
-0
/
+12
|
*
|
zap qemu_egl_has_ext in include/ui/egl-helpers.h
Gerd Hoffmann
2016-02-03
1
-1
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...
Peter Maydell
2016-02-03
3
-13
/
+12
|
\
\
|
|
/
|
/
|
|
*
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
2016-02-03
3
-13
/
+12
|
/
*
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
2016-02-02
52
-323
/
+1302
|
\
|
*
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Jeff Cody
2016-02-02
3
-0
/
+139
|
*
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
3
-12
/
+16
|
*
iotests: Add "qemu-img map" test for VMDK extents
Fam Zheng
2016-02-02
2
-0
/
+35
|
*
qemu-img: Make MapEntry a QAPI struct
Fam Zheng
2016-02-02
2
-29
/
+69
|
*
qemu-img: In "map", use the returned "file" from bdrv_get_block_status
Fam Zheng
2016-02-02
1
-1
/
+1
|
*
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2016-02-02
1
-2
/
+2
|
*
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
2016-02-02
1
-2
/
+2
|
*
vmdk: Fix calculation of block status's offset
Fam Zheng
2016-02-02
1
-2
/
+4
|
*
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
2016-02-02
1
-0
/
+2
[next]