1. 22 8月, 2018 1 次提交
  2. 18 12月, 2017 2 次提交
  3. 20 6月, 2017 1 次提交
  4. 16 2月, 2017 1 次提交
  5. 29 1月, 2016 1 次提交
  6. 08 9月, 2015 1 次提交
  7. 23 6月, 2014 1 次提交
  8. 22 11月, 2013 1 次提交
    • P
      pc: get rid of builtin pvpanic for "-M pc-1.5" · 7839ff59
      Paolo Bonzini 提交于
      This causes two slight backwards-incompatibilities between "-M pc-1.5"
      and 1.5's "-M pc":
      
      (1) a fw_cfg file is removed with this patch.  This is only a problem
      if migration stops the virtual machine exactly during fw_cfg enumeration.
      
      (2) after migration, a VM created without an explicit "-device pvpanic"
      will stop reporting panics to management.
      
      The first problem only occurs if migration is done at a very, very
      early point (and I'm not sure it can happen in practice for reasonable-size
      VMs, since it will likely take more time to send the RAM to destination,
      than it will take for BIOS to scan fw_cfg).
      
      The second problem only occurs if the guest panics _and_ has a guest
      driver _and_ management knows to look at the crash event, so it is
      mostly theoretical at this point in time.
      
      Thus keep the code simple, and pretend it was never broken.
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      7839ff59
  9. 14 10月, 2013 1 次提交
  10. 13 8月, 2013 1 次提交
  11. 04 7月, 2013 4 次提交
  12. 07 6月, 2013 1 次提交
  13. 02 6月, 2013 2 次提交
  14. 30 4月, 2013 3 次提交