Skip to content
Snippets Groups Projects
  1. Sep 15, 2013
    • Nadav Har'El's avatar
      Add copyright statement to drivers/* · c0e0ebf2
      Nadav Har'El authored
      Add Cloudius copyright and license statement to drivers/*.
      
      A couple of header files were based on Linux's BSD-licensed header files
      (e.g., include/uapi/linux/virtio_net.h) so they included the BSD license,
      but not any copyright statement, so we can just replace that by our own
      statement of the BSD license.
      c0e0ebf2
  2. Mar 04, 2013
    • Avi Kivity's avatar
      pci: drop pci_ prefixes from pci types · 0b893167
      Avi Kivity authored
      pci::pci_device is redundant, use pci::device.
      0b893167
    • Avi Kivity's avatar
      virtio, pci: fix layering violation · 69767ef5
      Avi Kivity authored
      The pci layer knows about virtio devices and creates them, even though
      virtio is a higher layer.
      
      Fix by making virtio_device contain a reference to the pci device, instead
      of inheriting from it.  The functionality could probably be moved to
      pci_driver.
      69767ef5
  3. Feb 05, 2013
  4. Jan 27, 2013
  5. Jan 21, 2013
Loading