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-02-23
tcg: Rename tcg-target.c to tcg-target.inc.c
Peter Maydell
14
-9
/
+11
2016-02-23
target-sparc: Use global registers for the register window
Richard Henderson
1
-24
/
+33
2016-02-23
target-sparc: Tidy global register initialization
Richard Henderson
1
-87
/
+70
2016-02-23
tcg: Allocate indirect_base temporaries in a different order
Richard Henderson
1
-11
/
+32
2016-02-23
tcg: Implement indirect memory registers
Richard Henderson
2
-29
/
+68
2016-02-23
tcg: Work around clang bug wrt enum ranges, part 2
Richard Henderson
1
-1
/
+1
2016-02-23
include: Clean up includes
Peter Maydell
97
-156
/
+0
2016-02-23
all: Clean up includes
Peter Maydell
3
-4
/
+3
2016-02-23
all: Clean up includes
Peter Maydell
56
-100
/
+2
2016-02-23
osdep.h: Include config-target.h if NEED_CPU_H is defined
Peter Maydell
1
-0
/
+3
2016-02-23
scripts/clean-includes: Add --all option
Peter Maydell
1
-1
/
+15
2016-02-23
scripts/clean-includes: Enhance to handle header files
Peter Maydell
1
-8
/
+45
2016-02-23
disas/arm-a64.cc: Include osdep.h first
Peter Maydell
1
-2
/
+3
2016-02-23
osdep.h: Define macros for the benefit of C++ before C++11
Peter Maydell
1
-0
/
+14
2016-02-23
cpu: Clean up includes
Peter Maydell
2
-4
/
+2
2016-02-23
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160223-1' into s...
Peter Maydell
7
-46
/
+43
2016-02-23
ohci: allocate timer only once.
Gerd Hoffmann
1
-26
/
+8
2016-02-23
usb: add pid check at the first of uhci_handle_td()
Gonglei
1
-6
/
+16
2016-02-23
usb: check RNDIS buffer offsets & length
Prasad J Pandit
1
-3
/
+6
2016-02-23
usb: check RNDIS message length
Prasad J Pandit
1
-9
/
+9
2016-02-23
tusb6010: move from hw/timer to hw/usb
Peter Maydell
3
-1
/
+2
2016-02-23
usb: check USB configuration descriptor object
Prasad J Pandit
1
-1
/
+2
2016-02-22
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
29
-432
/
+1663
2016-02-22
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-02-22' in...
Kevin Wolf
5
-148
/
+18
2016-02-22
qemu-iotests: 140: make description slightly more verbose
Sascha Silbe
1
-1
/
+5
2016-02-22
qemu-iotests: 140: don't use IDE device
Sascha Silbe
2
-2
/
+1
2016-02-22
qemu-iotests: 067: ignore QMP events
Sascha Silbe
2
-145
/
+10
2016-02-22
blockdev: unset inappropriate flags when changing medium
Alyssa Milburn
1
-0
/
+2
2016-02-22
MAINTAINERS: Add myself as maintainer of the throttling code
Alberto Garcia
1
-0
/
+9
2016-02-22
docs: Document the throttling infrastructure
Alberto Garcia
1
-0
/
+252
2016-02-22
qapi: Correct the name of the iops_rd parameter
Alberto Garcia
1
-1
/
+1
2016-02-22
qemu-iotests: Extend iotest 093 to test bursts
Alberto Garcia
2
-16
/
+53
2016-02-22
throttle: Test throttle_compute_wait() during bursts
Alberto Garcia
1
-0
/
+22
2016-02-22
throttle: Check that burst_level leaks correctly
Alberto Garcia
1
-0
/
+16
2016-02-22
qapi: Add burst length fields to BlockDeviceInfo
Alberto Garcia
2
-6
/
+53
2016-02-22
qapi: Add burst length parameters to block_set_io_throttle
Alberto Garcia
4
-15
/
+104
2016-02-22
throttle: Add command-line settings to define the burst periods
Alberto Garcia
1
-0
/
+37
2016-02-22
throttle: Add support for burst periods
Alberto Garcia
2
-18
/
+96
2016-02-22
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
4
-13
/
+31
2016-02-22
throttle: Merge all functions that check the configuration into one
Alberto Garcia
4
-64
/
+19
2016-02-22
throttle: Set always an average value when setting a maximum value
Alberto Garcia
1
-0
/
+2
2016-02-22
throttle: Make throttle_is_valid() set errp
Alberto Garcia
4
-6
/
+7
2016-02-22
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
4
-8
/
+9
2016-02-22
throttle: Make throttle_conflicting() set errp
Alberto Garcia
4
-12
/
+17
2016-02-22
throttle: Make throttle_compute_timer() static
Alberto Garcia
2
-10
/
+4
2016-02-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160222-1' into st...
Peter Maydell
1
-1
/
+1
2016-02-22
block migration: Activate image on destination before writing to it
Kevin Wolf
1
-0
/
+7
2016-02-22
qemu-io: use no_argument/required_argument constants
Daniel P. Berrange
1
-15
/
+15
2016-02-22
qemu-nbd: use no_argument/required_argument constants
Daniel P. Berrange
1
-25
/
+26
2016-02-22
qemu-nbd: don't overlap long option values with short options
Daniel P. Berrange
1
-7
/
+7
[next]