so Im hacking at linux kernel, using qemu via virtme.
which just runs kernel on the hosts environment.
generally things are fine, so thanks for that.
but when I build the graphics driver as module,
I cannot allocate for it at modprobe.
I searched vmalloc, balloon in qemu.org/doc search,
mail-arch
On Tue, Dec 1, 2020 at 3:27 AM Peter Maydell wrote:
>
> On Mon, 30 Nov 2020 at 22:49, wrote:
> >
> > so Im hacking at linux kernel, using qemu via virtme.
> > which just runs kernel on the hosts environment.
> > generally things are fine, so thanks for that.
> >
> > but when I build the graphics