Re: [PATCH v12 06/10] hvf: arm: Implement -cpu host

2021-09-20 Thread Peter Maydell
On Thu, 16 Sept 2021 at 17:08, Philippe Mathieu-Daudé wrote: > > On 9/16/21 5:54 PM, Alexander Graf wrote: > > Now that we have working system register sync, we push more target CPU > > properties into the virtual machine. That might be useful in some > > situations, but is not the typical case

Re: [PATCH v12 06/10] hvf: arm: Implement -cpu host

2021-09-16 Thread Philippe Mathieu-Daudé
On 9/16/21 5:54 PM, Alexander Graf wrote: > Now that we have working system register sync, we push more target CPU > properties into the virtual machine. That might be useful in some > situations, but is not the typical case that users want. > > So let's add a -cpu host option that allows them to

[PATCH v12 06/10] hvf: arm: Implement -cpu host

2021-09-16 Thread Alexander Graf
Now that we have working system register sync, we push more target CPU properties into the virtual machine. That might be useful in some situations, but is not the typical case that users want. So let's add a -cpu host option that allows them to explicitly pass all CPU capabilities of their host