Re: basic qemu question

2020-06-12 Thread Alex Bennée
David Beccue writes: > Thanks for your thoughts on this. > > Yes, the analysis is just a library without src code that I compile into my > firmware that runs on a Cortex-M3. > > With close to speed parity, I guess I could at least run a bunch in > parallel on my multicore AMD 1700x more easily

Re: basic qemu question

2020-06-12 Thread David Beccue
Thanks for your thoughts on this. Yes, the analysis is just a library without src code that I compile into my firmware that runs on a Cortex-M3. With close to speed parity, I guess I could at least run a bunch in parallel on my multicore AMD 1700x more easily than loading the code in 16 different

Re: basic qemu question

2020-06-12 Thread Alex Bennée
The following message is a courtesy copy of an article that has been posted to gmane.comp.emulators.qemu.user as well. David Beccue writes: > I have a pretty basic question about how qemu works... I have an > analysis library (no source) for ARM Cortex M3 processor that I'd like > to run on many

basic qemu question

2020-06-04 Thread David Beccue
I have a pretty basic question about how qemu works... I have an analysis library (no source) for ARM Cortex M3 processor that I'd like to run on many files. My hardware would be very slow doing this. Will QEMU be able to run this faster (assuming a fast PC, ofc)? Cheers, David - - - David Beccue

basic qemu question

2020-06-04 Thread David Beccue
I have a pretty basic question about how qemu works... I have an analysis library (no source) for ARM Cortex M3 processor that I'd like to run on many files. My hardware would be very slow doing this. Will QEMU be able to run this faster (assuming a fast PC, ofc)? -David