Re: [Qemu-devel] Can I run FC4 inside Qemu on Sparc?

2007-02-13 Thread Michael McConnell (Mailing Lists)
Neo Jia wrote: Thanks for your messages. But if I would like stick on Solaris 9, is there any workaround for me? If it's of any help I run Solaris 9, though in QEMU on my x86 system. -- -- Michael "Soruk" McConnell Eridani Star System MailStripper - http://www.MailStripper.eu/ - SMTP sp

[Qemu-devel] [PATCH] don't require a disk image for network boot

2007-02-13 Thread andrzej zaborowski
-- Forwarded message -- From: Ferenc Wagner <[EMAIL PROTECTED]> To: qemu-devel@nongnu.org Date: Thu, 08 Feb 2007 18:02:23 +0100 Subject: don't require a disk image for network boot Hi, What do you think about the following patch? As a side note, I'd really prefer option roms with

Re: [Qemu-devel] [PATCH] don't require a disk image for network boot

2007-02-13 Thread Stuart Brady
On Tue, Feb 13, 2007 at 03:58:13PM +0100, andrzej zaborowski wrote: > What do you think about the following patch? As a side note, I'd > really prefer option roms with serial output enabled (check > CONSOLE_DUAL on rom-o-matic). Maybe even uncheck ASK_BOOT... Hmm, > maybe that's already done, I

[Qemu-devel] [PATCH] allow shift-pageup and shift-pagedown for scrolling in text consoles

2007-02-13 Thread Stuart Brady
Hello, I've attached a patch that allows shift-pageup and shift-pagedown to be used for scrolling in text consoles. Some users are surprised that they have to use ctrl-pageup and ctrl-pagedown instead. Obviously this does affect all text consoles, and not just the monitor. I added a separate QE

[Qemu-devel] Serial port strange behavior

2007-02-13 Thread Aleš Rom
Hello all . I'm new to this list. A few days ago I asked on xen-users mailing list if xen and qemu serial driver code is related. Someone there confirmed that. After some digging and trying different serial port configurations I can say that problem below is protocol related. I hooked up two

[Qemu-devel] PS/2 interface - Allow custom IO ports + IRQ

2007-02-13 Thread Hervé Poussineau
Hi, This patch allows the caller to customize the ports + interrupts used by the PS/2 interface. Platforms other than x86 don't use ports 0x60/0x64 and IRQs 1 and 12. This change is not very usefull yet, but will be needed when we will add some more non x86 platforms. Hervé custom_ports_for_ps2

[Qemu-devel] [MIPS] Add PS/2 keyboard to MIPS R4K

2007-02-13 Thread Hervé Poussineau
Hi, This patch adds a PS/2 keyboard to the emulated MIPS R4K board. For example, the MIPS Magnum R4000 (and most of the Jazz-based systems) had this interface. Hervé add_kbd_to_mips_r4k.diff Description: Binary data ___ Qemu-devel mailing list Qemu-de

[Qemu-devel] [MIPS] Fix sign-extension of VPN field in TLB

2007-02-13 Thread Hervé Poussineau
Hi, This patch fixes sign-extension on 64 bit MIPS systems in VPN field of the TLB Hervé tlb_vpn_sign_extension.diff Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Fix 64 bit number formatting on Windows

2007-02-13 Thread Hervé Poussineau
Hi, Correct number formatting on Windows for 64 bit numbers is "I64", while it is "ll" on *nix. Hervé 64bit_display.diff Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Qemu with kqemu crashes on x86_64

2007-02-13 Thread Soren Hansen
On Thu, Feb 08, 2007 at 04:07:39PM +0100, Soren Hansen wrote: > I'm having a problem with qemu using kqemu on an x86_64 box. Is there anything at all I can provide that would help fix this issue? -- | Soren Hansen| Linux2Go | http://Linux2Go.dk/ | | Seniorkonsulent | Lindhol

[Qemu-devel] ARC firmware for MIPS platform

2007-02-13 Thread Hervé Poussineau
Hi, Since some weeks, I've started to implement an ARC firmware according to "Advanced RISC computing specification" v1.2 The current implementation is mostly complete, even if I'm sure there is still some bugs in it ;) Here is the list of OSs I've tested: - NetBSD/ARC 1.51: fails when trying to

[Qemu-devel] run xen under qemu

2007-02-13 Thread Udo 'Robos' Puetz
Hi List. For some project I tried to run xen 3.0.4-1 under qemu-0.9.0. Compiled qemu myself on ubuntu edgy, used binary package of xen. After a little fiddling xen boots, but only without kqemu or kernel-kqemu. From the kqemu docs I gather that it wouldn't have made that much of a difference anyway

[Qemu-devel] [PATCH] LinuxBIOS support: map BIOS into ISA address space as RAM instead of ROM

2007-02-13 Thread Ed Swierk
LinuxBIOS writes the IRQ routing table (PIRQ) to 0xf000 and then reads it back to verify the write. Currently qemu maps the top 128 KB of the BIOS into ISA address space (0xe000 - 0x) as ROM, which causes the write to fail, preventing Linux from finding interrupt routing info. This patch chan

[Qemu-devel] USB storage cannot be recognized on guest Linux domain?

2007-02-13 Thread Yu, Xiaoyang
I am using Xen 3.0.3 with QEMU-DM 0.8.2 on a Intel VT platform. After insert a USB storage, and use "usb_add" command in QEMU monitor, the storage should be recognized on guest OS. I tested this with a Windows XP SP2 guest OS, it doing well. But when I test the "usb_add" command with some Linu