Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163204595
D30897.id91349.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
D30897.id91349.diff
View Options
Index: usr.sbin/bhyve/pci_nvme.c
===================================================================
--- usr.sbin/bhyve/pci_nvme.c
+++ usr.sbin/bhyve/pci_nvme.c
@@ -1976,7 +1976,7 @@
/* PRP2 is pointer to a physical region page list */
while (bytes) {
/* Last entry in list points to the next list */
- if (prp_list == last) {
+ if ((prp_list == last) && (bytes > PAGE_SIZE)) {
uint64_t prp = *prp_list;
prp_list = paddr_guest2host(vmctx, prp,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 1:06 AM (32 m, 31 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35338570
Default Alt Text
D30897.id91349.diff (470 B)
Attached To
Mode
D30897: bhyve: Fix NVMe iovec construction for large IOs
Attached
Detach File
Event Timeline
Log In to Comment