fs9p.cc (10559:62f5f7363197) fs9p.cc (10905:a6ca6831e775)
1/*
2 * Copyright (c) 2014 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

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

209}
210
211VirtIO9PProxy::~VirtIO9PProxy()
212{
213}
214
215
216void
1/*
2 * Copyright (c) 2014 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

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

209}
210
211VirtIO9PProxy::~VirtIO9PProxy()
212{
213}
214
215
216void
217VirtIO9PProxy::VirtIO9PProxy::serialize(std::ostream &os)
217VirtIO9PProxy::VirtIO9PProxy::serialize(CheckpointOut &cp) const
218{
219 fatal("Can't checkpoint a system with a VirtIO 9p proxy!\n");
220}
221
222void
218{
219 fatal("Can't checkpoint a system with a VirtIO 9p proxy!\n");
220}
221
222void
223VirtIO9PProxy::unserialize(Checkpoint *cp, const std::string &section)
223VirtIO9PProxy::unserialize(CheckpointIn &cp)
224{
225 fatal("Can't checkpoint a system with a VirtIO 9p proxy!\n");
226}
227
228
229void
230VirtIO9PProxy::recvTMsg(const P9MsgHeader &header,
231 const uint8_t *data, size_t size)

--- 250 unchanged lines hidden ---
224{
225 fatal("Can't checkpoint a system with a VirtIO 9p proxy!\n");
226}
227
228
229void
230VirtIO9PProxy::recvTMsg(const P9MsgHeader &header,
231 const uint8_t *data, size_t size)

--- 250 unchanged lines hidden ---