qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-5.2 0/4] misc: Trivial format string fixes


From: Dov Murik
Subject: Re: [PATCH-for-5.2 0/4] misc: Trivial format string fixes
Date: Tue, 3 Nov 2020 15:58:59 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 03/11/2020 13:25, Philippe Mathieu-Daudé wrote:
IIUC qemu-trivial@ doesn't queue patches during freeze,

so it might be easier if patches are queued by respective

subsystem maintainers.



Philippe Mathieu-Daudé (4):

   hw/display/cirrus_vga: Remove debugging code commented out

   hw/display/cirrus_vga: Fix hexadecimal format string specifier

   hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier

   migration/ram: Fix hexadecimal format string specifier



  hw/display/cirrus_vga.c | 20 +-------------------

  migration/ram.c         |  2 +-

  hw/ppc/trace-events     |  2 +-

  3 files changed, 3 insertions(+), 21 deletions(-)





There's at least one more easy fix:

hw/misc/trace-events:106:mos6522_get_next_irq_time(uint16_t latch, int64_t d, int64_t delta) "latch=%d counter=0x%"PRId64 " delta_next=0x%"PRId64

but I have no idea how to test this.

-Dov



reply via email to

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