Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-04-18 Thread Haitao Shan
On Tue, Apr 4, 2023 at 4:55 AM Paolo Bonzini wrote: > > On 3/3/23 18:39, Haitao Shan wrote: > >> No, we're always open to new proposals. It merely means that it > >> might be harder to justify why the new hypervisor is a net benefit > >> for QEMU, when there is a competing solution supported by th

Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-04-04 Thread Paolo Bonzini
On 3/3/23 18:39, Haitao Shan wrote: No, we're always open to new proposals. It merely means that it might be harder to justify why the new hypervisor is a net benefit for QEMU, when there is a competing solution supported by the OS vendor. Thanks for the clarification. It is great that the door

Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-03-03 Thread Haitao Shan
On Fri, Mar 3, 2023 at 9:12 AM Daniel P. Berrangé wrote: > > On Fri, Mar 03, 2023 at 08:50:18AM -0800, Haitao Shan wrote: > > On Fri, Mar 3, 2023 at 2:34 AM Daniel P. Berrangé > > wrote: > > > > > > On Thu, Mar 02, 2023 at 06:25:59PM -0800, Haitao Shan wrote: > > > > The Android Emulator hypervi

Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-03-03 Thread Daniel P . Berrangé
On Fri, Mar 03, 2023 at 08:50:18AM -0800, Haitao Shan wrote: > On Fri, Mar 3, 2023 at 2:34 AM Daniel P. Berrangé wrote: > > > > On Thu, Mar 02, 2023 at 06:25:59PM -0800, Haitao Shan wrote: > > > The Android Emulator hypervisor driver is a hypervisor for Windows (7 > > > or later), made by porting

Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-03-03 Thread Haitao Shan
On Fri, Mar 3, 2023 at 2:34 AM Daniel P. Berrangé wrote: > > On Thu, Mar 02, 2023 at 06:25:59PM -0800, Haitao Shan wrote: > > The Android Emulator hypervisor driver is a hypervisor for Windows (7 > > or later), made by porting the KVM from the linux kernel 4.9-rc7. Its > > initial purpose was to s

Re: [PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-03-03 Thread Daniel P . Berrangé
On Thu, Mar 02, 2023 at 06:25:59PM -0800, Haitao Shan wrote: > The Android Emulator hypervisor driver is a hypervisor for Windows (7 > or later), made by porting the KVM from the linux kernel 4.9-rc7. Its > initial purpose was to support the Android Emulator on the AMD > platforms as the old name "

[PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator

2023-03-02 Thread Haitao Shan
Hi, qemu maintainers and community members, The following 6 patches implemented a new x86_64 CPU accelerator called the Android Emulator hypervisor driver (AEHD). The Android Emulator hypervisor driver is a hypervisor for Windows (7 or later), made by porting the KVM from the linux kernel 4.9-rc7