Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: rufi on December 04, 2014, 12:07:47 AM

Title: Please add 64bit QEMU to tcz repository
Post by: rufi on December 04, 2014, 12:07:47 AM
I think it's a good idea to use 64bit TinyCore+KVM+QEMU as a virtualization platform.
Then we can store lots of ISO files in USB disk and boot these LiveCDs through VM.

Thanks.
Title: Re: Please add 64bit QEMU to tcz repository
Post by: rufi on December 04, 2014, 12:40:52 AM
The more interesting thing is that we can do PassThrough in QEMU to let VM use physical hardwares, which opens a lot more possibilities.

As such we need the lspci command to list PCI addresses, it was added to BusyBox 1.16.0, don't know why TinyCore doesn't have this command.
Title: Re: Please add 64bit QEMU to tcz repository
Post by: Rich on December 04, 2014, 12:45:03 AM
Hi rufi
lspci is in  pci-utils.tcz
Title: Re: Please add 64bit QEMU to tcz repository
Post by: curaga on December 04, 2014, 04:54:39 AM
As such we need the lspci command to list PCI addresses, it was added to BusyBox 1.16.0, don't know why TinyCore doesn't have this command.

Most users need PCI names, not addresses, and the ID database is big.
Title: Re: Please add 64bit QEMU to tcz repository
Post by: rufi on December 05, 2014, 12:08:01 AM
Hi rufi
lspci is in  pci-utils.tcz

Thanks, I can run lspci now.
Title: Re: Please add 64bit QEMU to tcz repository
Post by: rufi on December 05, 2014, 01:59:23 AM
Followed steps on this page: http://www.linux-kvm.org/page/How_to_assign_devices_with_VT-d_in_KVM
Failed at:
Quote
echo "8086 10b9" > /sys/bus/pci/drivers/pci-stub/new_id
Says Permission Denied even with sudo.