1. 26 9月, 2014 2 次提交
  2. 19 9月, 2014 2 次提交
    • P
      serial: check if backed by a physical serial port at realize time · a30cf876
      Paolo Bonzini 提交于
      Right now, s->poll_msl may linger at "0" value for an arbitrarily long
      time, until serial_update_msl is called for the first time.  This is
      unnecessary, and will lead to the s->poll_msl field being unnecessarily
      migrated.
      
      We can call serial_update_msl immediately at realize time (via
      serial_reset) and be done with it.  The memory-mapped UART was already
      doing that, but not the ISA and PCI variants.
      
      Regarding the delta bits, be consistent with what serial_reset does when
      the serial port is not backed by a physical serial port, and always clear
      them at reset time.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      a30cf876
    • P
      serial: reset state at startup · 4df7961f
      Paolo Bonzini 提交于
      When a serial port is started, its initial state is all zero.  Make
      it consistent with reset state instead.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      4df7961f
  3. 18 9月, 2014 1 次提交
  4. 16 9月, 2014 7 次提交
  5. 15 9月, 2014 3 次提交
  6. 12 9月, 2014 25 次提交