Re: [Qemu-discuss] Windows 10 Home USB Install

2017-01-12 Thread A. Wan
On Thu, January 12, 2017 14:33, A. Wan wrote: > > > I am trying to install Windows 10 Home (USB edition) in QEMU 2.7.0.  > My machine (Intel NUC6i3SYH) boots UEFI from sda then the host (based on > Linux from Scratch 7.10) runs entirely in memory. > > This was how > I partitioned the disk. >

[Qemu-discuss] Windows 10 Home USB Install

2017-01-12 Thread A. Wan
I am trying to install Windows 10 Home (USB edition) in QEMU 2.7.0.  My machine (Intel NUC6i3SYH) boots UEFI from sda then the host (based on Linux from Scratch 7.10) runs entirely in memory. This was how I partitioned the disk. sda1 EFI System Partition sda2 Microsoft Reserved sda3 Microsoft

[Qemu-discuss] Qemu, u-boot full sdcard boot simulation

2017-01-12 Thread Mark L .
Hi, I want to simulate the full boot for vexpress-a9 from a sd card (which is actually just an .img on my system) for a baremetal application. I created the SD card img: dd if=/dev/zero bs=512 count=15 of=toto.img and put my binaries (u-boot, application) inside with dd at the

Re: [Qemu-discuss] ERROR unsupported configuration: guest and host CPU are not

2017-01-12 Thread akhilesh rawat
Hi , thanks for checking . We i use below command [root@kvm-server qemu]# virt-install --virt-type kvm --name compute-2 --cpu Haswell-noTSX --ram=61440 --vcpus=20 --os-type=linux --os-variant=generic --disk compute2-disk0.qcow2,device=disk,bus=ide,size=300,sparse=true,format=qcow2 --pxe

Re: [Qemu-discuss] Test device driver of new machine in qemu by syzkaller

2017-01-12 Thread Peter Maydell
On 12 January 2017 at 05:50, 韩雨哲 wrote: > Thanks for your reply! > I have found that qemu uses tcg to translate target code. > Now my problem is that I only want to fuzz test the syscalls to cover logic > and process in the driver code, but I don't care what the device returns

Re: [Qemu-discuss] IOMMU in kernel command line, still getting "No IOMMU found. Unable to assign device "(null)"I

2017-01-12 Thread Fam Zheng
On Thu, 01/12 08:21, Kevin Wilson wrote: > Hi, > Following your mail I tried using "-device vfio-pci,host=04:02.0" as a > parameter to qemu-system-x86_64 instead of , and I get: > ... > qemu-system-x86_64: -device vfio-pci,host=04:02.0: vfio error: > :04:02.0: no iommu_group found: No such