WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline rufi

  • Newbie
  • *
  • Posts: 7
Please add 64bit QEMU to tcz repository
« on: December 03, 2014, 09:07:47 PM »
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 03, 2014, 09:40:52 PM »
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 03, 2014, 09:42:54 PM by rufi »

Online Rich

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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10981
Re: Please add 64bit QEMU to tcz repository
« Reply #3 on: December 04, 2014, 01: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 04, 2014, 09:08:01 PM »
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 04, 2014, 10:59:23 PM »
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.