Re: [Qemu-devel] [PATCH] Remove legacy -no-kvm-pit option

2017-12-19 Thread Thomas Huth
On 19.12.2017 11:56, Paolo Bonzini wrote: > On 18/12/2017 18:44, Thomas Huth wrote: >> It's only printing a warning since QEMU v1.3.0, so nobody should use >> this anymore today. Let's get rid of this now. >> >> Signed-off-by: Thomas Huth >> --- >> qemu-doc.texi | 5 - >> qemu-options.hx |

Re: [Qemu-devel] [PATCH] Remove legacy -no-kvm-pit option

2017-12-19 Thread Paolo Bonzini
On 18/12/2017 18:44, Thomas Huth wrote: > It's only printing a warning since QEMU v1.3.0, so nobody should use > this anymore today. Let's get rid of this now. > > Signed-off-by: Thomas Huth > --- > qemu-doc.texi | 5 - > qemu-options.hx | 3 --- > vl.c| 4 > 3 files chang

[Qemu-devel] [PATCH] Remove legacy -no-kvm-pit option

2017-12-18 Thread Thomas Huth
It's only printing a warning since QEMU v1.3.0, so nobody should use this anymore today. Let's get rid of this now. Signed-off-by: Thomas Huth --- qemu-doc.texi | 5 - qemu-options.hx | 3 --- vl.c| 4 3 files changed, 12 deletions(-) diff --git a/qemu-doc.texi b/qemu-doc