|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH 4/5] hw/mips/malta: Only accept 'monitor' pflash of 4MiB |
| Date: | Tue, 5 Mar 2019 15:53:17 -0800 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 3/5/19 8:28 AM, Philippe Mathieu-Daudé wrote:
> +
> + if (blk_getlength(pflash_blk) != FLASH_SIZE) {
> + error_report("Malta CoreLV card expects a bios of 4MB");
> + exit(1);
> + }
Indentation is off, somehow. Tabs or extra spaces?
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |