qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 0/1] Dump patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 0/1] Dump patches
Date: Fri, 19 Jan 2018 15:29:01 +0000

On 19 January 2018 at 15:24, Peter Maydell <address@hidden> wrote:
> On 19 January 2018 at 14:35, Marc-Andre Lureau <address@hidden> wrote:
>> I have not found how to translate a python 'buffer' to a bytes string
>> in 2.6.
>
> A local python expert suggests that "bytes(buffer)" should work.

...and that it ought to work if handed a memoryview too, so do we
just want

   self.elf.add_vmcoreinfo_note(bytes(vmcoreinfo))

?

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]