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
*
all: Clean up includes
Peter Maydell
2016-02-23
56
-100
/
+2
*
osdep.h: Include config-target.h if NEED_CPU_H is defined
Peter Maydell
2016-02-23
1
-0
/
+3
*
scripts/clean-includes: Add --all option
Peter Maydell
2016-02-23
1
-1
/
+15
*
scripts/clean-includes: Enhance to handle header files
Peter Maydell
2016-02-23
1
-8
/
+45
*
disas/arm-a64.cc: Include osdep.h first
Peter Maydell
2016-02-23
1
-2
/
+3
*
osdep.h: Define macros for the benefit of C++ before C++11
Peter Maydell
2016-02-23
1
-0
/
+14
*
cpu: Clean up includes
Peter Maydell
2016-02-23
2
-4
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s...
Peter Maydell
2016-02-23
7
-46
/
+43
|
\
|
*
ohci: allocate timer only once.
Gerd Hoffmann
2016-02-23
1
-26
/
+8
|
*
usb: add pid check at the first of uhci_handle_td()
Gonglei
2016-02-23
1
-6
/
+16
|
*
usb: check RNDIS buffer offsets & length
Prasad J Pandit
2016-02-23
1
-3
/
+6
|
*
usb: check RNDIS message length
Prasad J Pandit
2016-02-23
1
-9
/
+9
|
*
tusb6010: move from hw/timer to hw/usb
Peter Maydell
2016-02-23
3
-1
/
+2
|
*
usb: check USB configuration descriptor object
Prasad J Pandit
2016-02-23
1
-1
/
+2
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-02-22
29
-432
/
+1663
|
\
|
*
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in...
Kevin Wolf
2016-02-22
5
-148
/
+18
|
|
\
|
|
*
qemu-iotests: 140: make description slightly more verbose
Sascha Silbe
2016-02-22
1
-1
/
+5
|
|
*
qemu-iotests: 140: don't use IDE device
Sascha Silbe
2016-02-22
2
-2
/
+1
|
|
*
qemu-iotests: 067: ignore QMP events
Sascha Silbe
2016-02-22
2
-145
/
+10
|
|
*
blockdev: unset inappropriate flags when changing medium
Alyssa Milburn
2016-02-22
1
-0
/
+2
|
|
/
|
*
MAINTAINERS: Add myself as maintainer of the throttling code
Alberto Garcia
2016-02-22
1
-0
/
+9
|
*
docs: Document the throttling infrastructure
Alberto Garcia
2016-02-22
1
-0
/
+252
|
*
qapi: Correct the name of the iops_rd parameter
Alberto Garcia
2016-02-22
1
-1
/
+1
|
*
qemu-iotests: Extend iotest 093 to test bursts
Alberto Garcia
2016-02-22
2
-16
/
+53
|
*
throttle: Test throttle_compute_wait() during bursts
Alberto Garcia
2016-02-22
1
-0
/
+22
|
*
throttle: Check that burst_level leaks correctly
Alberto Garcia
2016-02-22
1
-0
/
+16
|
*
qapi: Add burst length fields to BlockDeviceInfo
Alberto Garcia
2016-02-22
2
-6
/
+53
|
*
qapi: Add burst length parameters to block_set_io_throttle
Alberto Garcia
2016-02-22
4
-15
/
+104
|
*
throttle: Add command-line settings to define the burst periods
Alberto Garcia
2016-02-22
1
-0
/
+37
|
*
throttle: Add support for burst periods
Alberto Garcia
2016-02-22
2
-18
/
+96
|
*
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2016-02-22
4
-13
/
+31
|
*
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2016-02-22
4
-64
/
+19
|
*
throttle: Set always an average value when setting a maximum value
Alberto Garcia
2016-02-22
1
-0
/
+2
|
*
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2016-02-22
4
-6
/
+7
|
*
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2016-02-22
4
-8
/
+9
|
*
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2016-02-22
4
-12
/
+17
|
*
throttle: Make throttle_compute_timer() static
Alberto Garcia
2016-02-22
2
-10
/
+4
|
*
block migration: Activate image on destination before writing to it
Kevin Wolf
2016-02-22
1
-0
/
+7
|
*
qemu-io: use no_argument/required_argument constants
Daniel P. Berrange
2016-02-22
1
-15
/
+15
|
*
qemu-nbd: use no_argument/required_argument constants
Daniel P. Berrange
2016-02-22
1
-25
/
+26
|
*
qemu-nbd: don't overlap long option values with short options
Daniel P. Berrange
2016-02-22
1
-7
/
+7
|
*
qemu-img: allow specifying image as a set of options args
Daniel P. Berrange
2016-02-22
3
-60
/
+195
|
*
qemu-nbd: allow specifying image as a set of options args
Daniel P. Berrange
2016-02-22
2
-6
/
+44
|
*
qemu-io: allow specifying image as a set of options args
Daniel P. Berrange
2016-02-22
1
-6
/
+51
|
*
qemu-img: add support for --object command line arg
Daniel P. Berrange
2016-02-22
3
-30
/
+282
|
*
qemu-io: add support for --object command line arg
Daniel P. Berrange
2016-02-22
1
-0
/
+34
|
*
block: Fix -incoming with snapshot=on
Kevin Wolf
2016-02-22
5
-4
/
+66
|
*
spec: add qcow2 bitmaps extension specification
Vladimir Sementsov-Ogievskiy
2016-02-22
1
-1
/
+220
|
*
quorum: fix segfault when read fails in fifo mode
Changlong Xie
2016-02-22
1
-1
/
+2
|
*
qemu-img: initialize MapEntry object
John Snow
2016-02-22
1
-11
/
+15
[next]