device.cc (10859:0ba6f47025d1) device.cc (12334:e0ab29a34764)
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 32 unchanged lines hidden (view full) ---

41
42#include <linux/kvm.h>
43#include <sys/ioctl.h>
44#include <unistd.h>
45
46#include <cassert>
47#include <cerrno>
48
1/*
2 * Copyright (c) 2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 32 unchanged lines hidden (view full) ---

41
42#include <linux/kvm.h>
43#include <sys/ioctl.h>
44#include <unistd.h>
45
46#include <cassert>
47#include <cerrno>
48
49#include "base/misc.hh"
49#include "base/logging.hh"
50
51KvmDevice::KvmDevice(int _fd)
52 : fd(_fd)
53{
54}
55
56KvmDevice::~KvmDevice()
57{

--- 68 unchanged lines hidden ---
50
51KvmDevice::KvmDevice(int _fd)
52 : fd(_fd)
53{
54}
55
56KvmDevice::~KvmDevice()
57{

--- 68 unchanged lines hidden ---