qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] rtc/mc146818rtc: improve rtc performance
@ 2023-07-24  8:54 Evanzhang
  2023-07-24  8:54 ` Evanzhang
  0 siblings, 1 reply; 3+ messages in thread
From: Evanzhang @ 2023-07-24  8:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, pbonzini, Evanzhang

1.hw/rtc/mc146818rtc.c:48
  open #define DEBUG_COALESCEDOD
2.create win7 4u 4g vm
3.Play 1080p video full screen
4.observe qemu log message
  DPRINTF_C("cmos: coalesced irqs decreased to %d\n",
  s->irq_coalesced);
4.perf kvm stat record -a -p $(pidof qemu-kvm) sleep 600
  perf kvm stat report --event=vmexit
5.record EXTERNAL_INTERRUPT

Evanzhang (1):
  rtc/mc146818rtc: improve rtc performance

 hw/rtc/mc146818rtc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.9.5



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

end of thread, other threads:[~2023-09-25 21:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  8:54 [PATCH v1] rtc/mc146818rtc: improve rtc performance Evanzhang
2023-07-24  8:54 ` Evanzhang
2023-09-25 21:33   ` Michael S. Tsirkin

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