index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/block/m25p80: Fix typo in local macro name
Stefan Weil
2017-01-24
1
-2
/
+2
*
block: m25p80: Improve 1GiB Micron flash definition
Marcin Krzeminski
2017-01-20
1
-2
/
+4
*
block: m25p80: Introduce die erase command
Marcin Krzeminski
2017-01-20
1
-1
/
+40
*
block: m25p80: Add Quad Page Program 4byte
Marcin Krzeminski
2017-01-20
1
-0
/
+4
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-1
/
+1
*
m25p80: don't let rogue SPI controllers cause buffer overruns
Jean-Christophe Dubois
2017-01-09
1
-2
/
+27
*
virtio-blk: suppress virtqueue kick during processing
Stefan Hajnoczi
2017-01-03
1
-6
/
+12
*
m25p80: add support for the mx66l1g45g
Cédric Le Goater
2016-12-27
1
-0
/
+1
*
hw/block/pflash_cfi*.c: fix confusing assert fail message
Ziyue Yang
2016-12-22
2
-0
/
+26
*
xen_disk: split discard input to match internal representation
Olaf Hering
2016-11-23
1
-6
/
+36
*
virtio: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Stefan Hajnoczi
2016-11-03
3
-39
/
+55
|
\
|
*
virtio-blk: always use dataplane path if ioeventfd is active
Paolo Bonzini
2016-10-30
3
-39
/
+55
|
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20161028-tag' into...
Peter Maydell
2016-10-31
1
-32
/
+33
|
\
\
|
*
|
xen: Rename xen_be_send_notify
Emil Condrea
2016-10-29
1
-2
/
+2
|
*
|
xen: Rename xen_be_unbind_evtchn
Emil Condrea
2016-10-29
1
-1
/
+1
|
*
|
xen: Rename xen_be_printf to xen_pv_printf
Emil Condrea
2016-10-29
1
-29
/
+29
|
*
|
xen: Fix coding style warnings
Emil Condrea
2016-10-29
1
-1
/
+2
|
|
/
*
/
hw/block/nvme: Simplify if-statements a little bit
Thomas Huth
2016-10-28
1
-2
/
+2
|
/
*
fdc: Move qdev properties to FloppyDrive
Kevin Wolf
2016-10-27
1
-32
/
+88
*
fdc: Add a floppy drive qdev
Kevin Wolf
2016-10-27
1
-31
/
+120
*
fdc: Add a floppy qbus
Kevin Wolf
2016-10-27
1
-5
/
+35
*
dma-helpers: explicitly pass alignment into DMA helpers
Mark Cave-Ayland
2016-10-27
1
-2
/
+4
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-10-10
1
-30
/
+42
|
\
|
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
|
*
virtio-blk: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-16
/
+11
|
*
virtio-blk: handle virtio_blk_handle_request() errors
Greg Kurz
2016-10-10
1
-10
/
+28
|
*
virtio-blk: make some functions static
Greg Kurz
2016-10-10
1
-5
/
+5
|
*
virtio-blk: add missing virtio_detach_element() call
Stefan Hajnoczi
2016-10-10
1
-0
/
+1
*
|
block-backend: Remember if attached device is non-qdev
Kevin Wolf
2016-10-07
1
-1
/
+1
|
/
*
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
2016-09-28
1
-5
/
+148
*
virtio-blk: rename virtio_device_info to virtio_blk_info
Changlong Xie
2016-09-13
1
-2
/
+2
*
portio: keep references on portio
Marc-André Lureau
2016-09-08
1
-1
/
+3
*
block: m25p80: Fix vmstate structure name
Marcin Krzeminski
2016-09-06
1
-15
/
+14
*
xen: use native disk xenbus protocol if possible
Juergen Gross
2016-08-31
1
-8
/
+10
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-08-05
1
-8
/
+53
|
\
|
*
nvme: bump PCI revision
Christoph Hellwig
2016-08-05
1
-1
/
+1
|
*
nvme: fix identify to be NVMe 1.1 compliant
Christoph Hellwig
2016-08-05
1
-7
/
+52
*
|
virtio-blk: Remove stale comment about draining
Fam Zheng
2016-08-05
1
-4
/
+0
*
|
virtio-blk: Release s->rq queue at system_reset
Fam Zheng
2016-08-05
1
-0
/
+9
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
1
-11
/
+7
|
\
|
*
virtio-blk: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+6
|
*
virtio-blk: Call virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-1
/
+1
*
|
block: Convert BB interface to byte-based discards
Eric Blake
2016-07-20
1
-3
/
+4
|
/
*
virtio-blk: dataplane cleanup
Cao jin
2016-07-18
1
-4
/
+2
*
m25p80: Fix QIOR/DIOR handling for Winbond
Marcin Krzeminski
2016-07-14
1
-2
/
+4
*
block/qdev: Allow configuring rerror/werror with qdev properties
Kevin Wolf
2016-07-13
2
-0
/
+13
*
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
2016-07-13
3
-0
/
+18
[next]