Skip to content
Snippets Groups Projects
  1. Feb 06, 2014
  2. Dec 27, 2013
  3. 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
  4. Aug 01, 2013
    • Glauber Costa's avatar
      speed up pci discovery · 436c8e59
      Glauber Costa authored
      We are currently using PCI's brute force enumeration, which consists of scanning
      all possible combination of b,d,f. This makes us issue many inb operations, a lot
      more than we could do if we were using smarter enumeration. In my system, the inbs
      alone account for more than 5M cycles, which takes around 4s to run (remember this
      is xen, it is faster in KVM)
      
      We can do a lot better by using recursive discovery, and only scanning the buses
      we need to. In the case of virtual systems the difference is even bigger, since it
      is very unlikely that we will have any complex setup with more than one bridge.
      
      Boot for me feels instantaneous now (once we get to start OSV)
      436c8e59
  5. Jun 09, 2013
  6. Mar 07, 2013
  7. Mar 03, 2013
  8. Feb 13, 2013
  9. Feb 05, 2013
  10. Jan 21, 2013
  11. Jan 16, 2013
  12. Jan 15, 2013
  13. Jan 03, 2013
  14. Jan 02, 2013
  15. Jan 01, 2013
  16. Dec 31, 2012
  17. Dec 28, 2012
    • Avi Kivity's avatar
      build: add arch/x64 to include path · ecbee89b
      Avi Kivity authored
      This allows generic code to include arch specific code, by eliding the
      arch/x64/ prefix.
      ecbee89b
    • Avi Kivity's avatar
      arch: remove 'x86' namespace · 5298b92c
      Avi Kivity authored
      We will never build a single program containing code from two architectures,
      so segregating arch-specific code into a separate namespace is not solving
      any problem.  However it makes using arch-specific code from generic code
      impossible.
      
      Remove the 86 namespace to fix this.
      5298b92c
  18. Dec 27, 2012
  19. Dec 24, 2012
Loading