> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen.md).

# xen

- [xen架构](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture.md)
- [Xen Hypervisor](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture/hypervisor.md)
- [Xen Hypervisor Debug](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture/hypervisor_debug.md)
- [XenStore和xenstored](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture/xenstore_xenstored.md)
- [Xen网络概述](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture/xen_network.md)
- [Xen内存调优](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture/dom0_memory_tunning.md)
- [xen快速起步](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/startup.md)
- [xen动态添加或移除guest内存或CPU](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/startup/xen_add_remove_memory_cpu_to_guest_on_fly.md)
- [xen动态添加usb设备到guest操作系统](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/startup/xen_add_usb_device_to_guest.md)
- [xen网络](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/network.md)
- [Amzaon VPC XEN SR-IOV性能](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/network/amazon_vpc_xen_sr-iov.md)
- [Xen多个VLANs的网络配置](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/network/xen_multiple_vlans.md)
- [xen存储](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/storage.md)
- [blktap块设备](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/storage/blktap.md)
- [在Xen中挂载iso镜像文件](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/storage/mount_iso_image_on_xen_guest.md)
- [xen Debug](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/debug.md)
- [配置XEN虚拟机Kernel core dump](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/debug/config_xen_domu_kernel_core_dump.md)
- [xm list执行报错"int exceeds XML-RPC limits"](https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/debug/xm_list_int_exceeds_xml-rpc_limits.md)


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen.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.
