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
> >
> > ...
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
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
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.