1. 09 10月, 2014 2 次提交
  2. 07 10月, 2014 2 次提交
    • L
      qemu: change macvtap device MAC address in response to NIC_RX_FILTER_CHANGED · db6b738d
      Laine Stump 提交于
      This patch fills in the functionality of
      processNicRxFilterChangedEvent().  It now checks if it is appropriate
      to respond to the NIC_RX_FILTER_CHANGED event (based on device type
      and configuration) and takes appropriate action. Currently it checks
      if the guest interface has been configured with
      trustGuestRxFilters='yes', and if the host side device is macvtap. If
      so, and the MAC address on the guest has changed, the MAC address of
      the macvtap device is changed to match.
      
      The result of this is that networking from the guest will continue to
      work if the mac address of a macvtap-connected network device is
      changed from within the guest, as long as trustGuestRxFilters='yes'
      (previously changing the MAC address in the guest would break
      networking).
      db6b738d
    • L
      qemu: setup infrastructure to handle NIC_RX_FILTER_CHANGED event · b6bdda45
      Laine Stump 提交于
      NIC_RX_FILTER_CHANGED is sent by qemu any time a NIC driver in the
      guest modified the NIC's RX Filter (for example, if the MAC address of
      the NIC is changed by the guest).
      
      This patch doesn't do anything useful with that event; it just sets up
      all the plumbing to get news of the event into a worker thread with
      all proper locking/reference counting, and provide an easy place to
      add in desired functionality.
      
      See src/qemu/EVENTHANDLERS.txt for information/instructions on adding
      a libvirt-internal handler for a qemu event (using
      NIC_RX_FILTER_CHANGED as an example).
      b6bdda45
  3. 06 10月, 2014 1 次提交
  4. 03 10月, 2014 3 次提交
  5. 01 10月, 2014 1 次提交
  6. 30 9月, 2014 2 次提交
  7. 26 9月, 2014 3 次提交
  8. 25 9月, 2014 3 次提交
  9. 24 9月, 2014 2 次提交
    • P
      qemu: Report better errors from broken backing chains · 639a0098
      Peter Krempa 提交于
      Request erroring out from the backing chain traveller and drop qemu's
      internal backing chain integrity tester.
      
      The backing chain traveller reports errors by itself with possibly more
      detail than qemuDiskChainCheckBroken ever could.
      
      We also need to make sure that we reconnect to existing qemu instances
      even at the cost of losing the backing chain info (this really should be
      stored in the XML rather than reloaded from disk, but that needs some
      work).
      639a0098
    • P
      cputune_event: queue the event for cputune updates · 0dce260c
      Pavel Hrdina 提交于
      Now we have universal tunable event so we can use it for reporting
      changes to user. The cputune values will be prefixed with "cputune" to
      distinguish it from other tunable events.
      Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
      0dce260c
  10. 22 9月, 2014 5 次提交
  11. 19 9月, 2014 2 次提交
  12. 18 9月, 2014 11 次提交
  13. 17 9月, 2014 2 次提交
  14. 16 9月, 2014 1 次提交