qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Optimized some code for display/vmware_vga
@ 2020-11-20  3:25 Alex Chen
  2020-11-20  3:25 ` [PATCH v2 1/2] display/vmware_vga: Fix bad printf format specifiers Alex Chen
  2020-11-20  3:25 ` [PATCH v2 2/2] display/vmware_vga: Replace fprintf(stderr, "*\n") with error_report() Alex Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Chen @ 2020-11-20  3:25 UTC (permalink / raw)
  To: quintela, pbonzini, philmd
  Cc: alex.chen, qemu-trivial, peter.maydell, qemu-devel,
	zhang.zhanghailiang

Optimized some code for vmware_vga:
patch1 fixes a bad printf format specifier and
patch2 replaces fprintf(stderr, "*\n") with error_report()

Alex Chen (2):
  display/vmware_vga: Fix bad printf format specifiers
  display/vmware_vga: Replace fprintf(stderr, "*\n") with error_report()

 hw/display/vmware_vga.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

-- 
2.19.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-20  3:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20  3:25 [PATCH v2 0/2] Optimized some code for display/vmware_vga Alex Chen
2020-11-20  3:25 ` [PATCH v2 1/2] display/vmware_vga: Fix bad printf format specifiers Alex Chen
2020-11-20  3:25 ` [PATCH v2 2/2] display/vmware_vga: Replace fprintf(stderr, "*\n") with error_report() Alex Chen

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).