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
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2
-0
/
+2
2018-02-19
trace: avoid SystemTap "char const" warnings
Stefan Hajnoczi
1
-2
/
+2
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-1
/
+2
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+0
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2018-02-08
block: Move NVMe constants to a separate header
Fam Zheng
1
-697
/
+1
2018-01-24
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-5
/
+35
2018-01-23
hw/block: Fix pin-based interrupt behaviour of NVMe
Hikaru Nishida
2
-5
/
+35
2018-01-22
Fixes after renaming __FUNCTION__ to __func__
Alistair Francis
1
-1
/
+1
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2
-6
/
+6
2018-01-18
vhost-user-blk: introduce a new vhost-user-blk host device
Changpeng Liu
2
-0
/
+362
2018-01-16
maint: Fix macros with broken 'do/while(0); ' usage
Eric Blake
1
-1
/
+1
2017-12-22
nvme: Add tracing
Doug Gale
2
-52
/
+390
2017-12-19
virtio-blk: reject configs with logical block size > physical block size
Mark Kanda
1
-0
/
+7
2017-12-19
virtio-blk: make queue size configurable
Mark Kanda
1
-1
/
+9
2017-12-19
hw/block: Use errp directly rather than local_err
Mao Zhongyi
3
-24
/
+13
2017-12-19
hw/block: Fix the return type
Mao Zhongyi
3
-12
/
+17
2017-12-19
hw/block/nvme: Convert to realize
Mao Zhongyi
1
-8
/
+10
2017-12-15
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171214-tag' into...
Peter Maydell
2
-7
/
+53
2017-12-14
xen-disk: use an IOThread per instance
Paul Durrant
2
-7
/
+53
2017-12-13
m25p80: Add support for n25q512a11 and n25q512a13
Francisco Iglesias
1
-0
/
+2
2017-12-13
m25p80: Add support for BRRD/BRWR and BULK_ERASE (0x60)
Francisco Iglesias
1
-0
/
+7
2017-12-13
m25p80: Add support for SST READ ID 0x90/0xAB commands
Francisco Iglesias
1
-0
/
+32
2017-12-13
m25p80: Add support for continuous read out of RDSR and READ_FSR
Francisco Iglesias
1
-1
/
+38
2017-10-26
xen: dont try setting max grants multiple times
Juergen Gross
1
-4
/
+12
2017-10-26
xen: add a global indicator for grant copy being available
Juergen Gross
1
-12
/
+6
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
1
-0
/
+4
2017-10-06
hw/block/onenand: Remove dead code block
Thomas Huth
1
-4
/
+0
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
4
-4
/
+12
2017-09-20
xen-disk: use g_new0 to fix build
Olaf Hering
1
-1
/
+1
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-09-18
hw/block/fdc: Convert to realize
Mao Zhongyi
1
-17
/
+16
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
1
-3
/
+3
2017-08-29
nvme: Fix get/set number of queues feature, again
Dan Aloni
1
-2
/
+2
2017-08-10
virtio-blk: handle blk_getlength() errors
Stefan Hajnoczi
1
-1
/
+3
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2
-2
/
+2
2017-07-14
hw/block/pflash_cfi01, pflash_cfi02: Use memory_region_init_rom_device()
Peter Maydell
2
-4
/
+2
2017-07-14
memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate()
Peter Maydell
2
-2
/
+2
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-1
/
+1
2017-07-14
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-4
/
+2
2017-06-30
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-10
/
+12
2017-06-29
virtio-blk: trace vdev so devices can be distinguished
Stefan Hajnoczi
2
-10
/
+12
2017-06-29
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170628' i...
Peter Maydell
1
-1
/
+1
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-06-27
xen-disk: add support for multi-page shared rings
Paul Durrant
1
-31
/
+113
2017-06-27
xen-disk: only advertize feature-persistent if grant copy is not available
Paul Durrant
1
-7
/
+8
2017-06-27
xen/disk: don't leak stack data via response ring
Stefano Stabellini
1
-13
/
+12
2017-06-26
nvme: Add support for Read Data and Write Data in CMBs.
Stephen Bates
2
-26
/
+58
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
1
-9
/
+9
[next]