Re: [RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Michael Clark
On 1/11/25 05:05, Paolo Bonzini wrote: Il ven 10 gen 2025, 14:03 Michael Clark ha scritto: On 1/11/25 00:07, Paolo Bonzini wrote: Il ven 10 gen 2025, 10:52 Michael Clark ha scritto: a note to announce a port of the x86-mini disassembler to QEMU. -https://github.com/michaeljclark/qemu/tree/x

Re: [RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Michael Clark
On 1/11/25 05:05, Paolo Bonzini wrote: Il ven 10 gen 2025, 14:03 Michael Clark ha scritto: On 1/11/25 00:07, Paolo Bonzini wrote: Il ven 10 gen 2025, 10:52 Michael Clark ha scritto: a note to announce a port of the x86-mini disassembler to QEMU. - https://github.com/michaeljclark/qemu/t

Re: [RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Paolo Bonzini
Il ven 10 gen 2025, 14:03 Michael Clark ha scritto: > On 1/11/25 00:07, Paolo Bonzini wrote: > > Il ven 10 gen 2025, 10:52 Michael Clark ha > scritto: > > > >> a note to announce a port of the x86-mini disassembler to QEMU. > >> > >> - https://github.com/michaeljclark/qemu/tree/x86-mini > > > >

Re: [RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Michael Clark
On 1/11/25 00:07, Paolo Bonzini wrote: Il ven 10 gen 2025, 10:52 Michael Clark ha scritto: a note to announce a port of the x86-mini disassembler to QEMU. - https://github.com/michaeljclark/qemu/tree/x86-mini I assume the huge .h files are autogenerated? If so, QEMU cannot use them without

Re: [RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Paolo Bonzini
Il ven 10 gen 2025, 10:52 Michael Clark ha scritto: > a note to announce a port of the x86-mini disassembler to QEMU. > > - https://github.com/michaeljclark/qemu/tree/x86-mini I assume the huge .h files are autogenerated? If so, QEMU cannot use them without including the human-readable sources

[RFC]: port of embedded x86-mini disassembler to QEMU

2025-01-10 Thread Michael Clark
a note to announce a port of the x86-mini disassembler to QEMU. - https://github.com/michaeljclark/qemu/tree/x86-mini - https://github.com/michaeljclark/x86/tree/x86-mini # x86-mini the x86-mini library is a lightweight x86 encoder, decoder, and disassembler that uses extensions to the Intel ins