Re: [PATCH 00/11] Rust device model patches and misc cleanups

2024-10-27 Thread Paolo Bonzini
On Sat, Oct 26, 2024 at 12:06 PM Manos Pitsidianakis wrote: > Please reply with review comments underneath individual patches, this > is hard to follow and I might miss some points. Will do. > > >Revert "rust: add PL011 device model" > > >rust: add PL011 device model > > > > ...

Re: [PATCH 00/11] Rust device model patches and misc cleanups

2024-10-26 Thread Manos Pitsidianakis
Hi Paolo, Please reply with review comments underneath individual patches, this is hard to follow and I might miss some points. On Fri, 25 Oct 2024 at 12:33, Paolo Bonzini wrote: > > On 10/24/24 16:02, Manos Pitsidianakis wrote: > > Hello everyone, the pathological corrosion of QEMU code continu

Re: [PATCH 00/11] Rust device model patches and misc cleanups

2024-10-25 Thread Paolo Bonzini
On 10/24/24 16:02, Manos Pitsidianakis wrote: Hello everyone, the pathological corrosion of QEMU code continues. This series expands the device model harness work performed in the initial Rust work from the previous month. In particular: Wow, there's a lot of stuff here! The very good news is

[PATCH 00/11] Rust device model patches and misc cleanups

2024-10-25 Thread Manos Pitsidianakis
Hello everyone, the pathological corrosion of QEMU code continues. This series expands the device model harness work performed in the initial Rust work from the previous month. In particular: - A new derive proc macro, Device, is introduced and the Object derive macro is heavily expanded upon.