summary refs log tree commit diff
path: root/vm_control (follow)
Commit message (Expand)AuthorAge
* crosvm: make wl add take socket as fdAlyssa Ross2020-07-06
* Make wayland socket names byte arraysAlyssa Ross2020-07-02
* devices: enable adding Wl sockets at runtimeAlyssa Ross2020-07-02
* three partsAlyssa Ross2020-06-15
* recursive deserializationAlyssa Ross2020-06-15
* recursive serializationAlyssa Ross2020-06-15
* vm_control: make MaybeOwnedFd genericAlyssa Ross2020-06-15
* crosvm: fix deadlock on early VmRequestAlyssa Ross2020-06-15
* Merge remote-tracking branch 'origin/master'Alyssa Ross2020-06-14
|\
| * 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
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-22
|\|
| * msg_socket: remove MsgOnSocket impl for RawFd, an alias for i32Zach Reizner2020-05-16
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-05-10
|\|
| * 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
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-04-10
|\|
| * 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
* | Merge remote-tracking branch 'origin/master'Alyssa Ross2020-03-26
|\|
| * devices: gpu: complete resource V2 rebaseGurchetan Singh2020-03-23
* | vm_control: make MaybeOwnedFd docs make more senseAlyssa Ross2020-03-09
|/
* 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