qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] 3 new x86 instructions


From: Richard Henderson
Subject: Re: [Qemu-devel] 3 new x86 instructions
Date: Wed, 20 Feb 2013 09:19:05 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 02/20/2013 01:02 AM, Torbjorn Granlund wrote:
> I then tried something that you might consider more plain:
> 
> qemu-system-x86_64 -m 512 -cpu Haswell,+adx \
>  -net nic,macaddr=52:54:00:f2:18:b7,model=e1000 -net tap \
>  -cdrom /u/GNU/Debian/debian-6.0.6-amd64-netinst.iso -boot d --hda disk.img
> 
> It fails similarly.  (Here disk.img is pristine from a "qemu-img create"
> command, but I am attemtping to boot from the iso img.)

That's odd.  I just booted a fedora installer and ran it part way
through.  Long enough that I'm well past a "no bootable device" message
from the bios.

There were changes to my tree since the last push, but as far as I
remember they were cleanups to powerpc and other irrelevant stuff.

BTW, the best way to work with trees that are being rebased rather than
strict incremental development is, once you have a clone in place,

  git fetch origin
  git reset --hard origin/branchname


r~



reply via email to

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