1. 22 10月, 2019 3 次提交
    • A
      Updated Bulgarian translation (19) - 4.1.0 · f1733749
      Alexander Shopov 提交于
      Signed-off-by: NAlexander Shopov <ash@kambanaria.org>
      Message-Id: <20191019120534.27479-2-ash@kambanaria.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      f1733749
    • M
      mc146818rtc: fix timer interrupt reinjection · b429de73
      Marcelo Tosatti 提交于
      commit 369b4135 broke timer interrupt
      reinjection when there is no period change by the guest.
      
      In that case, old_period is 0, which ends up zeroing irq_coalesced
      (counter of reinjected interrupts).
      
      The consequence is Windows 7 is unable to synchronize time via NTP.
      Easily reproducible by playing a fullscreen video with cirrus and VNC.
      
      Fix by not updating s->irq_coalesced when old_period is 0.
      
      V2: reorganize code (Paolo Bonzini)
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      
      Message-Id: <20191010123008.GA19158@amt.cnet>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      b429de73
    • M
      target/i386: log MCE guest and host addresses · 73284563
      Mario Smarduch 提交于
      Patch logs MCE AO, AR messages injected to guest or taken by QEMU itself.
      We print the QEMU address for guest MCEs, helps on hypervisors that have
      another source of MCE logging like mce log, and when they go missing.
      
      For example we found these QEMU logs:
      
      September 26th 2019, 17:36:02.309        Droplet-153258224: Guest MCE Memory Error at qemu addr 0x7f8ce14f5000 and guest 3d6f5000 addr of type BUS_MCEERR_AR injected   qemu-system-x86_64      amsN    ams3nodeNNNN
      
      September 27th 2019, 06:25:03.234        Droplet-153258224: Guest MCE Memory Error at qemu addr 0x7f8ce14f5000 and guest 3d6f5000 addr of type BUS_MCEERR_AR injected   qemu-system-x86_64      amsN    ams3nodeNNNN
      
      The first log had a corresponding mce log entry, the second didnt (logging
      thresholds) we can infer from second entry same PA and mce type.
      Signed-off-by: NMario Smarduch <msmarduch@digitalocean.com>
      Message-Id: <20191009164459.8209-3-msmarduch@digitalocean.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      73284563
  2. 18 10月, 2019 37 次提交