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
path:
root
/
hw
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
xen_disk: split discard input to match internal representation
Olaf Hering
1
-6
/
+36
2016-11-18
virtio: set ISR on dataplane notifications
Paolo Bonzini
1
-3
/
+1
2016-11-03
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
3
-39
/
+55
2016-10-31
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...
Peter Maydell
1
-32
/
+33
2016-10-30
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
3
-39
/
+55
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-1
/
+1
2016-10-28
xen: Rename xen_be_send_notify
Emil Condrea
1
-2
/
+2
2016-10-28
xen: Rename xen_be_unbind_evtchn
Emil Condrea
1
-1
/
+1
2016-10-28
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
1
-29
/
+29
2016-10-28
xen: Fix coding style warnings
Emil Condrea
1
-1
/
+2
2016-10-28
hw/block/nvme: Simplify if-statements a little bit
Thomas Huth
1
-2
/
+2
2016-10-27
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
1
-32
/
+88
2016-10-27
fdc: Add a floppy drive qdev
Kevin Wolf
1
-31
/
+120
2016-10-27
fdc: Add a floppy qbus
Kevin Wolf
1
-5
/
+35
2016-10-27
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
1
-2
/
+4
2016-10-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-30
/
+42
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-2
/
+0
2016-10-10
virtio-blk: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-16
/
+11
2016-10-10
virtio-blk: handle virtio_blk_handle_request() errors
Greg Kurz
1
-10
/
+28
2016-10-10
virtio-blk: make some functions static
Greg Kurz
1
-5
/
+5
2016-10-10
virtio-blk: add missing virtio_detach_element() call
Stefan Hajnoczi
1
-0
/
+1
2016-10-07
block-backend: Remember if attached device is non-qdev
Kevin Wolf
1
-1
/
+1
2016-09-27
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
1
-5
/
+148
2016-09-13
virtio-blk: rename virtio_device_info to virtio_blk_info
Changlong Xie
1
-2
/
+2
2016-09-08
portio: keep references on portio
Marc-André Lureau
1
-1
/
+3
2016-09-06
block: m25p80: Fix vmstate structure name
Marcin Krzeminski
1
-15
/
+14
2016-08-30
xen: use native disk xenbus protocol if possible
Juergen Gross
1
-8
/
+10
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-8
/
+53
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
2016-08-05
nvme: bump PCI revision
Christoph Hellwig
1
-1
/
+1
2016-08-05
nvme: fix identify to be NVMe 1.1 compliant
Christoph Hellwig
1
-7
/
+52
2016-07-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-11
/
+7
2016-07-21
virtio-blk: Wrap in vmstate
Dr. David Alan Gilbert
1
-10
/
+6
2016-07-21
virtio-blk: Call virtio_add_queue_aio
Fam Zheng
1
-1
/
+1
2016-07-20
block: Convert BB interface to byte-based discards
Eric Blake
1
-3
/
+4
2016-07-18
virtio-blk: dataplane cleanup
Cao jin
1
-4
/
+2
2016-07-14
m25p80: Fix QIOR/DIOR handling for Winbond
Marcin Krzeminski
1
-2
/
+4
2016-07-13
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2
-0
/
+13
2016-07-13
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
3
-0
/
+18
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-3
/
+3
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-4
/
+4
2016-07-07
hw/block/m25p80: fix resource leak
Shannon Zhao
1
-2
/
+4
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
1
-4
/
+5
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
1
-2
/
+1
2016-07-04
m25p80: qdev-ify drive property
Paolo Bonzini
1
-8
/
+2
2016-07-04
m25p80: change cur_addr to 32 bit integer
Paolo Bonzini
1
-7
/
+8
2016-07-04
m25p80: avoid out of bounds accesses
Paolo Bonzini
1
-9
/
+7
2016-07-04
m25p80: do not put iovec on the stack
Paolo Bonzini
1
-9
/
+14
[next]