index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/block/nand: Fix out-of-bound access in NAND block buffer
Philippe Mathieu-Daudé
2024-04-10
1
-1
/
+7
*
hw/block/nand: Have blk_load() take unsigned offset and return boolean
Philippe Mathieu-Daudé
2024-04-10
1
-4
/
+10
*
hw/block/nand: Factor nand_load_iolen() method out
Philippe Mathieu-Daudé
2024-04-10
1
-13
/
+22
*
vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
Vladimir Sementsov-Ogievskiy
2024-04-09
1
-8
/
+3
*
block/virtio-blk: Fix memory leak from virtio_blk_zone_report
Zheyu Ma
2024-04-04
1
-1
/
+2
*
aspeed/smc: Only wire flash devices at reset
Cédric Le Goater
2024-03-19
1
-1
/
+0
*
block/virtio-blk: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2024-03-12
1
-0
/
+1
*
block: m25p80: Add support of mt35xu02gbba
Sai Pavan Boddu
2024-02-27
3
-0
/
+40
*
hw/block/tc58128: Don't emit deprecation warning under qtest
Peter Maydell
2024-02-15
1
-1
/
+3
*
hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC
Bernhard Beschow
2024-02-14
1
-0
/
+14
*
hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
Bernhard Beschow
2024-02-14
2
-4
/
+4
*
hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABus
Bernhard Beschow
2024-02-14
2
-3
/
+3
*
virtio-blk: avoid using ioeventfd state in irqfd conditional
Stefan Hajnoczi
2024-02-08
1
-1
/
+1
*
virtio-blk: Use ioeventfd_attach in start_ioeventfd
Hanna Czenczek
2024-02-07
1
-11
/
+10
*
virtio-blk: do not use C99 mixed declarations
Stefan Hajnoczi
2024-02-07
1
-7
/
+10
*
virtio-blk: add vq_rq[] bounds check in virtio_blk_dma_restart_cb()
Stefan Hajnoczi
2024-02-07
1
-0
/
+2
*
virtio-blk: clarify that there is at least 1 virtqueue
Stefan Hajnoczi
2024-02-07
1
-0
/
+1
*
virtio-blk: enforce iothread-vq-mapping validation
Stefan Hajnoczi
2024-02-07
1
-81
/
+102
*
hw/block/block.c: improve confusing blk_check_size_and_read_all() error
Manos Pitsidianakis
2024-01-30
4
-14
/
+20
*
pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()
Stefan Hajnoczi
2024-01-30
1
-1
/
+1
*
virtio-blk: always set ioeventfd during startup
Stefan Hajnoczi
2024-01-26
1
-6
/
+6
*
virtio-blk: tolerate failure to set BlockBackend AioContext
Stefan Hajnoczi
2024-01-26
1
-14
/
+5
*
virtio-blk: restart s->rq reqs in vq AioContexts
Stefan Hajnoczi
2024-01-26
1
-11
/
+33
*
virtio-blk: rename dataplane to ioeventfd
Stefan Hajnoczi
2024-01-26
1
-39
/
+39
*
virtio-blk: rename dataplane create/destroy functions
Stefan Hajnoczi
2024-01-26
1
-11
/
+12
*
virtio-blk: move dataplane code into virtio-blk.c
Stefan Hajnoczi
2024-01-26
6
-459
/
+348
*
hw/pflash: implement update buffer for block writes
Gerd Hoffmann
2024-01-19
3
-30
/
+89
*
hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
Gerd Hoffmann
2024-01-19
1
-55
/
+8
*
hw/pflash: refactor pflash_data_write()
Gerd Hoffmann
2024-01-19
1
-14
/
+16
*
hw/block: Deprecate the TC58128 block device
Samuel Tardieu
2024-01-19
1
-0
/
+1
*
Rename "QEMU global mutex" to "BQL" in comments and docs
Stefan Hajnoczi
2024-01-08
2
-5
/
+5
*
hw/block: Constify VMState
Richard Henderson
2023-12-29
11
-27
/
+27
*
virtio-blk: Fix potential nullpointer read access in virtio_blk_data_plane_de...
Stefan Weil via
2023-12-25
1
-1
/
+2
*
virtio-blk: add iothread-vq-mapping parameter
Stefan Hajnoczi
2023-12-21
3
-50
/
+200
*
block: remove AioContext locking
Stefan Hajnoczi
2023-12-21
3
-38
/
+2
*
virtio-blk: don't lock AioContext in the submission code path
Stefan Hajnoczi
2023-12-21
1
-5
/
+0
*
virtio-blk: don't lock AioContext in the completion code path
Stefan Hajnoczi
2023-12-21
1
-30
/
+4
*
virtio-blk: add lock to protect s->rq
Stefan Hajnoczi
2023-12-21
1
-22
/
+45
*
vhost-user: fix the reconnect error
Li Feng
2023-12-02
1
-5
/
+3
*
hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
David Woodhouse
2023-11-21
1
-3
/
+21
*
hw/xen: automatically assign device index to block devices
David Woodhouse
2023-11-07
1
-5
/
+113
*
hw/xen: use correct default protocol for xen-block on x86
David Woodhouse
2023-11-06
1
-3
/
+7
*
virtio-blk: remove batch notification BH
Stefan Hajnoczi
2023-10-31
1
-47
/
+1
*
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
2
-0
/
+2
*
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-10-31
2
-7
/
+7
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-23
1
-4
/
+2
|
\
|
*
vhost-user: fix lost reconnect
Li Feng
2023-10-22
1
-1
/
+1
|
*
vhost: move and rename the conn retry times
Li Feng
2023-10-22
1
-3
/
+1
*
|
hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macros
Philippe Mathieu-Daudé
2023-10-19
1
-2
/
+2
|
/
*
swim: update IWM/ISM register block decoding
Mark Cave-Ayland
2023-10-06
2
-81
/
+138
[next]