WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Please add 64bit QEMU to tcz repository  (Read 3649 times)

Offline rufi

  • Newbie
  • *
  • Posts: 7
Please add 64bit QEMU to tcz repository
« 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.

Offline rufi

  • Newbie
  • *
  • Posts: 7
Re: Please add 64bit QEMU to tcz repository
« Reply #1 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.
« Last Edit: December 04, 2014, 12:42:54 AM by rufi »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11502
Re: Please add 64bit QEMU to tcz repository
« Reply #2 on: December 04, 2014, 12:45:03 AM »
Hi rufi
lspci is in  pci-utils.tcz

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Please add 64bit QEMU to tcz repository
« Reply #3 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.
The only barriers that can stop you are the ones you create yourself.

Offline rufi

  • Newbie
  • *
  • Posts: 7
Re: Please add 64bit QEMU to tcz repository
« Reply #4 on: December 05, 2014, 12:08:01 AM »
Hi rufi
lspci is in  pci-utils.tcz

Thanks, I can run lspci now.

Offline rufi

  • Newbie
  • *
  • Posts: 7
Re: Please add 64bit QEMU to tcz repository
« Reply #5 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.