Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(assume similar description of networking for vnic2)

Code Block
titleMode virtio disks with serial:
    -drive file=/dev/zvol/rdsk/ramd/d1,if=none,id=disk1,index=1,serial=1464810172 \
    -device virtio-blk-pci,drive=disk1 \
    -drive file=/dev/zvol/rdsk/ramd/d2,if=none,id=disk2,index=2,serial=1464810173 \
    -device virtio-blk-pci,drive=disk2 \
    -drive file=/dev/zvol/rdsk/ramd/d3,if=none,id=disk3,index=3,serial=1464810175 \
    -device virtio-blk-pci,drive=disk3 \



Code Block
languagebash
title7. When run this command you will see output like this:
qemu-system-x86_64: -net vnic,vlan=1,name=net1,ifname=vnic1: vnic dhcp disabled

qemu-system-x86_64: -net vnic,vlan=2,name=net2,ifname=vnic2: vnic dhcp disabled

QEMU 0.14.1 monitor - type 'help' for more information
(qemu) Start bios (version 0.6.1.2-20110201_165504-titi)
Ram Size=0x80000000 (0x0000000000000000 high)
CPU Mhz=2607
PCI: pci_bios_init_bus_rec bus = 0x0
PIIX3/PIIX4 init: elcr=00 0c
PCI: bus=0 devfn=0x00: vendor_id=0x8086 device_id=0x1237
PCI: bus=0 devfn=0x08: vendor_id=0x8086 device_id=0x7000
PCI: bus=0 devfn=0x09: vendor_id=0x8086 device_id=0x7010
region 4: 0x0000c000
PCI: bus=0 devfn=0x0b: vendor_id=0x8086 device_id=0x7113
PCI: bus=0 devfn=0x10: vendor_id=0x1013 device_id=0x00b8
region 0: 0xf0000000
region 1: 0xf2000000
region 6: 0xf2010000
PCI: bus=0 devfn=0x18: vendor_id=0x1af4 device_id=0x1000
region 0: 0x0000c020
region 1: 0xf2020000
region 6: 0xf2040000
PCI: bus=0 devfn=0x20: vendor_id=0x1af4 device_id=0x1000
region 0: 0x0000c040
region 1: 0xf2060000
region 6: 0xf2080000
PCI: bus=0 devfn=0x28: vendor_id=0x1af4 device_id=0x1001
region 0: 0x0000c080
region 1: 0xf20a0000
Found 2 cpu(s) max supported 2 cpu(s)
MP table addr=0x000fdbe0 MPC table addr=0x000fdbf0 size=252
SMBIOS ptr=0x000fdbc0 table=0x7ffffec0
ACPI tables: RSDP=0x000fdb90 RSDT=0x7fffdbd0
Scan for VGA option rom
Running option rom at c000:0003
VGABios $Id$
Turning on vga text mode console
SeaBIOS (version 0.6.1.2-20110201_165504-titi)

Found 1 lpt ports
Found 1 serial ports
ATA controller 0 at 1f0/3f4/0 (irq 14 dev 9)
ATA controller 1 at 170/374/0 (irq 15 dev 9)
found virtio-blk at 0:5
ebda moved from 9fc00 to 9dc00
drive 0x000fdb40: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=33554432
ata0-1: QEMU DVD-ROM ATAPI-4 DVD/CD
ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD
PS2 keyboard initialized
All threads complete.
Scan for option roms
Running option rom at c900:0003
pmm call arg1=1
pmm call arg1=0
pmm call arg1=1
pmm call arg1=0
Running option rom at ca00:0003
pmm call arg1=1
pmm call arg1=1
Running option rom at cb00:0003
Returned 53248 bytes of ZoneHigh
e820 map has 7 items:
  0: 0000000000000000 - 000000000009dc00 = 1
  1: 000000000009dc00 - 00000000000a0000 = 2
  2: 00000000000f0000 - 0000000000100000 = 2
  3: 0000000000100000 - 000000007fffd000 = 1
  4: 000000007fffd000 - 0000000080000000 = 2
  5: 00000000feffc000 - 00000000ff000000 = 2
  6: 00000000fffc0000 - 0000000100000000 = 2
enter handle_19:
  NULL
Booting from Hard Disk...
Boot failed: not a bootable disk

enter handle_18:
  NULL
Booting from DVD/CD...
264MB medium detected
Booting from 0000:7c00

...