summary refs log tree commit diff
path: root/vm_control
Commit message (Expand)AuthorAge
* resources: add address_from_pci_offset functionGurchetan Singh2020-06-12
* kvm: use MappedRegion traitGurchetan Singh2020-06-12
* hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
* msg_socket: remove MsgOnSocket impl for RawFd, an alias for i32Zach Reizner2020-05-16
* devices: pci: refactor PCI devices to use PciAddress.Tomasz Jeznach2020-05-01
* Stop tracking sub-mappings in MemoryMappingArenaChirantan Ekbote2020-04-29
* crosvm balloon_stats commandCharles William Dick2020-04-13
* devices: pmem: implement flush using msync()Daniel Verkamp2020-04-08
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* msg_socket: support dynamically sized typesZach Reizner2020-04-05
* crosvm virtio balloon statsCharles William Dick2020-03-31
* devices: gpu: complete resource V2 rebaseGurchetan Singh2020-03-23
* vm_control: fix double-close on VmIrqRequest::AllocateOneMsiZach Reizner2020-02-06
* vfio: Implement bar mappableXiong Zhang2019-12-06
* resource: Rename device memory to mmioXiong Zhang2019-11-10
* Resource: Unify mmio allocatorXiong Zhang2019-11-10
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* vm_control: Add VmIrqRequest SocketXiong Zhang2019-10-15
* vm_control: support registering memory at a specific addressGurchetan Singh2019-10-01
* Remove remaining byteorder crate referencesDaniel Verkamp2019-08-26
* crosvm: {WlDriverRequest, WlDriverResponse} --> {VmMemoryRequest, VmMemoryRes...Gurchetan Singh2019-05-24
* usb: support for listing attached usb devicesZach Reizner2019-04-27
* crosvm: Extracts Wayland commands from from VmRequest.Jakub Staron2019-04-27
* Extracts BalloonAdjust from VmRequest.Jakub Staron2019-04-25
* resources+pci: allocator rework (allocation tags)Daniel Prilik2019-04-20
* Extracts DiskResize from VmRequest to a new type.Jakub Staron2019-04-19
* Removes RegisterIoevent and RegisterIrqfd.Jakub Staron2019-04-17
* clippy: Resolve unneeded_field_patternDavid Tolnay2019-04-17
* clippy: Resolve needless_returnDavid Tolnay2019-04-17
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Fill in macro importsDavid Tolnay2019-04-15
* Wrap the UnixSeqpacket with a more descriptive type.Jakub Staron2019-04-10
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update vm_control to 2018 editionDavid Tolnay2019-04-08
* implement xhci and add it to pci busJingkui Wang2019-03-17
* usb: add host backendJingkui Wang2019-03-16
* main: log responses to command line vm control requestsZach Reizner2019-02-28
* crosvm: use seqpacket rather than datagram socketsZach Reizner2019-02-28
* error: Print errors using Display implDavid Tolnay2019-02-20
* crosvm: add suspend/resume commandsZach Reizner2019-01-23
* devices: block: add resize VmControl requestDaniel Verkamp2019-01-16
* devices: balloon: fix the 'crosvm balloon' commandDaniel Verkamp2019-01-05
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* kvm: refactor ioeventfd datamatch interfaceDaniel Verkamp2018-10-11
* cargo fmt all source codeZach Reizner2018-10-09
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* Move gpu allocator to resourcesDylan Reid2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29