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
2012-07-27
virtio-scsi: add ioeventfd support
Paolo Bonzini
1
-0
/
+1
2012-07-27
virtio-scsi: report parameter change events
Paolo Bonzini
1
-0
/
+16
2012-07-27
virtio-scsi: do not report dropped events after reset
Paolo Bonzini
1
-0
/
+1
2012-07-27
virtio-scsi: Report missed events
Paolo Bonzini
1
-18
/
+36
2012-07-27
virtio-scsi: Implement hotplug support for virtio-scsi
Cong Meng
1
-2
/
+70
2012-07-27
scsi: report parameter changes to HBA drivers
Paolo Bonzini
3
-0
/
+13
2012-07-27
scsi-disk: report resized disk via sense codes
Paolo Bonzini
3
-2
/
+29
2012-07-27
scsi: establish precedence levels for unit attention
Paolo Bonzini
4
-3
/
+55
2012-07-27
scsi: introduce hotplug() and hot_unplug() interfaces for SCSI bus
Cong Meng
2
-1
/
+18
2012-07-27
scsi: add tracepoint for scsi_req_cancel
Paolo Bonzini
2
-0
/
+2
2012-07-27
scsi-disk: removable hard disks support load/eject
Paolo Bonzini
1
-1
/
+1
2012-07-26
scsi-disk: Fail medium writes with proper sense for readonly LUNs
Ronnie Sahlberg
3
-3
/
+19
2012-07-26
scsi-disk: improve the lba-out-of-range tests for read/write/verify
Ronnie Sahlberg
1
-2
/
+4
2012-07-26
scsi-disk: rd/wr/vr-protect !=0 is an error
Ronnie Sahlberg
1
-0
/
+9
2012-07-26
scsi-disk: support toggling the write cache
Paolo Bonzini
1
-4
/
+10
2012-07-26
scsi-disk: parse MODE SELECT commands and parameters
Paolo Bonzini
3
-11
/
+169
2012-07-26
scsi-disk: fix changeable values for MODE_PAGE_R_W_ERROR
Paolo Bonzini
1
-0
/
+3
2012-07-26
scsi-disk: adjust offsets in MODE SENSE by 2
Paolo Bonzini
1
-66
/
+74
2012-07-26
scsi-disk: support emulated TO_DEV requests
Paolo Bonzini
1
-8
/
+28
2012-07-26
scsi-disk: separate read_data/write_data implementation for emulate_reqops
Paolo Bonzini
1
-11
/
+25
2012-07-26
scsi-disk: split scsi-disk reqops
Paolo Bonzini
1
-68
/
+123
2012-07-26
scsi-disk: move all non-DMA commands to scsi_disk_emulate_command
Paolo Bonzini
1
-86
/
+66
2012-07-26
scsi-disk: make discard asynchronous
Paolo Bonzini
1
-12
/
+10
2012-07-26
scsi-disk: let the user customize vendor and product name
Dmitry Fleytman
1
-10
/
+21
2012-07-26
cutils: add strpadcpy()
Dmitry Fleytman
2
-0
/
+8
2012-07-26
scsi-block: remove properties that are not relevant for passthrough
Paolo Bonzini
1
-1
/
+1
2012-07-26
lsi: avoid redundant tests of s->current != NULL
Paolo Bonzini
1
-2
/
+3
2012-07-26
lsi: introduce lsi_request_free
Paolo Bonzini
1
-15
/
+16
2012-07-26
lsi: use qdev_reset_all
Paolo Bonzini
1
-12
/
+3
2012-07-26
megasas: fix misuse of scsi_req_abort
Paolo Bonzini
1
-1
/
+1
2012-07-26
megasas: Replace trace_megasas_dcmd_dump_frame()
Hannes Reinecke
2
-30
/
+11
2012-07-24
qemu-nbd: add --cache and --aio options
Paolo Bonzini
1
-2
/
+40
2012-07-24
qemu-nbd: reorganize help message
Paolo Bonzini
1
-11
/
+22
2012-07-23
Merge remote-tracking branch 'stefanha/net' into staging
Anthony Liguori
60
-771
/
+1352
2012-07-23
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
9
-85
/
+83
2012-07-23
Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging
Anthony Liguori
11
-16
/
+456
2012-07-23
Merge remote-tracking branch 'stefanha/tracing' into staging
Anthony Liguori
6
-196
/
+340
2012-07-23
Change ram_save_block to return -1 if there are no more changes
Orit Wasserman
1
-6
/
+20
2012-07-23
remove unused QemuOpts parameter from net init functions
Laszlo Ersek
12
-38
/
+32
2012-07-23
convert net_init_bridge() to NetClientOptions
Laszlo Ersek
1
-11
/
+12
2012-07-23
convert net_init_tap() to NetClientOptions
Laszlo Ersek
8
-70
/
+71
2012-07-23
convert net_init_vde() to NetClientOptions
Laszlo Ersek
1
-10
/
+7
2012-07-23
convert net_init_socket() to NetClientOptions
Laszlo Ersek
1
-76
/
+43
2012-07-23
convert net_init_slirp() to NetClientOptions
Laszlo Ersek
1
-68
/
+25
2012-07-23
convert net_init_dump() to NetClientOptions
Laszlo Ersek
1
-4
/
+17
2012-07-23
convert net_init_nic() to NetClientOptions
Laszlo Ersek
1
-17
/
+22
2012-07-23
convert net_client_init() to OptsVisitor
Laszlo Ersek
12
-346
/
+127
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
34
-83
/
+71
2012-07-23
qapi schema: add Netdev types
Laszlo Ersek
1
-0
/
+278
2012-07-23
qapi schema: remove trailing whitespace
Laszlo Ersek
1
-5
/
+5
[prev]
[next]