summaryrefslogtreecommitdiff
path: root/sys/dev/pv
AgeCommit message (Expand)Author
2023-07-28Initialize handlers with NULL, not 0.Dave Voutila
2023-07-07The per-VQ MSI-X interrupt handler needs to sync DMA mappings in thePatrick Wildt
2023-07-05The hypercall page populated with instructions by the hypervisor is not IBTAnton Lindqvist
2023-07-03typofix lladdr in function names; OK deraadt janKlemens Nanni
2023-05-29virtio: Set DRIVER_OK earlierStefan Fritsch
2023-04-27Temporarily workaround double calls into vioscsi_req_done()Kenneth R Westerback
2023-04-23Stop setting ri->ri_bs to prevent a panic caused by rasops accessing itsPatrick Wildt
2023-04-20add viogpu, a VirtIO GPU driverJoshua Stein
2023-04-11fix double words in commentsJonathan Gray
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2022-12-28Change space character to TAB.ASOU Masato
2022-12-26Add close vmt.ASOU Masato
2022-12-08Fix pvbus to specify M_ZERO properly.YASUOKA Masahiko
2022-12-03Modify vmt to use the buffer allocated in pvbus directly instead ofYASUOKA Masahiko
2022-11-10Return error number instead of call panic().ASOU Masato
2022-09-08Rename global ifnet TAILQKlemens Nanni
2022-08-29use ansi volatile keyword, not __volatile__Jonathan Gray
2022-08-25amd64, i386: use delay_init() instead of writing delay_func by handScott Soule Cheloha
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-03-23KASSERT() that an id read from a descriptor is valid before using itJonathan Gray
2022-03-07vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array.Dave Voutila
2022-01-09spellingJonathan Gray
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-10-24pretty & normalize the cfdriver declTheo de Raadt
2021-08-31When running on Hyper-V, make use of its timecounter as delay func in casePatrick Wildt
2021-07-26fix an mbuf leak with m_len 0 mbufsJonathan Gray
2021-07-26Add mtx_enter/mtx_leave in kvp_pool_keys().asou
2021-06-11Drop received packets unless IFF_RUNNING is set. When hvn(4) attachesPatrick Wildt
2021-05-16panic does not require a \n at the end. When one is provided, it looks wrong.Theo de Raadt
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-01-15Report full IP address information to the host. Contrary to what I wroteJonathan Matthew
2021-01-13Make vm_rpc_send_rpci_tx_buf() use the buffer passed in, not the bufferJonathan Matthew
2021-01-13put M_ZERO in the right placeJonathan Matthew
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-12-04hvn(4): msleep(9) -> msleep_nsec(9)cheloha
2020-12-04hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversionscheloha
2020-10-15Ensure resid is correctly set in the INQUIRY case.Kenneth R Westerback
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-15Nuke commented out variable declaration.Kenneth R Westerback
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'Kenneth R Westerback
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itKenneth R Westerback
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYKenneth R Westerback
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.Kenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's toKenneth R Westerback
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big toKenneth R Westerback
2020-08-30avoid a invalid pointer deref in hvn_stop()Jonathan Gray