summary refs log tree commit diff
path: root/vm_control
Commit message (Expand)AuthorAge
* 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
* virtwl: better multi-plane DMABuf supportDavid Reveman2018-05-26
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* vm_control: more error signedness fixesDmitry Torokhov2018-03-01
* vm_control: do not use negative error coded for errno-based errorsDmitry Torokhov2018-02-27
* kvm: support adding read only memory to VMsZach Reizner2018-02-06
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* kvm: add dirty log supportZach Reizner2018-01-03
* main: Add inflate/deflate interface for balloonDylan Reid2018-01-02
* sys_util/vm_control: Don't test shm if memfd_create doesn't existDylan Reid2017-11-16
* Move vm_control to a top-level crateDylan Reid2017-10-09