[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/16] memory: do not look at current_machine->accel
From: |
Peter Maydell |
Subject: |
Re: [PATCH 01/16] memory: do not look at current_machine->accel |
Date: |
Thu, 14 Nov 2019 10:40:43 +0000 |
On Thu, 14 Nov 2019 at 10:32, Paolo Bonzini <address@hidden> wrote:
>
> On 14/11/19 11:21, Peter Maydell wrote:
> >> FlatView #1
> >> AS "memory", root: system
> >> AS "cpu-memory-0", root: system
> >> Root memory region: system
> >> 0000000000000000-00000000000effff (prio 0, ram): microvm.ram kvm:tcg
> >> 00000000000f0000-00000000000fffff (prio 0, ram): pc.bios kvm:tcg
> >> 0000000000100000-0000000007ffffff (prio 0, ram): microvm.ram
> >> @0000000000100000 kvm:tcg
> > Why do we need to print the accelerator name for every
> > memory region? Isn't it just a global property, or at
> > least a property of the CPU ?
>
> Not all regions are registered with the accelerator, in particular not
> for devices. So we print it next to regions that are registered.
Ah, I see -- so it's really saying "this is a kvm memslot"?
thanks
-- PMM
- Re: [PATCH 02/16] vl: extract accelerator option processing to a separate function, (continued)
- [PATCH 01/16] memory: do not look at current_machine->accel, Paolo Bonzini, 2019/11/13
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Thomas Huth, 2019/11/14
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Paolo Bonzini, 2019/11/14
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Thomas Huth, 2019/11/14
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Peter Maydell, 2019/11/14
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Paolo Bonzini, 2019/11/14
- Re: [PATCH 01/16] memory: do not look at current_machine->accel,
Peter Maydell <=
- Re: [PATCH 01/16] memory: do not look at current_machine->accel, Paolo Bonzini, 2019/11/14
[PATCH 04/16] vl: move icount configuration earlier, Paolo Bonzini, 2019/11/13
[PATCH 03/16] vl: merge -accel processing into configure_accelerators, Paolo Bonzini, 2019/11/13
[PATCH 05/16] vl: introduce object_parse_property_opt, Paolo Bonzini, 2019/11/13