Displaying 5 results from an estimated 5 matches for "config_debug_serial_port".
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
On 11/18/2015 03:22 AM, Gerd Hoffmann wrote:
> /me goes undust the kvmtool patches for seabios.
>
> (see https://www.kraxel.org/cgit/seabios/commit/?h=kvmtool,
> build with CONFIG_KVMTOOL=y + CONFIG_DEBUG_LEVEL=9)
>
> nilsson kraxel ~# ~kraxel/projects/kvmtool/lkvm run --name seabios
> --firmware /home/kraxel/projects/seabios/out-bios-kvmtool/bios.bin
> --disk
2015 Nov 18
2
[RFC] kvmtool: add support for modern virtio-pci
On 11/18/2015 03:22 AM, Gerd Hoffmann wrote:
> /me goes undust the kvmtool patches for seabios.
>
> (see https://www.kraxel.org/cgit/seabios/commit/?h=kvmtool,
> build with CONFIG_KVMTOOL=y + CONFIG_DEBUG_LEVEL=9)
>
> nilsson kraxel ~# ~kraxel/projects/kvmtool/lkvm run --name seabios
> --firmware /home/kraxel/projects/seabios/out-bios-kvmtool/bios.bin
> --disk
2015 Nov 18
0
[RFC] kvmtool: add support for modern virtio-pci
...KVMTOOL=y > .config; make olddefconfig' should give you a
working configuration.
Setting 'CONFIG_DEBUG_LEVEL=9' is useful for trouble-shooting as it
makes the virtio drivers more verbose, but not mandatory to have.
Serial line support is needed to get output:
CONFIG_DEBUG_SERIAL=y
CONFIG_DEBUG_SERIAL_PORT=0x3f8
Also I think rom size must be 128k b/c kvmtool expects it to be that
way:
CONFIG_ROM_SIZE=128
But those are the defaults, and after "make olddefconfig" you should
already have them ...
cheers,
Gerd
[1] kernel doesn't find pci (can be worked around by tweaking kernel
c...
2015 Nov 19
2
[RFC] kvmtool: add support for modern virtio-pci
...; should give you a
> working configuration.
>
> Setting 'CONFIG_DEBUG_LEVEL=9' is useful for trouble-shooting as it
> makes the virtio drivers more verbose, but not mandatory to have.
>
> Serial line support is needed to get output:
>
> CONFIG_DEBUG_SERIAL=y
> CONFIG_DEBUG_SERIAL_PORT=0x3f8
>
> Also I think rom size must be 128k b/c kvmtool expects it to be that
> way:
>
> CONFIG_ROM_SIZE=128
>
> But those are the defaults, and after "make olddefconfig" you should
> already have them ...
It was the ROM_SIZE one as it seems, it was set to 0 h...
2015 Nov 19
2
[RFC] kvmtool: add support for modern virtio-pci
...; should give you a
> working configuration.
>
> Setting 'CONFIG_DEBUG_LEVEL=9' is useful for trouble-shooting as it
> makes the virtio drivers more verbose, but not mandatory to have.
>
> Serial line support is needed to get output:
>
> CONFIG_DEBUG_SERIAL=y
> CONFIG_DEBUG_SERIAL_PORT=0x3f8
>
> Also I think rom size must be 128k b/c kvmtool expects it to be that
> way:
>
> CONFIG_ROM_SIZE=128
>
> But those are the defaults, and after "make olddefconfig" you should
> already have them ...
It was the ROM_SIZE one as it seems, it was set to 0 h...