[Qemu-devel] [Bug 1094786] [NEW] static build with curses fails if requires -ltinfo

2012-12-30 Thread Felagund
Public bug reported: On my system (amd64 Debian wheezy/sid) static ncurses build requires -ltinfo: $ pkg-config --libs --static ncurses -lncurses -ltinfo $ ../../configure --enable-curses --static # Actually this fails on line if compile_prog "" "$curses_lib" ; then # with ERROR ERROR: User r

Re: [Qemu-devel] gen_icount_start

2012-12-30 Thread Peter Maydell
On 30 December 2012 23:14, biswaranjan panda wrote: > What I understand is that in gen_icount_start 'icount_arg' keeps a pointer > to gen_opparam_ptr which is used in gen_icount_end to patch up the value . I > however didnt understand what the 'horrid hack' is about. Can any one give > me some ide

[Qemu-devel] gen_icount_start

2012-12-30 Thread biswaranjan panda
Hi , I am trying to understand how to count the number of instructions executed in the guest and came across the gen_icount_start and gen_icount_end functions. What I understand is that in gen_icount_start 'icount_arg' keeps a pointer to gen_opparam_ptr which is used in gen_icount_end to patch up

[Qemu-devel] [Bug 918791] Re: qemu-kvm dies when using vmvga driver and unity in the guest

2012-12-30 Thread Ruslan
I've checked Serge's fix and it does fix crashes. Now I've pulled latest qemu-kvm git master, and it appears that this patch isn't there... I still have to apply it on top of latest git to avoid crashes. What progress is here? -- You received this bug notification because you are a member of qe

[Qemu-devel] [PATCH] virtio-pci: replace byte swap hack

2012-12-30 Thread Blue Swirl
Remove byte swaps by declaring the config space as native endian. Signed-off-by: Blue Swirl --- exec.c | 18 -- hw/virtio-pci.c | 17 + 2 files changed, 1 insertions(+), 34 deletions(-) diff --git a/exec.c b/exec.c index a6923ad..140eb56 100644 --- a

Re: [Qemu-devel] [PATCH 6/6] usb-tablet: Allow connecting to ehci

2012-12-30 Thread Erik Rull
Hi Hans, Hans de Goede wrote: Hi, On 12/26/2012 01:07 PM, Erik Rull wrote: Hi Gerd, hi Hans, is my assumption correct that if I check out and compile this version from GIT master that the usb-tablet device is automatically routed to ehci without changing anything else in the qemu call argumen

[Qemu-devel] [Bug 1094564] [NEW] images used as scsi disks not readable (qemu-system-arm, macos 10.8)

2012-12-30 Thread Derrick Brashear
Public bug reported: Using a arm1176 kernel and the raspbian image (10-28 or 12-16) as my disk, I get as far as mounting root and then get SCSI errors with 1.3.0 and the current origin/master. git bisect says the issue is commit f563a5d7a820424756f358e747238f03e866838a Merge: a273652 aee0bf7 Auth

Re: [Qemu-devel] [PATCH 6/6] usb-tablet: Allow connecting to ehci

2012-12-30 Thread Hans de Goede
Hi, On 12/26/2012 01:07 PM, Erik Rull wrote: Hi Gerd, hi Hans, is my assumption correct that if I check out and compile this version from GIT master that the usb-tablet device is automatically routed to ehci without changing anything else in the qemu call arguments? (And the performance enha

[Qemu-devel] [PATCH v3] disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc)

2012-12-30 Thread Michael Tokarev
Curses display requires stdin/out to stay on the terminal, so -daemonize makes no sense in this case. Instead of leaving display uninitialized like is done since 995ee2bf469de6bb, explicitly detect this case earlier and error out. -nographic can actually be used with -daemonize, by redirecting ev

Re: [Qemu-devel] [PATCH] e1000: Discard oversized packets based on SBP|LPE

2012-12-30 Thread Michael Tokarev
18.12.2012 21:34, Michael Contreras пишет: On Tue, Dec 18, 2012 at 05:49:16PM +0100, Stefan Hajnoczi wrote: On Tue, Dec 18, 2012 at 5:20 PM, Michael Tokarev wrote: On 18.12.2012 17:44, Stefan Hajnoczi wrote: On Wed, Dec 05, 2012 at 01:31:30PM -0500, Michael Contreras wrote: Discard packets l