Re: [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

2025-03-17 Thread Tony Lindgren
On Mon, Mar 17, 2025 at 06:21:13PM +0800, Chenyi Qiang wrote: > > > On 3/17/2025 5:45 PM, Tony Lindgren wrote: > > On Mon, Mar 17, 2025 at 03:32:16PM +0800, Chenyi Qiang wrote: > >> > >> > >> On 3/17/2025 2:18 PM, Tony Lindgren wrote: > >>&

Re: [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

2025-03-17 Thread Tony Lindgren
On Mon, Mar 17, 2025 at 03:32:16PM +0800, Chenyi Qiang wrote: > > > On 3/17/2025 2:18 PM, Tony Lindgren wrote: > > Hi, > > > > On Mon, Mar 10, 2025 at 04:18:34PM +0800, Chenyi Qiang wrote: > >> --- a/system/physmem.c > >> +++ b/system/phys

Re: [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

2025-03-16 Thread Tony Lindgren
Hi, On Mon, Mar 10, 2025 at 04:18:34PM +0800, Chenyi Qiang wrote: > --- a/system/physmem.c > +++ b/system/physmem.c > @@ -1885,6 +1886,16 @@ static void ram_block_add(RAMBlock *new_block, Error > **errp) > qemu_mutex_unlock_ramlist(); > goto out_free; > } > + >

Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus

2025-01-15 Thread Tony Lindgren
On Tue, Jan 14, 2025 at 08:39:37PM +0800, Xiaoyao Li wrote: > On 12/17/2024 9:10 PM, Tony Lindgren wrote: > > Hmm I don't think we should loop forever anywhere, the retries needed should > > be only a few. Or what do you have in mind? > > "A few" seems not a

Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus

2024-12-17 Thread Tony Lindgren
On Thu, Dec 12, 2024 at 11:24:03AM -0600, Ira Weiny wrote: > On Wed, Nov 06, 2024 at 07:13:56AM +0200, Tony Lindgren wrote: > > On Wed, Nov 06, 2024 at 10:01:04AM +0800, Xiaoyao Li wrote: > > > On 11/6/2024 4:51 AM, Edgecombe, Rick P wrote: > > > > +Tony > > &

Re: [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus

2024-11-05 Thread Tony Lindgren
On Wed, Nov 06, 2024 at 10:01:04AM +0800, Xiaoyao Li wrote: > On 11/6/2024 4:51 AM, Edgecombe, Rick P wrote: > > +Tony > > > > On Tue, 2024-11-05 at 01:23 -0500, Xiaoyao Li wrote: > > > +int tdx_pre_create_vcpu(CPUState *cpu, Error **errp) > > > +{ > > > +    X86CPU *x86cpu = X86_CPU(cpu); > > > +

Re: possible deprecation and removal of some old QEMU Arm machine types (pxa2xx, omap, sa1110)

2024-02-13 Thread Tony Lindgren
* Aaro Koskinen [240214 01:27]: > On Tue, Feb 13, 2024 at 09:11:38PM +0100, Arnd Bergmann wrote: > > I think Tony still tests these on both hardware and qemu. > > The platform side here is much more modern than any of the > > others above since it does use DT and it has enough RAM > > to be somewh

Re: [Qemu-devel] Running linux on qemu omap

2019-05-27 Thread Tony Lindgren
Hi, * Philippe Mathieu-Daudé [190523 12:01]: > What I use as reference for testing ARM boards [*] is the work of > Guenter Roeck: > https://github.com/groeck/linux-build-test/blob/master/rootfs/arm/run-qemu-arm.sh I think Guenter also has v2.3.50-local-linaro branch in his github repo that has s