summary refs log tree commit diff
Commit message (Expand)AuthorAge
* crosvm: add support for plugin processZach Reizner2018-02-09
* add crosvm_plugin dynamic library crateZach Reizner2018-02-07
* kvm: support irqfds with resample eventfdsZach Reizner2018-02-06
* kvm: support adding read only memory to VMsZach Reizner2018-02-06
* sys_util: implement IntoRawFd for EventFdZach Reizner2018-02-06
* mmap: remove unused 'use'Dylan Reid2018-02-05
* volatile_memory: Fix usize/u64 confusion in doc testDylan Reid2018-02-05
* crosvm: move kernel_cmdline to it's own crateSonny Rao2018-02-02
* hw/virtio/vhost: Add simple tests backed by fakesJason D. Clinton2018-02-02
* qcow_utils: add pkgconfig scriptStephen Barber2018-02-01
* Add qcow_utils for exposing qcow functions as a C libraryDylan Reid2018-02-01
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* qcow: Fix limiting range clustersDylan Reid2018-02-01
* io_jail: add exec support via Minijail::runZach Reizner2018-01-31
* devices: virtio - Limit avail_iter iterationsDylan Reid2018-01-31
* kvm: fix and test set_identity_map_addrZach Reizner2018-01-30
* add plugin_proto crateZach Reizner2018-01-30
* sys_util: add ppoll to seccomp policiesZach Reizner2018-01-27
* add crosvm plugin C header fileZach Reizner2018-01-26
* data_model: add basic methods functions for using DataInit typesZach Reizner2018-01-25
* sys_util: add timeout support to PollerZach Reizner2018-01-25
* kvm: add set_irq_routing methodZach Reizner2018-01-25
* Change the group for the wayland process to crosvmChirantan Ekbote2018-01-25
* qcow: Add ability to write a QcowHeader to a fileDylan Reid2018-01-22
* qcow: Add ability to create QcowHeader for a given sizeDylan Reid2018-01-22
* main: Allow qcow files to be used as disksDylan Reid2018-01-19
* Add qcow support crateDylan Reid2018-01-19
* rng: switch to /dev/urandomMike Frysinger2018-01-18
* kvm: add dirty_log_bitmap_size helperZach Reizner2018-01-18
* kvm: add ioeventfd and irqfd unregister supportZach Reizner2018-01-18
* sys_util: SharedMemory: Add into_fileDylan Reid2018-01-16
* devices: block: require traits not a fileDylan Reid2018-01-16
* Add kernel_loader fuzzingDylan Reid2018-01-12
* sys_util: replace sysconf(_SC_PAGESIZE) with a safe wrapperZach Reizner2018-01-10
* sys_util: implement FromRawFd for EventFdZach Reizner2018-01-10
* crosvm: use tsync for seccomp jailsStephen Barber2018-01-08
* wl: fix seccomp filter for memfd_createZach Reizner2018-01-06
* Clean up wayland device jailChirantan Ekbote2018-01-06
* io_jail: add minijail_mountChirantan Ekbote2018-01-05
* crosvm: remove stderr from preserved FDsStephen Barber2018-01-05
* mmap: Simplify offset checksDylan Reid2018-01-05
* mmap: Bounds check offset on readDylan Reid2018-01-05
* syslog: closelog before trying to figure out the fdChirantan Ekbote2018-01-05
* sys_util: add memfd seal support to SharedMemoryZach Reizner2018-01-05
* sys_util: add mmap with offset supportZach Reizner2018-01-05
* sys_util: check mmap return value properlyGabriel Campana2018-01-05
* crosvm: refactor linux vm running sequenceZach Reizner2018-01-04
* crosvm: have DeviceManager make direct VM changesZach Reizner2018-01-04
* kvm: add dirty log supportZach Reizner2018-01-03
* sys_util: allow empty GuestMemoryZach Reizner2018-01-03