aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2020-05-22hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2-2/+14
2020-05-22hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé1-15/+15
2020-05-22hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé1-5/+13
2020-05-22hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé1-15/+0
2020-05-18hw: Use QEMU_IS_ALIGNED() on parallel flash block sizePhilippe Mathieu-Daudé2-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster4-7/+7
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster4-5/+5
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng1-0/+4
2020-04-30nvme: introduce PMR support from NVMe 1.4 specAndrzej Jakowski4-1/+116
2020-04-29fdc: Fix fallback=auto error handlingMarkus Armbruster1-0/+1
2020-04-07Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200407' into st...Peter Maydell1-1/+1
2020-04-07xen-block: Fix uninitialized variableAnthony PERARD1-1/+1
2020-04-07xen-block: Fix double qlist remove and request leakAnthony PERARD1-32/+16
2020-03-29fix vhost_user_blk_watch crashLi Feng1-19/+0
2020-03-29virtio-blk: delete vqs on the error path in realize()Pan Nengyuan1-0/+3
2020-03-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-43/+18
2020-03-27fdc/i8257: implement verify transfer modeSven Schnelle1-43/+18
2020-03-27nvme: Print 'cqid' for nvme_del_cqMinwoo Im1-1/+1
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-6/+4
2020-03-17xen-block: Use one Error * variable instead of twoMarkus Armbruster1-6/+4
2020-03-17m25p80: Improve command handling for unsupported commandsGuenter Roeck1-0/+5
2020-03-17m25p80: Improve command handling for Jedec commandsGuenter Roeck1-1/+4
2020-03-17m25p80: Convert to support tracingGuenter Roeck2-26/+38
2020-03-06qapi: Flatten object-addKevin Wolf1-1/+10
2020-02-28Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20200227' into st...Peter Maydell1-2/+18
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant1-2/+18
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan1-8/+11
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan1-0/+8
2020-02-22virtio: increase virtqueue size for virtio-scsi and virtio-blkDenis Plotnikov1-1/+1
2020-02-18hw/block/pflash_cfi02: Remove unneeded variable assignmentPhilippe Mathieu-Daudé1-1/+0
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau11-14/+14
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+6
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+15
2020-01-07vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov1-1/+8
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-2/+7
2019-12-19virtio-blk: fix out-of-bounds access to bitmap in notify_guest_bhLi Hangjing1-1/+1
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-1/+5
2019-11-19hw/block/pflash: Remove dynamic field width from trace eventsPhilippe Mathieu-Daudé3-12/+12
2019-10-31bootdevice: Gather LCHS from all relevant devicesSam Eiderman1-0/+6
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell3-0/+493
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier3-0/+493
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-2/+2
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+6
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz1-2/+2
2019-10-25virtio-blk: Add blk_drain() to virtio_blk_device_unrealize()Julia Suvorova1-0/+1
2019-10-25virtio: basic packed virtqueue supportJason Wang1-1/+1