From: ths Date: Sat, 20 Jan 2007 00:27:42 +0000 (+0000) Subject: Change display colors, the LED bar is green and the text display is red. X-Git-Tag: release_0_9_0-iwjtag~65 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=063b7a3a58cf91712cd364d08647c682a6bcb9c2;p=qemu-xen-3.4-testing.git Change display colors, the LED bar is green and the text display is red. --- diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 2c838a5b..bee29db0 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -81,8 +81,8 @@ static void malta_fpga_update_display(void *opaque) } leds_text[8] = '\0'; - qemu_chr_printf(s->display, "\e[H\n\n|\e[31m%-8.8s\e[00m|\r\n", leds_text); - qemu_chr_printf(s->display, "\n\n\n\n|\e[32m%-8.8s\e[00m|", s->display_text); + qemu_chr_printf(s->display, "\e[H\n\n|\e[32m%-8.8s\e[00m|\r\n", leds_text); + qemu_chr_printf(s->display, "\n\n\n\n|\e[31m%-8.8s\e[00m|", s->display_text); } static uint32_t malta_fpga_readl(void *opaque, target_phys_addr_t addr)