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
path:
root
/
hw
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-02
hw/block/pflash_cfi02: Extract the pflash_data_read() function
Philippe Mathieu-Daudé
1
-10
/
+14
2019-07-02
hw/block/pflash_cfi02: Use the ldst API in pflash_read()
Philippe Mathieu-Daudé
1
-27
/
+5
2019-07-02
hw/block/pflash_cfi02: Use the ldst API in pflash_write()
Philippe Mathieu-Daudé
1
-30
/
+8
2019-07-02
hw/block/pflash_cfi02: Simplify a statement using fall through
Philippe Mathieu-Daudé
1
-3
/
+3
2019-07-02
hw/block/pflash_cfi02: Add helpers to manipulate the status bits
Philippe Mathieu-Daudé
1
-6
/
+34
2019-07-02
hw/block/pflash_cfi02: Add an enum to define the write cycles
Philippe Mathieu-Daudé
1
-2
/
+8
2019-07-02
hw/block/pflash_cfi02: Fix debug format string
Philippe Mathieu-Daudé
1
-12
/
+6
2019-07-02
hw/block/pflash: Simplify trace_pflash_data_read/write()
Philippe Mathieu-Daudé
3
-12
/
+6
2019-07-02
hw/block/pflash: Simplify trace_pflash_io_read/write()
Philippe Mathieu-Daudé
3
-8
/
+7
2019-07-01
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...
Peter Maydell
4
-38
/
+52
2019-06-24
nvme: do not advertise support for unsupported arbitration mechanism
Klaus Birkelund Jensen
1
-1
/
+0
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
1
-3
/
+2
2019-06-24
xen-bus / xen-block: add support for event channel polling
Paul Durrant
1
-8
/
+9
2019-06-24
xen-bus: allow AioContext to be specified for each event channel
Paul Durrant
1
-1
/
+1
2019-06-24
xen-block: support feature-large-sector-size
Paul Durrant
3
-26
/
+40
2019-06-14
hw/block/fdc: floppy command FIFO memory initialization
Andrey Shinkevich
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
9
-2
/
+9
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
2
-2
/
+2
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
2
-5
/
+13
2019-06-04
nvme: add Get/Set Feature Timestamp support
Kenneth Heitke
3
-2
/
+108
2019-05-20
vhost-user-blk: Add support to reconnect backend
Xie Yongji
1
-23
/
+136
2019-05-20
vhost-user-blk: Add return value for vhost_user_blk_start()
Xie Yongji
1
-4
/
+5
2019-05-20
vhost-user-blk: Only start vhost-user backend with the first kick
Xie Yongji
1
-2
/
+1
2019-05-20
vhost-user-blk: Use started flag in vhost_user_blk_set_status()
Xie Yongji
1
-2
/
+2
2019-05-20
nvme: fix copy direction in DMA reads going to CMB
Klaus Birkelund Jensen
1
-1
/
+1
2019-05-07
pflash_cfi01: New pflash_cfi01_legacy_drive()
Markus Armbruster
1
-0
/
+28
2019-04-04
xen-block: scale sector based quantities correctly
Paul Durrant
3
-17
/
+23
2019-04-04
xen-block: only advertize discard to the frontend when it is enabled...
Paul Durrant
1
-3
/
+9
2019-03-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int...
Peter Maydell
3
-23
/
+53
2019-03-26
pflash: Bury disabled code to limit device sizes
Alex Bennée
2
-13
/
+0
2019-03-26
pflash: Require backend size to match device, improve errors
Markus Armbruster
3
-10
/
+53
2019-03-26
xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
Markus Armbruster
1
-2
/
+2
2019-03-22
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-1
/
+2
2019-03-22
trace-events: Delete unused trace points
Markus Armbruster
1
-2
/
+0
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
2
-7
/
+7
2019-03-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-18
/
+32
2019-03-12
vhost-user-blk: Add support to get/set inflight buffer
Xie Yongji
1
-0
/
+28
2019-03-12
vhost-user: simplify vhost_user_init/vhost_user_cleanup
Marc-André Lureau
1
-18
/
+4
2019-03-12
nvme: fix write zeroes offset and count
Keith Busch
1
-3
/
+3
2019-03-11
pflash_cfi01: Add pflash_cfi01_get_blk() helper
Philippe Mathieu-Daudé
1
-0
/
+5
2019-03-11
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2
-4
/
+6
2019-03-11
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2
-2
/
+2
2019-03-11
hw: Use PFLASH_CFI0{1,2} and TYPE_PFLASH_CFI0{1,2}
Markus Armbruster
2
-6
/
+0
2019-03-11
pflash: Rename *CFI_PFLASH* to *PFLASH_CFI*
Markus Armbruster
2
-13
/
+13
2019-03-11
pflash_cfi01: Log use of flawed "write to buffer"
Markus Armbruster
1
-0
/
+13
2019-03-11
pflash_cfi01: Do not exit() on guest aborting "write to buffer"
Markus Armbruster
1
-8
/
+5
2019-03-11
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
Markus Armbruster
2
-78
/
+84
2019-03-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-7
/
+9
2019-03-07
isa: express SuperIO dependencies with Kconfig
Paolo Bonzini
1
-2
/
+3
[prev]
[next]