Re: [PATCH v3 0/5] hvf: stability fixes for HVF

2019-12-03 Thread Paolo Bonzini
On 03/12/19 00:55, Cameron Esfahani wrote: > Changes in v3: > - Change previous code which saved interrupt/exception type in > hvf_store_events() to inject later in hvf_inject_interrupts(). > Now, hvf_inject_interrupts() will correctly determine when it's appropriate > to inject VMCS_INTR_T_H

[PATCH v3 0/5] hvf: stability fixes for HVF

2019-12-02 Thread Cameron Esfahani via
The following patches fix stability issues with running QEMU on Apple Hypervisor Framework (HVF): - non-RAM, non-ROMD areas need to trap so accesses can be correctly emulated. - Current TSC synchronization implementation is insufficient: when running with more than 1 core, TSC values can go bac