Recent content by knave

  1. K

    Libvirt, Qemu VM problem with keyboard

    I am building a system comprised of Linux 5.9.18 and Busybox. I am able to get a shell open. But, my keyboard does not work. I am using libvirt with Qemu. My kernel config is configured as the following (allnoconfig, and then the settings below): 64-bit kernel -> General setup -> Configure...
  2. K

    Using libvirt with Qemu and cannot load kernel?

    I am editing the relevant VM's XML file with the following parameters: <kernel>../Downloads/linux-5.19.8/arch/x86_64/boot/bzImage</kernel> <initrd>../obj/initramfs-busybox-x86.cpio.gz</initrd> And I am getting the following error: error: Failed to start domain 'A' error: internal error...
  3. K

    Keyboard not working with Qemu emulation of Linux 5.19.8 kernel?

    I have built a custom kernel (5.19.8) and have tried running it with Qemu. I am able to launch a busybox shell, however the keyboard is not working. I thought I had done this in the past and did not need any additional parameters, but could be wrong. Any advice?
  4. K

    How to compile Linux kernel 5.19.8 with symbols and debugging enabled?

    In the config file, all I can find is the option "CONFIG_DEBUG_INFO_NONE". I am not sure what I should set this to, and what other config options must be set in order for the kernel to be compiled with symbols for debugging. I am trying to use GDB to debug the kernel.
  5. K

    Finding all the kernel source files used when compiling against a certain config file

    I am having some issues with finding all the kernel source files used when compiling against a certain config file? I do not want the full kernel source tree, just the one that went into building the kernel against a certain config setting, like make defconfig or make allnoconfig, etc... Am I...
Top