* [PULL for-7.0 0/2] Block patches @ 2022-03-24 17:15 Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 1/2] block: Fix misleading hexadecimal format Stefan Hajnoczi ` (2 more replies) 0 siblings, 3 replies; 8+ messages in thread From: Stefan Hajnoczi @ 2022-03-24 17:15 UTC (permalink / raw) To: Peter Maydell, qemu-devel Cc: Fam Zheng, Kevin Wolf, Vladimir Sementsov-Ogievskiy, qemu-block, Michael S. Tsirkin, Richard Henderson, Eduardo Habkost, Hanna Reitz, Stefan Hajnoczi, Denis V. Lunev, Paolo Bonzini The following changes since commit 15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b: Update version for v7.0.0-rc1 release (2022-03-22 22:58:44 +0000) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 2539eade4f689eda7e9fe45486f18334bfbafaf0: hw: Fix misleading hexadecimal format (2022-03-24 10:38:42 +0000) ---------------------------------------------------------------- Pull request Philippe found cases where the 0x%d format string was used, leading to misleading output. The patches look harmless and could save people time, so I think it's worth including them in 7.0. ---------------------------------------------------------------- Philippe Mathieu-Daudé (2): block: Fix misleading hexadecimal format hw: Fix misleading hexadecimal format block/parallels-ext.c | 2 +- hw/i386/sgx.c | 2 +- hw/i386/trace-events | 6 +++--- hw/misc/trace-events | 4 ++-- hw/scsi/trace-events | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) -- 2.35.1 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PULL for-7.0 1/2] block: Fix misleading hexadecimal format 2022-03-24 17:15 [PULL for-7.0 0/2] Block patches Stefan Hajnoczi @ 2022-03-24 17:15 ` Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 2/2] hw: " Stefan Hajnoczi 2022-03-25 10:14 ` [PULL for-7.0 0/2] Block patches Peter Maydell 2 siblings, 0 replies; 8+ messages in thread From: Stefan Hajnoczi @ 2022-03-24 17:15 UTC (permalink / raw) To: Peter Maydell, qemu-devel Cc: Fam Zheng, Kevin Wolf, Vladimir Sementsov-Ogievskiy, Daniel P . Berrangé, qemu-block, Michael S. Tsirkin, Richard Henderson, Philippe Mathieu-Daudé, Eduardo Habkost, Hanna Reitz, Stefan Hajnoczi, Denis V. Lunev, Paolo Bonzini From: Philippe Mathieu-Daudé <f4bug@amsat.org> "0x%u" format is very misleading, replace by "0x%x". Found running: $ git grep -E '0x%[0-9]*([lL]*|" ?PRI)[dDuU]' block/ Inspired-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Hanna Reitz <hreitz@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Denis V. Lunev <den@openvz.org> Message-id: 20220323114718.58714-2-philippe.mathieu.daude@gmail.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> --- block/parallels-ext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/parallels-ext.c b/block/parallels-ext.c index cb22a427d7..5122f67ac2 100644 --- a/block/parallels-ext.c +++ b/block/parallels-ext.c @@ -261,7 +261,7 @@ static int parallels_parse_format_extension(BlockDriverState *bs, break; default: - error_setg(errp, "Unknown feature: 0x%" PRIu64, fh.magic); + error_setg(errp, "Unknown feature: 0x%" PRIx64, fh.magic); goto fail; } -- 2.35.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PULL for-7.0 2/2] hw: Fix misleading hexadecimal format 2022-03-24 17:15 [PULL for-7.0 0/2] Block patches Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 1/2] block: Fix misleading hexadecimal format Stefan Hajnoczi @ 2022-03-24 17:15 ` Stefan Hajnoczi 2022-03-25 10:14 ` [PULL for-7.0 0/2] Block patches Peter Maydell 2 siblings, 0 replies; 8+ messages in thread From: Stefan Hajnoczi @ 2022-03-24 17:15 UTC (permalink / raw) To: Peter Maydell, qemu-devel Cc: Fam Zheng, Kevin Wolf, Vladimir Sementsov-Ogievskiy, Daniel P . Berrangé, qemu-block, Michael S. Tsirkin, Richard Henderson, Philippe Mathieu-Daudé, Eduardo Habkost, Hanna Reitz, Stefan Hajnoczi, Denis V. Lunev, Paolo Bonzini From: Philippe Mathieu-Daudé <f4bug@amsat.org> "0x%u" format is very misleading, replace by "0x%x". Found running: $ git grep -E '0x%[0-9]*([lL]*|" ?PRI)[dDuU]' hw/ Inspired-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20220323114718.58714-3-philippe.mathieu.daude@gmail.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> --- hw/i386/sgx.c | 2 +- hw/i386/trace-events | 6 +++--- hw/misc/trace-events | 4 ++-- hw/scsi/trace-events | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/i386/sgx.c b/hw/i386/sgx.c index a2b318dd93..a44d66ba2a 100644 --- a/hw/i386/sgx.c +++ b/hw/i386/sgx.c @@ -315,7 +315,7 @@ void pc_machine_init_sgx_epc(PCMachineState *pcms) } if ((sgx_epc->base + sgx_epc->size) < sgx_epc->base) { - error_report("Size of all 'sgx-epc' =0x%"PRIu64" causes EPC to wrap", + error_report("Size of all 'sgx-epc' =0x%"PRIx64" causes EPC to wrap", sgx_epc->size); exit(EXIT_FAILURE); } diff --git a/hw/i386/trace-events b/hw/i386/trace-events index 5bf7e52bf5..e49814dd64 100644 --- a/hw/i386/trace-events +++ b/hw/i386/trace-events @@ -33,15 +33,15 @@ vtd_fault_disabled(void) "Fault processing disabled for context entry" vtd_replay_ce_valid(const char *mode, uint8_t bus, uint8_t dev, uint8_t fn, uint16_t domain, uint64_t hi, uint64_t lo) "%s: replay valid context device %02"PRIx8":%02"PRIx8".%02"PRIx8" domain 0x%"PRIx16" hi 0x%"PRIx64" lo 0x%"PRIx64 vtd_replay_ce_invalid(uint8_t bus, uint8_t dev, uint8_t fn) "replay invalid context device %02"PRIx8":%02"PRIx8".%02"PRIx8 vtd_page_walk_level(uint64_t addr, uint32_t level, uint64_t start, uint64_t end) "walk (base=0x%"PRIx64", level=%"PRIu32") iova range 0x%"PRIx64" - 0x%"PRIx64 -vtd_page_walk_one(uint16_t domain, uint64_t iova, uint64_t gpa, uint64_t mask, int perm) "domain 0x%"PRIu16" iova 0x%"PRIx64" -> gpa 0x%"PRIx64" mask 0x%"PRIx64" perm %d" +vtd_page_walk_one(uint16_t domain, uint64_t iova, uint64_t gpa, uint64_t mask, int perm) "domain 0x%"PRIx16" iova 0x%"PRIx64" -> gpa 0x%"PRIx64" mask 0x%"PRIx64" perm %d" vtd_page_walk_one_skip_map(uint64_t iova, uint64_t mask, uint64_t translated) "iova 0x%"PRIx64" mask 0x%"PRIx64" translated 0x%"PRIx64 vtd_page_walk_one_skip_unmap(uint64_t iova, uint64_t mask) "iova 0x%"PRIx64" mask 0x%"PRIx64 vtd_page_walk_skip_read(uint64_t iova, uint64_t next) "Page walk skip iova 0x%"PRIx64" - 0x%"PRIx64" due to unable to read" vtd_page_walk_skip_reserve(uint64_t iova, uint64_t next) "Page walk skip iova 0x%"PRIx64" - 0x%"PRIx64" due to rsrv set" vtd_switch_address_space(uint8_t bus, uint8_t slot, uint8_t fn, bool on) "Device %02x:%02x.%x switching address space (iommu enabled=%d)" vtd_as_unmap_whole(uint8_t bus, uint8_t slot, uint8_t fn, uint64_t iova, uint64_t size) "Device %02x:%02x.%x start 0x%"PRIx64" size 0x%"PRIx64 -vtd_translate_pt(uint16_t sid, uint64_t addr) "source id 0x%"PRIu16", iova 0x%"PRIx64 -vtd_pt_enable_fast_path(uint16_t sid, bool success) "sid 0x%"PRIu16" %d" +vtd_translate_pt(uint16_t sid, uint64_t addr) "source id 0x%"PRIx16", iova 0x%"PRIx64 +vtd_pt_enable_fast_path(uint16_t sid, bool success) "sid 0x%"PRIx16" %d" vtd_irq_generate(uint64_t addr, uint64_t data) "addr 0x%"PRIx64" data 0x%"PRIx64 vtd_reg_read(uint64_t addr, uint64_t size) "addr 0x%"PRIx64" size 0x%"PRIx64 vtd_reg_write(uint64_t addr, uint64_t size, uint64_t val) "addr 0x%"PRIx64" size 0x%"PRIx64" value 0x%"PRIx64 diff --git a/hw/misc/trace-events b/hw/misc/trace-events index bd52cfc110..4e0c7973a4 100644 --- a/hw/misc/trace-events +++ b/hw/misc/trace-events @@ -1,7 +1,7 @@ # See docs/devel/tracing.rst for syntax documentation. # allwinner-cpucfg.c -allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_addr 0x%" PRIu32 +allwinner_cpucfg_cpu_reset(uint8_t cpu_id, uint32_t reset_addr) "id %u, reset_addr 0x%" PRIx32 allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 @@ -93,7 +93,7 @@ imx7_gpr_write(uint64_t offset, uint64_t value) "addr 0x%08" PRIx64 "value 0x%08 # mos6522.c mos6522_set_counter(int index, unsigned int val) "T%d.counter=%d" -mos6522_get_next_irq_time(uint16_t latch, int64_t d, int64_t delta) "latch=%d counter=0x%"PRId64 " delta_next=0x%"PRId64 +mos6522_get_next_irq_time(uint16_t latch, int64_t d, int64_t delta) "latch=%d counter=0x%"PRIx64 " delta_next=0x%"PRIx64 mos6522_set_sr_int(void) "set sr_int" mos6522_write(uint64_t addr, const char *name, uint64_t val) "reg=0x%"PRIx64 " [%s] val=0x%"PRIx64 mos6522_read(uint64_t addr, const char *name, unsigned val) "reg=0x%"PRIx64 " [%s] val=0x%x" diff --git a/hw/scsi/trace-events b/hw/scsi/trace-events index ae8551f279..20fb0dc162 100644 --- a/hw/scsi/trace-events +++ b/hw/scsi/trace-events @@ -249,7 +249,7 @@ lsi_bad_phase_interrupt(void) "Phase mismatch interrupt" lsi_bad_selection(uint32_t id) "Selected absent target %"PRIu32 lsi_do_dma_unavailable(void) "DMA no data available" lsi_do_dma(uint64_t addr, int len) "DMA addr=0x%"PRIx64" len=%d" -lsi_queue_command(uint32_t tag) "Queueing tag=0x%"PRId32 +lsi_queue_command(uint32_t tag) "Queueing tag=0x%"PRIx32 lsi_add_msg_byte_error(void) "MSG IN data too long" lsi_add_msg_byte(uint8_t data) "MSG IN 0x%02x" lsi_reselect(int id) "Reselected target %d" @@ -267,7 +267,7 @@ lsi_do_msgout_noop(void) "MSG: No Operation" lsi_do_msgout_extended(uint8_t msg, uint8_t len) "Extended message 0x%x (len %d)" lsi_do_msgout_ignored(const char *msg) "%s (ignored)" lsi_do_msgout_simplequeue(uint8_t select_tag) "SIMPLE queue tag=0x%x" -lsi_do_msgout_abort(uint32_t tag) "MSG: ABORT TAG tag=0x%"PRId32 +lsi_do_msgout_abort(uint32_t tag) "MSG: ABORT TAG tag=0x%"PRIx32 lsi_do_msgout_clearqueue(uint32_t tag) "MSG: CLEAR QUEUE tag=0x%"PRIx32 lsi_do_msgout_busdevicereset(uint32_t tag) "MSG: BUS DEVICE RESET tag=0x%"PRIx32 lsi_do_msgout_select(int id) "Select LUN %d" -- 2.35.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PULL for-7.0 0/2] Block patches 2022-03-24 17:15 [PULL for-7.0 0/2] Block patches Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 1/2] block: Fix misleading hexadecimal format Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 2/2] hw: " Stefan Hajnoczi @ 2022-03-25 10:14 ` Peter Maydell 2 siblings, 0 replies; 8+ messages in thread From: Peter Maydell @ 2022-03-25 10:14 UTC (permalink / raw) To: Stefan Hajnoczi Cc: Fam Zheng, Kevin Wolf, Vladimir Sementsov-Ogievskiy, qemu-block, Michael S. Tsirkin, Richard Henderson, qemu-devel, Eduardo Habkost, Hanna Reitz, Denis V. Lunev, Paolo Bonzini On Thu, 24 Mar 2022 at 17:15, Stefan Hajnoczi <stefanha@redhat.com> wrote: > > The following changes since commit 15ef89d2a1a7b93845a6b09c2ee8e1979f6eb30b: > > Update version for v7.0.0-rc1 release (2022-03-22 22:58:44 +0000) > > are available in the Git repository at: > > https://gitlab.com/stefanha/qemu.git tags/block-pull-request > > for you to fetch changes up to 2539eade4f689eda7e9fe45486f18334bfbafaf0: > > hw: Fix misleading hexadecimal format (2022-03-24 10:38:42 +0000) > > ---------------------------------------------------------------- > Pull request > > Philippe found cases where the 0x%d format string was used, leading to > misleading output. The patches look harmless and could save people time, so I > think it's worth including them in 7.0. > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0 for any user-visible changes. -- PMM ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PULL for-7.0 0/2] Block patches @ 2022-03-17 16:57 Stefan Hajnoczi 2022-03-17 18:36 ` Peter Maydell 0 siblings, 1 reply; 8+ messages in thread From: Stefan Hajnoczi @ 2022-03-17 16:57 UTC (permalink / raw) To: qemu-devel, Peter Maydell Cc: Fam Zheng, Paolo Bonzini, qemu-block, Stefan Hajnoczi The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3: Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to fc8796465c6cd4091efe6a2f8b353f07324f49c7: aio-posix: fix spurious ->poll_ready() callbacks in main loop (2022-03-17 11:23:18 +0000) ---------------------------------------------------------------- Pull request Bug fixes for 7.0. ---------------------------------------------------------------- Haiyue Wang (1): aio-posix: fix build failure io_uring 2.2 Stefan Hajnoczi (1): aio-posix: fix spurious ->poll_ready() callbacks in main loop util/aio-posix.h | 1 + util/aio-posix.c | 32 ++++++++++++++++++-------------- util/fdmon-io_uring.c | 4 ++++ 3 files changed, 23 insertions(+), 14 deletions(-) -- 2.35.1 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PULL for-7.0 0/2] Block patches 2022-03-17 16:57 Stefan Hajnoczi @ 2022-03-17 18:36 ` Peter Maydell 2022-03-21 14:44 ` Stefan Hajnoczi 0 siblings, 1 reply; 8+ messages in thread From: Peter Maydell @ 2022-03-17 18:36 UTC (permalink / raw) To: Stefan Hajnoczi; +Cc: Fam Zheng, Paolo Bonzini, qemu-devel, qemu-block On Thu, 17 Mar 2022 at 16:57, Stefan Hajnoczi <stefanha@redhat.com> wrote: > > The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3: > > Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) > > are available in the Git repository at: > > https://gitlab.com/stefanha/qemu.git tags/block-pull-request > > for you to fetch changes up to fc8796465c6cd4091efe6a2f8b353f07324f49c7: > > aio-posix: fix spurious ->poll_ready() callbacks in main loop (2022-03-17 11:23:18 +0000) > > ---------------------------------------------------------------- > Pull request > > Bug fixes for 7.0. msys2-32bit CI job fails on test-aio: | 14/85 ERROR:../tests/unit/test-aio.c:501:test_timer_schedule: assertion failed: (aio_poll(ctx, true)) ERROR 14/85 qemu:unit / test-aio ERROR 2.40s (exit status 2147483651 or signal 2147483523 SIGinvalid) https://gitlab.com/qemu-project/qemu/-/jobs/2217696361 -- PMM ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PULL for-7.0 0/2] Block patches 2022-03-17 18:36 ` Peter Maydell @ 2022-03-21 14:44 ` Stefan Hajnoczi 2022-03-21 17:46 ` Peter Maydell 0 siblings, 1 reply; 8+ messages in thread From: Stefan Hajnoczi @ 2022-03-21 14:44 UTC (permalink / raw) To: Peter Maydell; +Cc: Fam Zheng, Paolo Bonzini, qemu-devel, qemu-block [-- Attachment #1: Type: text/plain, Size: 1338 bytes --] On Thu, Mar 17, 2022 at 06:36:36PM +0000, Peter Maydell wrote: > On Thu, 17 Mar 2022 at 16:57, Stefan Hajnoczi <stefanha@redhat.com> wrote: > > > > The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3: > > > > Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) > > > > are available in the Git repository at: > > > > https://gitlab.com/stefanha/qemu.git tags/block-pull-request > > > > for you to fetch changes up to fc8796465c6cd4091efe6a2f8b353f07324f49c7: > > > > aio-posix: fix spurious ->poll_ready() callbacks in main loop (2022-03-17 11:23:18 +0000) > > > > ---------------------------------------------------------------- > > Pull request > > > > Bug fixes for 7.0. > > msys2-32bit CI job fails on test-aio: > > | 14/85 ERROR:../tests/unit/test-aio.c:501:test_timer_schedule: > assertion failed: (aio_poll(ctx, true)) ERROR > 14/85 qemu:unit / test-aio ERROR 2.40s (exit status 2147483651 or > signal 2147483523 SIGinvalid) > > https://gitlab.com/qemu-project/qemu/-/jobs/2217696361 Looks like a random failure. The commits touch Linux/POSIX code so I don't know how this pull request could affect Windows. I reran and the test passed: https://gitlab.com/qemu-project/qemu/-/jobs/2229158826 Stefan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PULL for-7.0 0/2] Block patches 2022-03-21 14:44 ` Stefan Hajnoczi @ 2022-03-21 17:46 ` Peter Maydell 0 siblings, 0 replies; 8+ messages in thread From: Peter Maydell @ 2022-03-21 17:46 UTC (permalink / raw) To: Stefan Hajnoczi; +Cc: Fam Zheng, Paolo Bonzini, qemu-devel, qemu-block On Mon, 21 Mar 2022 at 14:44, Stefan Hajnoczi <stefanha@redhat.com> wrote: > > On Thu, Mar 17, 2022 at 06:36:36PM +0000, Peter Maydell wrote: > > On Thu, 17 Mar 2022 at 16:57, Stefan Hajnoczi <stefanha@redhat.com> wrote: > > > > > > The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3: > > > > > > Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) > > > > > > are available in the Git repository at: > > > > > > https://gitlab.com/stefanha/qemu.git tags/block-pull-request > > > > > > for you to fetch changes up to fc8796465c6cd4091efe6a2f8b353f07324f49c7: > > > > > > aio-posix: fix spurious ->poll_ready() callbacks in main loop (2022-03-17 11:23:18 +0000) > > > > > > ---------------------------------------------------------------- > > > Pull request > > > > > > Bug fixes for 7.0. > > > > msys2-32bit CI job fails on test-aio: > > > > | 14/85 ERROR:../tests/unit/test-aio.c:501:test_timer_schedule: > > assertion failed: (aio_poll(ctx, true)) ERROR > > 14/85 qemu:unit / test-aio ERROR 2.40s (exit status 2147483651 or > > signal 2147483523 SIGinvalid) > > > > https://gitlab.com/qemu-project/qemu/-/jobs/2217696361 > > Looks like a random failure. The commits touch Linux/POSIX code so I > don't know how this pull request could affect Windows. Seems like it. Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0 for any user-visible changes. -- PMM ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-03-25 10:16 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-03-24 17:15 [PULL for-7.0 0/2] Block patches Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 1/2] block: Fix misleading hexadecimal format Stefan Hajnoczi 2022-03-24 17:15 ` [PULL for-7.0 2/2] hw: " Stefan Hajnoczi 2022-03-25 10:14 ` [PULL for-7.0 0/2] Block patches Peter Maydell -- strict thread matches above, loose matches on Subject: below -- 2022-03-17 16:57 Stefan Hajnoczi 2022-03-17 18:36 ` Peter Maydell 2022-03-21 14:44 ` Stefan Hajnoczi 2022-03-21 17:46 ` Peter Maydell
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).