[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-04-16 Thread Paolo Bonzini
The results of comment 23 suggest that the issue is not 100% reproducible. Can you please run the benchmark 3-4 times (presave/postrestore) and showall 4 results? One benchmark only, e.g. simple read will do. Also please try putting a big file on disk (something like dd if=/dev/zero of=bigfile

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Can you please check if you have EPT enabled? This could be https://bugzilla.kernel.org/show_bug.cgi?id=58771 ** Bug watch added: Linux Kernel Bug Tracker #58771 http://bugzilla.kernel.org/show_bug.cgi?id=58771 -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Oops, I missed Chris's comment #28. Thanks. From comment #23, the 1.4 machine type seems to be fast, while 1.3 is slow. This doesn't make much sense, given the differences between the two machine types: enable_compat_apic_id_mode(); .driver = usb-tablet,\ .property

[Bug 427612] Re: kvm sends caps lock key up event twice

2012-09-14 Thread Paolo Bonzini
Fixed in upstream commit 4e79bcbb96d3c189e50adbdac7b1e28d834ba43e. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/427612

[Bug 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-11-13 Thread Paolo Bonzini
To some extent it is a bug in the upstream kernel, which doesn't reset state properly. However, the qemu patch is also good. Thanks! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu.

[Bug 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-11-13 Thread Paolo Bonzini
** Changed in: qemu Status: New = In Progress ** Changed in: qemu Assignee: (unassigned) = Paolo Bonzini (bonzini) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1077838

[Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-13 Thread Paolo Bonzini
Please try -global mc146818rtc.lost_tick_policy=slew. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1174654 Title: qemu-system-x86_64 takes 100% CPU after host machine resumed from

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-11-27 Thread Paolo Bonzini
Fix will be part of QEMU 1.7.0 (commit fc1c4a5, migration: drop MADVISE_DONT_NEED for incoming zero pages, 2013-10-24). ** Changed in: qemu Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm

[Bug 524447] Re: virsh save is very slow

2011-01-03 Thread Paolo Bonzini
The patch is in 0.13.0, so changing the status. ** Changed in: qemu Status: Invalid = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/524447 Title: virsh save

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
** Also affects: libsdl1.2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 Importance: Unknown Status: Unknown -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member of

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
The sdl patch was correctly submitted as +SDL_UseLockKeys = getenv (SDL_DISABLE_LOCK_KEYS) == NULL; ... +use_lock_keys = SDL_UseLockKeys; ... +if (!use_lock_keys) +break; (i.e. by default do not change anything) but the maintainer apparently

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-13 Thread Paolo Bonzini
The faulty patch indeed is only present until Karmic (205_lock_keys.diff, not 005). I guess that then the best workaround is to patch the karmic qemu-kvm as in comment #13. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification

[Bug 427612] Re: does not pass pressed caps lock to client

2010-04-01 Thread Paolo Bonzini
This patch has already been nacked because caps lock works in every other distro. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. --

[Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode

2014-03-09 Thread Paolo Bonzini
I'll download FreeBSD 9.2 and debug it. In the meanwhile, does it work with an additional option -cpu Nehalem? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1251470 Title: Guest not

[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-17 Thread Paolo Bonzini
** No longer affects: qemu -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1307473 Title: guest hang due to missing clock interrupt To manage notifications about this bug go to:

[Bug 1379340] Re: qemu-kvm guest panic for AMD smp trusty guests

2014-11-16 Thread Paolo Bonzini
** No longer affects: qemu -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1379340 Title: qemu-kvm guest panic for AMD smp trusty guests To manage notifications about this bug go to:

[Bug 150920] Re: kernel overwrites MAP_PRIVATE mmap

2008-08-15 Thread Paolo Bonzini
The bug was reported on the Linux bugzilla and marked as invalid. -- kernel overwrites MAP_PRIVATE mmap https://bugs.launchpad.net/bugs/150920 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 150920] kernel overwrites MAP_PRIVATE mmap

2007-10-09 Thread Paolo Bonzini
Public bug reported: This is a kernel bug. I could reproduce it with 2.6.20 and 2.6.22 (tested with i386 and x86-64). 1) Download http://www.inf.unisi.ch/phd/bonzini/smalltalk-2.95d.tar.gz 2) Compile it with ./configure make CFLAGS=-g (the cflags is only for easier debuggability). 3) Run

[Bug 150920] Re: kernel overwrites MAP_PRIVATE mmap

2007-10-09 Thread Paolo Bonzini
** Also affects: debian Importance: Undecided Status: New -- kernel overwrites MAP_PRIVATE mmap https://bugs.launchpad.net/bugs/150920 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 452620] Re: sed crashes after special character in command

2009-11-11 Thread Paolo Bonzini
(If a single line works while the full script doesn't, this might be a bug in sed indeed). -- sed crashes after special character in command https://bugs.launchpad.net/bugs/452620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 452620] Re: sed crashes after special character in command

2009-11-11 Thread Paolo Bonzini
What is the exact content (in binary) of the script? What is $LANG, $LC_ALL and $LC_CTYPE? -- sed crashes after special character in command https://bugs.launchpad.net/bugs/452620 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 447866] Re: sed stops replacing when reaching a special character

2009-11-11 Thread Paolo Bonzini
If you don't know the charset of the file, you should set the LANG or LC_CTYPE variables to C: $ echo $'\x88' | sed -e 's/[^0123456789]//g' | od -x 000 0a88 002 $ echo $'\x88' | LANG=C sed -e 's/[^0123456789]//g' | od -x 000 000a 001 This is different from Perl

[Bug 367211] Re: sed -i destroys symlink

2009-04-27 Thread Paolo Bonzini
sed 4.2 will provide --follow-symlinks, for now it is a feature that you cannot turn off. Sorry. -- sed -i destroys symlink https://bugs.launchpad.net/bugs/367211 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 410263] Re: gst-doc crashed with SIGSEGV in vfprintf()

2009-09-03 Thread Paolo Bonzini
Fixed upstream by 8819a0d5 diff --git a/gst-tool.c b/gst-tool.c index 642cdb7..1d6a464 100644 --- a/gst-tool.c +++ b/gst-tool.c @@ -338,7 +338,7 @@ parse_short_options (const char *name, const char *arg) } else /* if (have_arg == OPT_MANDATORY) */ -option_error (expected

[Bug 855391] [NEW] please backport -print-multiarch to gcc 4.5

2011-09-21 Thread Paolo Bonzini
Public bug reported: Configure scripts that used to use --print-multi-os-directory to find .so files (e.g. GNU Smalltalk's) do not have an alternative way that they can use with multiarch. -print-multiarch is in gcc 4.6, but not in 4.5. Introduction of multiarch broke 20 years worth of

[Bug 509180] Re: ecryptfs sometimes seems to add trailing garbage to encrypted files

2011-10-06 Thread Paolo Bonzini
I still see occasional errors: [33945.269075] ecryptfs_decrypt_page: Error attempting to read lower page; rc = [-4] [33945.269084] ecryptfs_readpage: Error decrypting page; rc = [-4] that are reported as short read: Success when doing a git grep on an encrypted repository. Redoing the grep

[Bug 509180] Re: ecryptfs sometimes seems to add trailing garbage to encrypted files

2011-11-24 Thread Paolo Bonzini
The EINTR is not passed up, and leaves bad data in the cache as if ecryptfs thought the files were not encrypted. This is what causes the short writes. Getting an strace is quite difficult, but this time I succeeded: lstat(include/asm-ia64/ia64_int.h, {st_mode=S_IFREG|0664, st_size=12288,

[Bug 509180] Re: ecryptfs sometimes seems to add trailing garbage to encrypted files

2011-03-30 Thread Paolo Bonzini
Can you please update the patch so that it avoids spamming the kernel log upon EINTR? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/509180 Title: ecryptfs sometimes seems to add trailing garbage to

[Bug 521523] Re: severe ecryptfs corruption

2011-02-14 Thread Paolo Bonzini
I'm seeing errors like this in /var/log/messages at the same time as corruptions: Feb 9 14:03:26 yakj kernel: [135241.310137] ecryptfs_read_and_validate_header_region: Error reading header region; rc = [-4] Feb 9 14:03:26 yakj kernel: [135241.310146] ecryptfs_decrypt_page: Error attempting to

[Bug 521523] Re: severe ecryptfs corruption

2011-02-15 Thread Paolo Bonzini
I'll apply the patch myself, thanks. But I think hunks are missing for the other two functions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/521523 Title: severe ecryptfs corruption --

[Bug 521523] Re: severe ecryptfs corruption

2011-02-15 Thread Paolo Bonzini
Here is the actual patch I am testing. ** Patch added: Patch that should fix the bug (still untested) https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/521523/+attachment/1850991/+files/ecryptfs-fix-eintr.patch -- You received this bug notification because you are a member of

[Bug 521523] Re: severe ecryptfs corruption

2011-02-23 Thread Paolo Bonzini
Yes, it is. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/521523 Title: severe ecryptfs corruption -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 509180] Re: ecryptfs sometimes seems to add trailing garbage to encrypted files

2011-02-23 Thread Paolo Bonzini
Patch http://launchpadlibrarian.net/64378182/ecryptfs-fix-eintr.patch from bug 521523 seems to work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/509180 Title: ecryptfs sometimes seems to

[Bug 388619] Re: request to add a --geometry option

2011-03-01 Thread Paolo Bonzini
Added new Bug tracker which has a patch attached. ** Bug watch added: GNOME Bug Tracker #640082 https://bugzilla.gnome.org/show_bug.cgi?id=640082 ** Changed in: vinagre Importance: Wishlist = Unknown ** Changed in: vinagre Status: Invalid = Unknown ** Changed in: vinagre Remote

[Bug 521523] Re: severe ecryptfs corruption

2011-03-01 Thread Paolo Bonzini
Agreed, let's close this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/521523 Title: severe ecryptfs corruption -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 521523] Re: severe ecryptfs corruption

2011-02-01 Thread Paolo Bonzini
I have many GB of free space and I get random stuff added at the end of files. git repositories seem to be more susceptible to this. Next time it happens I'll make sure to check how many bytes are added and other suspicious things (e.g. whether the full size becomes close to a 4kb multiple or

[Bug 521523] Re: severe ecryptfs corruption

2011-02-02 Thread Paolo Bonzini
Any git repository I use heavily (mostly kernel, Xen and qemu in my case, but it is not relevant I think) will corrupt at least once a day, as proved from the fact that I just reproduced it. :) Probably interactive rebases and switching branches help. However, I don't know how to make the error

[Bug 521523] Re: severe ecryptfs corruption

2011-02-02 Thread Paolo Bonzini
I'm not using Ubuntu, so adding parent ecryptfs product. ** Also affects: ecryptfs Importance: Undecided Status: New ** Changed in: ecryptfs Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 521523] Re: severe ecryptfs corruption

2011-02-02 Thread Paolo Bonzini
2.6.35.10 is the Fedora 14 kernel. I can upgrade to a newer 2.6.37 kernel if you want me to test that, but I don't see anything relevant in the log. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 427612] Re: does not pass pressed caps lock to client

2010-04-01 Thread Paolo Bonzini
This patch has already been nacked because caps lock works in every other distro. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
** Also affects: libsdl1.2 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 Importance: Unknown Status: Unknown -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification because you are a member of

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-12 Thread Paolo Bonzini
The sdl patch was correctly submitted as +SDL_UseLockKeys = getenv (SDL_DISABLE_LOCK_KEYS) == NULL; ... +use_lock_keys = SDL_UseLockKeys; ... +if (!use_lock_keys) +break; (i.e. by default do not change anything) but the maintainer apparently

[Bug 452620] Re: sed crashes after special character in command

2010-02-12 Thread Paolo Bonzini
The error message is ugly, but the bug is that the script is not valid UTF-8, it is encoded as ISO-8859-1. When you create the line in a new script, vi saves it as UTF-8 for you. Run sed with LANG=en_US.ISO-8859-1 or with LANG=C instead. ** Changed in: sed (Ubuntu) Status: New = Invalid

[Bug 447866] Re: sed stops replacing when reaching a special character

2010-02-12 Thread Paolo Bonzini
** Changed in: sed (Ubuntu) Status: New = Invalid -- sed stops replacing when reaching a special character https://bugs.launchpad.net/bugs/447866 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 367211] Re: sed -i destroys symlink

2010-02-12 Thread Paolo Bonzini
Fixed in karmic thanks to update to sed-4.2.1 ** Changed in: sed (Ubuntu) Status: New = Fix Released -- sed -i destroys symlink https://bugs.launchpad.net/bugs/367211 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 25921] Re: sed: In-place editing (-i flag) drops EA (ACLs and user-defined)

2010-02-12 Thread Paolo Bonzini
Fixed in 4.2.1 which is included in karmic. ** Changed in: sed (Ubuntu) Status: Confirmed = Fix Released -- sed: In-place editing (-i flag) drops EA (ACLs and user-defined) https://bugs.launchpad.net/bugs/25921 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 330735] Re: sed manpage does not document I modifier (case insensitive)

2010-02-12 Thread Paolo Bonzini
Agreed since sed's man page is pretty complete. As they say, patches are welcome. :-) -- sed manpage does not document I modifier (case insensitive) https://bugs.launchpad.net/bugs/330735 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 427612] Re: does not pass pressed caps lock to client

2010-02-13 Thread Paolo Bonzini
The faulty patch indeed is only present until Karmic (205_lock_keys.diff, not 005). I guess that then the best workaround is to patch the karmic qemu-kvm as in comment #13. -- does not pass pressed caps lock to client https://bugs.launchpad.net/bugs/427612 You received this bug notification

[Bug 524447] Re: virsh save is very slow

2011-01-03 Thread Paolo Bonzini
The patch is in 0.13.0, so changing the status. ** Changed in: qemu Status: Invalid = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/524447 Title: virsh save is very slow --

[Bug 490005] Re: ecryptfs_readpage: Error decrypting page

2010-12-07 Thread Paolo Bonzini
I am seeing these messages whenever I have two processes reading the same file. Note that write access is not necessary. The simplest way to reproduce it is git grep abczzz git grep abczzz but this is probably because git uses multiple threads, rather than because the bug is related to

[Bug 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-11-13 Thread Paolo Bonzini
To some extent it is a bug in the upstream kernel, which doesn't reset state properly. However, the qemu patch is also good. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077838 Title:

[Bug 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-11-13 Thread Paolo Bonzini
** Changed in: qemu Status: New = In Progress ** Changed in: qemu Assignee: (unassigned) = Paolo Bonzini (bonzini) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077838 Title: qemu-nbd

[Bug 1078305] Re: source IP address of broadcast packets gets rewritten when using NAT

2012-11-14 Thread Paolo Bonzini
NAT networking is provided by libvirt, changing the package. ** Project changed: qemu = libvirt (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078305 Title: source IP address of broadcast

[Bug 1174654] Re: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

2013-10-13 Thread Paolo Bonzini
Please try -global mc146818rtc.lost_tick_policy=slew. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1174654 Title: qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-04-16 Thread Paolo Bonzini
The results of comment 23 suggest that the issue is not 100% reproducible. Can you please run the benchmark 3-4 times (presave/postrestore) and showall 4 results? One benchmark only, e.g. simple read will do. Also please try putting a big file on disk (something like dd if=/dev/zero of=bigfile

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Can you please check if you have EPT enabled? This could be https://bugzilla.kernel.org/show_bug.cgi?id=58771 ** Bug watch added: Linux Kernel Bug Tracker #58771 http://bugzilla.kernel.org/show_bug.cgi?id=58771 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-24 Thread Paolo Bonzini
Oops, I missed Chris's comment #28. Thanks. From comment #23, the 1.4 machine type seems to be fast, while 1.3 is slow. This doesn't make much sense, given the differences between the two machine types: enable_compat_apic_id_mode(); .driver = usb-tablet,\ .property

[Bug 1155403] Re: virtio cdrom detected as hard disk

2013-03-16 Thread Paolo Bonzini
There's no such thing as a virtio-blk CD-ROM, only hard-disks. For installation it shouldn't matter, since .iso images usually can work also as hard-disk images (for putting them on a USB stick). If you want to test installation from a real virtio CD-ROM, use virtio-scsi: -drive

[Bug 1155403] Re: virtio cdrom detected as hard disk

2013-03-18 Thread Paolo Bonzini
It seems the installer does not consider virtio devices when doing its search. That's another bug in the installer then. it seems a bit wasteful to go through a layer of scsi emulation. Indeed treating the virtio disk similarly to installation from a USB stick is better, but SCSI emulation is

[Bug 1155403] Re: virtio cdrom detected as hard disk

2013-03-18 Thread Paolo Bonzini
if=virtio means virtio-blk, not virtio-something. Also, Linux is perfectly fine with ISO images on virtio, the Ubuntu installer is wrong in not scanning virtio disks. Since Ubuntu wouldn't work either way, they should first fix the installer and then we can re- evaluate if QEMU can do something

[Bug 1155403] Re: virtio cdrom detected as hard disk

2013-03-18 Thread Paolo Bonzini
The media argument seems a perfectly natural way to select between the two. Then how do you distinguish between a virtio-scsi and a virtio-blk hard disk? These may even require changes to the guest, since one becomes /dev/vda and the other becomes /dev/sda. virtio-scsi will grow more and more

[Bug 1100843] Re: Live Migration Causes Performance Issues

2013-11-27 Thread Paolo Bonzini
Fix will be part of QEMU 1.7.0 (commit fc1c4a5, migration: drop MADVISE_DONT_NEED for incoming zero pages, 2013-10-24). ** Changed in: qemu Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 427612] Re: kvm sends caps lock key up event twice

2012-09-14 Thread Paolo Bonzini
Fixed in upstream commit 4e79bcbb96d3c189e50adbdac7b1e28d834ba43e. ** Changed in: qemu Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/427612 Title: kvm sends caps

[Bug 1251470] Re: Guest not working in KVM mode but does in TCG mode

2014-03-09 Thread Paolo Bonzini
I'll download FreeBSD 9.2 and debug it. In the meanwhile, does it work with an additional option -cpu Nehalem? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1251470 Title: Guest not working in KVM

[Bug 1285708] Re: FreeBSD Guest crash on boot due to xsave instruction issue

2014-08-06 Thread Paolo Bonzini
You don't need +xsave, -cpu host just works. The bug is invalid. You are requesting a CPU that doesn't exist (a core2duo that supports XSAVE), and the guest's behavior is probably not going to be well defined. ** Changed in: qemu Status: New = Invalid -- You received this bug

[Bug 1379340] Re: qemu-kvm guest panic for AMD smp trusty guests

2014-11-16 Thread Paolo Bonzini
** No longer affects: qemu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1379340 Title: qemu-kvm guest panic for AMD smp trusty guests To manage notifications about this bug go to:

[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-17 Thread Paolo Bonzini
** No longer affects: qemu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307473 Title: guest hang due to missing clock interrupt To manage notifications about this bug go to:

[Bug 1307473] Re: guest hang due to missing clock interrupt

2015-02-02 Thread Paolo Bonzini
*** This bug is a duplicate of bug 1346917 *** https://bugs.launchpad.net/bugs/1346917 Fred, this bug is for STOP 0x101, not STOP 0x5c. STOP 0x101 cannot be fixed by an upgrade. You have to disable the watchdog using QEMU option hv_relaxed or the equivalent in libvirt. -- You received this

[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-09 Thread Paolo Bonzini
Can you reproduce with other 16-bit applications (e.g. skifree from http://ski.ihoc.net/#download)? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1404396 Title: [regression] vgabios

[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-09 Thread Paolo Bonzini
Can you reproduce with other 16-bit applications (e.g. skifree from http://ski.ihoc.net/#download)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404396 Title: [regression] vgabios - seabios

[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-09 Thread Paolo Bonzini
Also, can you attach a screenshot of the 16-bit application with vgabios, so we can have a clue of why the vgabios is involved? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1404396

[Bug 1404396] Re: [regression] vgabios - seabios breaks (my) 16-bit applications

2015-01-09 Thread Paolo Bonzini
Also, can you attach a screenshot of the 16-bit application with vgabios, so we can have a clue of why the vgabios is involved? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404396 Title:

[Bug 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-11-19 Thread Paolo Bonzini
Fixed in QEMU 2.4. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1465935 Title: kvm_irqchip_commit_routes: Assertion `ret ==

[Bug 1465935] Re: kvm_irqchip_commit_routes: Assertion `ret == 0' failed

2015-11-19 Thread Paolo Bonzini
Fixed in QEMU 2.4. ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465935 Title: kvm_irqchip_commit_routes: Assertion `ret == 0' failed To

[Bug 1536487] Re: Unable to migrate pc-i440fx-2.4 KVM guest from QEMU 2.5.0 to QEMU 2.4.1

2016-09-14 Thread Paolo Bonzini
> Especially I found that the "created on Trusty, migrated to xenial > (works), but later migrated back to trusty (fails)" seems affected by > it as well. The first migration of the t->x->t sequence does not really matter (if anything it could introduce _more_ bugs!), so if x->t is not supported