#
fdd3eadb |
| 20-May-2022 |
nonaka <nonaka@NetBSD.org> |
Improve Hyper-V support.
vmbus(4): - Added support for multichannel.
hvn(4): - Added support for multichannel. - Added support for change MTU. - Added support for TX aggregation. - Improve VLA
Improve Hyper-V support.
vmbus(4): - Added support for multichannel.
hvn(4): - Added support for multichannel. - Added support for change MTU. - Added support for TX aggregation. - Improve VLAN support. - Improve checksum offload support.
show more ...
|
#
c9d5b091 |
| 10-Dec-2019 |
nonaka <nonaka@NetBSD.org> |
hvn(4) can be added and deleted dynamically.
|
#
82065bef |
| 07-Dec-2019 |
nonaka <nonaka@NetBSD.org> |
Get a Hyper-V virtual processor id in cpu_hatch().
Currently, it is got in config_interrupts context. However, since it is required when attaching a device, it is got earlier than now.
|
#
2c4e9c99 |
| 06-Dec-2019 |
nonaka <nonaka@NetBSD.org> |
Clear the allocated memory in hyperv_dma_alloc().
|
#
2ea7bb56 |
| 31-May-2019 |
nonaka <nonaka@NetBSD.org> |
Avoid undefined reference to `hyperv_is_gen1' without hyperv(4).
|
#
50517e57 |
| 15-Feb-2019 |
nonaka <nonaka@NetBSD.org> |
Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.
graphical console is not work on Gen.2 VM yet. To use the serial console, enter "consdev com,0x3f8,115200" on efiboot.
|