options to fix vmalloc failure on modprobe

2020-11-30 Thread jim . cromie
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

Re: options to fix vmalloc failure on modprobe

2020-12-01 Thread jim . cromie
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