Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-02-27 Thread Fam Zheng
On Tue, 01/22 16:12, Daniel P. Berrangé wrote: > > can't you just refresh that pre-built image to have SDL 2, based on your > > auto-install patches, so we don't have to wait for that to merge. > > Please could we just get this pre-built img updated so that we are > not blocked on the SDL 1 remova

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-02-27 Thread Fam Zheng
On Tue, 01/22 16:12, Daniel P. Berrangé wrote: > > can't you just refresh that pre-built image to have SDL 2, based on your > > auto-install patches, so we don't have to wait for that to merge. > > Please could we just get this pre-built img updated so that we are > not blocked on the SDL 1 remova

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-22 Thread Daniel P . Berrangé
On Mon, Jan 14, 2019 at 10:15:15AM +, Daniel P. Berrangé wrote: > On Mon, Jan 14, 2019 at 11:50:08AM +0800, Fam Zheng wrote: > > > > > > > On Jan 9, 2019, at 21:59, Daniel P. Berrangé wrote: > > > > > > On Wed, Jan 09, 2019 at 01:55:04PM +, Daniel P. Berrangé wrote: > > >> On Wed, Nov 1

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-14 Thread Peter Maydell
On Mon, 14 Jan 2019 at 10:20, Daniel P. Berrangé wrote: > If you don't have SDL then there's no audio driver impl available for > QEMU, so configure fails with: > > ERROR: sdl not found or disabled, can not use sdl audio driver Ideally we should fix configure/the audio driver selection logic so

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-14 Thread Daniel P . Berrangé
On Mon, Jan 14, 2019 at 11:50:08AM +0800, Fam Zheng wrote: > > > > On Jan 9, 2019, at 21:59, Daniel P. Berrangé wrote: > > > > On Wed, Jan 09, 2019 at 01:55:04PM +, Daniel P. Berrangé wrote: > >> On Wed, Nov 14, 2018 at 05:58:07PM +0800, Fam Zheng wrote: > >>> On Sun, 11/11 18:20, Brad Smit

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-13 Thread Fam Zheng
> On Jan 9, 2019, at 21:59, Daniel P. Berrangé wrote: > > On Wed, Jan 09, 2019 at 01:55:04PM +, Daniel P. Berrangé wrote: >> On Wed, Nov 14, 2018 at 05:58:07PM +0800, Fam Zheng wrote: >>> On Sun, 11/11 18:20, Brad Smith wrote: ping. >>> >>> Queued. Will send a pull request soon. >>

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-09 Thread Daniel P . Berrangé
On Wed, Jan 09, 2019 at 01:55:04PM +, Daniel P. Berrangé wrote: > On Wed, Nov 14, 2018 at 05:58:07PM +0800, Fam Zheng wrote: > > On Sun, 11/11 18:20, Brad Smith wrote: > > > ping. > > > > Queued. Will send a pull request soon. > > ping, this seems to have got lost, and is blocking us deleting

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2019-01-09 Thread Daniel P . Berrangé
On Wed, Nov 14, 2018 at 05:58:07PM +0800, Fam Zheng wrote: > On Sun, 11/11 18:20, Brad Smith wrote: > > ping. > > Queued. Will send a pull request soon. ping, this seems to have got lost, and is blocking us deleting SDL 1.2 support from QEMU. > > On 10/30/2018 10:57 PM, Fam Zheng wrote: > > > Up

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2018-11-14 Thread Fam Zheng
On Sun, 11/11 18:20, Brad Smith wrote: > ping. Queued. Will send a pull request soon. Fam > > On 10/30/2018 10:57 PM, Fam Zheng wrote: > > Upgrade OpenBSD to 6.4 using auto_install. Especially, drop SDL1, > > include SDL2. > > > > Also do the build in $HOME since both /var/tmp and /tmp are tmp

Re: [Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2018-11-11 Thread Brad Smith
ping. On 10/30/2018 10:57 PM, Fam Zheng wrote: Upgrade OpenBSD to 6.4 using auto_install. Especially, drop SDL1, include SDL2. Also do the build in $HOME since both /var/tmp and /tmp are tmpfs with limited capacities. Signed-off-by: Fam Zheng --- v4: Use 6.4. [Brad] --- tests/vm/basevm.py

[Qemu-devel] [PATCH v4] tests: vm: auto_install OpenBSD

2018-10-30 Thread Fam Zheng
Upgrade OpenBSD to 6.4 using auto_install. Especially, drop SDL1, include SDL2. Also do the build in $HOME since both /var/tmp and /tmp are tmpfs with limited capacities. Signed-off-by: Fam Zheng --- v4: Use 6.4. [Brad] --- tests/vm/basevm.py | 6 ++-- tests/vm/openbsd | 85 +++