[Qemu-devel] [PATCH 3/4] Altera: Add support for devices needed to boot Linux on NiosII. (v2)

2012-11-10 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- hw/Makefile.objs |5 ++ hw/altera_timer.c | 207 + hw/altera_uart.c | 217 hw/altera_vic.c| 194 +

[Qemu-devel] [PATCH 4/4] NiosII: Build system and documentation integration.

2012-11-10 Thread crwulff
From: Chris Wulff Signed-off-by: Chris Wulff --- MAINTAINERS |5 + arch_init.c |2 ++ arch_init.h |1 + configure| 11 +++ cpu-exec.c | 12

[Qemu-devel] [PATCH 0/4] Altera NiosII Support (v2)

2012-11-10 Thread crwulff
From: Chris Wulff This set of patches adds support for the Altera NiosII soft-core processor. Included are support for the CPU core and the drivers needed to boot Linux (Interrupt controller, Timer and Serial port.) There are quite a few changes suggested by the first round review. These inclu

[Qemu-devel] [Bug 1038136] Re: lack of keycode 89 for br-abnt2 keyboards

2012-11-10 Thread hdante
Bug is confirmed and at least one and a half year old, according to this blog post, with a hack for solving it: http://blog.nielshorn.net/2011/03/qemu-and-brazilian-keyboards/ ** Changed in: qemu Status: New => Confirmed -- You received this bug notification because you are a member of q

[Qemu-devel] [Bug 1077514] [NEW] *** buffer overflow detected ***: qemu-system-x86_64 terminated with nowait enabled

2012-11-10 Thread Kaare Baastrup
Public bug reported: qemu-system-x86_64 -m 1024 -nographic -cpu coreduo -icount auto -hdachs 980,16,32 -kernel asa842-vmlinuz -initrd asa842-initrd.gz -append "ide_generic.probe_mask=0x01 ide_core.chs=0.0:980,16,32 auto nousb console=ttyS0,9600 bigphysarea=65536 no-hlt" -net nic -serial telnet

[Qemu-devel] [Bug 1038136] Re: lack of keycode 89 for br-abnt2 keyboards

2012-11-10 Thread hdante
I have the exact same problem. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1038136 Title: lack of keycode 89 for br-abnt2 keyboards Status in QEMU: New Bug description: qemu-kvm-1.1.1 hos

Re: [Qemu-devel] [BUG?] vvfat vs. pc-1.1 isa-fdc.check_media_rate=off

2012-11-10 Thread Hervé Poussineau
Hi, Philipp Hahn a écrit : I tried to create a virtual VFAT floppy image on-the-fly with qemi(-kvm)-1.1.1 using the command line argument -drive file=fat:floppy:"$WORK/floppy",if=floppy,index=0 Strange, I just tested today's QEMU git, and I have the opposite problem: - it works with -M pc-0

[Qemu-devel] [PATCH] coroutine-sigaltstack.c: Use stack_t, not struct sigaltstack

2012-11-10 Thread Peter Maydell
Use the POSIX-specified stack_t type as the argument to sigaltstack() rather than the legacy struct sigaltstack. This allows us to compile on MacOSX with --with-coroutine=sigaltstack. Signed-off-by: Peter Maydell --- Tested on Linux and MacOSX. coroutine-sigaltstack.c | 4 ++-- 1 file changed,

[Qemu-devel] DOS boot problem with LSI 53C895A SCSI controller and LSI option ROM

2012-11-10 Thread Gerhard Wiesinger
Hello, I bisected down a DOS boot problem with LSI 53C895A SCSI controller and LSI option ROM to the following commit: e93176d55f1eb4be1a366b51afeaf4f4c8c31d75 Core dumps aren't valid. BTW: Nearly all KVM coredumps aren't valid anymore and have only a garbage stack trace. Any ideas? Thnx.

Re: [Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1

2012-11-10 Thread Blue Swirl
Thanks, applied. On Mon, Oct 29, 2012 at 7:45 AM, Catalin Patulea wrote: > This is setting the stage for a cleanup of FPREM and FPREM1 helpers while > being > sure that they behave same as bare metal. > > The test constructs operands using combinations of corner cases for the > floating-point bi

Re: [Qemu-devel] [PATCH] memory: Don't dump disabled regions

2012-11-10 Thread Blue Swirl
Thanks, applied. On Wed, Oct 31, 2012 at 9:49 AM, Jan Kiszka wrote: > This makes "info mtree" output readable again. > > Signed-off-by: Jan Kiszka > --- > memory.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/memory.c b/memory.c > index 243cb23..d5150f8 100644

Re: [Qemu-devel] [PATCH v2] memory: Reintroduce dirty flag to optimize changes on disabled regions

2012-11-10 Thread Blue Swirl
Thanks, applied. Win2k initial display update is much faster now. On Mon, Nov 5, 2012 at 3:45 PM, Jan Kiszka wrote: > Cirrus is triggering this, e.g. during Win2k boot: Changes only on > disabled regions require no topology update when transaction depth drops > to 0 again. > > Signed-off-by: Jan

Re: [Qemu-devel] [PATCH] qemu-timer: Fix compilation for non-POSIX hosts

2012-11-10 Thread Blue Swirl
Thanks, applied. On Sun, Nov 4, 2012 at 8:42 PM, Stefan Weil wrote: > A compiler warning is caused by the unused local function reinit_timers > on non-POSIX hosts. Include that function only for POSIX hosts. > > Signed-off-by: Stefan Weil > --- > qemu-timer.c |2 ++ > 1 file changed, 2 inse

Re: [Qemu-devel] [PATCH] vmware_vga: Add back some info in local state partially reverting aa32b38c

2012-11-10 Thread Blue Swirl
Thanks, applied. On Sun, Nov 4, 2012 at 5:41 PM, BALATON Zoltan wrote: > Keep saving display surface parameters at init and using these cached > values instead of getting them when needed. Not sure why this is > needed (maybe due to the interaction with the vga device) but not > doing this broke

Re: [Qemu-devel] [PATCH v2] kvmvapic: Fix TB invalidation after instruction patching

2012-11-10 Thread Blue Swirl
Thanks, applied. Fixes also Win2k boot. On Sun, Nov 4, 2012 at 8:16 AM, Jan Kiszka wrote: > From: Jan Kiszka > > Since 0b57e287, cpu_memory_rw_debug already triggers a TB invalidation. > As it doesn't (and cannot) set is_cpu_write_access=1 but "consumes" the > currently executed TB, the tb_inval

Re: [Qemu-devel] [PATCH] ui/vnc.c: Fix crash with VNC

2012-11-10 Thread Marek Vasut
Dear Gerhard Wiesinger, > On 10.11.2012 00:52, Peter Maydell wrote: > > On 10 November 2012 00:45, Marek Vasut wrote: > >> Gerd Hoffmann wrote: > >>> Question is just whenever we'll go silently fixup stuff in console.c or > >>> use assert()s to enforce callers getting this correct. I'd tend to u

[Qemu-devel] Linux Kernel 2.6.29 in QEMU 1.2.0

2012-11-10 Thread Reinier Millo Sánchez
Hello I'm trying to test linux kernel 2.6.29 for ARM in qemu. Iḿ using qemu1.2.0, compiled with command ./configure --disable-sdl --disable-kvm --target-list=arm-linux-user,arm-softmmu sudo make install I have compiled the kernel with Versatile configuration make ARCH=arm CROSS_COMPILE=arm-none

Re: [Qemu-devel] [PATCH] ui/vnc.c: Fix crash with VNC

2012-11-10 Thread Blue Swirl
On Fri, Nov 9, 2012 at 7:13 AM, Gerhard Wiesinger wrote: > On 08.11.2012 22:07, Gerd Hoffmann wrote: >> >>Hi, >> >>> I think this is fixing this at the wrong level. Either we >>> should require that drivers (in this case vmware_vga.c) >>> must not call dpy_gfx_update() with out of range values

Re: [Qemu-devel] [PATCH v5 5/7] TCG: Use gen_opc_buf from context instead of global variable.

2012-11-10 Thread Blue Swirl
On Tue, Nov 6, 2012 at 4:41 AM, Evgeny Voevodin wrote: > Signed-off-by: Evgeny Voevodin > Reviewed-by: Richard Henderson > --- > target-alpha/translate.c |6 ++-- > target-arm/translate.c|6 ++-- > target-cris/translate.c |9 +++--- > target-i386/translate.c

Re: [Qemu-devel] [PATCH v5 3/7] TCG: Use gen_opc_ptr from context instead of global variable.

2012-11-10 Thread Blue Swirl
On Tue, Nov 6, 2012 at 4:41 AM, Evgeny Voevodin wrote: > Signed-off-by: Evgeny Voevodin > Reviewed-by: Richard Henderson > --- > target-alpha/translate.c |8 ++--- > target-arm/translate.c|8 ++--- > target-cris/translate.c | 10 +++--- > target-i386/translate.c

Re: [Qemu-devel] [PATCH] block.c, block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION

2012-11-10 Thread Gerhard Wiesinger
On 10.11.2012 09:55, Paolo Bonzini wrote: Il 10/11/2012 09:30, Gerhard Wiesinger ha scritto: 2.) Added debug code to block.c and to block/vmdk.c to verify correctness Same here. Also, please use the tracing infrastructure---a lot of the debug messages you're adding, though not all, are in fact

[Qemu-devel] [BUG?] vvfat vs. pc-1.1 isa-fdc.check_media_rate=off

2012-11-10 Thread Philipp Hahn
Hello, I tried to create a virtual VFAT floppy image on-the-fly with qemi(-kvm)-1.1.1 using the command line argument -drive file=fat:floppy:"$WORK/floppy",if=floppy,index=0 Everything worked fine until I added the additional "-M pc-0.14" command line argument: Then I only get an empty floppy

Re: [Qemu-devel] [PATCH] block.c, block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION

2012-11-10 Thread Paolo Bonzini
Il 10/11/2012 09:30, Gerhard Wiesinger ha scritto: >>> 2.) Added debug code to block.c and to block/vmdk.c to verify >>> correctness >> Same here. Also, please use the tracing infrastructure---a lot of the >> debug >> messages you're adding, though not all, are in fact already available >> (not >>

Re: [Qemu-devel] [PATCH] block.c, block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION

2012-11-10 Thread Gerhard Wiesinger
On 09.11.2012 09:26, Paolo Bonzini wrote: Il 08/11/2012 20:05, Gerhard Wiesinger ha scritto: Fixed a MAJOR BUG in VMDK files on file boundaries on reads and ALSO ON WRITES WHICH MIGHT CORRUPT THE IMAGE AND DATA!! Triggered for example with the following VMDK file (partly listed): # Extent d

[Qemu-devel] [PATCH] block/vmdk.c: Fixed major bug in VMDK WRITE and READ handling - FIXES DATA CORRUPTION

2012-11-10 Thread Gerhard Wiesinger
Fixed a MAJOR BUG in VMDK files on file boundaries on reads and ALSO ON WRITES WHICH MIGHT CORRUPT THE IMAGE AND DATA!! Triggered for example with the following VMDK file (partly listed): # Extent description RW 4193792 FLAT "XP-W1-f001.vmdk" 0 RW 2097664 FLAT "XP-W1-f002.vmdk" 0 RW 4193792 F