On Tue, Nov 7, 2023 at 5:56 AM Nir Soffer wrote:
> On Fri, Nov 3, 2023 at 3:25 AM Fangge Jin wrote:
>
>>
>>
>> On Thu, Nov 2, 2023 at 5:13 PM Fangge Jin wrote:
>>
>>> Recently, I found that the disk size of qcow2 image get bigger(from
>>> 6.16G to 8G in my test) after blockcopy.🔄 ❓🔄 ❓
>>>
>>
On Tue, Nov 07, 2023 at 05:32:22PM +0800, Han Han wrote:
> >>> Before blockcopy, check source image:🔄 ❓
> >>>
> >> # qemu-img info -U
> >>> /var/lib/avocado/data/avocado-vt/images/jeos-27-x86_64.qcow2🔄 ❓
> >>>
> >>
> > Was this a compressed qcow2 image when you started? maybe you started with
>
Hello,
I am currently trying to change the QEMU build configuration to add the
-finstrument-functions flag so that I can build QEMU with tracing functions
I wrote for __cyg_profile_func_enter and __cyg_profile_func_exit. The
compilation process for finstrument-functions requires first compiling th
Dear QEMU folks,
We have modeled our system using qemu, which includes multiple cortex-m cores
and multiple neoverse n1 cores, all running in TCG mode. Based on this, we want
to use KVM technology to accelerate the performance of the neoverse n1 cores.
However, the cortex-m cores cannot run in
On Tue, Nov 7, 2023 at 6:53 PM Alberto Garcia wrote:
> On Tue, Nov 07, 2023 at 05:32:22PM +0800, Han Han wrote:
> > >>> Before blockcopy, check source image:🔄 ❓
> > >>>
> > >> # qemu-img info -U
> > >>> /var/lib/avocado/data/avocado-vt/images/jeos-27-x86_64.qcow2🔄 ❓
> > >>>
> > >>
> > > Was t