1. 19 10月, 2018 1 次提交
  2. 01 6月, 2018 1 次提交
  3. 19 2月, 2018 1 次提交
  4. 13 2月, 2018 2 次提交
    • P
      hw/net/can: SJA1000 chip register level emulation for QEMU · 733210e7
      Pavel Pisa 提交于
      The core SJA1000 support is independent of following
      patches which map SJA1000 chip to PCI boards.
      
      The work is based on Jin Yang GSoC 2013 work funded
      by Google and mentored in frame of RTEMS project GSoC
      slot donated to QEMU.
      
      Rewritten for QEMU-2.0+ versions and architecture cleanup
      by Pavel Pisa (Czech Technical University in Prague).
      Signed-off-by: NPavel Pisa <pisa@cmp.felk.cvut.cz>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      733210e7
    • P
      net/can: simple messages transport implementation for QEMU · d18957db
      Pavel Pisa 提交于
      The CanBusState state structure is created for each
      emulated CAN channel. Individual clients/emulated
      CAN interfaces or host interface connection registers
      to the bus by CanBusClientState structure.
      
      The CAN core is prepared to support connection to the
      real host CAN bus network. The commit with such support
      for Linux SocketCAN follows.
      
      Implementation is as simple as possible.  There is no state to be
      migrated, and messages prioritization and queuing are not considered
      for now.  But it is intended to be extended when need arises.
      
      Development repository and more documentation at
      
      https://gitlab.fel.cvut.cz/canbus/qemu-canbus
      
      The work is based on Jin Yang GSoC 2013 work funded
      by Google and mentored in frame of RTEMS project GSoC
      slot donated to QEMU.
      
      Rewritten for QEMU-2.0+ versions and architecture cleanup
      by Pavel Pisa (Czech Technical University in Prague).
      Signed-off-by: NPavel Pisa <pisa@cmp.felk.cvut.cz>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      d18957db
  5. 31 8月, 2017 1 次提交
  6. 17 1月, 2017 3 次提交
  7. 04 10月, 2016 1 次提交
  8. 23 12月, 2015 1 次提交
  9. 13 8月, 2015 1 次提交
  10. 20 12月, 2014 1 次提交
  11. 19 6月, 2014 1 次提交
  12. 04 3月, 2014 1 次提交
  13. 15 2月, 2014 1 次提交
  14. 06 11月, 2013 1 次提交
  15. 19 4月, 2013 1 次提交
  16. 16 4月, 2013 1 次提交
    • P
      tpm: reorganize headers and split hardware part · bdee56f5
      Paolo Bonzini 提交于
      The TPM subsystem does not have a full front-end/back-end separation.
      The sole available backend, tpm_passthrough, depends on the data
      structures of the sole available frontend, tpm_tis.
      
      However, we can at least try to split the user interface (tpm.c) from the
      implementation (hw/tpm).  The patches makes tpm.c not include tpm_int.h,
      which is shared between tpm_tis.c and tpm_passthrough.c; instead it
      moves more stuff to tpm_backend.h.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      bdee56f5
  17. 09 4月, 2013 6 次提交
  18. 25 3月, 2013 2 次提交
  19. 16 3月, 2013 1 次提交
  20. 01 3月, 2013 6 次提交
  21. 19 2月, 2013 1 次提交
  22. 26 1月, 2013 2 次提交
  23. 22 1月, 2013 1 次提交
  24. 15 1月, 2013 2 次提交