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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-08-09
hw/net: Fix a heap overflow in xlnx.xps-ethernetlite
chaojianhu
1
-0
/
+4
2016-08-09
net: vmxnet3: check for device_active before write
Li Qiang
1
-0
/
+4
2016-08-09
net: check fragment length during fragmentation
Prasad J Pandit
1
-1
/
+1
2016-08-08
Update version for v2.7.0-rc2 release
v2.7.0-rc2
Peter Maydell
1
-1
/
+1
2016-08-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-08-08' in...
Peter Maydell
6
-18
/
+46
2016-08-08
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-6
/
+174
2016-08-08
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160808' into staging
Peter Maydell
1
-1
/
+1
2016-08-08
hw/sparc/leon3: Don't call get_image_size() on a NULL pointer
Peter Maydell
1
-1
/
+5
2016-08-08
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...
Peter Maydell
12
-15
/
+47
2016-08-08
audio: clean up before monitor clean up
Marc-André Lureau
4
-18
/
+24
2016-08-08
monitor: fix crash when leaving qemu with spice audio
Marc-André Lureau
3
-0
/
+22
2016-08-08
Merge remote-tracking branch 'remotes/elmarco/tags/leaks-for-2.7-pull-request...
Peter Maydell
8
-28
/
+70
2016-08-08
iotests: fix 109
Vladimir Sementsov-Ogievskiy
3
-5
/
+11
2016-08-08
mirror: finish earlier on error
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2016-08-08
tests: Test blockjob IDs
Alberto Garcia
2
-0
/
+149
2016-08-08
block/qdev: Let 'drive' property fall back to node name
Kevin Wolf
1
-1
/
+10
2016-08-08
s390x/pci: fix null pointer bug
Yi Min Zhao
1
-1
/
+1
2016-08-08
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160808' into...
Peter Maydell
5
-22
/
+15
2016-08-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160805' into staging
Peter Maydell
7
-267
/
+441
2016-08-08
error: Fix error_printf() calls lacking newlines
Markus Armbruster
3
-3
/
+3
2016-08-08
vfio: Use error_report() instead of error_printf() for errors
Markus Armbruster
1
-1
/
+1
2016-08-08
checkpatch: Fix newline detection in error_setg() & friends
Markus Armbruster
1
-1
/
+4
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
7
-10
/
+39
2016-08-08
spapr: Fix undefined behaviour in spapr_tce_reset()
David Gibson
1
-1
/
+3
2016-08-08
macio: set res_count value to 0 after non-block ATAPI DMA transfers
Mark Cave-Ayland
1
-0
/
+1
2016-08-08
spapr: Correctly set query_hotpluggable_cpus hook based on machine version
David Gibson
3
-21
/
+11
2016-08-08
ahci: fix sglist leak on retry
Marc-André Lureau
2
-2
/
+2
2016-08-08
usb: free leaking path
Marc-André Lureau
1
-0
/
+1
2016-08-08
usb: free USBDevice.strings
Marc-André Lureau
1
-0
/
+7
2016-08-08
virtio-input: free config list
Marc-André Lureau
1
-0
/
+11
2016-08-08
qjson: free str
Marc-André Lureau
1
-0
/
+1
2016-08-08
ahci: free irqs array
Marc-André Lureau
1
-0
/
+1
2016-08-08
char: free MuxDriver when closing
Marc-André Lureau
1
-0
/
+8
2016-08-08
char: free the tcp connection data when closing
Marc-André Lureau
1
-19
/
+31
2016-08-07
numa: do not leak NumaOptions
Marc-André Lureau
1
-7
/
+8
2016-08-05
tcg: Lower indirect registers in a separate pass
Richard Henderson
5
-84
/
+263
2016-08-05
tcg: Require liveness analysis
Richard Henderson
1
-21
/
+0
2016-08-05
tcg: Include liveness info in the dumps
Richard Henderson
3
-28
/
+61
2016-08-05
tcg: Compress dead_temps and mem_temps into a single array
Richard Henderson
1
-59
/
+60
2016-08-05
tcg: Fold life data into TCGOp
Richard Henderson
2
-18
/
+17
2016-08-05
tcg: Reorg TCGOp chaining
Richard Henderson
5
-38
/
+31
2016-08-05
tcg: Compress liveness data to 16 bits
Richard Henderson
2
-42
/
+32
2016-08-05
tests: Rename qtests which have names ending "error"
Peter Maydell
2
-6
/
+6
2016-08-05
wxx: Fix handling of files used for character devices
Stefan Weil
1
-2
/
+14
2016-08-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
3
-13
/
+58
2016-08-05
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-4
/
+27
2016-08-05
Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...
Peter Maydell
2
-3
/
+3
2016-08-05
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160804-tag' into...
Peter Maydell
1
-1
/
+1
2016-08-05
virtio-blk: Remove stale comment about draining
Fam Zheng
1
-4
/
+0
2016-08-05
virtio-blk: Release s->rq queue at system_reset
Fam Zheng
1
-0
/
+9
[prev]
[next]