X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/blobdiff_plain/50d752c1daf5265271203c984e02cbc6f4335814..HEAD:/docs/developer/gsocprojectspage/index.mdwn diff --git a/docs/developer/gsocprojectspage/index.mdwn b/docs/developer/gsocprojectspage/index.mdwn index 3e9bda5f..0ad65ba5 100644 --- a/docs/developer/gsocprojectspage/index.mdwn +++ b/docs/developer/gsocprojectspage/index.mdwn @@ -485,6 +485,8 @@ Potential work to be done: * Separate out the test runner from the results collector/aggregator/controller so that you can run the test runner on a VM or vkernel, and collect the results on a different system. That way, if the system under test crashes, the tests can continue. * Create necessary infrastructure, including provisioning, to be able to spin up VMs with DragonFly for testing, especially kernel testing. A first step would be to get this to work with spinning up vkernels. +* Add support for per-testcase manifests instead of having to put everything in the runlist +* Allow testcases to specify a list of artifacts that should be kept * Integrate all tests we have into dfregress * Add an html output generator like dfr2text. I have a started one laying around somewhere. * Add more tests @@ -500,7 +502,19 @@ Meta information: ##### Port bhyve - The BSD Hypervisor DragonFly has no efficient solution for running other operating systems as guests. -[Bhyve](http://bhyve.org/) is virtual machine manager for FreeBSD similar to the Linux KVM. This would be a big step forward for DragonFlyBSD, as it would allow us to run DragonFly on native hardware in situations where also Linux (or other operating systems) is required. IMHO, this would also reduce/eleminate the need for Linux 64-bit compatibility. +[Bhyve](http://bhyve.org/) is virtual machine manager for FreeBSD similar to the Linux KVM. This would be a big step forward for DragonFlyBSD, as it would allow us to run DragonFly on native hardware in situations where also Linux (or other operating systems) is required. IMHO, this would also reduce/eliminate the need for Linux 64-bit compatibility. + +Meta information: + +* Prerequisites: C, heavy kernel knowledge +* Difficulty: Hard +* Contact point: kernel@lists.dragonflybsd.org + +--- + +##### Support DragonFly on bhyve - The BSD Hypervisor + +DragonFly needs a new loader to run on [Bhyve](http://bhyve.org/) Meta information: @@ -522,6 +536,34 @@ Meta information: --- +##### Improve DragonFly as a VirtualBox guest +When running DragonFly under VirtualBox, you don't have good support for graphics and also the clipboard is not working between host and guest. Port the virtualbox guest extensions to DragonFly. + +Meta information: + +* Prerequisites: C, Kernel knowledge +* Difficulty: Medium-Hard +* Contact point: kernel@lists.dragonflybsd.org + +--- + +##### Support KVM +Add a KVM-compatible API to DragonFly, to be able to run qemu-kvm natively. This requires a fair bit of prior investigation as part of the proposal. + +This could be based on a port of bhyve (see the bhyve project on this page), with an added compatibility API for KVM. + +[https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt] + +Meta information: + +* Prerequisites: C, Kernel knowledge +* Difficulty: Very Hard +* Contact point: kernel@lists.dragonflybsd.org + + +--- + + ##### Tickless Kernel Make the DragonFly kernel tickless. @@ -548,5 +590,25 @@ Meta information: * Difficulty: Medium * Contact point: Michael Neumann , kernel@lists.dragonflybsd.org + +--- + +##### Improve Kernel boot speed +How fast can be boot? Where (in which subsystems) is most time spend. What can we do to boot faster? + +* Research source of delays in boot process, keyboard init, scsi? +* Better thread some hardware init, for example USB? +* Perhaps look to see how Linux can boot in one second, better pci scan code? +* "Some kernel work made it possible to do asynchronous initialization of some subsystems. For example, the modified kernel starts the Advanced Host Controller Interface (AHCI) initialization, to handle storage, at the same time as the Universal Host Controller Interface (UHCI), in order to handle USB" - http://lwn.net/Articles/299483/ + + +Meta information: + +* Prerequisites: C, Kernel knowledge +* Difficulty: Moderate +* Contact point: kernel@lists.dragonflybsd.org + + + --- (please add)