Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mirage/mirage
base: 44bd28f86254
Choose a base ref
...
head repository: mirage/mirage
compare: 197eeff389a4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 2, 2014

  1. Treat Clock and Random modules as 'devices'

    We want the user to specify Clock and Random 'devices' in their
    configuration so that the appropriate packages are linked in. However
    these 'devices' don't have a 'connect' method, so replace with a
    'return (`Ok ())'
    
    Fixes #289
    
    Signed-off-by: David Scott <dave.scott@citrix.com>
    David Scott committed Sep 2, 2014
    Copy the full SHA
    f2abea6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. Merge pull request #290 from djs55/clock-random

    Treat Clock and Random modules as 'devices'
    avsm committed Sep 7, 2014
    Copy the full SHA
    197eeff View commit details
    Browse the repository at this point in the history