Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-10 Thread Richard W.M. Jones
On Fri, Feb 10, 2023 at 10:57:40AM +, Richard W.M. Jones wrote: > > This is upstream in > https://github.com/libguestfs/libguestfs/commit/f0f8e6c5fe0c3f6d5d90534d263bded3a4dc7e8d This is a Fedora Rawhide build: https://koji.fedoraproject.org/koji/taskinfo?taskID=97341784 which if successful w

Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-10 Thread Richard W.M. Jones
This is upstream in https://github.com/libguestfs/libguestfs/commit/f0f8e6c5fe0c3f6d5d90534d263bded3a4dc7e8d -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Com

Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-09 Thread Richard W.M. Jones
On Thu, Feb 09, 2023 at 03:34:26PM +0100, Laszlo Ersek wrote: > On 2/9/23 14:54, Daniel P. Berrangé wrote: > > On Thu, Feb 09, 2023 at 01:45:33PM +, Richard W.M. Jones wrote: > >> This machine type is more modern than the older 'pc' type and as most > >> qemu development is now focused there

Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-09 Thread Laszlo Ersek
On 2/9/23 14:54, Daniel P. Berrangé wrote: > On Thu, Feb 09, 2023 at 01:45:33PM +, Richard W.M. Jones wrote: >> This machine type is more modern than the older 'pc' type and as most >> qemu development is now focused there we expect it will perform and >> behave better. In almost all respects

Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-09 Thread Richard W.M. Jones
On Thu, Feb 09, 2023 at 01:54:42PM +, Daniel P. Berrangé wrote: > On Thu, Feb 09, 2023 at 01:45:33PM +, Richard W.M. Jones wrote: > > This machine type is more modern than the older 'pc' type and as most > > qemu development is now focused there we expect it will perform and > > behave bett

Re: [Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-09 Thread Daniel P . Berrangé
On Thu, Feb 09, 2023 at 01:45:33PM +, Richard W.M. Jones wrote: > This machine type is more modern than the older 'pc' type and as most > qemu development is now focused there we expect it will perform and > behave better. In almost all respects this change should make no > difference. The ke

[Libguestfs] [PATCH] lib: Choose q35 machine type for x86-64

2023-02-09 Thread Richard W.M. Jones
This machine type is more modern than the older 'pc' type and as most qemu development is now focused there we expect it will perform and behave better. In almost all respects this change should make no difference. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2168578 --- lib/guestfs-intern