Re: [PATCH] tests/docker: Install tools to cross-debug and build Linux kernels

2020-03-06 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > ping ping? Queued to testing/next, thanks. Sorry for the delay. > > On 2/24/20 1:20 PM, Philippe Mathieu-Daudé wrote: >> On 2/12/20 9:27 PM, Philippe Mathieu-Daudé wrote: >>> From: Philippe Mathieu-Daudé >>> >>> We often run Linux kernels to test QEMU. We som

Re: [PATCH] tests/docker: Install tools to cross-debug and build Linux kernels

2020-03-06 Thread Stefano Garzarella
On Wed, Feb 12, 2020 at 09:27:38PM +0100, Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé > > We often run Linux kernels to test QEMU. We sometimes need > to build them manually to use non-default features. We only > miss the tiny 'bc' tool. > > The ncurses library is helpful to run

Re: [PATCH] tests/docker: Install tools to cross-debug and build Linux kernels

2020-03-05 Thread Philippe Mathieu-Daudé
ping ping? On 2/24/20 1:20 PM, Philippe Mathieu-Daudé wrote: On 2/12/20 9:27 PM, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé We often run Linux kernels to test QEMU. We sometimes need to build them manually to use non-default features. We only miss the tiny 'bc' tool. The ncur

Re: [PATCH] tests/docker: Install tools to cross-debug and build Linux kernels

2020-02-24 Thread Philippe Mathieu-Daudé
On 2/12/20 9:27 PM, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé We often run Linux kernels to test QEMU. We sometimes need to build them manually to use non-default features. We only miss the tiny 'bc' tool. The ncurses library is helpful to run 'make menuconfig'. Finally, gdb-

[PATCH] tests/docker: Install tools to cross-debug and build Linux kernels

2020-02-12 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé We often run Linux kernels to test QEMU. We sometimes need to build them manually to use non-default features. We only miss the tiny 'bc' tool. The ncurses library is helpful to run 'make menuconfig'. Finally, gdb-multiarch allow us to debug a TCG guest when its arc