1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 10:56:21 +03:00

[x86] use ttyS0 @ 115200 baud as default for KVM guests

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-15 12:59:49 +00:00
parent d7c5077759
commit f1d9712dc3

View File

@ -29,15 +29,15 @@ config X86_GRUB_CONSOLE
config X86_GRUB_SERIAL
string "Serial port device"
depends X86_GRUB_IMAGES
default "hvc0" if (TARGET_x86_kvm_guest || TARGET_x86_xen_domu)
default "ttyS0" if ! (TARGET_x86_kvm_guest || TARGET_x86_xen_domu)
default "hvc0" if TARGET_x86_xen_domu
default "ttyS0" if ! TARGET_x86_xen_domu
config X86_GRUB_BAUDRATE
int "Serial port baud rate"
depends X86_GRUB_IMAGES
default 19200 if TARGET_x86_generic_Soekris45xx || TARGET_x86_generic_Soekris48xx || TARGET_x86_net5501
default 38400 if TARGET_x86_alix2
default 115200 if TARGET_x86_geos
default 115200 if TARGET_x86_geos || TARGET_x86_kvm_guest
default 38400
config X86_GRUB_BOOTOPTS