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-01-25
ahci: Add migration support
Jason Baron
3
-5
/
+101
2013-01-25
ahci: Change data types in preparation for migration
Kevin Wolf
2
-8
/
+8
2013-01-25
ahci: Remove unused AHCIDevice fields
Jason Baron
2
-8
/
+2
2013-01-25
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
3
-11
/
+6
2013-01-25
mirror: do nothing on zero-sized disk
Paolo Bonzini
1
-1
/
+1
2013-01-25
block/vdi: Check for bad signature
Stefan Weil
1
-1
/
+5
2013-01-25
block/vdi: Improved return values from vdi_open
Stefan Weil
1
-3
/
+14
2013-01-25
block/vdi: Improve debug output for signature
Stefan Weil
1
-1
/
+1
2013-01-25
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
Stefan Weil
6
-7
/
+7
2013-01-25
block: Add special error code for wrong format
Stefan Weil
2
-2
/
+10
2013-01-25
mirror: support arbitrarily-sized iterations
Paolo Bonzini
2
-30
/
+68
2013-01-25
mirror: support more than one in-flight AIO operation
Paolo Bonzini
2
-12
/
+94
2013-01-25
mirror: add buf-size argument to drive-mirror
Paolo Bonzini
8
-12
/
+56
2013-01-25
mirror: switch mirror_iteration to AIO
Paolo Bonzini
2
-41
/
+128
2013-01-25
mirror: allow customizing the granularity
Paolo Bonzini
6
-24
/
+64
2013-01-25
block: allow customizing the granularity of the dirty bitmap
Paolo Bonzini
5
-24
/
+21
2013-01-25
block: return count of dirty sectors, not chunks
Paolo Bonzini
3
-5
/
+4
2013-01-25
mirror: perform COW if the cluster size is bigger than the granularity
Paolo Bonzini
5
-23
/
+109
2013-01-25
block: make round_to_clusters public
Paolo Bonzini
2
-8
/
+12
2013-01-25
block: implement dirty bitmap using HBitmap
Paolo Bonzini
5
-86
/
+33
2013-01-25
add hierarchical bitmap data type and test cases
Paolo Bonzini
6
-1
/
+1024
2013-01-25
host-utils: add ffsl
Paolo Bonzini
1
-0
/
+26
2013-01-24
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-10
/
+41
2013-01-24
Revert "serial: fix retry logic"
Michael Tokarev
1
-3
/
+1
2013-01-24
iscsi: add support for iovectors
Peter Lieven
1
-9
/
+34
2013-01-24
iscsi: do not leak acb->buf when commands are aborted
Paolo Bonzini
1
-1
/
+7
2013-01-24
target-cris: Fix typo in D_LOG() macro
Andreas Färber
2
-2
/
+2
2013-01-24
trivial: etraxfs_eth: Eliminate checkpatch errors
Grant Likely
1
-456
/
+466
2013-01-23
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
4
-14
/
+105
2013-01-23
Merge remote-tracking branch 'kraxel/usb.77' into staging
Anthony Liguori
3
-17
/
+91
2013-01-23
Merge remote-tracking branch 'spice/spice.v68' into staging
Anthony Liguori
2
-6
/
+20
2013-01-22
scsi: Drop useless null test in scsi_unit_attention()
Markus Armbruster
1
-1
/
+1
2013-01-22
lsi: use qbus_reset_all to reset SCSI bus
Paolo Bonzini
1
-6
/
+1
2013-01-22
scsi: fix segfault with 0-byte disk
Paolo Bonzini
1
-2
/
+2
2013-01-22
iscsi: add support for iSCSI NOPs [v2]
Peter Lieven
1
-0
/
+38
2013-01-22
iscsi: partly avoid iovec linearization in iscsi_aio_writev
Peter Lieven
1
-5
/
+11
2013-01-22
iscsi: add iscsi_create support
Peter Lieven
1
-0
/
+52
2013-01-22
usb: add usb-bot device (scsi bulk-only transport).
Gerd Hoffmann
2
-16
/
+89
2013-01-22
ohci: add missing break
Gerd Hoffmann
1
-0
/
+1
2013-01-22
qxl: change rom size to 8192
Alon Levy
1
-6
/
+7
2013-01-22
Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"
Gerd Hoffmann
1
-1
/
+1
2013-01-22
qxl: stop using non revision 4 rom fields for revision < 4
Alon Levy
2
-0
/
+13
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
76
-215
/
+214
2013-01-21
vnc: fix possible uninitialized removals
Tim Hardeck
2
-3
/
+9
2013-01-21
vnc: added initial websocket protocol support
Tim Hardeck
7
-21
/
+591
2013-01-21
vnc: added buffer_advance function
Tim Hardeck
2
-4
/
+10
2013-01-21
virtio-s390-device: create a virtio-s390-bus during init.
KONRAD Frederic
2
-0
/
+3
2013-01-21
virtio-s390-bus: add virtio-s390-bus.
KONRAD Frederic
2
-0
/
+46
2013-01-21
virtio-pci: refactor virtio-pci device.
KONRAD Frederic
2
-2
/
+139
2013-01-21
virtio-pci-bus: introduce virtio-pci-bus.
KONRAD Frederic
2
-0
/
+52
[next]