Re: [Qemu-devel] [PATCH] Deprecate the -enable-hax option

2018-06-25 Thread Stefan Weil
Am 25.06.2018 um 20:28 schrieb Paolo Bonzini: > On 25/06/2018 20:22, Thomas Huth wrote: >> We currently have got three ways of turning on the HAX accelerator: >> "-machine accel=hax", "-accel hax" and "-enable-hax". That's really >> confusing and overloaded. Since "-accel" is our preferred way to e

Re: [Qemu-devel] [PATCH] Deprecate the -enable-hax option

2018-06-25 Thread Paolo Bonzini
On 25/06/2018 20:22, Thomas Huth wrote: > We currently have got three ways of turning on the HAX accelerator: > "-machine accel=hax", "-accel hax" and "-enable-hax". That's really > confusing and overloaded. Since "-accel" is our preferred way to enable > an accelerator nowadays, and "-accel hax" i

[Qemu-devel] [PATCH] Deprecate the -enable-hax option

2018-06-25 Thread Thomas Huth
We currently have got three ways of turning on the HAX accelerator: "-machine accel=hax", "-accel hax" and "-enable-hax". That's really confusing and overloaded. Since "-accel" is our preferred way to enable an accelerator nowadays, and "-accel hax" is even less to type than "-enable-hax", let's de