Displaying 8 results from an estimated 8 matches for "20140602_164612".
2014 Aug 21
0
[Qemu-devel] QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
...0): error -2
Please append a correct "root=" boot option; here are the available partitions:
0b00 1048575 sr0 driver: sr
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
rel-1.7.5-0-ge51488c-20140602_164612-nilsson.home.kraxel.org 04/01/2014
Thanks,
Christopher
--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foundation.
2014 Aug 22
0
[V9fs-developer] [Qemu-devel] QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
..."root=" boot option; here are the available partitions:
>> 0b00 1048575 sr0 driver: sr
>> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
>> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
>> rel-1.7.5-0-ge51488c-20140602_164612-nilsson.home.kraxel.org 04/01/2014
>
> I'm pretty sure that's the same problem that's been reported a few times
> here, could you try again after cherry-picking this commit:
>
> commit f15844e0777fec936f87a87f97394f83911dacd3
> Author: Dominique Martinet <dominiqu...
2014 Sep 18
2
[PATCH v2 3/6] hw_random: use reference counts on each struct hwrng.
...ttm ata_piix drm libata virtio_pci virtio_ring virtio i2c_core floppy dm_mirror dm_region_hash dm_log dm_mod
[ 2.765686] CPU: 0 PID: 470 Comm: systemd-udevd Not tainted 3.10.0-161.el7.rusty.x86_64 #1
[ 2.767806] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.7.5-0-ge51488c-20140602_164612-nilsson.home.kraxel.org 04/01/2014
[ 2.770449] 0000000000000000 0000000075730141 ffff88007bb13b68 ffffffff815f0673
[ 2.772570] ffff88007bb13ba0 ffffffff8106bc41 ffffffff819a0e50 ffff880036cd1000
[ 2.774970] ffff8800370a2cc0 0000000000000000 ffffffffa025c0e0 ffff88007bb13bb0
[ 2.77726...
2014 Sep 18
2
[PATCH v2 3/6] hw_random: use reference counts on each struct hwrng.
...ttm ata_piix drm libata virtio_pci virtio_ring virtio i2c_core floppy dm_mirror dm_region_hash dm_log dm_mod
[ 2.765686] CPU: 0 PID: 470 Comm: systemd-udevd Not tainted 3.10.0-161.el7.rusty.x86_64 #1
[ 2.767806] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.7.5-0-ge51488c-20140602_164612-nilsson.home.kraxel.org 04/01/2014
[ 2.770449] 0000000000000000 0000000075730141 ffff88007bb13b68 ffffffff815f0673
[ 2.772570] ffff88007bb13ba0 ffffffff8106bc41 ffffffff819a0e50 ffff880036cd1000
[ 2.774970] ffff8800370a2cc0 0000000000000000 ffffffffa025c0e0 ffff88007bb13bb0
[ 2.77726...
2013 Nov 25
6
QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
I booted a Gentoo Linux installation in QEMU with a 9P rootfs as follows:
sudo qemu-kvm -cpu host -m 1024 -kernel
/mnt/test/usr/src/linux-3.13-rc1/arch/x86/boot/bzImage -append
'root=/dev/root rootfstype=9p rootflags=trans=virtio,version=9p2000.L ro
console=ttyS0' -serial stdio -fsdev
local,id=root,path=/mnt/test,security_model=none -device
virtio-9p-pci,fsdev=root,mount_tag=/dev/root
2013 Nov 25
6
QEMU dies on any attempt to load a Linux kernel module when using a 9P rootfs
I booted a Gentoo Linux installation in QEMU with a 9P rootfs as follows:
sudo qemu-kvm -cpu host -m 1024 -kernel
/mnt/test/usr/src/linux-3.13-rc1/arch/x86/boot/bzImage -append
'root=/dev/root rootfstype=9p rootflags=trans=virtio,version=9p2000.L ro
console=ttyS0' -serial stdio -fsdev
local,id=root,path=/mnt/test,security_model=none -device
virtio-9p-pci,fsdev=root,mount_tag=/dev/root
2014 Sep 18
9
[PATCH v2 0/6] fix hw_random stuck
When I hotunplug a busy virtio-rng device or try to access
hwrng attributes in non-smp guest, it gets stuck.
My original was pain, Rusty posted a real fix. This patchset
fixed two issue in v1, and tested by my 6+ cases.
| test 0:
| hotunplug rng device from qemu monitor
|
| test 1:
| guest) # dd if=/dev/hwrng of=/dev/null &
| hotunplug rng device from qemu monitor
|
| test 2:
|
2014 Sep 18
9
[PATCH v2 0/6] fix hw_random stuck
When I hotunplug a busy virtio-rng device or try to access
hwrng attributes in non-smp guest, it gets stuck.
My original was pain, Rusty posted a real fix. This patchset
fixed two issue in v1, and tested by my 6+ cases.
| test 0:
| hotunplug rng device from qemu monitor
|
| test 1:
| guest) # dd if=/dev/hwrng of=/dev/null &
| hotunplug rng device from qemu monitor
|
| test 2:
|