Re: [PATCH-for-5.2 4/4] migration/ram: Fix hexadecimal format string specifier

2020-11-12 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > > Hi David, Juan. > > > > On 11/3/20 1:46 PM, Dr. David Alan Gilbert wrote: > > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > > >> The '%u' conversion specifier is for

Re: [PATCH-for-5.2 4/4] migration/ram: Fix hexadecimal format string specifier

2020-11-09 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > Hi David, Juan. > > On 11/3/20 1:46 PM, Dr. David Alan Gilbert wrote: > > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > >> The '%u' conversion specifier is for decimal notation. > >> When prefixing a format with '0x', we want the he

Re: [PATCH-for-5.2 4/4] migration/ram: Fix hexadecimal format string specifier

2020-11-09 Thread Philippe Mathieu-Daudé
Hi David, Juan. On 11/3/20 1:46 PM, Dr. David Alan Gilbert wrote: > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: >> The '%u' conversion specifier is for decimal notation. >> When prefixing a format with '0x', we want the hexadecimal >> specifier ('%x'). >> >> Inspired-by: Dov Murik >> Sig

Re: [PATCH-for-5.2 4/4] migration/ram: Fix hexadecimal format string specifier

2020-11-03 Thread Dr. David Alan Gilbert
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote: > The '%u' conversion specifier is for decimal notation. > When prefixing a format with '0x', we want the hexadecimal > specifier ('%x'). > > Inspired-by: Dov Murik > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Dr. David Alan Gilbert