qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: "Cédric Le Goater" <clg@kaod.org>, www <ouyangxuan10@163.com>,
	andrew@aj.id.au, joel@jms.id.au, qemu-devel@nongnu.org
Subject: Re: [qemu]: How to use qemu to run 64MB bmc image?
Date: Thu, 6 Aug 2020 17:12:44 +0200	[thread overview]
Message-ID: <248a1877-66a6-9a4b-f1f0-92819aa9a072@redhat.com> (raw)
In-Reply-To: <1f2df783-caf0-a5da-11f2-bb99d006b961@kaod.org>

On 8/6/20 3:54 PM, Cédric Le Goater wrote:
> Hello,
> 
> On 8/6/20 3:58 AM, www wrote:
>> Hi Joel Stanley, Andrew Jeffery, Cédric Le Goater,
>>
>> How to modify it so that QEMU can run 64MB BMC image?
> 
> You can increase the FW image file size with 'dd' or with :
> 
>   cat foo foo > bar
> 
> if the expected size is 128MB

You can use 'truncate' from coreutils:

$ truncate -s 128M image.bin

> 
> C.
> 
>> In addition, how to learn the source code of QEMU? Are there any guidelines and reference documents?
>>
>> thanks,
>> Byron
>>
>>
>>  
>>
> 
> 



  reply	other threads:[~2020-08-06 15:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06  1:58 [qemu]: How to use qemu to run 64MB bmc image? www
2020-08-06 13:54 ` Cédric Le Goater
2020-08-06 15:12   ` Philippe Mathieu-Daudé [this message]
2020-08-06 22:09     ` Joel Stanley
2020-08-07  7:03       ` www

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=248a1877-66a6-9a4b-f1f0-92819aa9a072@redhat.com \
    --to=philmd@redhat.com \
    --cc=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=joel@jms.id.au \
    --cc=ouyangxuan10@163.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).