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-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
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
2016-02-22
qemu-img: allow specifying image as a set of options args
Daniel P. Berrange
3
-60
/
+195
2016-02-22
qemu-nbd: allow specifying image as a set of options args
Daniel P. Berrange
2
-6
/
+44
2016-02-22
qemu-io: allow specifying image as a set of options args
Daniel P. Berrange
1
-6
/
+51
2016-02-22
qemu-img: add support for --object command line arg
Daniel P. Berrange
3
-30
/
+282
2016-02-22
qemu-io: add support for --object command line arg
Daniel P. Berrange
1
-0
/
+34
2016-02-22
block: Fix -incoming with snapshot=on
Kevin Wolf
5
-4
/
+66
2016-02-22
spec: add qcow2 bitmaps extension specification
Vladimir Sementsov-Ogievskiy
1
-1
/
+220
2016-02-22
quorum: fix segfault when read fails in fifo mode
Changlong Xie
1
-1
/
+2
2016-02-22
qemu-img: initialize MapEntry object
John Snow
1
-11
/
+15
2016-02-20
etraxfs_dma: Dont forward zero-length payload to clients
Edgar E. Iglesias
1
-5
/
+8
2016-02-19
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...
Peter Maydell
15
-43
/
+660
2016-02-19
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-softfloat-20160219' ...
Peter Maydell
6
-112
/
+124
2016-02-19
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
Wei Yang
1
-1
/
+1
2016-02-19
hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check
Eric Auger
1
-14
/
+5
2016-02-19
hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
Eric Auger
1
-6
/
+188
2016-02-19
hw/arm/sysbus-fdt: helpers for clock node generation
Eric Auger
1
-0
/
+120
2016-02-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
4
-12
/
+35
2016-02-19
device_tree: qemu_fdt_getprop converted to use the error API
Eric Auger
2
-6
/
+18
2016-02-19
device_tree: introduce qemu_fdt_node_path
Eric Auger
2
-0
/
+72
2016-02-19
device_tree: introduce load_device_tree_from_sysfs
Eric Auger
2
-0
/
+108
2016-02-19
hw/vfio/platform: amd-xgbe device
Eric Auger
3
-0
/
+107
2016-02-19
vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain
Wei Yang
1
-4
/
+4
2016-02-19
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
2
-1
/
+2
2016-02-19
aer: impove pcie_aer_init to support vfio device
Chen Fan
5
-6
/
+6
2016-02-19
vfio: make the 4 bytes aligned for capability size
Chen Fan
1
-1
/
+2
2016-02-19
pcie: modify the capability size assert
Chen Fan
1
-1
/
+1
2016-02-19
MAINTAINERS: Add section for FPU emulation
Peter Maydell
1
-0
/
+7
2016-02-19
osdep.h: Remove int_fast*_t Solaris compatibility code
Peter Maydell
1
-7
/
+0
2016-02-19
fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
Peter Maydell
2
-62
/
+62
2016-02-19
fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
Peter Maydell
2
-20
/
+32
2016-02-19
fpu: Remove use of int_fast16_t in conversions to int16
Peter Maydell
2
-22
/
+22
2016-02-19
target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct
Peter Maydell
1
-13
/
+13
2016-02-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into...
Peter Maydell
2
-14
/
+49
2016-02-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...
Peter Maydell
36
-373
/
+358
2016-02-19
vl: Clean up machine selection in main().
Markus Armbruster
1
-5
/
+6
2016-02-19
vl: Set error location when parsing memory options
Eduardo Habkost
1
-0
/
+6
2016-02-19
replay: Set error location properly when parsing options
Eduardo Habkost
1
-0
/
+10
2016-02-19
vl: Reset location after handling command-line arguments
Eduardo Habkost
1
-2
/
+5
[next]