Displaying 3 results from an estimated 3 matches for "blk1".
Did you mean:
blk
2003 May 22
1
Experimental Design
...experiments are the controls. Is there any ANOVA design that
allows me to make this comparison taking into consideration the
confounding effect? Any help would be greatly appreciated.
Isaac
A representation of the experiments follows:
Experiment 1
Control1 Treat1 Treat2
Blk1 s1 s2 s3
Blk2 s4 s5 s6
Blk3 s7 s8 s9
Experiment 2
Control2 Treat3 Treat4
Blk1 s1a s2a s3a
Blk2 s4a s5a s6a
Blk3 s7a s8a...
2017 Mar 29
9
Bug#858962: Request: enable OVMF at build time in 4.8 as it does not require non-free anymore
Package: src:xen
Version: 4.8.1~pre.2017.01.23-1
Severity: wishlist
Dear Maintainer,
In Xen 4.8 it is possible to enable OVMF without the need for any OVMF code or binary to be on the system.
Currently, OVMF is not enabled, probably because it used to require OVMF at compile time which would
make for a hard dependency on non-free code. Since this is no longer the case, you could make it a
2023 Apr 07
2
[PATCH 0/2] vdpa_sim_blk: support shared backend
...e second patch adds the `shared_buffer_mutex` parameter to vdpa_sim_blk to
use the same ramdisk for all devices.
Tested with QEMU v8.0.0-rc2 in this way:
modprobe vhost_vdpa
modprobe vdpa_sim_blk shared_backend=true
vdpa dev add mgmtdev vdpasim_blk name blk0
vdpa dev add mgmtdev vdpasim_blk name blk1
qemu-system-x86_64 -m 512M -smp 2 -M q35,accel=kvm,memory-backend=mem \
?-object memory-backend-file,share=on,id=mem,size="512M",mem-path="/dev/shm"
?...
?-blockdev node-name=drive_src1,driver=virtio-blk-vhost-vdpa,path=/dev/vhost-vdpa-1,cache.direct=on \
?-device virtio-bl...