[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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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

[Bug 423076] Re: `kvm -name TITLE` option does not set gnome-panel name correctly

2009-09-11 Thread Anthony Liguori
This is an SDL issue not a QEMU issue. -- `kvm -name TITLE` option does not set gnome-panel name correctly https://bugs.launchpad.net/bugs/423076 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 331331] Re: Non-root guest doesn't have permission to access sys-fs USB devices

2009-09-11 Thread Anthony Liguori
It's unsafe to access hardware directly as a unprivileged user in general. An administrator has to decide on a case-by-case basis to allow this. ** Changed in: qemu Status: New = Won't Fix -- Non-root guest doesn't have permission to access sys-fs USB devices

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

2009-09-11 Thread Anthony Liguori
This could fix it. commit c4c0e236beabb9de5ff472f77aeb811ec5484615 Author: Jim Paris j...@jtan.com Date: Mon Aug 24 14:56:12 2009 -0400 This should be qemu-0.11.0 which should be released soon. -- kvm crashed with SIGSEGV in malloc_consolidate() https://bugs.launchpad.net/bugs/355410 You

[Bug 388520] Re: KVM (under Jaunty) virtual machine OS win2008 cannot format qcow2 partition. Virtual machine crashes

2009-09-11 Thread Anthony Liguori
** Changed in: kvm (Ubuntu) Status: New = Incomplete ** Changed in: qemu Status: New = Fix Released -- KVM (under Jaunty) virtual machine OS win2008 cannot format qcow2 partition. Virtual machine crashes https://bugs.launchpad.net/bugs/388520 You received this bug notification

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

2009-09-11 Thread Anthony Liguori
** Changed in: qemu Status: Triaged = Fix Committed -- 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 mailing

[Bug 419182] Re: Windows 7 can not find driver for es1370 card

2009-09-11 Thread Anthony Liguori
Windows 7 doesn't have this driver ** Changed in: kvm (Ubuntu) Status: New = Invalid -- Windows 7 can not find driver for es1370 card https://bugs.launchpad.net/bugs/419182 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in

[Bug 424765] Re: Some options are not avaible in qemu

2009-09-05 Thread Anthony Liguori
Hi Leo, When using qemu-kvm, kqemu support is disabled at build time due to the fact that it breaks kvm functionality. ** Changed in: qemu-kvm (Ubuntu) Status: New = Invalid -- Some options are not avaible in qemu https://bugs.launchpad.net/bugs/424765 You received this bug notification