Displaying 10 results from an estimated 10 matches for "osimag".
Did you mean:
osimage
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...lkp/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled/lkp-hsw-ep4/will-it-scale-100%25-thread-writeseek1-performance-debian-x86_64-2016-08-31.cgz-CYCLIC_BASE-20171002-6004-1575yyc-0.yaml&job_state=wget_initrd -o /dev/null
[ 176.166493]
[ 179.043933] /usr/bin/curl -sSf http://inn:80/~lkp/osimage/debian/debian-x86_64-2016-08-31.cgz -o /tmp/cache/osimage/debian/debian-x86_64-2016-08-31.cgz
[ 179.043937]
[ 180.360231] /usr/bin/curl -sSf http://inn:80/~lkp/lkp/scheduled/lkp-hsw-ep4/will-it-scale-100%25-thread-writeseek1-performance-debian-x86_64-2016-08-31.cgz-CYCLIC_BASE-20171002-6004-157...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...lkp/cgi-bin/lkp-jobfile-append-var?job_file=/lkp/scheduled/lkp-hsw-ep4/will-it-scale-100%25-thread-writeseek1-performance-debian-x86_64-2016-08-31.cgz-CYCLIC_BASE-20171002-6004-1575yyc-0.yaml&job_state=wget_initrd -o /dev/null
[ 176.166493]
[ 179.043933] /usr/bin/curl -sSf http://inn:80/~lkp/osimage/debian/debian-x86_64-2016-08-31.cgz -o /tmp/cache/osimage/debian/debian-x86_64-2016-08-31.cgz
[ 179.043937]
[ 180.360231] /usr/bin/curl -sSf http://inn:80/~lkp/lkp/scheduled/lkp-hsw-ep4/will-it-scale-100%25-thread-writeseek1-performance-debian-x86_64-2016-08-31.cgz-CYCLIC_BASE-20171002-6004-157...
2007 Mar 26
8
Backend device not found error
...I get the following error:
Error: Device 2049 (vbd) could not be connected. Backend device not found.
Im using a FC4 image.
Here is the config file:
kernel = "/boot/vmlinuz-2.6.16-rc3-xenU"
memory=256
name=Domain1
vif = [''bridge=xenbr0'']
disk = [ ''file:/root/osimages/fedora.img,sda1,w'' ]
root = "/dev/sda1 ro"
extra="4"
Any idea why this is occuring?
Thanks,
Adit
--
Adit Ranadive
MS CS Candidate
Georgia Institute of Technology,
Atlanta, GA
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xe...
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching
the IF flag until absolutely necessary. This patch change the way
the paravirt arch_local_irq_restore() works by checking the previous
flags value and call arch_local_irq_enable() only if the IF flag was
set previously.
On a 32 vCPUs KVM guest running the AIM7 five-sec workload,
the performance increased slightly from 302136.32
2017 Feb 06
1
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
Setting the IF flag can cause an VM exit. So we should avoid touching
the IF flag until absolutely necessary. This patch change the way
the paravirt arch_local_irq_restore() works by checking the previous
flags value and call arch_local_irq_enable() only if the IF flag was
set previously.
On a 32 vCPUs KVM guest running the AIM7 five-sec workload,
the performance increased slightly from 302136.32
2018 Feb 02
0
[fw_cfg] c8bf448ff3: kernel_BUG_at_arch/x86/mm/physaddr.c
...9c912ddf2'
export user='lkp'
export result_root='/result/boot/1/vm-lkp-nhm-dp2-yocto-ia32/yocto-tiny-i386-2016-04-22.cgz/x86_64-randconfig-s3-02020248/gcc-7/c8bf448ff3899860de51fbae61a43619c912ddf2/0'
export LKP_SERVER='inn'
export max_uptime=600
export initrd='/osimage/yocto/yocto-tiny-i386-2016-04-22.cgz'
export bootloader_append='root=/dev/ram0
user=lkp
job=/lkp/scheduled/vm-lkp-nhm-dp2-yocto-ia32-1/boot-1-yocto-tiny-i386-2016-04-22.cgz-c8bf448ff3899860de51fbae61a43619c912ddf2-20180202-84728-v84elh-0.yaml
ARCH=x86_64
kconfig=x86_64-randconfig-s3-02020...
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the
block code.
This was inspired by missing check for valid logical block size in
virtio-blk which causes the kernel to crash in a weird way later on
when it is invalid.
I added blk_is_valid_logical_block_size which returns true iff the
block size is one of supported sizes.
I added this check to virtio-blk, and also converted
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the
block code.
This was inspired by missing check for valid logical block size in
virtio-blk which causes the kernel to crash in a weird way later on
when it is invalid.
I added blk_is_valid_logical_block_size which returns true iff the
block size is one of supported sizes.
I added this check to virtio-blk, and also converted
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi,
here is the next version of changes to enable Linux to run as an SEV-ES
guest. The code was rebased to v5.7-rc3 and got a fair number of changes
since the last version.
What is SEV-ES
==============
SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted
State' and means a hardware feature of AMD processors which hides the
register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi,
here is the next version of changes to enable Linux to run as an SEV-ES
guest. The code was rebased to v5.7-rc3 and got a fair number of changes
since the last version.
What is SEV-ES
==============
SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted
State' and means a hardware feature of AMD processors which hides the
register state of VCPUs to the hypervisor by