Re: [Qemu-devel] [PATCH v5 0/8] KASLR kernel dump support

2017-09-08 Thread Michael S. Tsirkin
On Mon, Aug 07, 2017 at 08:16:10PM +0200, Marc-André Lureau wrote: > Recent linux kernels enable KASLR to randomize phys/virt memory > addresses. This series aims to provide enough information in qemu > dumps so that crash utility can work with randomized kernel too (it > hasn't been tested on othe

Re: [Qemu-devel] [PATCH v5 0/8] KASLR kernel dump support

2017-08-16 Thread Michael S. Tsirkin
On Mon, Aug 07, 2017 at 08:16:10PM +0200, Marc-André Lureau wrote: > Recent linux kernels enable KASLR to randomize phys/virt memory > addresses. This series aims to provide enough information in qemu > dumps so that crash utility can work with randomized kernel too (it > hasn't been tested on othe

[Qemu-devel] [PATCH v5 0/8] KASLR kernel dump support

2017-08-07 Thread Marc-André Lureau
Recent linux kernels enable KASLR to randomize phys/virt memory addresses. This series aims to provide enough information in qemu dumps so that crash utility can work with randomized kernel too (it hasn't been tested on other archs than x86 though, help welcome). The previous design to provide qem