qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] How to get Base IO address for config drive file


From: Meganathan Raja
Subject: [Qemu-discuss] How to get Base IO address for config drive file
Date: Mon, 8 Dec 2014 17:58:53 -0800


Hi All,

I tried to read configuration file in my real time operating system passed by qemu-kvm. The configuration drive format as ISO 9660. When I tried reading configuration file using ATA/IDE driver with bus id as zero and drive id as one, the recalibration of device has failed. So I tried using SCSI driver with base IO address as 0x330 and IRQ number as 0xB, device sense has failed.

Please let  me know the base IO address and IRQ number passed by qemu-kvm for the ISO 9660 device using the config drive option.

 

Qemu Log:

LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin /usr/libexec/qemu-kvm -name LTE-CPM -S -M rhel6.5.0 -enable-kvm -m 4051 -realtime mlock=off -smp 4,sockets=4,cores=1,threads=1 -uuid 14b1596f-b616-4a87-b3b2-26d4b2bfe12b -smbios type=1,product=LTE KVM Controller -nographic -nodefconfig -nodefaults -device sga -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/LTE-CPM.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -no-shutdown -no-acpi -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/libvirt/images/cpmdiskvmxml.qcow2,if=none,id=drive-ide0-0-0,format=qcow2 -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -drive file=/var/lib/libvirt/images/disk.config,if=none,media=cdrom,id=drive-ide0-1-1,readonly=on,format=raw -device ide-drive,bus=ide.1,unit=1,drive=drive-ide0-1-1,id=ide0-1-1 -netdev tap,fd=32,id=hostnet0,vhost=on,vhostfd=33 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=4a:88:0f:0b:b9:bf,bus=pci.0,addr=0x4 -netdev tap,fd=34,id=hostnet1,vhost=on,vhostfd=38 -device virtio-net-pci,netdev=hostnet1,id=net1,mac=1a:1b:9b:39:e9:38,bus=pci.0,addr=0x5 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 -msg timestamp=on

char device redirected to /dev/pts/3

--

Regards,
Meganathan

reply via email to

[Prev in Thread] Current Thread [Next in Thread]