[Bug 1304001] Re: xen:balloon errors in 14.04 beta

2014-04-16 Thread Anthony Liguori
Boris, this is EC2. Xen 4.2 with a default config. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1304001 Title: xen:balloon errors in 14.04 beta To manage notifications about this bug go to:

[Bug 832507] Re: console.log grows indefinitely

2012-06-15 Thread Anthony Liguori
I don't understand what the file argument would mean. Once you write() to a file, QEMU no longer can implement a ring buffer (it cannot discard written data). You would need to do something like the following: qemu -chardev memchr,max-capacity=640k,id=foo -serial chardev:foo And then introduce

[Bug 832507] Re: console.log grows indefinitely

2012-06-15 Thread Anthony Liguori
I don't understand what the file argument would mean. Once you write() to a file, QEMU no longer can implement a ring buffer (it cannot discard written data). You would need to do something like the following: qemu -chardev memchr,max-capacity=640k,id=foo -serial chardev:foo And then introduce

Re: [Qemu-devel] [Bug 988291] Re: virsh -c qemu+ssh://root@source/system migrate --domain client --desturi qemu+ssh://root@destination/system fails

2012-04-26 Thread Anthony Liguori
savevm section or instance 'hpet' 0 Error -22 while loading VM state Regards, Anthony Liguori If I do, on O1, qemu-system-x86_64 -M pc-0.14 -vnc :1 -m 512 -cdrom debian-testing-amd64-businesscard.iso -monitor stdio -hda /mnt/x.qcow2 -net user -net nic,model=rtl8139 -S (qemu) loadvm /mnt

[Bug 948675] Re: QEMU is crashing when called with -vga none

2012-03-15 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948675 Title: QEMU is crashing when called with -vga none To manage notifications about

[Bug 658610] Re: Check whether images have write permissions

2011-03-24 Thread Anthony Liguori
We can always improve the information to the user for something like so I've marked this as wishlist. ** Changed in: qemu Importance: Undecided = Wishlist ** Changed in: qemu Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 658610] Re: Check whether images have write permissions

2011-03-24 Thread Anthony Liguori
We can always improve the information to the user for something like so I've marked this as wishlist. ** Changed in: qemu Importance: Undecided = Wishlist ** Changed in: qemu Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 658610] Re: Check whether images have write permissions

2011-03-23 Thread Anthony Liguori
This is a legacy behavior in QEMU. There are a number of legitimate use cases where a user may only have read access to an image and as long as that image is mounted read-only, everything will work okay. Virtio and SCSI will expose the read-only attribute to the guest so it should be very

[Bug 658610] Re: Check whether images have write permissions

2011-03-23 Thread Anthony Liguori
This is a legacy behavior in QEMU. There are a number of legitimate use cases where a user may only have read access to an image and as long as that image is mounted read-only, everything will work okay. Virtio and SCSI will expose the read-only attribute to the guest so it should be very

[Bug 717445] Re: grub2 in lucid doesn't work in qemu with '-vga std'

2011-02-13 Thread Anthony Liguori
Removing 'insmod gfxterm' and 'insmod vbe' let's the guest boot up. The full output of the error message is: error: no suitable mode found. error: unknown command `terminal'. out of range pointer 0x8022 Aborted: Press any key to exit. The first error is from

[Bug 697197] Re: Empty password allows access to VNC in libvirt

2011-01-31 Thread Anthony Liguori
** Changed in: qemu Status: New = Confirmed -- 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/697197 Title: Empty password allows access to VNC in libvirt --

[Bug 697197] Re: Empty password allows access to VNC in libvirt

2011-01-31 Thread Anthony Liguori
** Changed in: qemu Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/697197 Title: Empty password allows access to VNC in libvirt -- ubuntu-bugs mailing list

[Bug 563582] Re: KVM 9.10 crashes for suse-10 as guest

2010-11-16 Thread Anthony Liguori
Please do not file bugs against upstream unless they've been explicitly reproduced against an upstream version. Thanks. ** Changed in: qemu Status: New = Invalid -- KVM 9.10 crashes for suse-10 as guest https://bugs.launchpad.net/bugs/563582 You received this bug notification because

[Bug 563582] Re: KVM 9.10 crashes for suse-10 as guest

2010-11-16 Thread Anthony Liguori
Please do not file bugs against upstream unless they've been explicitly reproduced against an upstream version. Thanks. ** Changed in: qemu Status: New = Invalid -- KVM 9.10 crashes for suse-10 as guest https://bugs.launchpad.net/bugs/563582 You received this bug notification because

[Bug 568445] Re: LVM backed drives should default to cache='none'

2010-08-13 Thread Anthony Liguori
cache=writethrough and cache=none have equivalent data integrity. FWIW, I believe most recent versions of virt-manager default to cache=none for physical devices. -- LVM backed drives should default to cache='none' https://bugs.launchpad.net/bugs/568445 You received this bug notification

[Bug 599617] Re: qemu fail to parse command -net none

2010-06-29 Thread Anthony Liguori
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu Status: New = Invalid -- qemu fail to parse command -net none https://bugs.launchpad.net/bugs/599617 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 599617] Re: qemu fail to parse command -net none

2010-06-29 Thread Anthony Liguori
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu Status: New = Invalid -- qemu fail to parse command -net none https://bugs.launchpad.net/bugs/599617 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-23 Thread Anthony Liguori
The '/' character is used to create special expressions if double quotes aren't used. ** Changed in: qemu Status: New = Invalid -- qemus pmemsave doesn't accept / in filename https://bugs.launchpad.net/bugs/543478 You received this bug notification because you are a member of Ubuntu

[Bug 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-23 Thread Anthony Liguori
The '/' character is used to create special expressions if double quotes aren't used. ** Changed in: qemu Status: New = Invalid -- qemus pmemsave doesn't accept / in filename https://bugs.launchpad.net/bugs/543478 You received this bug notification because you are a member of Ubuntu

[Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-06-16 Thread Anthony Liguori
Patches should go to qemu-devel, not bug reports. ** Changed in: qemu Status: New = Invalid -- qemu-nbd slow and missing writeback cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 595117] Re: qemu-nbd slow and missing writeback cache option

2010-06-16 Thread Anthony Liguori
Patches should go to qemu-devel, not bug reports. ** Changed in: qemu Status: New = Invalid -- qemu-nbd slow and missing writeback cache option https://bugs.launchpad.net/bugs/595117 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 264752] Re: Meanwhile user status detection broken

2010-06-09 Thread Anthony Liguori
** Changed in: meanwhile (Ubuntu) Status: New = Confirmed -- Meanwhile user status detection broken https://bugs.launchpad.net/bugs/264752 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 524447] Re: virsh save is very slow

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Assignee: (unassigned) = Anthony Liguori (anthony-codemonkey) -- virsh save is very slow https://bugs.launchpad.net/bugs/524447 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 524447] Re: virsh save is very slow

2010-06-02 Thread Anthony Liguori
This actually turns out to be related to dd's default block size. By default, dd uses a block size of 512. The effect of this is that qemu fills the pipe buffer very quickly because dd just is submitting very small requests (that will require a RMW). If you set an explict block size with dd

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2010-06-02 Thread Anthony Liguori
You can disable scaling by hitting ctrl-alt-u. What's probably happening is that the window manager is generating an extraneous scaling event. I'm going to move this to wishlist as we should provide better user controls of this behavior. ** Changed in: qemu Importance: Undecided = Wishlist

[Bug 546458] Re: kernel NULL pointer in -virtual (-server) kernel

2010-06-02 Thread Anthony Liguori
I see no indication that this is actually a qemu issue. If there's any evidence that it is, please reopen. ** Changed in: qemu Status: New = Invalid -- kernel NULL pointer in -virtual (-server) kernel https://bugs.launchpad.net/bugs/546458 You received this bug notification because you

[Bug 529008] Re: Should emulate /proc/cpuinfo

2010-06-02 Thread Anthony Liguori
I think the preferred way to do this is just to create a /proc/cpuinfo file within the root file system. It's impossible for qemu to know which file is /proc/cpuinfo because you can technically mount procfs anywhere. ** Changed in: qemu Status: New = Invalid -- Should emulate

[Bug 241119] Re: usb_add of a Creative ZEN unrecognized in guest

2010-06-02 Thread Anthony Liguori
kvm-84 is very old. Please try to reproduce this against the latest qemu git or at least 0.12.4. ** Changed in: qemu Status: New = Incomplete -- usb_add of a Creative ZEN unrecognized in guest https://bugs.launchpad.net/bugs/241119 You received this bug notification because you are a

[Bug 391880] Re: migrate exec hangs for several minutes if the pipe is closed before all its data is written

2010-06-02 Thread Anthony Liguori
*** This bug is a duplicate of bug 391879 *** https://bugs.launchpad.net/bugs/391879 ** This bug has been marked a duplicate of bug 391879 migrate exec ignores exit status -- migrate exec hangs for several minutes if the pipe is closed before all its data is written

[Bug 391879] Re: migrate exec ignores exit status

2010-06-02 Thread Anthony Liguori
The attached patch works for me with the posted test case. ** Changed in: qemu Status: Confirmed = In Progress ** Patch added: 0001-migration-respect-exit-status-with-exec.patch http://launchpadlibrarian.net/49572236/0001-migration-respect-exit-status-with-exec.patch -- migrate exec

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-06-02 Thread Anthony Liguori
I'm marking this as Won't Fix in qemu as it doesn't seem like a good idea for us to automatically resize the terminal for a user. I'd suggest using a wrapper script if this is a desirable behavior for you. ** Changed in: qemu Status: Confirmed = Won't Fix -- gnome-terminal should

[Bug 483251] Re: ctl+alt+F does not leave full screen

2010-06-02 Thread Anthony Liguori
We use SDL fullscreen mode which currently implements the behavior you're describing. ** Changed in: qemu Status: Confirmed = Invalid -- ctl+alt+F does not leave full screen https://bugs.launchpad.net/bugs/483251 You received this bug notification because you are a member of Ubuntu

[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Invalid -- kernel stacktrace on volume detach in kvm guest https://bugs.launchpad.net/bugs/458201 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in

[Bug 524447] Re: virsh save is very slow

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Assignee: (unassigned) = Anthony Liguori (anthony-codemonkey) -- virsh save is very slow https://bugs.launchpad.net/bugs/524447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 524447] Re: virsh save is very slow

2010-06-02 Thread Anthony Liguori
This actually turns out to be related to dd's default block size. By default, dd uses a block size of 512. The effect of this is that qemu fills the pipe buffer very quickly because dd just is submitting very small requests (that will require a RMW). If you set an explict block size with dd

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2010-06-02 Thread Anthony Liguori
You can disable scaling by hitting ctrl-alt-u. What's probably happening is that the window manager is generating an extraneous scaling event. I'm going to move this to wishlist as we should provide better user controls of this behavior. ** Changed in: qemu Importance: Undecided = Wishlist

[Bug 546458] Re: kernel NULL pointer in -virtual (-server) kernel

2010-06-02 Thread Anthony Liguori
I see no indication that this is actually a qemu issue. If there's any evidence that it is, please reopen. ** Changed in: qemu Status: New = Invalid -- kernel NULL pointer in -virtual (-server) kernel https://bugs.launchpad.net/bugs/546458 You received this bug notification because you

[Bug 529008] Re: Should emulate /proc/cpuinfo

2010-06-02 Thread Anthony Liguori
I think the preferred way to do this is just to create a /proc/cpuinfo file within the root file system. It's impossible for qemu to know which file is /proc/cpuinfo because you can technically mount procfs anywhere. ** Changed in: qemu Status: New = Invalid -- Should emulate

[Bug 241119] Re: usb_add of a Creative ZEN unrecognized in guest

2010-06-02 Thread Anthony Liguori
kvm-84 is very old. Please try to reproduce this against the latest qemu git or at least 0.12.4. ** Changed in: qemu Status: New = Incomplete -- usb_add of a Creative ZEN unrecognized in guest https://bugs.launchpad.net/bugs/241119 You received this bug notification because you are a

[Bug 391880] Re: migrate exec hangs for several minutes if the pipe is closed before all its data is written

2010-06-02 Thread Anthony Liguori
*** This bug is a duplicate of bug 391879 *** https://bugs.launchpad.net/bugs/391879 ** This bug has been marked a duplicate of bug 391879 migrate exec ignores exit status -- migrate exec hangs for several minutes if the pipe is closed before all its data is written

[Bug 391879] Re: migrate exec ignores exit status

2010-06-02 Thread Anthony Liguori
The attached patch works for me with the posted test case. ** Changed in: qemu Status: Confirmed = In Progress ** Patch added: 0001-migration-respect-exit-status-with-exec.patch http://launchpadlibrarian.net/49572236/0001-migration-respect-exit-status-with-exec.patch -- migrate exec

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

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: New = Invalid -- 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 mailing list

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-06-02 Thread Anthony Liguori
I'm marking this as Won't Fix in qemu as it doesn't seem like a good idea for us to automatically resize the terminal for a user. I'd suggest using a wrapper script if this is a desirable behavior for you. ** Changed in: qemu Status: Confirmed = Won't Fix -- gnome-terminal should

[Bug 483251] Re: ctl+alt+F does not leave full screen

2010-06-02 Thread Anthony Liguori
We use SDL fullscreen mode which currently implements the behavior you're describing. ** Changed in: qemu Status: Confirmed = Invalid -- ctl+alt+F does not leave full screen https://bugs.launchpad.net/bugs/483251 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Invalid -- kernel stacktrace on volume detach in kvm guest https://bugs.launchpad.net/bugs/458201 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 548346] Re: import qemu-user-static from debian

2010-06-02 Thread Anthony Liguori
** Also affects: qemu (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu Status: New = Invalid -- import qemu-user-static from debian https://bugs.launchpad.net/bugs/548346 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2010-06-02 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Anthony Liguori
beagleboard is not in upstream QEMU. Please do not mark bugs as affects upstream QEMU unless you've actually reproduced the problem with upstream QEMU. ** Changed in: qemu Status: New = Invalid -- apt/dpkg in qemu-system-arm hangs if a big task is installed

[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Anthony Liguori
If someone reproduces the bug against upstream qemu, feel free to refile the bug with the appropriate information. -- apt/dpkg in qemu-system-arm hangs if a big task is installed https://bugs.launchpad.net/bugs/532733 You received this bug notification because you are a member of Ubuntu Server

[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Anthony Liguori
beagleboard is not in upstream QEMU. Please do not mark bugs as affects upstream QEMU unless you've actually reproduced the problem with upstream QEMU. ** Changed in: qemu Status: New = Invalid -- apt/dpkg in qemu-system-arm hangs if a big task is installed

[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-05-26 Thread Anthony Liguori
If someone reproduces the bug against upstream qemu, feel free to refile the bug with the appropriate information. -- apt/dpkg in qemu-system-arm hangs if a big task is installed https://bugs.launchpad.net/bugs/532733 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 554569] Re: [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915)

2010-05-24 Thread Anthony Liguori
I can confirm that the package in #45 fixes the problem. -- [lucid] Blank screen with KMS on Thinkpad X201 with Arrandale (i915) https://bugs.launchpad.net/bugs/554569 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 568445] Re: LVM backed drives should default to cache='none'

2010-04-22 Thread Anthony Liguori
The use-case of virt-manager is casual desktop virtualization. Usually, a user of desktop virtualization benefits from using the host page cache because subsequent launches of a VM are considerably faster since the IO is kept in memory. You can manipulate the cache settings via libvirt XML if

[Bug 103010] Re: qemu no tun/tap networking

2010-03-09 Thread Anthony Liguori
http://wiki.qemu.org/Features/HelperNetworking We plan on addressing this upstream by introducing a helper to create the tap device. This helper would be owned by root, and would be limited in what it did with the tap device (in terms of attaching it to a bridge). This allows a sysadmin to

[Bug 103010] Re: qemu no tun/tap networking

2010-03-09 Thread Anthony Liguori
http://wiki.qemu.org/Features/HelperNetworking We plan on addressing this upstream by introducing a helper to create the tap device. This helper would be owned by root, and would be limited in what it did with the tap device (in terms of attaching it to a bridge). This allows a sysadmin to

[Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-03 Thread Anthony Liguori
You can use an ANSI sequence to resize a terminal. The following works in gnome-terminal: echo -en '\033[8;25;80t' qemu -curses ... But it's somewhat impolite to resize a user's terminal automatically though. -- gnome-terminal should default to 80x25 for application compatibility

[Bug 442598] Re: 'qemu-img snapshot' crashed, corrupting disk image

2010-03-02 Thread Anthony Liguori
qemu-img snapshot and savevm are different mechanisms. I'd suggest closing this bug and opening a separate one for savevm. -- 'qemu-img snapshot' crashed, corrupting disk image https://bugs.launchpad.net/bugs/442598 You received this bug notification because you are a member of Ubuntu Server

[Bug 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2010-03-02 Thread Anthony Liguori
Can you please try to reproduce with an upstream qemu-kvm? -- oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM https://bugs.launchpad.net/bugs/273930 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu.

[Bug 490484] Re: running 64bit client in 64bit host with intel crashes

2010-03-02 Thread Anthony Liguori
*** This bug is a duplicate of bug 530077 *** https://bugs.launchpad.net/bugs/530077 Looks like the install failed to succeed and there was not an MBR written. ** This bug has been marked a duplicate of bug 530077 kvm: 16-bit code execution failure should be more friendly -- running

[Bug 442598] Re: 'qemu-img snapshot' crashed, corrupting disk image

2010-03-02 Thread Anthony Liguori
qemu-img snapshot and savevm are different mechanisms. I'd suggest closing this bug and opening a separate one for savevm. -- 'qemu-img snapshot' crashed, corrupting disk image https://bugs.launchpad.net/bugs/442598 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2010-03-02 Thread Anthony Liguori
Can you please try to reproduce with an upstream qemu-kvm? -- oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM https://bugs.launchpad.net/bugs/273930 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 490484] Re: running 64bit client in 64bit host with intel crashes

2010-03-02 Thread Anthony Liguori
*** This bug is a duplicate of bug 530077 *** https://bugs.launchpad.net/bugs/530077 Looks like the install failed to succeed and there was not an MBR written. ** This bug has been marked a duplicate of bug 530077 kvm: 16-bit code execution failure should be more friendly -- running

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2010-03-01 Thread Anthony Liguori
If you accidentally resize the window (even by 1-pixel), then it will stay in scaled mode even during guest geometry changes. It sucks from a usability perspective. Clever suggestions about how we can support scaling in a more friendly way are certainly appreciated. -- sdl window

[Bug 504368] Re: sdl window intermittently scales instead of resizing

2010-03-01 Thread Anthony Liguori
If you accidentally resize the window (even by 1-pixel), then it will stay in scaled mode even during guest geometry changes. It sucks from a usability perspective. Clever suggestions about how we can support scaling in a more friendly way are certainly appreciated. -- sdl window

[Bug 529008] Re: Should emulate /proc/cpuinfo

2010-02-27 Thread Anthony Liguori
I don't know what is meant by should emulate /proc/cpuinfo. Can you please be more specific? NB, the default CPU that is exposed is a generic one which allows for maximum portability with respect to live migration. You can use the '-cpu host' option to expose the underlying host CPU although

[Bug 529008] Re: Should emulate /proc/cpuinfo

2010-02-27 Thread Anthony Liguori
I don't know what is meant by should emulate /proc/cpuinfo. Can you please be more specific? NB, the default CPU that is exposed is a generic one which allows for maximum portability with respect to live migration. You can use the '-cpu host' option to expose the underlying host CPU although

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

2010-02-12 Thread Anthony Liguori
This is a bug in a patch introduced by debian. The patch changes the behavior of the caplocks key in such a way that it breaks any application that is actually using SDL correctly. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 This patch should be removed from the libsdl package.

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

2010-02-12 Thread Anthony Liguori
This is a bug in a patch introduced by debian. The patch changes the behavior of the caplocks key in such a way that it breaks any application that is actually using SDL correctly. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317010 This patch should be removed from the libsdl package.

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

2010-02-11 Thread Anthony Liguori
I don't think we can unconditionally change the behavior as that would introduce regressions on other platforms. Without understanding the underlying SDL problem, I'm not convinced we wouldn't see problems just on Ubuntu either. It could be something weird that's linked to an SDL input driver.

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

2010-02-11 Thread Anthony Liguori
I don't think we can unconditionally change the behavior as that would introduce regressions on other platforms. Without understanding the underlying SDL problem, I'm not convinced we wouldn't see problems just on Ubuntu either. It could be something weird that's linked to an SDL input driver.

[Bug 500272] Re: qemu-kvm 0.12.1.1 needed for KSM support (key KVM virtualization feature)

2009-12-28 Thread Anthony Liguori
** Changed in: qemu Status: New = Fix Released -- qemu-kvm 0.12.1.1 needed for KSM support (key KVM virtualization feature) https://bugs.launchpad.net/bugs/500272 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu.

[Bug 500272] Re: qemu-kvm 0.12.1.1 needed for KSM support (key KVM virtualization feature)

2009-12-28 Thread Anthony Liguori
** Changed in: qemu Status: New = Fix Released -- qemu-kvm 0.12.1.1 needed for KSM support (key KVM virtualization feature) https://bugs.launchpad.net/bugs/500272 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 348633] Re: Fails to boot from CD after reboot: CDROM boot failure code: 0003

2009-11-11 Thread Anthony Liguori
1. kvm-img create hda.img 4G 2. kvm -hda hda.img -cdrom jaunty-desktop-i386.iso -m 512 3. Install Ubuntu onto hda 4. Reboot, following the prompts (press enter to eject the CD) 5. System boots into installed OS. It's the use of '-boot d' that is creating problems for you. By default, the order=

[Bug 348633] Re: Fails to boot from CD after reboot: CDROM boot failure code: 0003

2009-11-11 Thread Anthony Liguori
1. kvm-img create hda.img 4G 2. kvm -hda hda.img -cdrom jaunty-desktop-i386.iso -m 512 3. Install Ubuntu onto hda 4. Reboot, following the prompts (press enter to eject the CD) 5. System boots into installed OS. It's the use of '-boot d' that is creating problems for you. By default, the order=

[Bug 348633] Re: Fails to boot from CD after reboot: CDROM boot failure code: 0003

2009-10-22 Thread Anthony Liguori
This is expected behavior. You probably should be using -boot dc. This will cause the VM to boot into the install OS after installation. This is precisely why distributions eject the CD after installation (to prevent booting into the installer again). ** Changed in: qemu Status: New =

[Bug 341682] Re: Block I/O crashes after migration

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- Block I/O crashes after migration https://bugs.launchpad.net/bugs/341682 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2009-10-22 Thread Anthony Liguori
Can you please reproduce outside of a eucalyptus environment ** Changed in: qemu Status: New = Incomplete -- kernel stacktrace on volume detach in kvm guest https://bugs.launchpad.net/bugs/458201 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Fix Committed ** Changed in: qemu Milestone: None = 0.12.0 -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification because you are a member of Ubuntu Server

[Bug 355410] Re: kvm crashed with SIGSEGV in malloc_consolidate()

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Triaged = Incomplete -- kvm crashed with SIGSEGV in malloc_consolidate() https://bugs.launchpad.net/bugs/355410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Triaged = Fix Committed ** Changed in: qemu Milestone: None = 0.12.0 -- qemu mouse and keyboard grab is an accessibility problem https://bugs.launchpad.net/bugs/237635 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 403215] Re: 2.6.31 guest vm's unable to use virtio

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- 2.6.31 guest vm's unable to use virtio https://bugs.launchpad.net/bugs/403215 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs

[Bug 349331] Re: limited screen resolution

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Invalid -- limited screen resolution https://bugs.launchpad.net/bugs/349331 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 414885] Re: KVM crashes when -vga is set to vmware.

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Milestone: None = 0.12.0 -- KVM crashes when -vga is set to vmware. https://bugs.launchpad.net/bugs/414885 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 348633] Re: Fails to boot from CD after reboot: CDROM boot failure code: 0003

2009-10-22 Thread Anthony Liguori
This is expected behavior. You probably should be using -boot dc. This will cause the VM to boot into the install OS after installation. This is precisely why distributions eject the CD after installation (to prevent booting into the installer again). ** Changed in: qemu Status: New =

[Bug 341682] Re: Block I/O crashes after migration

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- Block I/O crashes after migration https://bugs.launchpad.net/bugs/341682 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 458201] Re: kernel stacktrace on volume detach in kvm guest

2009-10-22 Thread Anthony Liguori
Can you please reproduce outside of a eucalyptus environment ** Changed in: qemu Status: New = Incomplete -- kernel stacktrace on volume detach in kvm guest https://bugs.launchpad.net/bugs/458201 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Fix Committed ** Changed in: qemu Milestone: None = 0.12.0 -- dynamic block device attach/detach not functional with karmic KVM https://bugs.launchpad.net/bugs/432154 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 355410] Re: kvm crashed with SIGSEGV in malloc_consolidate()

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Triaged = Incomplete -- kvm crashed with SIGSEGV in malloc_consolidate() https://bugs.launchpad.net/bugs/355410 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 237635] Re: qemu mouse and keyboard grab is an accessibility problem

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Triaged = Fix Committed ** Changed in: qemu Milestone: None = 0.12.0 -- qemu mouse and keyboard grab is an accessibility problem https://bugs.launchpad.net/bugs/237635 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 414885] Re: KVM crashes when -vga is set to vmware.

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Milestone: None = 0.12.0 -- KVM crashes when -vga is set to vmware. https://bugs.launchpad.net/bugs/414885 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 349331] Re: limited screen resolution

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Confirmed = Invalid -- limited screen resolution https://bugs.launchpad.net/bugs/349331 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 403215] Re: 2.6.31 guest vm's unable to use virtio

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: Fix Committed = Fix Released -- 2.6.31 guest vm's unable to use virtio https://bugs.launchpad.net/bugs/403215 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 197230] Re: Ubuntu 8.04 alpha 5 won't boot in qemu 0.9.1

2009-10-22 Thread Anthony Liguori
** Changed in: qemu Status: New = Fix Released -- Ubuntu 8.04 alpha 5 won't boot in qemu 0.9.1 https://bugs.launchpad.net/bugs/197230 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 419590] Re: kvm core dump on hotplug (pci_add)

2009-10-14 Thread Anthony Liguori
http://patchwork.ozlabs.org/patch/35996/ Fixes this issue ** Changed in: qemu Assignee: (unassigned) = Anthony Liguori (anthony-codemonkey) ** Changed in: qemu-kvm (Ubuntu) Status: Triaged = Fix Committed ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Anthony

[Bug 419590] Re: kvm core dump on hotplug (pci_add)

2009-10-14 Thread Anthony Liguori
http://patchwork.ozlabs.org/patch/35996/ Fixes this issue ** Changed in: qemu Assignee: (unassigned) = Anthony Liguori (anthony-codemonkey) ** Changed in: qemu-kvm (Ubuntu) Status: Triaged = Fix Committed ** Changed in: qemu-kvm (Ubuntu) Assignee: (unassigned) = Anthony

[Bug 441180] Re: Karmic cannot boot on qemu

2009-10-14 Thread Anthony Liguori
No, this should not be necessary. This typically happens for two reasons. The first is that there is excessive load on the host and this can happen because of a race condition in the guest. The second, and more common, is that the wrong bios is in use. -- Karmic cannot boot on qemu

[Bug 437473] Re: Stock Ubuntu KVM ignores guest synchronous fileIO requests

2009-09-29 Thread Anthony Liguori
This behavior will not be demonstrated on current qemu-kvm packages in Karmic. ** Changed in: qemu-kvm (Ubuntu) Status: New = Invalid ** Changed in: qemu-kvm (Ubuntu) Status: Invalid = Fix Released -- Stock Ubuntu KVM ignores guest synchronous fileIO requests

[Bug 437473] Re: Stock Ubuntu KVM ignores guest synchronous fileIO requests

2009-09-29 Thread Anthony Liguori
This behavior will not be demonstrated on current qemu-kvm packages in Karmic. ** Changed in: qemu-kvm (Ubuntu) Status: New = Invalid ** Changed in: qemu-kvm (Ubuntu) Status: Invalid = Fix Released -- Stock Ubuntu KVM ignores guest synchronous fileIO requests

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

2009-09-11 Thread Anthony Liguori
Please enter your full qemu command line into the bug report. -- 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. -- Ubuntu-server-bugs

  1   2   >