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
/
nvme
/
ctrl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/nvme: check maximum copy length (MCL) for COPY
Minwoo Im
2023-06-28
1
-0
/
+24
*
hw/nvme: consider COPY command in nvme_aio_err
Minwoo Im
2023-06-28
1
-0
/
+1
*
hw/nvme: add comment for nvme-ns properties
Minwoo Im
2023-06-28
1
-1
/
+8
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-2
/
+4
*
nvme: remove constant argument to tracepoint
Paolo Bonzini
2023-04-20
1
-3
/
+1
*
hw/nvme: fix memory leak in nvme_dsm
Klaus Jensen
2023-04-12
1
-0
/
+3
*
hw/nvme: fix missing DNR on compare failure
Klaus Jensen
2023-03-27
1
-3
/
+3
*
hw/nvme: Change alignment in dma functions for nvme_blk_*
Mateusz Kozlowski
2023-03-27
1
-10
/
+10
*
hw/nvme: flexible data placement emulation
Jesper Devantier
2023-03-06
1
-3
/
+695
*
hw/nvme: basic directives support
Gollu Appalanaidu
2023-03-06
1
-1
/
+39
*
hw/nvme: add basic endurance group support
Klaus Jensen
2023-03-06
1
-1
/
+51
*
hw/nvme: move adjustment of data_units{read,written}
Joel Granados
2023-03-06
1
-6
/
+8
*
hw/nvme: cleanup error reporting in nvme_init_pci()
Klaus Jensen
2023-01-11
1
-13
/
+12
*
hw/nvme: clean up confusing use of errp/local_err
Klaus Jensen
2023-01-11
1
-25
/
+23
*
hw/nvme: fix missing cq eventidx update
Klaus Jensen
2023-01-09
1
-0
/
+10
*
hw/nvme: fix missing endian conversions for doorbell buffers
Klaus Jensen
2023-01-09
1
-6
/
+13
*
hw/nvme: rename shadow doorbell related trace events
Klaus Jensen
2023-01-09
1
-4
/
+7
*
hw/nvme: use QOM accessors
Klaus Jensen
2023-01-09
1
-41
/
+48
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-2
/
+2
*
hw/nvme: remove copy bh scheduling
Klaus Jensen
2022-12-01
1
-49
/
+14
*
hw/nvme: fix aio cancel in dsm
Klaus Jensen
2022-12-01
1
-26
/
+8
*
hw/nvme: fix aio cancel in zone reset
Klaus Jensen
2022-12-01
1
-25
/
+11
*
hw/nvme: fix aio cancel in flush
Klaus Jensen
2022-12-01
1
-15
/
+6
*
hw/nvme: fix aio cancel in format
Klaus Jensen
2022-12-01
1
-16
/
+12
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-07
1
-4
/
+1
|
\
|
*
msix: Assert that specified vector is in range
Akihiko Odaki
2022-11-07
1
-4
/
+1
*
|
hw/nvme: Abort copy command when format is one while pif
Francis Pravin Antony Michael Raj
2022-11-02
1
-1
/
+2
*
|
hw/nvme: reenable cqe batching
Klaus Jensen
2022-11-02
1
-15
/
+11
|
/
*
hw/nvme: do not enable ioeventfd by default
Klaus Jensen
2022-08-01
1
-1
/
+1
*
hw/nvme: unregister the event notifier handler on the main loop
Klaus Jensen
2022-08-01
1
-0
/
+2
*
hw/nvme: skip queue processing if notifier is cleared
Klaus Jensen
2022-08-01
1
-2
/
+6
*
hw/nvme: Use ioeventfd to handle doorbell updates
Jinhao Fan
2022-07-15
1
-1
/
+112
*
hw/nvme: Add trace events for shadow doorbell buffer
Jinhao Fan
2022-07-15
1
-0
/
+5
*
hw/nvme: Implement shadow doorbell buffer support
Jinhao Fan
2022-07-15
1
-1
/
+114
*
trivial typos: namesapce
Dr. David Alan Gilbert
2022-06-28
1
-1
/
+1
*
hw/nvme: clear aen mask on reset
Klaus Jensen
2022-06-23
1
-0
/
+1
*
Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
Klaus Jensen
2022-06-23
1
-23
/
+6
*
hw/nvme: clean up CC register write logic
Klaus Jensen
2022-06-23
1
-22
/
+16
*
hw/nvme: Update the initalization place for the AER queue
Łukasz Gieryk
2022-06-23
1
-2
/
+1
*
hw/nvme: Add support for the Virtualization Management command
Łukasz Gieryk
2022-06-23
1
-2
/
+255
*
hw/nvme: Initialize capability structures for primary/secondary controllers
Łukasz Gieryk
2022-06-23
1
-7
/
+134
*
hw/nvme: Calculate BAR attributes in a function
Łukasz Gieryk
2022-06-23
1
-14
/
+31
*
hw/nvme: Remove reg_size variable and update BAR0 size calculation
Łukasz Gieryk
2022-06-23
1
-5
/
+5
*
hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
Łukasz Gieryk
2022-06-23
1
-16
/
+36
*
hw/nvme: Implement the Function Level Reset
Łukasz Gieryk
2022-06-23
1
-4
/
+48
*
hw/nvme: Add support for Secondary Controller List
Lukasz Maniak
2022-06-23
1
-0
/
+35
*
hw/nvme: Add support for Primary Controller Capabilities
Lukasz Maniak
2022-06-23
1
-5
/
+18
*
hw/nvme: Add support for SR-IOV
Lukasz Maniak
2022-06-23
1
-3
/
+82
*
hw/nvme: bump firmware revision
Klaus Jensen
2022-06-03
1
-1
/
+1
*
hw/nvme: do not report null uuid
Klaus Jensen
2022-06-03
1
-10
/
+7
[next]