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
2013-11-19
qtest: Use -display none by default
Andreas Färber
10
-12
/
+12
2013-11-15
block: Fail if requested driver is not available
Kevin Wolf
3
-0
/
+21
2013-11-15
MAINTAINERS: add block driver sub-maintainers
Stefan Hajnoczi
1
-0
/
+40
2013-11-15
qemu-img: Fix overwriting 'ret' before using
Fam Zheng
3
-4
/
+63
2013-11-15
qemu-iotests: Test qcow2 count_contiguous_clusters()
Kevin Wolf
3
-0
/
+285
2013-11-14
qcow2: fix possible corruption when reading multiple clusters
Peter Lieven
1
-1
/
+1
2013-11-14
qmp: access the local QemuOptsLists for drive option
Amos Kong
5
-2
/
+82
2013-11-14
MAINTAINERS: add block tree repo URLs
Stefan Hajnoczi
1
-0
/
+2
2013-11-14
qemu-iotests: Extend 041 for unbacked mirroring
Max Reitz
2
-2
/
+27
2013-11-14
block/drive-mirror: Check for NULL backing_hd
Max Reitz
1
-1
/
+3
2013-11-14
qapi-schema: Update description for NewImageMode
Max Reitz
1
-1
/
+2
2013-11-14
block: Print its file name if backing file opening failed
Fam Zheng
5
-5
/
+5
2013-11-13
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
2
-3
/
+18
2013-11-13
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
10
-38
/
+42
2013-11-13
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
3
-5
/
+11
2013-11-13
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
35
-262
/
+2897
2013-11-13
Merge remote-tracking branch 'filippov/tags/20131108-xtensa' into staging
Anthony Liguori
2
-2
/
+5
2013-11-13
Merge remote-tracking branch 'kraxel/audio.3' into staging
Anthony Liguori
1
-1
/
+5
2013-11-13
Merge remote-tracking branch 'sweil/mingw' into staging
Anthony Liguori
5
-7
/
+43
2013-11-11
MAINTAINERS: add git tree info for HMP, QMP and QAPI
Luiz Capitulino
1
-0
/
+4
2013-11-11
Adjust qapi-visit for python-2.4.3
Richard Henderson
1
-3
/
+14
2013-11-10
Revert "exec: limit system memory size"
Michael S. Tsirkin
1
-6
/
+1
2013-11-10
Revert "hw/pci: partially handle pci master abort"
Marcel Apfelbaum
2
-27
/
+0
2013-11-10
loader: drop return value for rom_add_blob_fixed
Michael S. Tsirkin
2
-2
/
+3
2013-11-10
acpi-build: disable with -no-acpi
Michael S. Tsirkin
1
-0
/
+5
2013-11-10
virtio-net: only delete bh that existed
Jason Wang
1
-1
/
+1
2013-11-10
Fix pc migration from qemu <= 1.5
Cole Robinson
4
-3
/
+33
2013-11-08
virtio-net: broken RX filtering logic fixed
Dmitry Fleytman
1
-1
/
+2
2013-11-08
net: fix qemu_flush_queued_packets() in presence of a hub
Sergey Fedorov
1
-1
/
+0
2013-11-08
net: disallow to specify multicast MAC address
Dmitry Krivenok
2
-3
/
+9
2013-11-08
block: Round up total_sectors
Fam Zheng
1
-1
/
+1
2013-11-08
target-xtensa: add missing DEBUG section to dc233c config
Max Filippov
1
-0
/
+1
2013-11-08
exec: fix breakpoint_invalidate when pc may not be translated
Max Filippov
1
-2
/
+4
2013-11-07
block: vhdx qemu-iotest - log replay of data sector
Jeff Cody
4
-0
/
+76
2013-11-07
block: qemu-iotests for vhdx, add write test support
Jeff Cody
3
-1
/
+25
2013-11-07
block: vhdx - update _make_test_img() to filter out vhdx options
Jeff Cody
1
-1
/
+4
2013-11-07
block: vhdx - add .bdrv_create() support
Jeff Cody
2
-1
/
+572
2013-11-07
block: vhdx - fix comment typos in header, fix incorrect struct fields
Jeff Cody
1
-5
/
+5
2013-11-07
block: vhdx - break out code operations to functions
Jeff Cody
1
-41
/
+80
2013-11-07
block: vhdx - move more endian translations to vhdx-endian.c
Jeff Cody
3
-17
/
+87
2013-11-07
block: vhdx - remove BAT file offset bit shifting
Jeff Cody
2
-5
/
+2
2013-11-07
block: vhdx write support
Jeff Cody
2
-5
/
+209
2013-11-07
block: vhdx - add log write support
Jeff Cody
2
-0
/
+285
2013-11-07
block: vhdx - add region overlap detection for image files
Jeff Cody
2
-0
/
+91
2013-11-07
block: vhdx - log parsing, replay, and flush support
Jeff Cody
4
-53
/
+749
2013-11-07
block: vhdx code movement - move vhdx_close() above vhdx_open()
Jeff Cody
1
-11
/
+11
2013-11-07
block: vhdx - update log guid in header, and first write tracker
Jeff Cody
2
-6
/
+30
2013-11-07
block: vhdx - break endian translation functions out
Jeff Cody
4
-44
/
+150
2013-11-07
block: vhdx - log support struct and defines
Jeff Cody
1
-16
/
+30
2013-11-07
block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.
Jeff Cody
2
-52
/
+48
[next]