> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20180506-an-quan/conference-report.md).

# 会议报告

## AsiaBSDCon 2018

这是我第一次参加大型国际会议，体验确实超出了我的期望。我在论文会议开始前一天到达东京，因为我也想参加 bhyvecon 会议。bhyvecon 是关于 FreeBSD hypervisor bhyve 的会议，这是我后来提交的论文主题。在主 AsiaBSDCon 会议上，我非常兴奋有机会与其他参会者谈论我将 bhyve 移植到 ARMv8-A 架构的工作。项目正在进行中，我收到的问题帮助我更清晰地概述项目的近期目标。

主题演讲是一个亮点。我喜欢内核编程，参加讲座后，我能更清楚地理解 anykernels 和 unikernels 的意义和目的。

我在 AsiaBSDCon 遇到的人对他们各种项目都充满热情，我非常喜欢这次会议，等不及明年再参加了。

***

**Alexandru Elisei** 正在 University Politehnica of Bucharest 攻读计算机科学学士学位。他对计算机和开源软件充满热情，并为多个开源项目做出过贡献，包括 Moodle 和 Gentoo。

***

AsiaBSDCon 2018 是我第一次参加 BSD 会议，太棒了。我遇到了很多来自 BSD 社区的人，了解到很多有趣的项目。

我到达东京的第二天，参加了 bhyvecon，一个 BSD 用户谈论 bhyve（FreeBSD 的 hypervisor）的会议。因为我工作的项目与 bhyve 相关，我知道那将是发现新事物以及与 bhyve 用户见面和交谈的绝佳机会。确实是一次有趣的经历。

我参加了两天的论文演讲。看到这么多人为 BSD 产品开发如此有趣的功能并谈论新功能和项目想法，令人惊叹。我有机会展示我为“bhyve 的 Save and Restore 功能”项目所做的工作，这是 University POLITEHNICA of Bucharest 的一个进行中的项目。这个特定功能允许你快照 bhyve 客户机并在未来恢复保存的状态——这是迈向实时迁移功能的重要第一步。在 AsiaBSDCon2018 我展示了“bhyve 的 Save and Restore 功能”项目的两个新功能。第一个与保存和恢复虚拟设备状态有关，第二个与保存和恢复 AMD CPU 的虚拟机 CPU 状态有关。

我发现很有趣的是，会议上有些使用类 BSD 操作系统的项目代表，你可以与他们的开发者互动。我非常喜欢的一个项目是用树莓派上的 FreeBSD 控制玩具车。

***

**Elena Mihailescu** 目前正在 University POLITEHNICA of Bucharest 自动控制与计算机科学学院攻读复杂网络安全硕士学位。她的兴趣领域包括操作系统内部和计算机安全。她于 2017 年 9 月开始从事 FreeBSD 虚拟化工作，当时她开始为 AMD CPU 实现 bhyve 的 Save and Restore 功能。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20180506-an-quan/conference-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
