Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The official one from the Ubuntu 12.04 LTS repo:

  qemu-system-i386  --version
  QEMU emulator version 1.0 (qemu-kvm-1.0), Copyright (c) 2003-2008 Fabrice Bellard
Should i try to compile a current version without qemu-kvm patches?


Here is the version that I am using:

$ qemu-system-i386 --version QEMU emulator version 1.1.2 (Debian 1.1.2+dfsg-6a), Copyright (c) 2003-2008 Fabrice Bellard


It works now with qemu 1.7.2 compiled from source and with this change in server.go:

  -               for ptr <= len(FB) {
  +               for ptr < len(FB) {


facepalm

Yeah woops. I forgot to commit that fix.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: