summary refs log tree commit diff
Commit message (Expand)AuthorAge
* crosvm: pstore works for ARCVM on x86_64Kansho Nishida2020-02-03
* linux: use ScopedEvent to trigger the `exit_evt` in vcpu threadsZach Reizner2020-02-01
* sys_util: add ScopedEvent to trigger and EventFd on DropZach Reizner2020-02-01
* data_model: fix flaky observe_mutateZach Reizner2020-02-01
* devices: virtio/gpu: support PCI shared mem capGurchetan Singh2020-01-25
* devices: virtio: block: keep disk allocated on resizeDaniel Verkamp2020-01-24
* sys_util: add FileAllocate traitDaniel Verkamp2020-01-24
* devices: xhci: use get_bar_addr() to find BAR 0Daniel Verkamp2020-01-23
* guest_memory: add fn to get memfd offset of addrFletcher Woodruff2020-01-23
* flesh out high level documentationZach Reizner2020-01-22
* seccomp: remove redundant unconditional rulesMatt Delco2020-01-22
* crosvm: add support for bpf policy filesMatt Delco2020-01-22
* gpu_buffer: update minigbm bindingsGurchetan Singh2020-01-22
* Use DiskFile in read_cbA. Cody Schuffelen2020-01-22
* Make DiskFile, CompositeDisk DebugA. Cody Schuffelen2020-01-22
* Remove warning for VIRTIO_INPUT_CFG_UNSET.Noah Gold2020-01-21
* vhost: impl on_device_sandboxed for virtio deviceChuanxiao Dong2020-01-19
* vhost: add cleanup_vqs to do some cleanup stuffChuanxiao Dong2020-01-19
* seccomp: allow statx syscall where stat/fstat was allowedDaniel Verkamp2020-01-17
* README: remove line claiming no hardware is emulatedStephen Barber2020-01-17
* MsgSocket: Don't implement DerefChirantan Ekbote2020-01-17
* crosvm: log 'run' arguments parsing errors also to syslogDmitry Torokhov2020-01-16
* sys_util: Fix unused trait warningDylan Reid2020-01-14
* gpu_display: implement stub displayJason Macnak2020-01-14
* seccomp: Allow 9p device to use open/openatYusuke Sato2020-01-13
* disk: use seek to determine file lengthDaniel Verkamp2020-01-13
* Add a new command to dump version info.Yi Sun2020-01-13
* x86_64: fix warning on 1.40Dylan Reid2020-01-12
* msg_socket: Change trait type parameters to associated typesChirantan Ekbote2020-01-12
* virtio: resolve some new introduced clippy warningsChuanxiao Dong2020-01-10
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* devices: net: add control queue for enabling/disabling offloadsStephen Barber2020-01-08
* devices: gpu: log hung-up displayGurchetan Singh2020-01-08
* linux_input_sys: Ignore dead code warningsDylan Reid2020-01-08
* crosvm: align pmem region size to 2MiBStephen Barber2020-01-07
* devices: virtio: wl: Support multiple socketsRyo Hashimoto2020-01-07
* Vfio: Ignore vfio device's multifunction flagXiong Zhang2020-01-07
* Vfio: Add igd Opregion supportXiong Zhang2020-01-07
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* qcow_utils: remove unused convert functionsDaniel Verkamp2020-01-06
* gpu_display: add X11 input bindings.Noah Gold2020-01-03
* Add keycode translator.Noah Gold2020-01-03
* Add Linux input_event struct & generator funcs.Noah Gold2020-01-03
* virtio: implement reset for balloon/rng/blk/netChuanxiao Dong2020-01-03
* virtio: call virtio device reset method for resetChuanxiao Dong2020-01-03
* plugin: mount read-only /proc into the jailDmitry Torokhov2019-12-31
* Cast refernces of libc::RLIMIT_NOFILE to i32 for newer libc crate.Allen Webb2019-12-26
* devices: fix warning about extra parensDylan Reid2019-12-23
* Fix parsing arguments that require a value at the end of command lineDmitry Torokhov2019-12-22
* When parsing --parameter <value> argument do not clobber parser errorsDmitry Torokhov2019-12-22