summary refs log tree commit diff
Commit message (Expand)AuthorAge
* fuzz: add USB descriptor parsing fuzzerDaniel Verkamp2019-10-17
* Reformat with rustfmt from Rust 1.38.0Daniel Verkamp2019-10-17
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* usb: replace libusb with Rust usb_util libraryDaniel Verkamp2019-10-17
* vfio: Add msi supportXiong Zhang2019-10-17
* devices: vfio: fix clippy warningsDaniel Verkamp2019-10-17
* rust-toolchain: Change to stableChirantan Ekbote2019-10-16
* devices: fs: Add fuse constants and struct definitionsChirantan Ekbote2019-10-16
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* vm_control: Add VmIrqRequest SocketXiong Zhang2019-10-15
* devices: proxy: do not acknowledge write commandsDaniel Verkamp2019-10-14
* kvm: Let device could modify its irq routingXiong Zhang2019-10-14
* docker: fix a failure when building crosvmJianxun Zhang2019-10-10
* docker: fix minigbm failure when building base imageJianxun Zhang2019-10-10
* devices: jail serial deviceZach Reizner2019-10-10
* device: ac97: Cleanup interrupt logicpaulhsia2019-10-08
* devices: virtio_net: handle errors in tapfd poll adding/removalStephen Barber2019-10-08
* devices: ac97: fix interrupt triggering logicDaniel Verkamp2019-10-08
* sys_util: Add ReadWriteAtVolatile trait and `*vectored` functionsChirantan Ekbote2019-10-07
* virtio: queue: Enforce DescriptorChain orderingChirantan Ekbote2019-10-06
* devices: virtio_net: avoid busylooping when no rx buffers availableStephen Barber2019-10-03
* sys_util: allow adding handlers for all signalsFletcher Woodruff2019-10-03
* Support composite disks.Cody Schuffelen2019-10-03
* devices: virtio: pmem: use descriptor reader/writerDaniel Verkamp2019-10-01
* devices: virtio: input: use descriptor reader/writerDaniel Verkamp2019-10-01
* crosvm: Use Reader/Writer interfaces in various virtio devices.Jakub Staron2019-10-01
* virtio-gpu: handle VIRTIO_GPU_CMD_RESOURCE_CREATE_V2Gurchetan Singh2019-10-01
* virtio-gpu: handle VIRTIO_GPU_CMD_ALLOCATION_METADATAGurchetan Singh2019-10-01
* crosvm: add 'virtio-gpu-next' feature flagGurchetan Singh2019-10-01
* vm_control: support registering memory at a specific addressGurchetan Singh2019-10-01
* gpu_renderer: update bindingsGurchetan Singh2019-10-01
* vfio: Setup dma map for vfio deviceXiong Zhang2019-10-01
* vfio: Integrate VFIO device into pci device modelXiong Zhang2019-10-01
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* devices: modify get_device_bars(..) interfaceGurchetan Singh2019-09-20
* virtio-gpu: Use new + proposed virtio-gpu featuresGurchetan Singh2019-09-20
* virtio-gpu: add new + proposed kernel protocolsGurchetan Singh2019-09-20
* gpu_renderer: move capset3 out of VMMGurchetan Singh2019-09-20
* vfio: Implement PciDevice Trait for vfio deviceXiong Zhang2019-09-18
* gpu: Fix sandboxing support for ARM.David Riley2019-09-17
* devices: gpu: Use descriptor_utils helpers for virtio processing.David Riley2019-09-17
* virtio: Make Reader interface cloneable.David Riley2019-09-17
* devices: join worker threads in drop()Daniel Verkamp2019-09-17
* linux: drop VM before exiting to allow cleanupDaniel Verkamp2019-09-17
* sync: add wait_timeout method to condvar wrapperFletcher Woodruff2019-09-16
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* sys_util: shm: make using names with shared memory more convenientZach Reizner2019-09-11
* Add usb_sys wrapper for usbfsDaniel Verkamp2019-09-09
* usb: clarify transfer cancellation APIDaniel Verkamp2019-09-09
* fuzz: fix block fuzzer build after block API changeDaniel Verkamp2019-09-03