summary refs log tree commit diff
path: root/Cargo.lock
Commit message (Expand)AuthorAge
* resources: data_model is not used, don't depend on itDylan Reid2019-01-11
* usb: add xhci abi.Jingkui Wang2018-12-25
* devices: allow virtio-wayland to use virtgpu resourcesZach Reizner2018-12-11
* poll_token: Use syn to simplify poll token deriveDavid Tolnay2018-12-09
* assertions: Use compile-time assertion macroDavid Tolnay2018-12-09
* sync: Mutex type with methods that panic instead of return errorDavid Tolnay2018-12-05
* usb_util: Create libusb wrapperJingkui Wang2018-12-01
* uprev crosvm and 9s libc to 0.2.44Stephen Barber2018-11-27
* macros: Update syn to 0.15David Tolnay2018-11-21
* crosvm: use msg_socket in vm_controlJingkui Wang2018-11-19
* Reland "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-19
* move qcow_utils to members from dependenciesZach Reizner2018-11-16
* Revert "devices: refactor proxy to use msg_socket"Jingkui Wang2018-11-02
* devices: refactor proxy to use msg_socketJingkui Wang2018-10-31
* Revert "Revert "linux: Convert all virtio devices to PCI""Daniel Verkamp2018-10-12
* arch: add virtio-pci eventfds with exact matchDaniel Verkamp2018-10-11
* crosvm: add msg_sock.Jingkui Wang2018-10-09
* Revert "linux: Convert all virtio devices to PCI"Daniel Verkamp2018-10-04
* linux: Convert all virtio devices to PCIDaniel Verkamp2018-10-02
* qcow: Add a utility program for qcow analysisDylan Reid2018-09-19
* sys_util: remove Scm struct and sock_ctrl_msg C libraryZach Reizner2018-09-17
* Arch: Big refactor and add an empty PCI busDylan Reid2018-09-10
* virtio: Implement the 9P deviceChirantan Ekbote2018-08-08
* 9s: Server binary for the 9p file systemChirantan Ekbote2018-08-08
* crosvm: Add bit_field_deriveJingkui Wang2018-08-03
* plugin: allow retrieving list of supported MSRsDmitry Torokhov2018-07-31
* gpu: implement virtio-gpuZach Reizner2018-07-20
* gpu_renderer: add virglrenderer bindingsZach Reizner2018-07-20
* plugin: allow retrieving and setting VCPU eventsSlava Malyugin2018-07-11
* Move gpu allocator to resourcesDylan Reid2018-07-09
* gpu_display: provides wayland based output for virtio-gpuZach Reizner2018-07-09
* x86_64: fill cache info in cpuid, stop spoofing CPU vendor idSlava Malyugin2018-07-09
* Remove the device manager and use the new resource allocatorDylan Reid2018-06-29
* resources: Add system resource allocatorDylan Reid2018-06-29
* resources: Add address allocation helperDylan Reid2018-06-29
* p9: Add server implementationChirantan Ekbote2018-06-15
* Update libc version to 0.2.40Chirantan Ekbote2018-05-23
* Add low-level p9 protocol implementationChirantan Ekbote2018-05-22
* crosvm: Switch to cc crate.Manoj Gupta2018-05-18
* plugin: allow retrieving and setting XCR VCPU statesDmitry Torokhov2018-05-18
* virtwl: Add DMABuf allocation support.David Reveman2018-05-16
* gpu_buffer: create bindings to minigbmZach Reizner2018-05-08
* crosvm: aarch64 guest supportSonny Rao2018-04-03
* plugin: allow retrieving and setting VM and VCPU statesDmitry Torokhov2018-03-30
* crosvm: create a LinuxArch trait and use it for x86Sonny Rao2018-03-15
* plugin: add crosvm_net_get_configStephen Barber2018-03-08
* sys_util: custom derive for PollTokenZach Reizner2018-03-07
* crosvm: move x86_64 arch specific stuff into the x86_64 crateSonny Rao2018-03-02
* allow plugin to query KVM for supported/emulated CPUIDsDmitry Torokhov2018-02-28
* plugin_proto: add helpers to convert CPUID data between KVM and protobufDmitry Torokhov2018-02-27