Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
crosvm
/
32e17bc0b7ddd0cfa2ace015f38bce8375e43af2
32e17bc
qcow: Cache address and refcount tables
by Dylan Reid
· 6 years ago
b22b613
gpu: add sandboxing via minijail for virtio gpu device.
by David Riley
· 6 years ago
9fbac2c
Add basic rustfmt config
by Dylan Reid
· 6 years ago
5e84065
qcow: Add refcounting helper
by Dylan Reid
· 6 years ago
62d2183
qcow: Add vec_cache
by Dylan Reid
· 6 years ago
8b952c2
qcow: Add raw file struct
by Dylan Reid
· 6 years ago
96c4a6d
devices: pci: add subsystem vendor and device ID
by Dylan Reid
· 6 years ago
11809f6
devices: pci: fix capability mask in status reg
by Dylan Reid
· 6 years ago
bc8d905
resources: fix allocator doc tests
by Dylan Reid
· 6 years ago
67afe44
devices: Move VirtioDevice to its own file
by Dylan Reid
· 6 years ago
059a188
Arch: Big refactor and add an empty PCI bus
by Dylan Reid
· 6 years ago
7621d91
devices: block: implement discard and write zeroes
by Daniel Verkamp
· 6 years ago
ed2b3e0
pci: add tests for add_capability()
by Daniel Verkamp
· 6 years ago
8a4a13d
virtio-gpu: fix reporting of VIRTIO_F_VERSION_1
by Daniel Verkamp
· 6 years ago
9c7cd86
qcow: deallocate clusters in write_zeroes
by Daniel Verkamp
· 6 years ago
95a8868
qcow: implement WriteZeroes for QcowFile
by Daniel Verkamp
· 6 years ago
a3d11ed
sys_util: add WriteZeroes trait and impl for File
by Daniel Verkamp
· 6 years ago
0e8f6fa
sys_util: add safe wrapper for fallocate()
by Daniel Verkamp
· 6 years ago
caa2e5a
plugin: do not fail crosvm_vcpu_get_msrs() if we failed to fetch some
by Dmitry Torokhov
· 6 years ago
9dec40e
kvm: fix get_msrs() to handle case where KVM does not fetch all MSRs
by Dmitry Torokhov
· 6 years ago
45e6c84
kvm: fix set_gsi_routing() test
by Dmitry Torokhov
· 6 years ago
f4afa06
Fix typo in libminijail.rs.
by Jorge Lucangeli Obes
· 6 years ago
641b28b
plugin: return number of supported MSRS even if buffer is too small
by Dmitry Torokhov
· 6 years ago
b47c692
Remove sync requirements of pci device trait
by Jingkui Wang
· 6 years ago
bce85fe
seccomp: move 9s policy aarch64 -> arm
by Stephen Barber
· 6 years ago
285b682
qcow: fix check for compressed cluster bit
by Daniel Verkamp
· 6 years ago
d0a0828
devices: block: define config space as a struct
by Daniel Verkamp
· 6 years ago
70589a0
devices: block: add support for read-only feature
by Daniel Verkamp
· 6 years ago
18fa205
devices: block: store features as a u64
by Daniel Verkamp
· 6 years ago
de9ae03
main: replace block writable option with read_only
by Daniel Verkamp
· 6 years ago
5f871eb
devices: block: define features as shift counts
by Daniel Verkamp
· 6 years ago
660a653
Add capabilities to PCI configuration space
by Dylan Reid
· 6 years ago
2dd7879
x86_64: Don't allocate addrs in the 32 bit gap
by Dylan Reid
· 6 years ago
ebd5681
virtio: Implement the 9P device
by Chirantan Ekbote
· 7 years ago
a79073a
9s: Server binary for the 9p file system
by Chirantan Ekbote
· 6 years ago
f226e28
bitfield: Add fmt::Debug
by Jingkui Wang
· 6 years ago
eba6e7f
sys_util: enable custom events in pollcontext
by Jingkui Wang
· 6 years ago
8cad751
crosvm: Add bit_field_derive
by Jingkui Wang
· 6 years ago
f11e6ed
linux: Allow running without chromeos-low_mem
by Dylan Reid
· 6 years ago
6583576
plugin: allow retrieving list of supported MSRs
by Dmitry Torokhov
· 6 years ago
c017a76
kvm: plumb accessor for KVM_GET_MSR_INDEX_LIST
by Dmitry Torokhov
· 6 years ago
0ed91ab
linux: Create stuct to hold runnable state
by Dylan Reid
· 6 years ago
625866b
x86_64: Enable pci on the command line.
by Dylan Reid
· 7 years ago
c9ce2da
gpu: add force_ctx_0 calls prior to each gpu command
by David Riley
· 6 years ago
f89e0b5
gpu: add support for fences
by David Riley
· 7 years ago
ba7c603
gpu: hold image with resource
by David Riley
· 7 years ago
4cbaeb7
gpu: make process_descriptor return Option
by David Riley
· 7 years ago
af9d7ed
gpu: import buffers for rendering from minigbm
by David Riley
· 6 years ago
150daf9
gpu_renderer: update virglrenderer bindings
by David Riley
· 6 years ago
c1ce54a
pci: Add serial bus subclass
by Jingkui Wang
· 6 years ago
448516e
balloon: Implement device policy
by Chirantan Ekbote
· 6 years ago
1187595
gpu: fix parsing of third descriptor in chain
by David Riley
· 6 years ago
e9717c4
gpu_buffer: fix reading and writing to GPU buffers
by Zach Reizner
· 6 years ago
940259c
main: Fix help for create_qcow2
by Dylan Reid
· 6 years ago
a697d31
mptable: Add ability to allocate pci interrupts
by Dylan Reid
· 6 years ago
b847858
seccomp: rename aarch64 -> arm
by Sonny Rao
· 6 years ago
98ca995
wl: add pipe2 and fcntl64 to wl_device.policy
by Zach Reizner
· 6 years ago
cd2d4fe
data_model: add offset, copy_to_volatile_slice, Copy to VolatileSlice
by Zach Reizner
· 6 years ago
59caefa
gpu_buffer: add bytes_per_pixel method to Format
by Zach Reizner
· 6 years ago
3a8100a
gpu: implement virtio-gpu
by Zach Reizner
· 7 years ago
f40bb19
gpu_renderer: add virglrenderer bindings
by Zach Reizner
· 7 years ago
86fdb1d
devices: pci - Add a PCI root bridge
by Dylan Reid
· 6 years ago
836466a
devices: proxy - Add support for proxying PciDevices
by Dylan Reid
· 6 years ago
898921f
device: block: Update status of the flush command
by Dylan Reid
· 6 years ago
2dcb632
qcow: Set refcounts for initial clusters.
by Dylan Reid
· 6 years ago
5ad2174
devices: block: sync after setting refcount
by Dylan Reid
· 6 years ago
6fd0c6f
devices: block: Support flush command
by Dylan Reid
· 6 years ago
d1e391b
plugin: allow retrieving and setting VCPU events
by Slava Malyugin
· 6 years ago
cc08cdb
devices: pci - Add PciDevice
by Dylan Reid
· 6 years ago
b4e7ea3
devices: pci - Add PciConfiguration
by Dylan Reid
· 6 years ago
9b871c2
devices: Add pci_types
by Dylan Reid
· 6 years ago
228e4a6
Move gpu allocator to resources
by Dylan Reid
· 6 years ago
20d71f8
gpu_display: provides wayland based output for virtio-gpu
by Zach Reizner
· 7 years ago
ac5a8db
x86_64: fill cache info in cpuid, stop spoofing CPU vendor id
by Slava Malyugin
· 6 years ago
ef7352f
Remove the device manager and use the new resource allocator
by Dylan Reid
· 7 years ago
473ae27
resources: Add system resource allocator
by Dylan Reid
· 6 years ago
dea77ce
resources: Add address allocation helper
by Dylan Reid
· 6 years ago
d678784
p9: Fix file and directory creation mode
by Chirantan Ekbote
· 6 years ago
f2fb37e
p9: Fix unsafe block in read function
by Chirantan Ekbote
· 6 years ago
298b41c
sys_util: move round_to_page_size to sys_util
by Zach Reizner
· 6 years ago
22272dd
virtwl: implement dmabuf sync support
by David Reveman
· 6 years ago
b657603
p9: Add server implementation
by Chirantan Ekbote
· 7 years ago
a7b0a71
virtio-queue: Add an iterator over a descriptor chain
by Chirantan Ekbote
· 6 years ago
dd19b2e
virtio-queue: Add an is_read_only() method for DescriptorChain
by Chirantan Ekbote
· 6 years ago
6452eaf
virtio: Derive Clone for DescriptorChain
by Chirantan Ekbote
· 7 years ago
72fa671
virtwl: exclude "pvr" drm devices for mediatek systems
by Sonny Rao
· 6 years ago
5f78721
net: Allow passing in a configured tap fd on the command line
by Chirantan Ekbote
· 6 years ago
92068bc
wl: do not close FDs that were hungup
by Zach Reizner
· 6 years ago
90c5041
crosvm: aarch64: whitelist gettimeofday for error messages
by Sonny Rao
· 6 years ago
5f5e7ec
virtwl: better multi-plane DMABuf support
by David Reveman
· 6 years ago
8608eb0
Update libc version to 0.2.40
by Chirantan Ekbote
· 7 years ago
9b81eb5
p9: protocol: Add message definitions
by Chirantan Ekbote
· 7 years ago
800fcb0
Add low-level p9 protocol implementation
by Chirantan Ekbote
· 7 years ago
d8f10af
crosvm: Switch to cc crate.
by Manoj Gupta
· 7 years ago
2494dde
qcow: Call fsync(2) when we want to flush to disk
by Dylan Reid
· 7 years ago
fe0abe4
virtwl: Fix DMABuf support on when building for 32bit.
by David Reveman
· 7 years ago
bb65801
plugin: allow retrieving and setting XCR VCPU states
by Dmitry Torokhov
· 7 years ago
f0656b6
virtwl: Fix wayland-dmabuf argument typo.
by David Reveman
· 7 years ago
10668e6
kvm: fix test for getting and setting xcrs
by Dmitry Torokhov
· 7 years ago
52ba4e5
virtwl: Add DMABuf allocation support.
by David Reveman
· 7 years ago
Next »