All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roman Bolshakov <1798451@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1798451] Re: HVF linux on OSX hangs 2nd time started after adding socket
Date: Mon, 22 Oct 2018 15:47:04 -0000	[thread overview]
Message-ID: <154022322483.16808.6637049594956776412.malone@chaenomeles.canonical.com> (raw)
In-Reply-To: 153980387714.3465.12419240219281347614.malonedeb@soybean.canonical.com

I have tried to run the OS and I can confirm that some instructions that
require VMEXIT are not implemented. In your case that's 0F7F or MOVQ
(mem from mmxreg) from MMX. In my case that's 0F11 or MOVUPS(xmmreg1 to
mem) from SSE.

I'd recommend you to run -cpu host,-mmx,-sse for a while, but the kernel
of the OS explicitly complains that it won't run on CPUs without SSE
support.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1798451

Title:
  HVF linux on OSX hangs 2nd time started after adding socket

Status in QEMU:
  New

Bug description:
  
  Robs-MacBook-Pro-2:~ robmaskell$ qemu-system-x86_64 --version
  QEMU emulator version 3.0.0

  Host: MacOS - 10.13.6
    Model Name:	MacBook Pro
    Model Identifier:	MacBookPro14,3
    Processor Name:	Intel Core i7
    Processor Speed:	2.8 GHz
    Number of Processors:	1
    Total Number of Cores:	4
    L2 Cache (per Core):	256 KB
    L3 Cache:	6 MB
    Memory:	16 GB

  Guest OS: Elementary Linux Loki 0.4.1, patched up to date

  Command used to start QEMU:

  qemu-system-x86_64 \
    -name ElementaryLokiDev \
    -machine pc,accel=hvf \
    -cpu max \
    -smp cpus=2,sockets=2,cores=1,threads=1,maxcpus=2 \
    -numa node,nodeid=0 \
    -numa cpu,node-id=0,socket-id=0 -numa cpu,node-id=0,socket-id=1 \
    -m 8G \
    -vga vmware \
    -hda e4.qcow2

  Symptoms: Started without the -smp / -numa commands to install the OS,
  then added -smp / -numa and the machine boots and lscpu reports extra
  cpu as expected. Restart VM and it hangs on startup. Remove -smp /
  -numa and machine starts again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1798451/+subscriptions

  parent reply	other threads:[~2018-10-22 16:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 19:17 [Qemu-devel] [Bug 1798451] [NEW] HVF linux on OSX hangs 2nd time started after adding socket Rob Maskell
2018-10-20 10:20 ` [Qemu-devel] [Bug 1798451] " Roman Bolshakov
2018-10-20 20:05 ` Rob Maskell
2018-10-20 20:09 ` Rob Maskell
2018-10-22 15:47 ` Roman Bolshakov [this message]
2018-10-22 18:49 ` Rob Maskell
2018-10-23 23:11 ` Roman Bolshakov
2018-11-19 23:16 ` [Qemu-devel] [Bug 1798451] Re: MMX emulation is missing on HVF Acceleration Roman Bolshakov
2018-12-26 22:50 ` Rob Maskell
2019-09-27 21:20 ` Matt Haggard
2020-11-12  7:17 ` Thomas Huth
2020-11-16 22:42 ` Rob Maskell
2021-05-05  8:51 ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=154022322483.16808.6637049594956776412.malone@chaenomeles.canonical.com \
    --to=1798451@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.