All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 769986] [NEW] Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871
@ 2011-04-24 18:51 Boris Derzhavets
  2011-04-27 10:12 ` Boris Derzhavets
  2013-07-26 13:01 ` [Qemu-devel] [Bug 769986] " Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Boris Derzhavets @ 2011-04-24 18:51 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Packages from "ppa:serge-hallyn/spice" have been installed on Ubuntu
11.04 Beta 2. Bug with " -vga qxl" is still in place :-

root@NattyNarwhal:/usr/tmp# /usr/bin/kvm-spice -cpu host -enable-kvm -name VF14 -m 2048 \
> -drive file=/usr/tmp/disk.qcow2,if=virtio,media=disk,aio=native \
> -net nic,model=virtio -net user -localtime \
> -usb -vga qxl -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent \
> -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
> -spice port=5900,disable-ticketing
do_spice_init: starting 0.8.0
spice_server_add_interface: SPICE_INTERFACE_KEYBOARD
spice_server_add_interface: SPICE_INTERFACE_MOUSE
spice_server_add_interface: SPICE_INTERFACE_QXL
red_worker_main: begin
kvm-spice: pci_add_option_rom: failed to find romfile "pxe-virtio.bin"
handle_dev_destroy_surfaces:
handle_dev_destroy_surfaces:
handle_dev_input: start
reds_handle_main_link:
reds_show_new_channel: channel 1:0, connected successfully, over Non Secure link
reds_main_handle_message: net test: invalid values, latency 0 roundtrip 9651. assuming highbandwidth
reds_show_new_channel: channel 4:0, connected successfully, over Non Secure link
red_dispatcher_set_cursor_peer:
handle_dev_input: cursor connect
reds_show_new_channel: channel 2:0, connected successfully, over Non Secure link
red_dispatcher_set_peer:
handle_dev_input: connect
handle_new_display_channel: jpeg disabled
handle_new_display_channel: zlib-over-glz disabled
reds_show_new_channel: channel 3:0, connected successfully, over Non Secure link
inputs_link:
kvm-spice: /build/buildd/qemu-kvm-spice-0.14.0+noroms/qemu-kvm.c:1724: kvm_mutex_unlock: Assertion `!cpu_single_env' failed.
Aborted

Option "-vga std" works fine as 723871

This issue has been fixed on Fedora 15 on 03/18/2011 .
In meantime, view patches in qemu-0.14.0-7.fc14.src.rpm :-
http://repos.fedorapeople.org/repos/jforbes/virt-preview/fedora-14/SRPMS/
. . . . . . . . 
qemu-0.14.0-7.fc14.src.rpm 07-Apr-2011 21:46 5.1M

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: qemu spice

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

Title:
  Binaries installed via ppa:serge-hallyn/spice still are affected by
  bug 723871

Status in QEMU:
  New

Bug description:
  Packages from "ppa:serge-hallyn/spice" have been installed on Ubuntu
  11.04 Beta 2. Bug with " -vga qxl" is still in place :-

  root@NattyNarwhal:/usr/tmp# /usr/bin/kvm-spice -cpu host -enable-kvm -name VF14 -m 2048 \
  > -drive file=/usr/tmp/disk.qcow2,if=virtio,media=disk,aio=native \
  > -net nic,model=virtio -net user -localtime \
  > -usb -vga qxl -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent \
  > -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
  > -spice port=5900,disable-ticketing
  do_spice_init: starting 0.8.0
  spice_server_add_interface: SPICE_INTERFACE_KEYBOARD
  spice_server_add_interface: SPICE_INTERFACE_MOUSE
  spice_server_add_interface: SPICE_INTERFACE_QXL
  red_worker_main: begin
  kvm-spice: pci_add_option_rom: failed to find romfile "pxe-virtio.bin"
  handle_dev_destroy_surfaces:
  handle_dev_destroy_surfaces:
  handle_dev_input: start
  reds_handle_main_link:
  reds_show_new_channel: channel 1:0, connected successfully, over Non Secure link
  reds_main_handle_message: net test: invalid values, latency 0 roundtrip 9651. assuming highbandwidth
  reds_show_new_channel: channel 4:0, connected successfully, over Non Secure link
  red_dispatcher_set_cursor_peer:
  handle_dev_input: cursor connect
  reds_show_new_channel: channel 2:0, connected successfully, over Non Secure link
  red_dispatcher_set_peer:
  handle_dev_input: connect
  handle_new_display_channel: jpeg disabled
  handle_new_display_channel: zlib-over-glz disabled
  reds_show_new_channel: channel 3:0, connected successfully, over Non Secure link
  inputs_link:
  kvm-spice: /build/buildd/qemu-kvm-spice-0.14.0+noroms/qemu-kvm.c:1724: kvm_mutex_unlock: Assertion `!cpu_single_env' failed.
  Aborted

  Option "-vga std" works fine as 723871

  This issue has been fixed on Fedora 15 on 03/18/2011 .
  In meantime, view patches in qemu-0.14.0-7.fc14.src.rpm :-
  http://repos.fedorapeople.org/repos/jforbes/virt-preview/fedora-14/SRPMS/
  . . . . . . . . 
  qemu-0.14.0-7.fc14.src.rpm 07-Apr-2011 21:46 5.1M

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Bug 769986] [NEW] Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871
  2011-04-24 18:51 [Qemu-devel] [Bug 769986] [NEW] Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871 Boris Derzhavets
@ 2011-04-27 10:12 ` Boris Derzhavets
  2013-07-26 13:01 ` [Qemu-devel] [Bug 769986] " Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Derzhavets @ 2011-04-27 10:12 UTC (permalink / raw)
  To: qemu-devel

Packages installed via ppa:serge-hallyn/spice2 have been 
tested positive for F14, W7 KVMs installs and runtime.
qemu-kvm-spice (0.14.0+noroms-0ubuntu4qxl2)
is based on the most recent RH's QXL patches set 
for qemu-kvm-0.14.tar.gz as far as i could see.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 769986] Re: Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871
  2011-04-24 18:51 [Qemu-devel] [Bug 769986] [NEW] Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871 Boris Derzhavets
  2011-04-27 10:12 ` Boris Derzhavets
@ 2013-07-26 13:01 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2013-07-26 13:01 UTC (permalink / raw)
  To: qemu-devel

I'm guessing this bug report is obsolete -- in any case the main
upstream QEMU project is the wrong place to file bugs against packages
from random PPAs.


** Changed in: qemu
       Status: New => Invalid

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

Title:
  Binaries installed via ppa:serge-hallyn/spice still are affected by
  bug 723871

Status in QEMU:
  Invalid

Bug description:
  Packages from "ppa:serge-hallyn/spice" have been installed on Ubuntu
  11.04 Beta 2. Bug with " -vga qxl" is still in place :-

  root@NattyNarwhal:/usr/tmp# /usr/bin/kvm-spice -cpu host -enable-kvm -name VF14 -m 2048 \
  > -drive file=/usr/tmp/disk.qcow2,if=virtio,media=disk,aio=native \
  > -net nic,model=virtio -net user -localtime \
  > -usb -vga qxl -device virtio-serial -chardev spicevmc,name=vdagent,id=vdagent \
  > -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
  > -spice port=5900,disable-ticketing
  do_spice_init: starting 0.8.0
  spice_server_add_interface: SPICE_INTERFACE_KEYBOARD
  spice_server_add_interface: SPICE_INTERFACE_MOUSE
  spice_server_add_interface: SPICE_INTERFACE_QXL
  red_worker_main: begin
  kvm-spice: pci_add_option_rom: failed to find romfile "pxe-virtio.bin"
  handle_dev_destroy_surfaces:
  handle_dev_destroy_surfaces:
  handle_dev_input: start
  reds_handle_main_link:
  reds_show_new_channel: channel 1:0, connected successfully, over Non Secure link
  reds_main_handle_message: net test: invalid values, latency 0 roundtrip 9651. assuming highbandwidth
  reds_show_new_channel: channel 4:0, connected successfully, over Non Secure link
  red_dispatcher_set_cursor_peer:
  handle_dev_input: cursor connect
  reds_show_new_channel: channel 2:0, connected successfully, over Non Secure link
  red_dispatcher_set_peer:
  handle_dev_input: connect
  handle_new_display_channel: jpeg disabled
  handle_new_display_channel: zlib-over-glz disabled
  reds_show_new_channel: channel 3:0, connected successfully, over Non Secure link
  inputs_link:
  kvm-spice: /build/buildd/qemu-kvm-spice-0.14.0+noroms/qemu-kvm.c:1724: kvm_mutex_unlock: Assertion `!cpu_single_env' failed.
  Aborted

  Option "-vga std" works fine as 723871

  This issue has been fixed on Fedora 15 on 03/18/2011 .
  In meantime, view patches in qemu-0.14.0-7.fc14.src.rpm :-
  http://repos.fedorapeople.org/repos/jforbes/virt-preview/fedora-14/SRPMS/
  . . . . . . . . 
  qemu-0.14.0-7.fc14.src.rpm 07-Apr-2011 21:46 5.1M

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-26 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-24 18:51 [Qemu-devel] [Bug 769986] [NEW] Binaries installed via ppa:serge-hallyn/spice still are affected by bug 723871 Boris Derzhavets
2011-04-27 10:12 ` Boris Derzhavets
2013-07-26 13:01 ` [Qemu-devel] [Bug 769986] " Peter Maydell

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.