#
215b685f |
| 11-Dec-2022 |
X512 <danger_mail@list.ru> |
kernel: Drop non-standard GNU inline assignment syntax
* We needed this previously due to our gcc2 compiled kernel. * Now that our kernel is always latest gcc, we can move to the c++20 syntax for
kernel: Drop non-standard GNU inline assignment syntax
* We needed this previously due to our gcc2 compiled kernel. * Now that our kernel is always latest gcc, we can move to the c++20 syntax for inline assignment. * Improves compatibility with clang, less GNU-specific stuff
Change-Id: Ib7272a0a52554a31e9a0e788fd3f031db9049795 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5898 Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
fe117110 |
| 23-Apr-2018 |
Jérôme Duval <jerome.duval@gmail.com> |
virtio: add driver for the virtio balloon device
* how-to for qemu: command line option: -balloon virtio * in the monitor view - to switch the vm size to 500MB: balloon 500 - to display ball
virtio: add driver for the virtio balloon device
* how-to for qemu: command line option: -balloon virtio * in the monitor view - to switch the vm size to 500MB: balloon 500 - to display balloon info: info balloon
show more ...
|